Skip to content

Commit dfa60dd

Browse files
committed
Bump version & update fastlane
1 parent e732a31 commit dfa60dd

File tree

2 files changed

+35
-21
lines changed

2 files changed

+35
-21
lines changed

ForPDA.xcodeproj/project.pbxproj

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,17 @@
6161
/* End PBXFileReference section */
6262

6363
/* Begin PBXFileSystemSynchronizedRootGroup section */
64-
13C9F9FA2CADCDFF003280F3 /* Fonts */ = {isa = PBXFileSystemSynchronizedRootGroup; explicitFileTypes = {}; explicitFolders = (); path = Fonts; sourceTree = "<group>"; };
64+
13C9F9FA2CADCDFF003280F3 /* Fonts */ = {
65+
isa = PBXFileSystemSynchronizedRootGroup;
66+
exceptions = (
67+
);
68+
explicitFileTypes = {
69+
};
70+
explicitFolders = (
71+
);
72+
path = Fonts;
73+
sourceTree = "<group>";
74+
};
6575
/* End PBXFileSystemSynchronizedRootGroup section */
6676

6777
/* Begin PBXFrameworksBuildPhase section */
@@ -307,7 +317,7 @@
307317
buildSettings = {
308318
CODE_SIGN_IDENTITY = "Apple Development";
309319
CODE_SIGN_STYLE = Automatic;
310-
CURRENT_PROJECT_VERSION = 337;
320+
CURRENT_PROJECT_VERSION = 365;
311321
DEVELOPMENT_TEAM = 7353CQCGQC;
312322
GENERATE_INFOPLIST_FILE = YES;
313323
INFOPLIST_FILE = OpenInAppExtension/Info.plist;
@@ -343,7 +353,7 @@
343353
buildSettings = {
344354
CODE_SIGN_IDENTITY = "Apple Development";
345355
CODE_SIGN_STYLE = Automatic;
346-
CURRENT_PROJECT_VERSION = 337;
356+
CURRENT_PROJECT_VERSION = 365;
347357
DEVELOPMENT_TEAM = 7353CQCGQC;
348358
GENERATE_INFOPLIST_FILE = YES;
349359
INFOPLIST_FILE = OpenInAppExtension/Info.plist;
@@ -513,7 +523,7 @@
513523
CODE_SIGN_ENTITLEMENTS = ForPDA/ForPDA.entitlements;
514524
CODE_SIGN_IDENTITY = "Apple Development";
515525
CODE_SIGN_STYLE = Automatic;
516-
CURRENT_PROJECT_VERSION = 337;
526+
CURRENT_PROJECT_VERSION = 365;
517527
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
518528
DEVELOPMENT_TEAM = 7353CQCGQC;
519529
ENABLE_USER_SCRIPT_SANDBOXING = NO;
@@ -566,7 +576,7 @@
566576
CODE_SIGN_ENTITLEMENTS = ForPDA/ForPDA.entitlements;
567577
CODE_SIGN_IDENTITY = "Apple Development";
568578
CODE_SIGN_STYLE = Automatic;
569-
CURRENT_PROJECT_VERSION = 337;
579+
CURRENT_PROJECT_VERSION = 365;
570580
DEVELOPMENT_TEAM = 7353CQCGQC;
571581
ENABLE_USER_SCRIPT_SANDBOXING = NO;
572582
GENERATE_INFOPLIST_FILE = YES;

Gemfile.lock

Lines changed: 20 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@ GEM
1010
artifactory (3.0.17)
1111
atomos (0.1.3)
1212
aws-eventstream (1.3.0)
13-
aws-partitions (1.981.0)
14-
aws-sdk-core (3.209.1)
13+
aws-partitions (1.999.0)
14+
aws-sdk-core (3.211.0)
1515
aws-eventstream (~> 1, >= 1.3.0)
16-
aws-partitions (~> 1, >= 1.651.0)
16+
aws-partitions (~> 1, >= 1.992.0)
1717
aws-sigv4 (~> 1.9)
1818
jmespath (~> 1, >= 1.6.1)
19-
aws-sdk-kms (1.94.0)
20-
aws-sdk-core (~> 3, >= 3.207.0)
19+
aws-sdk-kms (1.95.0)
20+
aws-sdk-core (~> 3, >= 3.210.0)
2121
aws-sigv4 (~> 1.5)
22-
aws-sdk-s3 (1.166.0)
23-
aws-sdk-core (~> 3, >= 3.207.0)
22+
aws-sdk-s3 (1.169.0)
23+
aws-sdk-core (~> 3, >= 3.210.0)
2424
aws-sdk-kms (~> 1)
2525
aws-sigv4 (~> 1.5)
26-
aws-sigv4 (1.10.0)
26+
aws-sigv4 (1.10.1)
2727
aws-eventstream (~> 1, >= 1.0.2)
2828
babosa (1.0.4)
2929
base64 (0.2.0)
@@ -68,7 +68,7 @@ GEM
6868
faraday_middleware (1.2.1)
6969
faraday (~> 1.0)
7070
fastimage (2.3.1)
71-
fastlane (2.223.1)
71+
fastlane (2.225.0)
7272
CFPropertyList (>= 2.3, < 4.0.0)
7373
addressable (>= 2.8, < 3.0.0)
7474
artifactory (~> 3.0)
@@ -84,6 +84,7 @@ GEM
8484
faraday-cookie_jar (~> 0.0.6)
8585
faraday_middleware (~> 1.0)
8686
fastimage (>= 2.1.0, < 3.0.0)
87+
fastlane-sirp (>= 1.0.0)
8788
gh_inspector (>= 1.1.2, < 2.0.0)
8889
google-apis-androidpublisher_v3 (~> 0.3)
8990
google-apis-playcustomapp_v1 (~> 0.1)
@@ -113,6 +114,8 @@ GEM
113114
os (~> 1.1, >= 1.1.4)
114115
fastlane-plugin-versioning (0.6.0)
115116
fastlane-plugin-xcconfig (2.1.0)
117+
fastlane-sirp (1.0.0)
118+
sysrandom (~> 1.0)
116119
gh_inspector (1.1.3)
117120
google-apis-androidpublisher_v3 (0.54.0)
118121
google-apis-core (>= 0.11.0, < 2.a)
@@ -155,14 +158,14 @@ GEM
155158
domain_name (~> 0.5)
156159
httpclient (2.8.3)
157160
jmespath (1.6.2)
158-
json (2.7.2)
159-
jwt (2.9.1)
161+
json (2.7.5)
162+
jwt (2.9.3)
160163
base64
161164
mini_magick (4.13.2)
162165
mini_mime (1.1.5)
163166
multi_json (1.15.0)
164167
multipart-post (2.4.1)
165-
nanaimo (0.3.0)
168+
nanaimo (0.4.0)
166169
naturally (2.2.1)
167170
nkf (0.2.0)
168171
optparse (0.5.0)
@@ -175,7 +178,7 @@ GEM
175178
trailblazer-option (>= 0.1.1, < 0.2.0)
176179
uber (< 0.2.0)
177180
retriable (3.1.2)
178-
rexml (3.3.8)
181+
rexml (3.3.9)
179182
rouge (2.0.7)
180183
ruby2_keywords (0.0.5)
181184
rubyzip (2.3.2)
@@ -188,6 +191,7 @@ GEM
188191
simctl (1.6.10)
189192
CFPropertyList
190193
naturally
194+
sysrandom (1.0.5)
191195
terminal-notifier (2.0.0)
192196
terminal-table (3.0.2)
193197
unicode-display_width (>= 1.1.1, < 3)
@@ -199,13 +203,13 @@ GEM
199203
uber (0.1.0)
200204
unicode-display_width (2.6.0)
201205
word_wrap (1.0.0)
202-
xcodeproj (1.25.0)
206+
xcodeproj (1.26.0)
203207
CFPropertyList (>= 2.3.3, < 4.0)
204208
atomos (~> 0.1.3)
205209
claide (>= 1.0.2, < 2.0)
206210
colored2 (~> 3.1)
207-
nanaimo (~> 0.3.0)
208-
rexml (>= 3.3.2, < 4.0)
211+
nanaimo (~> 0.4.0)
212+
rexml (>= 3.3.6, < 4.0)
209213
xcpretty (0.3.0)
210214
rouge (~> 2.0.7)
211215
xcpretty-travis-formatter (1.0.1)

0 commit comments

Comments
 (0)