Skip to content

Commit 0fe80b1

Browse files
committed
chore: upgrade wails to v3.0.0-alpha.45
1 parent f505d74 commit 0fe80b1

File tree

20 files changed

+3981
-10353
lines changed

20 files changed

+3981
-10353
lines changed

build/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ info:
1111
description: "A Minecraft Launcher" # The application description
1212
copyright: "(c) 2025, LeviMC" # Copyright text
1313
comments: "Some Product Comments" # Comments
14-
version: "0.0.25" # The application version
14+
version: "0.0.26" # The application version
1515
beta: "true" # Whether the application is in beta or not
1616

1717
# Dev mode configuration

build/darwin/Info.dev.plist

Lines changed: 30 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,33 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
12
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
23
<plist version="1.0">
3-
<dict>
4-
<key>CFBundlePackageType</key>
5-
<string>APPL</string>
6-
<key>CFBundleName</key>
7-
<string>LeviLauncher</string>
8-
<key>CFBundleExecutable</key>
9-
<string>LeviLauncher</string>
10-
<key>CFBundleIdentifier</key>
11-
<string>org.levimc.launcher</string>
12-
<key>CFBundleVersion</key>
13-
<string>0.0.25</string>
14-
<key>CFBundleGetInfoString</key>
15-
<string>Some Product Comments</string>
16-
<key>CFBundleShortVersionString</key>
17-
<string>0.0.25</string>
18-
<key>CFBundleIconFile</key>
19-
<string>icons</string>
20-
<key>LSMinimumSystemVersion</key>
21-
<string>10.15.0</string>
22-
<key>NSHighResolutionCapable</key>
23-
<string>true</string>
24-
<key>NSHumanReadableCopyright</key>
25-
<string>(c) 2025, LeviMC</string>
26-
<key>NSAppTransportSecurity</key>
27-
<dict>
28-
<key>NSAllowsLocalNetworking</key>
29-
<true/>
30-
</dict>
31-
</dict>
4+
<dict>
5+
<key>CFBundleExecutable</key>
6+
<string>LeviLauncher</string>
7+
<key>CFBundleGetInfoString</key>
8+
<string>Some Product Comments</string>
9+
<key>CFBundleIconFile</key>
10+
<string>icons</string>
11+
<key>CFBundleIdentifier</key>
12+
<string>org.levimc.launcher</string>
13+
<key>CFBundleName</key>
14+
<string>LeviLauncher</string>
15+
<key>CFBundlePackageType</key>
16+
<string>APPL</string>
17+
<key>CFBundleShortVersionString</key>
18+
<string>0.0.26</string>
19+
<key>CFBundleVersion</key>
20+
<string>0.0.26</string>
21+
<key>LSMinimumSystemVersion</key>
22+
<string>10.15.0</string>
23+
<key>NSAppTransportSecurity</key>
24+
<dict>
25+
<key>NSAllowsLocalNetworking</key>
26+
<true/>
27+
</dict>
28+
<key>NSHighResolutionCapable</key>
29+
<string>true</string>
30+
<key>NSHumanReadableCopyright</key>
31+
<string>(c) 2025, LeviMC</string>
32+
</dict>
3233
</plist>

build/darwin/Info.plist

Lines changed: 25 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,28 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
12
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
23
<plist version="1.0">
3-
<dict>
4-
<key>CFBundlePackageType</key>
5-
<string>APPL</string>
6-
<key>CFBundleName</key>
7-
<string>LeviLauncher</string>
8-
<key>CFBundleExecutable</key>
9-
<string>LeviLauncher</string>
10-
<key>CFBundleIdentifier</key>
11-
<string>org.levimc.launcher</string>
12-
<key>CFBundleVersion</key>
13-
<string>0.0.25</string>
14-
<key>CFBundleGetInfoString</key>
15-
<string>Some Product Comments</string>
16-
<key>CFBundleShortVersionString</key>
17-
<string>0.0.25</string>
18-
<key>CFBundleIconFile</key>
19-
<string>icons</string>
20-
<key>LSMinimumSystemVersion</key>
21-
<string>10.15.0</string>
22-
<key>NSHighResolutionCapable</key>
23-
<string>true</string>
24-
<key>NSHumanReadableCopyright</key>
25-
<string>(c) 2025, LeviMC</string>
26-
</dict>
4+
<dict>
5+
<key>CFBundleExecutable</key>
6+
<string>LeviLauncher</string>
7+
<key>CFBundleGetInfoString</key>
8+
<string>Some Product Comments</string>
9+
<key>CFBundleIconFile</key>
10+
<string>icons</string>
11+
<key>CFBundleIdentifier</key>
12+
<string>org.levimc.launcher</string>
13+
<key>CFBundleName</key>
14+
<string>LeviLauncher</string>
15+
<key>CFBundlePackageType</key>
16+
<string>APPL</string>
17+
<key>CFBundleShortVersionString</key>
18+
<string>0.0.26</string>
19+
<key>CFBundleVersion</key>
20+
<string>0.0.26</string>
21+
<key>LSMinimumSystemVersion</key>
22+
<string>10.15.0</string>
23+
<key>NSHighResolutionCapable</key>
24+
<string>true</string>
25+
<key>NSHumanReadableCopyright</key>
26+
<string>(c) 2025, LeviMC</string>
27+
</dict>
2728
</plist>

build/ios/Assets.xcassets

Lines changed: 116 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,116 @@
1+
{
2+
"info" : {
3+
"author" : "xcode",
4+
"version" : 1
5+
},
6+
"images" : [
7+
{
8+
"filename" : "[email protected]",
9+
"idiom" : "iphone",
10+
"scale" : "2x",
11+
"size" : "20x20"
12+
},
13+
{
14+
"filename" : "[email protected]",
15+
"idiom" : "iphone",
16+
"scale" : "3x",
17+
"size" : "20x20"
18+
},
19+
{
20+
"filename" : "[email protected]",
21+
"idiom" : "iphone",
22+
"scale" : "2x",
23+
"size" : "29x29"
24+
},
25+
{
26+
"filename" : "[email protected]",
27+
"idiom" : "iphone",
28+
"scale" : "3x",
29+
"size" : "29x29"
30+
},
31+
{
32+
"filename" : "[email protected]",
33+
"idiom" : "iphone",
34+
"scale" : "2x",
35+
"size" : "40x40"
36+
},
37+
{
38+
"filename" : "[email protected]",
39+
"idiom" : "iphone",
40+
"scale" : "3x",
41+
"size" : "40x40"
42+
},
43+
{
44+
"filename" : "[email protected]",
45+
"idiom" : "iphone",
46+
"scale" : "2x",
47+
"size" : "60x60"
48+
},
49+
{
50+
"filename" : "[email protected]",
51+
"idiom" : "iphone",
52+
"scale" : "3x",
53+
"size" : "60x60"
54+
},
55+
{
56+
"filename" : "icon-20.png",
57+
"idiom" : "ipad",
58+
"scale" : "1x",
59+
"size" : "20x20"
60+
},
61+
{
62+
"filename" : "[email protected]",
63+
"idiom" : "ipad",
64+
"scale" : "2x",
65+
"size" : "20x20"
66+
},
67+
{
68+
"filename" : "icon-29.png",
69+
"idiom" : "ipad",
70+
"scale" : "1x",
71+
"size" : "29x29"
72+
},
73+
{
74+
"filename" : "[email protected]",
75+
"idiom" : "ipad",
76+
"scale" : "2x",
77+
"size" : "29x29"
78+
},
79+
{
80+
"filename" : "icon-40.png",
81+
"idiom" : "ipad",
82+
"scale" : "1x",
83+
"size" : "40x40"
84+
},
85+
{
86+
"filename" : "[email protected]",
87+
"idiom" : "ipad",
88+
"scale" : "2x",
89+
"size" : "40x40"
90+
},
91+
{
92+
"filename" : "icon-76.png",
93+
"idiom" : "ipad",
94+
"scale" : "1x",
95+
"size" : "76x76"
96+
},
97+
{
98+
"filename" : "[email protected]",
99+
"idiom" : "ipad",
100+
"scale" : "2x",
101+
"size" : "76x76"
102+
},
103+
{
104+
"filename" : "[email protected]",
105+
"idiom" : "ipad",
106+
"scale" : "2x",
107+
"size" : "83.5x83.5"
108+
},
109+
{
110+
"filename" : "icon-1024.png",
111+
"idiom" : "ios-marketing",
112+
"scale" : "1x",
113+
"size" : "1024x1024"
114+
}
115+
]
116+
}

build/ios/Info.dev.plist

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>CFBundleDisplayName</key>
6+
<string>LeviLauncher (Dev)</string>
7+
<key>CFBundleExecutable</key>
8+
<string>LeviLauncher</string>
9+
<key>CFBundleGetInfoString</key>
10+
<string>Some Product Comments</string>
11+
<key>CFBundleIdentifier</key>
12+
<string>org.levimc.launcher.dev</string>
13+
<key>CFBundleName</key>
14+
<string>LeviLauncher (Dev)</string>
15+
<key>CFBundlePackageType</key>
16+
<string>APPL</string>
17+
<key>CFBundleShortVersionString</key>
18+
<string>0.0.26-dev</string>
19+
<key>CFBundleVersion</key>
20+
<string>0.0.26</string>
21+
<key>LSRequiresIPhoneOS</key>
22+
<true/>
23+
<key>MinimumOSVersion</key>
24+
<string>15.0</string>
25+
<key>NSAppTransportSecurity</key>
26+
<dict>
27+
<key>NSAllowsArbitraryLoads</key>
28+
<true/>
29+
<key>NSAllowsLocalNetworking</key>
30+
<true/>
31+
</dict>
32+
<key>NSHumanReadableCopyright</key>
33+
<string>(c) 2025, LeviMC</string>
34+
<key>UILaunchStoryboardName</key>
35+
<string>LaunchScreen</string>
36+
<key>UIRequiredDeviceCapabilities</key>
37+
<array>
38+
<string>armv7</string>
39+
<string>arm64</string>
40+
</array>
41+
<key>UISupportedInterfaceOrientations</key>
42+
<array>
43+
<string>UIInterfaceOrientationPortrait</string>
44+
<string>UIInterfaceOrientationLandscapeLeft</string>
45+
<string>UIInterfaceOrientationLandscapeRight</string>
46+
</array>
47+
<key>UISupportedInterfaceOrientations~ipad</key>
48+
<array>
49+
<string>UIInterfaceOrientationPortrait</string>
50+
<string>UIInterfaceOrientationPortraitUpsideDown</string>
51+
<string>UIInterfaceOrientationLandscapeLeft</string>
52+
<string>UIInterfaceOrientationLandscapeRight</string>
53+
</array>
54+
<key>WailsDevelopmentMode</key>
55+
<true/>
56+
</dict>
57+
</plist>

build/ios/Info.plist

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>CFBundleDisplayName</key>
6+
<string>LeviLauncher</string>
7+
<key>CFBundleExecutable</key>
8+
<string>LeviLauncher</string>
9+
<key>CFBundleGetInfoString</key>
10+
<string>Some Product Comments</string>
11+
<key>CFBundleIdentifier</key>
12+
<string>org.levimc.launcher</string>
13+
<key>CFBundleName</key>
14+
<string>LeviLauncher</string>
15+
<key>CFBundlePackageType</key>
16+
<string>APPL</string>
17+
<key>CFBundleShortVersionString</key>
18+
<string>0.0.26</string>
19+
<key>CFBundleVersion</key>
20+
<string>0.0.26</string>
21+
<key>LSRequiresIPhoneOS</key>
22+
<true/>
23+
<key>MinimumOSVersion</key>
24+
<string>15.0</string>
25+
<key>NSAppTransportSecurity</key>
26+
<dict>
27+
<key>NSAllowsArbitraryLoads</key>
28+
<false/>
29+
<key>NSAllowsLocalNetworking</key>
30+
<true/>
31+
</dict>
32+
<key>NSHumanReadableCopyright</key>
33+
<string>(c) 2025, LeviMC</string>
34+
<key>UILaunchStoryboardName</key>
35+
<string>LaunchScreen</string>
36+
<key>UIRequiredDeviceCapabilities</key>
37+
<array>
38+
<string>armv7</string>
39+
<string>arm64</string>
40+
</array>
41+
<key>UISupportedInterfaceOrientations</key>
42+
<array>
43+
<string>UIInterfaceOrientationPortrait</string>
44+
<string>UIInterfaceOrientationLandscapeLeft</string>
45+
<string>UIInterfaceOrientationLandscapeRight</string>
46+
</array>
47+
<key>UISupportedInterfaceOrientations~ipad</key>
48+
<array>
49+
<string>UIInterfaceOrientationPortrait</string>
50+
<string>UIInterfaceOrientationPortraitUpsideDown</string>
51+
<string>UIInterfaceOrientationLandscapeLeft</string>
52+
<string>UIInterfaceOrientationLandscapeRight</string>
53+
</array>
54+
</dict>
55+
</plist>

0 commit comments

Comments
 (0)