Skip to content

Commit 71c3e9f

Browse files
[Branding] Massive PojavLauncher -> Amethyst change
- A lot of the translations, while they looked good to change to my eyes, are likely now broken and we should go over them again. - Replaced icons and disabled the ability to select others because of the temporary icon, there is currently no official wordmark that fits in the sidebar atm - Green -> purple for the Play/Details button - Fixed a bug with library loading (PojavAccountJNI -> AmethystAccountJNI) - README redo
1 parent 3811112 commit 71c3e9f

45 files changed

Lines changed: 168 additions & 182 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ body:
1717
attributes:
1818
label: The log file and images/videos
1919
description: |
20-
The log file called `latestlog.txt` is located under `/usr/share/pojavlauncher`. |
20+
The log file called `latestlog.txt` is located in the Files app > Amethyst. |
2121
You can also upload here screenshots or videos of the buggy behavior, if possible.
2222
2323
Tip: You can attach files by clicking this area to highlight it and then dragging files in or select them on 🖼 option at the toolbar.

JavaApp/src/launcher/net/kdt/pojavlaunch/uikit/UIKit.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public static void updateMCGuiScale() {
6161
}
6262

6363
static {
64-
System.load(System.getenv("BUNDLE_PATH") + "/PojavLauncher");
64+
System.load(System.getenv("BUNDLE_PATH") + "/AngelAuraAmethyst");
6565
}
6666

6767

JavaApp/src/launcher/net/kdt/pojavlaunch/value/MinecraftAccount.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public static MinecraftAccount load(String name) throws IOException, JsonSyntaxE
4646
}
4747

4848
static {
49-
System.loadLibrary("PojavAccountJNI");
49+
System.loadLibrary("AmethystAccountJNI");
5050
}
5151
public static native String getAccessTokenFromKeychain(String xuid);
5252
}

JavaApp/src/lwjgl/org/lwjgl/glfw/GLFW.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ public class GLFW
514514

515515
static {
516516
try {
517-
System.load(System.getenv("BUNDLE_PATH") + "/PojavLauncher");
517+
System.load(System.getenv("BUNDLE_PATH") + "/AngelAuraAmethyst");
518518
} catch (UnsatisfiedLinkError e) {
519519
e.printStackTrace();
520520
}
@@ -584,7 +584,7 @@ protected GLFW() {
584584
throw new UnsupportedOperationException();
585585
}
586586

587-
private static final SharedLibrary GLFW = new MacOSXLibraryDL("PojavLauncher", DynamicLinkLoader.RTLD_DEFAULT);
587+
private static final SharedLibrary GLFW = new MacOSXLibraryDL("AngelAuraAmethyst", DynamicLinkLoader.RTLD_DEFAULT);
588588

589589

590590
/** Contains the function pointers loaded from the glfw {@link SharedLibrary}. */

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,8 +304,6 @@ assets:
304304
--platform iphoneos \
305305
--minimum-deployment-target 14.0 \
306306
--app-icon AppIcon-Light \
307-
--alternate-app-icon AppIcon-Dark \
308-
--alternate-app-icon AppIcon-Development \
309307
--output-partial-info-plist /dev/null || exit 1; \
310308
else \
311309
echo 'Due to the required tools not being available, you cannot compile the extras for Angel Aura Amethyst with an iOS device.'; \
3.56 MB
Loading
Binary file not shown.

Natives/Assets.xcassets/AppIcon-Light.appiconset/Contents.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"images" : [
33
{
4-
"filename" : "AppIcon-Light_1024x1024.png",
4+
"filename" : "1024x1024-NoStars.png",
55
"idiom" : "universal",
66
"platform" : "ios",
77
"size" : "1024x1024"
951 KB
Loading
Binary file not shown.

0 commit comments

Comments
 (0)