Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jun 22, 2021. It is now read-only.

Commit bf89c21

Browse files
committed
Fix the issue with shared app schemes.
1 parent 4e78a3b commit bf89c21

File tree

5 files changed

+218
-11
lines changed

5 files changed

+218
-11
lines changed

‎.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ xcuserdata
2222
*.moved-aside
2323
*.xcuserstate
2424
*.xcscmblueprint
25-
*.xcscheme
2625

2726
## Obj-C/Swift specific
2827
*.hmap
@@ -53,5 +52,6 @@ Carthage/Build
5352
fastlane/report.xml
5453
fastlane/screenshots
5554

56-
# UI Automation Test Reports
57-
ui-automation/test-reports
55+
# Test Reports/Outputs
56+
ui-automation/test-reports
57+
test_output/
Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "0710"
4+
version = "1.3">
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 = "145E8E581BFC022100307881"
18+
BuildableName = "Contacts-cal.app"
19+
BlueprintName = "Contacts-cal"
20+
ReferencedContainer = "container:Contacts.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+
<Testables>
31+
</Testables>
32+
<MacroExpansion>
33+
<BuildableReference
34+
BuildableIdentifier = "primary"
35+
BlueprintIdentifier = "145E8E581BFC022100307881"
36+
BuildableName = "Contacts-cal.app"
37+
BlueprintName = "Contacts-cal"
38+
ReferencedContainer = "container:Contacts.xcodeproj">
39+
</BuildableReference>
40+
</MacroExpansion>
41+
<AdditionalOptions>
42+
</AdditionalOptions>
43+
</TestAction>
44+
<LaunchAction
45+
buildConfiguration = "Debug"
46+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
47+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
48+
launchStyle = "0"
49+
useCustomWorkingDirectory = "NO"
50+
ignoresPersistentStateOnLaunch = "NO"
51+
debugDocumentVersioning = "YES"
52+
debugServiceExtension = "internal"
53+
allowLocationSimulation = "YES">
54+
<BuildableProductRunnable
55+
runnableDebuggingMode = "0">
56+
<BuildableReference
57+
BuildableIdentifier = "primary"
58+
BlueprintIdentifier = "145E8E581BFC022100307881"
59+
BuildableName = "Contacts-cal.app"
60+
BlueprintName = "Contacts-cal"
61+
ReferencedContainer = "container:Contacts.xcodeproj">
62+
</BuildableReference>
63+
</BuildableProductRunnable>
64+
<AdditionalOptions>
65+
</AdditionalOptions>
66+
</LaunchAction>
67+
<ProfileAction
68+
buildConfiguration = "Release"
69+
shouldUseLaunchSchemeArgsEnv = "YES"
70+
savedToolIdentifier = ""
71+
useCustomWorkingDirectory = "NO"
72+
debugDocumentVersioning = "YES">
73+
<BuildableProductRunnable
74+
runnableDebuggingMode = "0">
75+
<BuildableReference
76+
BuildableIdentifier = "primary"
77+
BlueprintIdentifier = "145E8E581BFC022100307881"
78+
BuildableName = "Contacts-cal.app"
79+
BlueprintName = "Contacts-cal"
80+
ReferencedContainer = "container:Contacts.xcodeproj">
81+
</BuildableReference>
82+
</BuildableProductRunnable>
83+
</ProfileAction>
84+
<AnalyzeAction
85+
buildConfiguration = "Debug">
86+
</AnalyzeAction>
87+
<ArchiveAction
88+
buildConfiguration = "Release"
89+
revealArchiveInOrganizer = "YES">
90+
</ArchiveAction>
91+
</Scheme>
Lines changed: 115 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,115 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "0710"
4+
version = "1.3">
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 = "CDE68CD31BF0CF3E00A388DF"
18+
BuildableName = "Contacts-test.app"
19+
BlueprintName = "Contacts"
20+
ReferencedContainer = "container:Contacts.xcodeproj">
21+
</BuildableReference>
22+
</BuildActionEntry>
23+
<BuildActionEntry
24+
buildForTesting = "YES"
25+
buildForRunning = "YES"
26+
buildForProfiling = "NO"
27+
buildForArchiving = "NO"
28+
buildForAnalyzing = "YES">
29+
<BuildableReference
30+
BuildableIdentifier = "primary"
31+
BlueprintIdentifier = "CDE68CEF1BF0CF3E00A388DF"
32+
BuildableName = "ContactsTests.xctest"
33+
BlueprintName = "ContactsTests"
34+
ReferencedContainer = "container:Contacts.xcodeproj">
35+
</BuildableReference>
36+
</BuildActionEntry>
37+
</BuildActionEntries>
38+
</BuildAction>
39+
<TestAction
40+
buildConfiguration = "Debug"
41+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
42+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
43+
shouldUseLaunchSchemeArgsEnv = "YES">
44+
<Testables>
45+
<TestableReference
46+
skipped = "NO">
47+
<BuildableReference
48+
BuildableIdentifier = "primary"
49+
BlueprintIdentifier = "14C9493E1BFCB08D007904B2"
50+
BuildableName = "ContactsUITests.xctest"
51+
BlueprintName = "ContactsUITests"
52+
ReferencedContainer = "container:Contacts.xcodeproj">
53+
</BuildableReference>
54+
</TestableReference>
55+
</Testables>
56+
<MacroExpansion>
57+
<BuildableReference
58+
BuildableIdentifier = "primary"
59+
BlueprintIdentifier = "CDE68CD31BF0CF3E00A388DF"
60+
BuildableName = "Contacts-test.app"
61+
BlueprintName = "Contacts"
62+
ReferencedContainer = "container:Contacts.xcodeproj">
63+
</BuildableReference>
64+
</MacroExpansion>
65+
<AdditionalOptions>
66+
</AdditionalOptions>
67+
</TestAction>
68+
<LaunchAction
69+
buildConfiguration = "Debug"
70+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
71+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
72+
launchStyle = "0"
73+
useCustomWorkingDirectory = "NO"
74+
ignoresPersistentStateOnLaunch = "NO"
75+
debugDocumentVersioning = "YES"
76+
debugServiceExtension = "internal"
77+
allowLocationSimulation = "YES">
78+
<BuildableProductRunnable
79+
runnableDebuggingMode = "0">
80+
<BuildableReference
81+
BuildableIdentifier = "primary"
82+
BlueprintIdentifier = "CDE68CD31BF0CF3E00A388DF"
83+
BuildableName = "Contacts-test.app"
84+
BlueprintName = "Contacts"
85+
ReferencedContainer = "container:Contacts.xcodeproj">
86+
</BuildableReference>
87+
</BuildableProductRunnable>
88+
<AdditionalOptions>
89+
</AdditionalOptions>
90+
</LaunchAction>
91+
<ProfileAction
92+
buildConfiguration = "Release"
93+
shouldUseLaunchSchemeArgsEnv = "YES"
94+
savedToolIdentifier = ""
95+
useCustomWorkingDirectory = "NO"
96+
debugDocumentVersioning = "YES">
97+
<BuildableProductRunnable
98+
runnableDebuggingMode = "0">
99+
<BuildableReference
100+
BuildableIdentifier = "primary"
101+
BlueprintIdentifier = "CDE68CD31BF0CF3E00A388DF"
102+
BuildableName = "Contacts-test.app"
103+
BlueprintName = "Contacts"
104+
ReferencedContainer = "container:Contacts.xcodeproj">
105+
</BuildableReference>
106+
</BuildableProductRunnable>
107+
</ProfileAction>
108+
<AnalyzeAction
109+
buildConfiguration = "Debug">
110+
</AnalyzeAction>
111+
<ArchiveAction
112+
buildConfiguration = "Release"
113+
revealArchiveInOrganizer = "YES">
114+
</ArchiveAction>
115+
</Scheme>

‎Gemfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ GEM
5656
command_runner_ng (0.1.0)
5757
commander (4.3.5)
5858
highline (~> 1.7.2)
59-
credentials_manager (0.10.0)
59+
credentials_manager (0.11.0)
6060
colored
6161
highline (>= 1.7.1)
6262
security
@@ -110,11 +110,11 @@ GEM
110110
terminal-table (~> 1.4.5)
111111
xcodeproj (>= 0.20, < 1.0.0)
112112
xcpretty (>= 0.2.1)
113-
fastlane_core (0.26.3)
113+
fastlane_core (0.26.5)
114114
babosa
115115
colored
116116
commander (>= 4.3.5)
117-
credentials_manager (>= 0.8.2, < 1.0.0)
117+
credentials_manager (>= 0.11.0, < 1.0.0)
118118
excon (~> 0.45.0)
119119
highline (>= 1.7.2)
120120
json
@@ -124,7 +124,7 @@ GEM
124124
sentry-raven (~> 0.15)
125125
terminal-table (~> 1.4.5)
126126
ffi (1.9.10)
127-
frameit (2.3.0)
127+
frameit (2.4.0)
128128
deliver (> 0.3)
129129
fastimage (~> 1.6.3)
130130
fastlane_core (>= 0.16.0, < 1.0.0)
@@ -150,7 +150,7 @@ GEM
150150
memoist (~> 0.12)
151151
multi_json (~> 1.11)
152152
signet (~> 0.6)
153-
gym (1.1.5)
153+
gym (1.1.6)
154154
fastlane_core (>= 0.25.0, < 1.0.0)
155155
plist
156156
rubyzip (>= 1.1.7)
@@ -183,7 +183,7 @@ GEM
183183
multi_json (~> 1.10)
184184
memoist (0.12.0)
185185
method_source (0.8.2)
186-
mime-types (2.6.2)
186+
mime-types (2.99)
187187
mini_magick (4.0.4)
188188
mini_portile (0.6.2)
189189
minitest (5.8.3)
@@ -246,7 +246,7 @@ GEM
246246
json (~> 1.8)
247247
retriable (>= 1.3.3.1, < 2.1)
248248
thor (>= 0.18.1, < 1.0)
249-
scan (0.3.0)
249+
scan (0.3.1)
250250
fastlane_core (>= 0.25.3, < 1.0.0)
251251
slack-notifier (~> 1.3)
252252
terminal-table

‎fastlane/Fastfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ platform :ios do
4444

4545
lane :test_xctests do
4646
scan(
47-
scheme: "Contacts"
47+
scheme: "Contacts",
48+
device: "iPhone 6 (9.1)"
4849
)
4950
end
5051

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /