Skip to content

Commit c083034

Browse files
Add macOS export compliance code
1 parent dd70015 commit c083034

3 files changed

Lines changed: 8 additions & 9 deletions

File tree

ChatSecure.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3066,7 +3066,7 @@
30663066
CODE_SIGN_IDENTITY = "iPhone Developer";
30673067
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
30683068
CODE_SIGN_STYLE = Automatic;
3069-
CURRENT_PROJECT_VERSION = 156;
3069+
CURRENT_PROJECT_VERSION = 157;
30703070
DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER = YES;
30713071
DEVELOPMENT_TEAM = "";
30723072
ENABLE_HARDENED_RUNTIME = NO;
@@ -3104,7 +3104,7 @@
31043104
CODE_SIGN_IDENTITY = "iPhone Developer";
31053105
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
31063106
CODE_SIGN_STYLE = Automatic;
3107-
CURRENT_PROJECT_VERSION = 156;
3107+
CURRENT_PROJECT_VERSION = 157;
31083108
DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER = YES;
31093109
DEVELOPMENT_TEAM = "";
31103110
ENABLE_HARDENED_RUNTIME = YES;

ChatSecure/InfoPlist.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
#import <TargetConditionals.h>
1010

1111
#if TARGET_OS_MACCATALYST
12-
// TODO: Get Mac App Store export compliance code
13-
#define EXPORT_COMPLIANCE_CODE xxxxxx
12+
#define EXPORT_COMPLIANCE_CODE 240f0a63-ba8b-40ff-bfce-20848ef174d0
1413
#else
1514
#define EXPORT_COMPLIANCE_CODE 51d17d3e-5e07-49ad-a308-9625d81e411f
1615
#endif

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ GEM
4141
fuzzy_match (~> 2.0.4)
4242
nap (~> 1.0)
4343
cocoapods-deintegrate (1.0.4)
44-
cocoapods-downloader (1.2.2)
44+
cocoapods-downloader (1.3.0)
4545
cocoapods-plugins (1.0.0)
4646
nap
4747
cocoapods-search (1.0.0)
@@ -63,16 +63,16 @@ GEM
6363
dotenv (2.7.5)
6464
emoji_regex (1.0.1)
6565
escape (0.0.4)
66-
excon (0.68.0)
67-
faraday (0.17.0)
66+
excon (0.70.0)
67+
faraday (0.17.1)
6868
multipart-post (>= 1.2, < 3)
6969
faraday-cookie_jar (0.0.6)
7070
faraday (>= 0.7.4)
7171
http-cookie (~> 1.0.0)
7272
faraday_middleware (0.13.1)
7373
faraday (>= 0.7.4, < 1.0)
7474
fastimage (2.1.7)
75-
fastlane (2.134.0)
75+
fastlane (2.137.0)
7676
CFPropertyList (>= 2.3, < 4.0.0)
7777
addressable (>= 2.3, < 3.0.0)
7878
babosa (>= 1.0.2, < 2.0.0)
@@ -144,7 +144,7 @@ GEM
144144
concurrent-ruby (~> 1.0)
145145
json (2.2.0)
146146
jwt (2.1.0)
147-
memoist (0.16.0)
147+
memoist (0.16.1)
148148
mime-types (3.3)
149149
mime-types-data (~> 3.2015)
150150
mime-types-data (3.2019.1009)

0 commit comments

Comments
 (0)