Revision: 12192
http://sourceforge.net/p/skim-app/code/12192
Author: hofman
Date: 2021-03-10 14:11:34 +0000 (Wed, 10 Mar 2021)
Log Message:
-----------
Don't create standalone images for assets, we include a smaller version of the
app icon and don't need the document backgrounds. Add the icon name Info.plist
setting manually.
Modified Paths:
--------------
trunk/Configurations/Skim-App.xcconfig
trunk/Info.plist
Modified: trunk/Configurations/Skim-App.xcconfig
===================================================================
--- trunk/Configurations/Skim-App.xcconfig 2021-03-10 09:52:27 UTC (rev
12191)
+++ trunk/Configurations/Skim-App.xcconfig 2021-03-10 14:11:34 UTC (rev
12192)
@@ -7,7 +7,7 @@
PRODUCT_BUNDLE_IDENTIFIER = net.sourceforge.skim-app.skim
WRAPPER_EXTENSION = app
-ASSETCATALOG_COMPILER_APPICON_NAME = Skim
+ASSETCATALOG_COMPILER_STANDALONE_ICON_BEHAVIOR = none
// causes lots of warnings about missing paths in Xcode 4
//FRAMEWORK_SEARCH_PATHS =
"$(SOURCE_ROOT)/SkimNotes/build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"
"$(SOURCE_ROOT)/vendorsrc/andymatuschak/Sparkle/build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"
Modified: trunk/Info.plist
===================================================================
--- trunk/Info.plist 2021-03-10 09:52:27 UTC (rev 12191)
+++ trunk/Info.plist 2021-03-10 14:11:34 UTC (rev 12192)
@@ -301,6 +301,8 @@
<string>net.sourceforge.skim-app.skim.help</string>
<key>CFBundleIconFile</key>
<string>Skim</string>
+ <key>CFBundleIconName</key>
+ <string>Skim</string>
<key>CFBundleIdentifier</key>
<string>${PRODUCT_BUNDLE_IDENTIFIER}</string>
<key>CFBundleInfoDictionaryVersion</key>
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit