Skip to content

Commit

Permalink
TestFlight deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
mplorentz committed Jun 17, 2024
1 parent 1b1235b commit 77261a3
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 9 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.1.2 (429)] - 2024-06-17Z

- Remove topical pubs that are shutting down. See %1ao9SOiYKIOyPaqgWBJXXMngpiDyS/GJVIVkqg0Y1PU=.sha256

## [2.1.1] 2023-09-23
Expand Down
8 changes: 4 additions & 4 deletions Planetary.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -5266,7 +5266,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = Resources/FBTT.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 428;
CURRENT_PROJECT_VERSION = 429;
DEVELOPMENT_TEAM = GZCZBKH7MY;
EAGER_LINKING = YES;
ENABLE_BITCODE = NO;
Expand All @@ -5281,7 +5281,7 @@
"@executable_path/",
);
MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)";
MARKETING_VERSION = 2.1.1;
MARKETING_VERSION = 2.1.2;
OTHER_LDFLAGS = "$(inherited)";
OTHER_SWIFT_FLAGS = "$(inherited) -D COCOAPODS";
SDKROOT = iphoneos;
Expand All @@ -5300,7 +5300,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = Resources/FBTT.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 428;
CURRENT_PROJECT_VERSION = 429;
DEVELOPMENT_TEAM = GZCZBKH7MY;
EAGER_LINKING = YES;
ENABLE_BITCODE = NO;
Expand All @@ -5315,7 +5315,7 @@
"@executable_path/",
);
MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)";
MARKETING_VERSION = 2.1.1;
MARKETING_VERSION = 2.1.2;
OTHER_LDFLAGS = "$(inherited)";
OTHER_SWIFT_FLAGS = "$(inherited) -D COCOAPODS";
SDKROOT = iphoneos;
Expand Down
2 changes: 1 addition & 1 deletion Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>428</string>
<string>429</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>
Expand Down
4 changes: 2 additions & 2 deletions Resources/Preload.bundle/Feeds/consolidatedFeed.json
Git LFS file not shown
2 changes: 1 addition & 1 deletion Resources/Preload.bundle/Pubs/preloadedPubs.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion UITests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundleShortVersionString</key>
<string>1.1</string>
<key>CFBundleVersion</key>
<string>428</string>
<string>429</string>
<key>PLTestingNetworkHMAC</key>
<string>$(TESTING_NETWORK_HMAC)</string>
<key>PLTestingNetworkKey</key>
Expand Down

0 comments on commit 77261a3

Please sign in to comment.