File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33<plist version =" 1.0" >
44<dict >
55 <key >CFBundleIconFile </key >
6- <string >icon .icns </string >
6+ <string >AppIcon .icns </string >
77 <key >CFBundlePackageType </key >
88 <string >APPL </string >
99 <key >CFBundleGetInfoString </key >
2020 <string >NSApplication </string >
2121 <key >NSHighResolutionCapable </key >
2222 <true />
23+ <key >NSRequiresAquaSystemAppearance </key >
24+ <string >true </string >
2325</dict >
2426</plist >
Original file line number Diff line number Diff line change @@ -29,12 +29,10 @@ if [ "$NAME" != "Darwin" ]; then
2929 exit 1
3030fi
3131
32- cat build/$APP .app/Contents/Info.plist
3332
34- echo " Changing bundle identifier"
35- sed -i -e ' s/com.yourcompany.Moolticute/com.Mooltipass.Moolticute/g' build/$APP .app/Contents/Info.plist
36- # removing backup plist
37- rm -f build/$APP .app/Contents/Info.plist-e
33+ echo " Copy plist from script directory"
34+ cp $SCRIPTDIR /Info.plist build/$APP .app/Contents/Info.plist
35+ cat build/$APP .app/Contents/Info.plist
3836
3937# Copy daemon to bundle
4038cp build/moolticuted build/$APP .app/Contents/MacOS/
You can’t perform that action at this time.
0 commit comments