Skip to content

Commit 31eb46a

Browse files
committed
Update
1 parent 17fda80 commit 31eb46a

File tree

2 files changed

+94
-17
lines changed

2 files changed

+94
-17
lines changed
Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "1510"
4+
version = "1.7">
5+
<BuildAction
6+
parallelizeBuildables = "YES"
7+
buildImplicitDependencies = "YES">
8+
<BuildActionEntries>
9+
<BuildActionEntry
10+
buildForTesting = "YES"
11+
buildForRunning = "YES"
12+
buildForProfiling = "YES"
13+
buildForArchiving = "YES"
14+
buildForAnalyzing = "YES">
15+
<BuildableReference
16+
BuildableIdentifier = "primary"
17+
BlueprintIdentifier = "B9EA7C512409B79B000D8E35"
18+
BuildableName = "FlexLayoutSample-SPM.app"
19+
BlueprintName = "FlexLayoutSample-SPM"
20+
ReferencedContainer = "container:FlexLayoutSample-SPM.xcodeproj">
21+
</BuildableReference>
22+
</BuildActionEntry>
23+
</BuildActionEntries>
24+
</BuildAction>
25+
<TestAction
26+
buildConfiguration = "Debug"
27+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
28+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29+
shouldUseLaunchSchemeArgsEnv = "YES"
30+
shouldAutocreateTestPlan = "YES">
31+
</TestAction>
32+
<LaunchAction
33+
buildConfiguration = "Debug"
34+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
35+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
36+
launchStyle = "0"
37+
useCustomWorkingDirectory = "NO"
38+
ignoresPersistentStateOnLaunch = "NO"
39+
debugDocumentVersioning = "YES"
40+
debugServiceExtension = "internal"
41+
allowLocationSimulation = "YES">
42+
<BuildableProductRunnable
43+
runnableDebuggingMode = "0">
44+
<BuildableReference
45+
BuildableIdentifier = "primary"
46+
BlueprintIdentifier = "B9EA7C512409B79B000D8E35"
47+
BuildableName = "FlexLayoutSample-SPM.app"
48+
BlueprintName = "FlexLayoutSample-SPM"
49+
ReferencedContainer = "container:FlexLayoutSample-SPM.xcodeproj">
50+
</BuildableReference>
51+
</BuildableProductRunnable>
52+
</LaunchAction>
53+
<ProfileAction
54+
buildConfiguration = "Release"
55+
shouldUseLaunchSchemeArgsEnv = "YES"
56+
savedToolIdentifier = ""
57+
useCustomWorkingDirectory = "NO"
58+
debugDocumentVersioning = "YES">
59+
<BuildableProductRunnable
60+
runnableDebuggingMode = "0">
61+
<BuildableReference
62+
BuildableIdentifier = "primary"
63+
BlueprintIdentifier = "B9EA7C512409B79B000D8E35"
64+
BuildableName = "FlexLayoutSample-SPM.app"
65+
BlueprintName = "FlexLayoutSample-SPM"
66+
ReferencedContainer = "container:FlexLayoutSample-SPM.xcodeproj">
67+
</BuildableReference>
68+
</BuildableProductRunnable>
69+
</ProfileAction>
70+
<AnalyzeAction
71+
buildConfiguration = "Debug">
72+
</AnalyzeAction>
73+
<ArchiveAction
74+
buildConfiguration = "Release"
75+
revealArchiveInOrganizer = "YES">
76+
</ArchiveAction>
77+
</Scheme>

Gemfile.lock

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@ GEM
2121
artifactory (3.0.15)
2222
atomos (0.1.3)
2323
aws-eventstream (1.3.0)
24-
aws-partitions (1.864.0)
25-
aws-sdk-core (3.190.0)
24+
aws-partitions (1.877.0)
25+
aws-sdk-core (3.190.1)
2626
aws-eventstream (~> 1, >= 1.3.0)
2727
aws-partitions (~> 1, >= 1.651.0)
2828
aws-sigv4 (~> 1.8)
2929
jmespath (~> 1, >= 1.6.1)
30-
aws-sdk-kms (1.74.0)
30+
aws-sdk-kms (1.76.0)
3131
aws-sdk-core (~> 3, >= 3.188.0)
3232
aws-sigv4 (~> 1.1)
33-
aws-sdk-s3 (1.141.0)
33+
aws-sdk-s3 (1.142.0)
3434
aws-sdk-core (~> 3, >= 3.189.0)
3535
aws-sdk-kms (~> 1)
3636
aws-sigv4 (~> 1.8)
@@ -94,7 +94,7 @@ GEM
9494
escape (0.0.4)
9595
ethon (0.16.0)
9696
ffi (>= 1.15.0)
97-
excon (0.105.0)
97+
excon (0.109.0)
9898
faraday (1.10.3)
9999
faraday-em_http (~> 1.0)
100100
faraday-em_synchrony (~> 1.0)
@@ -123,8 +123,8 @@ GEM
123123
faraday-retry (1.0.3)
124124
faraday_middleware (1.2.0)
125125
faraday (~> 1.0)
126-
fastimage (2.2.7)
127-
fastlane (2.217.0)
126+
fastimage (2.3.0)
127+
fastlane (2.219.0)
128128
CFPropertyList (>= 2.3, < 4.0.0)
129129
addressable (>= 2.8, < 3.0.0)
130130
artifactory (~> 3.0)
@@ -143,6 +143,7 @@ GEM
143143
gh_inspector (>= 1.1.2, < 2.0.0)
144144
google-apis-androidpublisher_v3 (~> 0.3)
145145
google-apis-playcustomapp_v1 (~> 0.1)
146+
google-cloud-env (>= 1.6.0, < 2.0.0)
146147
google-cloud-storage (~> 1.31)
147148
highline (~> 2.0)
148149
http-cookie (~> 1.0.5)
@@ -151,7 +152,7 @@ GEM
151152
mini_magick (>= 4.9.4, < 5.0.0)
152153
multipart-post (>= 2.0.0, < 3.0.0)
153154
naturally (~> 2.2)
154-
optparse (~> 0.1.1)
155+
optparse (>= 0.1.1)
155156
plist (>= 3.1.0, < 4.0.0)
156157
rubyzip (>= 2.0.0, < 3.0.0)
157158
security (= 0.1.3)
@@ -168,7 +169,7 @@ GEM
168169
fourflusher (2.3.1)
169170
fuzzy_match (2.0.4)
170171
gh_inspector (1.1.3)
171-
google-apis-androidpublisher_v3 (0.53.0)
172+
google-apis-androidpublisher_v3 (0.54.0)
172173
google-apis-core (>= 0.11.0, < 2.a)
173174
google-apis-core (0.11.2)
174175
addressable (~> 2.5, >= 2.5.1)
@@ -188,8 +189,8 @@ GEM
188189
google-cloud-core (1.6.1)
189190
google-cloud-env (>= 1.0, < 3.a)
190191
google-cloud-errors (~> 1.0)
191-
google-cloud-env (2.0.1)
192-
faraday (>= 1.0, < 3.a)
192+
google-cloud-env (1.6.0)
193+
faraday (>= 0.17.3, < 3.0)
193194
google-cloud-errors (1.3.1)
194195
google-cloud-storage (1.45.0)
195196
addressable (~> 2.8)
@@ -199,9 +200,8 @@ GEM
199200
google-cloud-core (~> 1.6)
200201
googleauth (>= 0.16.2, < 2.a)
201202
mini_mime (~> 1.0)
202-
googleauth (1.9.0)
203-
faraday (>= 1.0, < 3.a)
204-
google-cloud-env (~> 2.0, >= 2.0.1)
203+
googleauth (1.8.1)
204+
faraday (>= 0.17.3, < 3.a)
205205
jwt (>= 1.4, < 3.0)
206206
multi_json (~> 1.11)
207207
os (>= 0.9, < 2.0)
@@ -226,9 +226,9 @@ GEM
226226
nap (1.1.0)
227227
naturally (2.2.1)
228228
netrc (0.11.0)
229-
optparse (0.1.1)
229+
optparse (0.4.0)
230230
os (1.1.4)
231-
plist (3.7.0)
231+
plist (3.7.1)
232232
public_suffix (4.0.7)
233233
rake (13.1.0)
234234
representable (3.2.0)
@@ -255,7 +255,7 @@ GEM
255255
unicode-display_width (>= 1.1.1, < 3)
256256
trailblazer-option (0.1.2)
257257
tty-cursor (0.7.1)
258-
tty-screen (0.8.1)
258+
tty-screen (0.8.2)
259259
tty-spinner (0.9.3)
260260
tty-cursor (~> 0.7)
261261
typhoeus (1.4.1)

0 commit comments

Comments
 (0)