Skip to content

Commit 72a683e

Browse files
committed
Plist change
1 parent fd5ba08 commit 72a683e

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

.github/workflows/BUILD_MACOS.yml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -36,25 +36,25 @@ jobs:
3636
- name: Create Info.plist for ARM64
3737
run: |
3838
cat > main.dist/kPad-mac_arm64.app/Contents/Info.plist << EOF
39-
<?xml version="1.0" encoding="UTF-8"?>
40-
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
41-
<plist version="1.0">
42-
<dict>
43-
<key>CFBundleName</key>
44-
<string>kPad ARM64</string>
45-
<key>CFBundleDisplayName</key>
46-
<string>kPad ARM64</string>
47-
<key>CFBundleIdentifier</key>
48-
<string>com.matt.kPad</string>
49-
<key>CFBundleVersion</key>
50-
<string>1.0.0</string>
51-
<key>CFBundleExecutable</key>
52-
<string>main</string>
53-
<key>CFBundlePackageType</key>
54-
<string>APPL</string>
55-
</dict>
56-
</plist>
57-
EOF
39+
<?xml version="1.0" encoding="UTF-8"?>
40+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
41+
<plist version="1.0">
42+
<dict>
43+
<key>CFBundleName</key>
44+
<string>kPad</string>
45+
<key>CFBundleDisplayName</key>
46+
<string>kPad ARM64</string>
47+
<key>CFBundleIdentifier</key>
48+
<string>com.maxhatei2.kPad</string>
49+
<key>CFBundleVersion</key>
50+
<string>1.0.0</string>
51+
<key>CFBundleExecutable</key>
52+
<string>main</string>
53+
<key>CFBundlePackageType</key>
54+
<string>APPL</string>
55+
</dict>
56+
</plist>
57+
EOF
5858
5959
- name: Create Info.plist for Intel
6060
run: |
@@ -66,9 +66,9 @@ EOF
6666
<key>CFBundleName</key>
6767
<string>kPad Intel</string>
6868
<key>CFBundleDisplayName</key>
69-
<string>kPad Intel</string>
69+
<string>kPad</string>
7070
<key>CFBundleIdentifier</key>
71-
<string>com.matt.kPad</string>
71+
<string>com.maxhatei2.kPad</string>
7272
<key>CFBundleVersion</key>
7373
<string>1.0.0</string>
7474
<key>CFBundleExecutable</key>

0 commit comments

Comments
 (0)