Skip to content

Commit

Permalink
v3.9.0
Browse files Browse the repository at this point in the history
Norman Sander committed Nov 9, 2020
1 parent d028686 commit ec96eea
Showing 3 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

Changelog for Critical Maps iOS

# [Unreleased]
# [3.9.0] - 2020-11-09

### Added

8 changes: 4 additions & 4 deletions CriticalMaps.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -1959,7 +1959,7 @@
CODE_SIGN_ENTITLEMENTS = "";
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CURRENT_PROJECT_VERSION = 26;
CURRENT_PROJECT_VERSION = 27;
DEVELOPMENT_ASSET_PATHS = "CriticalMass/Development\\ Assets";
DEVELOPMENT_TEAM = 5YLLXUZBZ2;
GCC_PRECOMPILE_PREFIX_HEADER = NO;
@@ -1970,7 +1970,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 3.8.0;
MARKETING_VERSION = 3.9.0;
OTHER_SWIFT_FLAGS = "";
PRODUCT_BUNDLE_IDENTIFIER = de.pokuslabs.criticalmassberlin;
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -1992,7 +1992,7 @@
CODE_SIGN_ENTITLEMENTS = "";
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CURRENT_PROJECT_VERSION = 26;
CURRENT_PROJECT_VERSION = 27;
DEVELOPMENT_ASSET_PATHS = "CriticalMass/Development\\ Assets";
DEVELOPMENT_TEAM = 5YLLXUZBZ2;
GCC_PRECOMPILE_PREFIX_HEADER = NO;
@@ -2003,7 +2003,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 3.8.0;
MARKETING_VERSION = 3.9.0;
OTHER_SWIFT_FLAGS = "";
PRODUCT_BUNDLE_IDENTIFIER = de.pokuslabs.criticalmassberlin;
PRODUCT_NAME = "$(TARGET_NAME)";
28 changes: 14 additions & 14 deletions CriticalMass/CriticalMaps-Info.plist
Original file line number Diff line number Diff line change
@@ -4,22 +4,28 @@
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleGetInfoString</key>
<string></string>
<key>CFBundleIcons</key>
<dict>
<key>CFBundleAlternateIcons</key>
<dict>
<key>light</key>
<key>dark</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>CMLightIcon</string>
<string>CMDarkIcon</string>
</array>
</dict>
<key>yellow</key>
<key>light</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>CMYellowIcon</string>
<string>CMLightIcon</string>
</array>
</dict>
<key>neon</key>
@@ -29,18 +35,18 @@
<string>CMNeonIcon</string>
</array>
</dict>
<key>dark</key>
<key>rainbow</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>CMDarkIcon</string>
<string>CMRainbowIcon</string>
</array>
</dict>
<key>rainbow</key>
<key>yellow</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>CMRainbowIcon</string>
<string>CMYellowIcon</string>
</array>
</dict>
</dict>
@@ -52,12 +58,6 @@
</array>
</dict>
</dict>
<key>CFBundleDisplayName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleGetInfoString</key>
<string></string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>

0 comments on commit ec96eea

Please sign in to comment.