# HG changeset patch # User Paper # Date 1706021041 18000 # Node ID 8b174bcde6670fe54811537570280a163972bf64 # Parent 3a4aa9b4814c3a7af0f5e6821604beb9faa3d321 hgignore: don't ignore .app files so we can properly use our .app template diff -r 3a4aa9b4814c -r 8b174bcde667 .hgignore --- a/.hgignore Mon Jan 22 22:19:39 2024 -0800 +++ b/.hgignore Tue Jan 23 09:44:01 2024 -0500 @@ -1,13 +1,13 @@ syntax: glob -**/m4/libtool.m4 -**/m4/lt*.m4 -**/build-aux -**/aclocal.m4 -**/Makefile.in -**/configure -**/*~ -**/autom4te.cache +m4/libtool.m4 +m4/lt*.m4 +build-aux +aclocal.m4 +Makefile.in +configure +*~ +autom4te.cache # stupid OS X things .DS_Store @@ -44,7 +44,6 @@ # Executables *.exe *.out -*.app syntax: regexp diff -r 3a4aa9b4814c -r 8b174bcde667 rc/osx/Minori.app/Contents/Info.plist --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/rc/osx/Minori.app/Contents/Info.plist Tue Jan 23 09:44:01 2024 -0500 @@ -0,0 +1,38 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleExecutable + minori + CFBundleGetInfoString + Copyright + NSHumanReadableCopyright + Copyright + CFBundleIconFile + Minori.icns + CFBundleIdentifier + org.eu.us.paper.Minori + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + Minori + CFBundlePackageType + APPL + CFBundleShortVersionString + 0.0.0 + CFBundleSignature + Schm + CFBundleVersion + 0.0.0 + NSMainNibFile + MainMenu + NSPrincipalClass + NSApplication + CGDisableCoalescedUpdates + + NSHighResolutionCapable + + + \ No newline at end of file diff -r 3a4aa9b4814c -r 8b174bcde667 rc/osx/Minori.app/Contents/PkgInfo --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/rc/osx/Minori.app/Contents/PkgInfo Tue Jan 23 09:44:01 2024 -0500 @@ -0,0 +1,1 @@ +APPLSchm \ No newline at end of file diff -r 3a4aa9b4814c -r 8b174bcde667 rc/osx/Minori.app/Contents/Resources/Minori.icns Binary file rc/osx/Minori.app/Contents/Resources/Minori.icns has changed