Skip to content

Commit 73363ca

Browse files
Fix tests
1 parent 9ef61e7 commit 73363ca

4 files changed

Lines changed: 19 additions & 21 deletions

File tree

ChatSecure.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3108,7 +3108,7 @@
31083108
CODE_SIGN_IDENTITY = "iPhone Developer";
31093109
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
31103110
CODE_SIGN_STYLE = Automatic;
3111-
CURRENT_PROJECT_VERSION = 158;
3111+
CURRENT_PROJECT_VERSION = 159;
31123112
DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER = YES;
31133113
DEVELOPMENT_TEAM = "";
31143114
ENABLE_HARDENED_RUNTIME = NO;
@@ -3146,7 +3146,7 @@
31463146
CODE_SIGN_IDENTITY = "iPhone Developer";
31473147
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
31483148
CODE_SIGN_STYLE = Automatic;
3149-
CURRENT_PROJECT_VERSION = 158;
3149+
CURRENT_PROJECT_VERSION = 159;
31503150
DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER = YES;
31513151
DEVELOPMENT_TEAM = "";
31523152
ENABLE_HARDENED_RUNTIME = YES;
@@ -3292,7 +3292,7 @@
32923292
CODE_SIGN_IDENTITY = "iPhone Developer";
32933293
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
32943294
CODE_SIGN_STYLE = Automatic;
3295-
CURRENT_PROJECT_VERSION = 158;
3295+
CURRENT_PROJECT_VERSION = 159;
32963296
DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER = YES;
32973297
DEVELOPMENT_TEAM = "";
32983298
ENABLE_HARDENED_RUNTIME = NO;
@@ -3482,7 +3482,7 @@
34823482
CODE_SIGN_IDENTITY = "iPhone Developer";
34833483
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
34843484
CODE_SIGN_STYLE = Automatic;
3485-
CURRENT_PROJECT_VERSION = 158;
3485+
CURRENT_PROJECT_VERSION = 159;
34863486
DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER = YES;
34873487
DEVELOPMENT_TEAM = "";
34883488
ENABLE_HARDENED_RUNTIME = YES;

ChatSecure.xcodeproj/xcshareddata/xcschemes/ChatSecureTests.xcscheme

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</BuildActionEntries>
2424
</BuildAction>
2525
<TestAction
26-
buildConfiguration = "Debug"
26+
buildConfiguration = "iOS_Debug"
2727
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
2929
shouldUseLaunchSchemeArgsEnv = "YES">
@@ -50,7 +50,7 @@
5050
</Testables>
5151
</TestAction>
5252
<LaunchAction
53-
buildConfiguration = "Debug"
53+
buildConfiguration = "iOS_Debug"
5454
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
5555
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
5656
launchStyle = "0"
@@ -77,7 +77,7 @@
7777
</EnvironmentVariables>
7878
</LaunchAction>
7979
<ProfileAction
80-
buildConfiguration = "Release"
80+
buildConfiguration = "iOS_Release"
8181
shouldUseLaunchSchemeArgsEnv = "YES"
8282
savedToolIdentifier = ""
8383
useCustomWorkingDirectory = "NO"
@@ -93,10 +93,10 @@
9393
</MacroExpansion>
9494
</ProfileAction>
9595
<AnalyzeAction
96-
buildConfiguration = "Debug">
96+
buildConfiguration = "iOS_Debug">
9797
</AnalyzeAction>
9898
<ArchiveAction
99-
buildConfiguration = "Release"
99+
buildConfiguration = "iOS_Release"
100100
revealArchiveInOrganizer = "YES">
101101
</ArchiveAction>
102102
</Scheme>

Submodules/ChatSecure-Metadata

fastlane/Deliverfile

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# beta_ipa "./app.ipa"
1818

1919
# The version of your app - remove this if you provide an ipa file
20-
app_version "4.3.9"
20+
app_version "5.0"
2121
submit_for_review false
2222
skip_binary_upload true
2323
# overwrite_screenshots true
@@ -28,16 +28,14 @@ metadata_path "./Submodules/ChatSecure-Metadata/metadata"
2828
screenshots_path "./Submodules/ChatSecure-Metadata/screenshots"
2929

3030
release_notes({
31-
'default' => "v4.3.9:
32-
* Fix issue where fingerprint trust settings cannot be saved
33-
34-
v4.3.8:
35-
* Improved launch performance, reduced binary size and memory usage
36-
* Tor 0.4.0.5
37-
* SQLCipher 4.2.0
38-
* Update 3rd party dependencies
39-
40-
Changelog: https://github.com/chatsecure/chatsecure-ios/compare/v4.3.8...v4.3.9
31+
'default' => "v5.0:
32+
* Dark Mode
33+
* Removes Tor support
34+
* Mac version available soon for macOS Catalina
35+
* Miscellaneous bug fixes and performance improvements
36+
* Now requires iOS 12 or higher
37+
38+
Changelog: https://github.com/chatsecure/chatsecure-ios/compare/v4.3.9...v5.0
4139
",
4240
})
4341

0 commit comments

Comments
 (0)