Skip to content

Commit 718053f

Browse files
signing with dev license
1 parent 31ffebd commit 718053f

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

MacUtilGUI/MacUtilGUI.fsproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
<CFBundleName>MacUtil</CFBundleName>
2828
<CFBundleDisplayName>MacUtil GUI</CFBundleDisplayName>
2929
<CFBundleIdentifier>com.macutil.gui</CFBundleIdentifier>
30-
<CFBundleVersion>1.0.0</CFBundleVersion>
31-
<CFBundleShortVersionString>1.0</CFBundleShortVersionString>
30+
<CFBundleVersion>0.2.0</CFBundleVersion>
31+
<CFBundleShortVersionString>0.2.0</CFBundleShortVersionString>
3232
<CFBundlePackageType>APPL</CFBundlePackageType>
3333
<CFBundleSignature>????</CFBundleSignature>
3434
<CFBundleExecutable>MacUtilGUI</CFBundleExecutable>

MacUtilGUI/build_universal.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,17 +97,17 @@ cat > "$universal_app/Contents/Info.plist" << EOF
9797
<key>CFBundleVersion</key>
9898
<string>$VERSION</string>
9999
<key>CFBundleShortVersionString</key>
100-
<string>1.0</string>
100+
<string>$VERSION</string>
101101
<key>LSMinimumSystemVersion</key>
102-
<string>10.15</string>
102+
<string>11.0</string>
103103
<key>CFBundleExecutable</key>
104104
<string>$APP_NAME</string>
105105
<key>CFBundleInfoDictionaryVersion</key>
106106
<string>6.0</string>
107107
<key>CFBundlePackageType</key>
108108
<string>APPL</string>
109109
<key>CFBundleSignature</key>
110-
<string>????</string>
110+
<string>MCUT</string>
111111
<key>NSHighResolutionCapable</key>
112112
<true/>
113113
<key>NSPrincipalClass</key>

0 commit comments

Comments
 (0)