Skip to content

Commit

Permalink
Add fixes to Release.xcconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
livid committed Oct 3, 2023
1 parent e8b360e commit 2f6e579
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Planet/Release.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ OTHER_CODE_SIGN_FLAGS = --timestamp
SPARKLE_UPDATE_FEED_URL = https://opensource.planetable.xyz/planet/appcast.xml
PLANET_APP_ICON_NAME = AppIcon
PLANET_LITE_ICON_NAME = AppIcon
ASSETCATALOG_COMPILER_GENERATE_ASSET_SYMBOLS = NO
ASSETCATALOG_COMPILER_GENERATE_ASSET_SYMBOL_FRAMEWORKS = ""
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = NO

#include "marketing_version.xcconfig"
#include "versioning.xcconfig"
Expand Down
2 changes: 1 addition & 1 deletion Planet/versioning.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
CURRENT_PROJECT_VERSION = 1685
CURRENT_PROJECT_VERSION = 1686

0 comments on commit 2f6e579

Please sign in to comment.