File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments