Skip to content

Commit

Permalink
Deploy build 332
Browse files Browse the repository at this point in the history
  • Loading branch information
mplorentz committed Jun 7, 2022
1 parent 871fe9a commit 8c407e7
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 19 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed usernames getting clipped on the Discover tab #589
- Reduced app launch time #598
- Improved replication performance. #553 #533 #604
- Updated Spanish translation
- Thread view now sorts replies by claimed timestamp instead of received timestamp #609

## [1.1.2] 2022-04-29
- Fixed invitations for Gardening and Poetry pubs #503
Expand Down
4 changes: 2 additions & 2 deletions Frameworks/GoSSB.xcframework/ios-arm64/libssb-go.a
Git LFS file not shown
Git LFS file not shown
4 changes: 2 additions & 2 deletions Planetary.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -5355,7 +5355,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = Resources/FBTT.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 330;
CURRENT_PROJECT_VERSION = 332;
DEVELOPMENT_TEAM = GZCZBKH7MY;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
Expand Down Expand Up @@ -5387,7 +5387,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = Resources/FBTT.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 330;
CURRENT_PROJECT_VERSION = 332;
DEVELOPMENT_TEAM = GZCZBKH7MY;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
Expand Down
10 changes: 5 additions & 5 deletions Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>330</string>
<string>332</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>
Expand Down Expand Up @@ -69,6 +69,8 @@
<string>$(DEVELOPMENT_NETWORK_KEY)</string>
<key>PLDevelopmentNetworkName</key>
<string>$(DEVELOPMENT_NETWORK_NAME)</string>
<key>PLPlanetaryIdentity</key>
<string>$(PLANETARY)</string>
<key>PLPlanetaryNetworkHMAC</key>
<string>$(PLANETARY_NETWORK_HMAC)</string>
<key>PLPlanetaryNetworkKey</key>
Expand All @@ -77,12 +79,10 @@
<string>$(PLANETARY_NETWORK_NAME)</string>
<key>PLPlanetarySystem</key>
<string>$(PLANETARY_SYSTEM_PUBS)</string>
<key>PLPlanetaryIdentity</key>
<string>$(PLANETARY)</string>
<key>PLTestNetworkPubs</key>
<string>$(TEST_NETWORK_PUBS)</string>
<key>PLTestNetworkCommunities</key>
<string>$(TEST_NETWORK_COMMUNITIES)</string>
<key>PLTestNetworkPubs</key>
<string>$(TEST_NETWORK_PUBS)</string>
<key>PLTestingNetworkHMAC</key>
<string>$(TESTING_NETWORK_HMAC)</string>
<key>PLTestingNetworkKey</key>
Expand Down
2 changes: 1 addition & 1 deletion Resources/Preload.bundle/Feeds/consolidatedFeed.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions Source/Localization/es-UY.lproj/Generated.strings
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@
"Error.supportNotConfigured" = "Soporte no está configurado.";
"Error.invitationRedemptionFailed" = "No pudimos unirte a {{ starName }}. Por favor, intentá de vuelta o contactá con soporte.";
"Error.cannotPublishBecauseRestoring" = "Planetary está restableciendo tus datos desde la red, y no puede publicar nuevos posts en este momento.";
"Error.restoring" = "Planetary is currently restoring your data from the network.";
"Error.invalidAppConfiguration" = "Configuración de app inválida";
"Error.couldNotGenerateLink" = "No pudo generar el link.";

Expand Down
14 changes: 7 additions & 7 deletions UITests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
<key>CFBundleShortVersionString</key>
<string>1.1</string>
<key>CFBundleVersion</key>
<string>330</string>
<key>PLTestingNetworkHMAC</key>
<string>$(TESTING_NETWORK_HMAC)</string>
<key>PLTestingNetworkKey</key>
<string>$(TESTING_NETWORK_KEY)</string>
<key>PLTestingNetworkName</key>
<string>$(TESTING_NETWORK_NAME)</string>
<string>332</string>
<key>PLTestingNetworkHMAC</key>
<string>$(TESTING_NETWORK_HMAC)</string>
<key>PLTestingNetworkKey</key>
<string>$(TESTING_NETWORK_KEY)</string>
<key>PLTestingNetworkName</key>
<string>$(TESTING_NETWORK_NAME)</string>
</dict>
</plist>

0 comments on commit 8c407e7

Please sign in to comment.