Skip to content

Commit

Permalink
Build for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mplorentz committed Aug 21, 2022
1 parent 0266a36 commit 7e61331
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added support for random algorithm for sorting home and discover feeds. #759
- Show content from follows when looking for a pub's profile. #790
- Show replies when displaying a profile. #681
- Added support for registering room aliases #808

## [1.2.7] 2022-08-19

Expand Down
8 changes: 4 additions & 4 deletions Planetary.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -5514,7 +5514,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = Resources/FBTT.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 354;
CURRENT_PROJECT_VERSION = 355;
DEVELOPMENT_TEAM = GZCZBKH7MY;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
Expand All @@ -5527,7 +5527,7 @@
"@executable_path/",
);
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 1.2.7;
MARKETING_VERSION = 1.3.0;
OTHER_LDFLAGS = "$(inherited)";
SDKROOT = iphoneos;
STRIP_SWIFT_SYMBOLS = NO;
Expand All @@ -5546,7 +5546,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = Resources/FBTT.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 354;
CURRENT_PROJECT_VERSION = 355;
DEVELOPMENT_TEAM = GZCZBKH7MY;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
Expand All @@ -5559,7 +5559,7 @@
"@executable_path/",
);
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 1.2.7;
MARKETING_VERSION = 1.3.0;
OTHER_LDFLAGS = "$(inherited)";
SDKROOT = iphoneos;
STRIP_SWIFT_SYMBOLS = NO;
Expand Down
2 changes: 1 addition & 1 deletion Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>354</string>
<string>355</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 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>354</string>
<string>355</string>
<key>PLTestingNetworkHMAC</key>
<string>$(TESTING_NETWORK_HMAC)</string>
<key>PLTestingNetworkKey</key>
Expand Down

0 comments on commit 7e61331

Please sign in to comment.