Skip to content

Commit e1939d3

Browse files
orakarovunhat_minh
authored and
vunhat_minh
committed
Add shared data and travis file
1 parent 42739f0 commit e1939d3

File tree

7 files changed

+275
-29
lines changed

7 files changed

+275
-29
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Carthage
2626
# We recommend against adding the Pods directory to your .gitignore. However
2727
# you should judge for yourself, the pros and cons are mentioned at:
2828
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
29-
#
29+
#
3030
# Note: if you ignore the Pods directory, make sure to uncomment
3131
# `pod install` in .travis.yml
3232
#

.travis.yml

+24-12
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,26 @@
1-
# references:
2-
# * http://www.objc.io/issue-6/travis-ci.html
3-
# * https://github.com/supermarin/xcpretty#usage
4-
5-
osx_image: xcode7.3
1+
osx_image: xcode8.1
62
language: objective-c
7-
# cache: cocoapods
8-
# podfile: Example/Podfile
9-
# before_install:
10-
# - gem install cocoapods # Since Travis is not always on latest version
11-
# - pod install --project-directory=Example
3+
podfile: Example/Podfile
4+
5+
notifications:
6+
email: false
7+
8+
before_install:
9+
- pod update --project-directory=Example/
10+
11+
env:
12+
global:
13+
- LANG=en_US.UTF-8
14+
- COCOAPODS_DISABLE_DETERMINISTIC_UUIDS=true
15+
16+
cache:
17+
- bundler
18+
- cocoapods
19+
1220
script:
13-
- set -o pipefail && xcodebuild test -workspace Example/APIKitExt.xcworkspace -scheme APIKitExt-Example -sdk iphonesimulator9.3 ONLY_ACTIVE_ARCH=NO | xcpretty
14-
- pod lib lint
21+
- set -o pipefail
22+
- pod install --project-directory=Example
23+
- xcodebuild -workspace Example/APIKitExt.xcworkspace -scheme "ObjectMapper Sample" CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY="" | xcpretty -c
24+
- xcodebuild -workspace Example/APIKitExt.xcworkspace -scheme "Argo Sample" CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY="" | xcpretty -c
25+
- xcodebuild -workspace Example/APIKitExt.xcworkspace -scheme "Himotoki Sample" CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY="" | xcpretty -c
26+
- xcodebuild build-for-testing test-without-building -workspace Example/APIKitExt.xcworkspace -scheme "Himotoki Sample Tests" -destination 'name=iPhone 7' | xcpretty -c

Example/APIKitExt.xcodeproj/project.pbxproj

-12
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
607FACE01AFB9204008FA782 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 607FACDE1AFB9204008FA782 /* LaunchScreen.xib */; };
1717
75AC433D3700BE5E7378B152 /* Pods_Himotoki_Sample.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C022DE1207B2E45F049F73B9 /* Pods_Himotoki_Sample.framework */; };
1818
8EAEFA06590038ED2AAC1C52 /* Pods_Himotoki_Sample_Tests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ABF5A26F12795318C0C7B412 /* Pods_Himotoki_Sample_Tests.framework */; };
19-
97BA591F6D0710A806541BEE /* Pods_APIKitExt_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C2A75DCD734D3B06DAC6668A /* Pods_APIKitExt_Example.framework */; };
2019
B401BABD1E0D2C6100F93BC4 /* RepoRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = B401BABC1E0D2C6100F93BC4 /* RepoRequest.swift */; };
2120
B401BABF1E0D2C9500F93BC4 /* Repo.swift in Sources */ = {isa = PBXBuildFile; fileRef = B401BABE1E0D2C9500F93BC4 /* Repo.swift */; };
2221
B401BAC11E0D677E00F93BC4 /* GithubAPIService.swift in Sources */ = {isa = PBXBuildFile; fileRef = B401BAC01E0D677E00F93BC4 /* GithubAPIService.swift */; };
@@ -35,7 +34,6 @@
3534
B41BC44C1E0E3B260075ED16 /* Repo.swift in Sources */ = {isa = PBXBuildFile; fileRef = B41BC4481E0E3B260075ED16 /* Repo.swift */; };
3635
B41BC44D1E0E3B260075ED16 /* RepoRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = B41BC4491E0E3B260075ED16 /* RepoRequest.swift */; };
3736
B41BC44E1E0E3B260075ED16 /* SchedulerService.swift in Sources */ = {isa = PBXBuildFile; fileRef = B41BC44A1E0E3B260075ED16 /* SchedulerService.swift */; };
38-
B41BC4501E0E3C180075ED16 /* Pods_APIKitExt_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B41BC44F1E0E3C180075ED16 /* Pods_APIKitExt_Example.framework */; };
3937
B43DF67A1E0E611C0045688F /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = B43DF6791E0E611C0045688F /* AppDelegate.swift */; };
4038
B43DF67C1E0E611C0045688F /* RepoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B43DF67B1E0E611C0045688F /* RepoViewController.swift */; };
4139
B43DF67F1E0E611C0045688F /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = B43DF67D1E0E611C0045688F /* Main.storyboard */; };
@@ -58,9 +56,7 @@
5856
/* End PBXContainerItemProxy section */
5957

6058
/* Begin PBXFileReference section */
61-
06F2A2D5B02D2A6357233AEA /* Pods-APIKitExt_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-APIKitExt_Example.debug.xcconfig"; path = "Pods/Target Support Files/Pods-APIKitExt_Example/Pods-APIKitExt_Example.debug.xcconfig"; sourceTree = "<group>"; };
6259
39BA8789BBAC353484FB9227 /* Pods-Himotoki Sample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Himotoki Sample.release.xcconfig"; path = "Pods/Target Support Files/Pods-Himotoki Sample/Pods-Himotoki Sample.release.xcconfig"; sourceTree = "<group>"; };
63-
4ED79E5282E370AE85C92245 /* Pods-APIKitExt_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-APIKitExt_Example.release.xcconfig"; path = "Pods/Target Support Files/Pods-APIKitExt_Example/Pods-APIKitExt_Example.release.xcconfig"; sourceTree = "<group>"; };
6460
607FACD01AFB9204008FA782 /* ObjectMapper Sample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "ObjectMapper Sample.app"; sourceTree = BUILT_PRODUCTS_DIR; };
6561
607FACD41AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
6662
607FACD51AFB9204008FA782 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
@@ -96,7 +92,6 @@
9692
B41BC4481E0E3B260075ED16 /* Repo.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Repo.swift; sourceTree = "<group>"; };
9793
B41BC4491E0E3B260075ED16 /* RepoRequest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RepoRequest.swift; sourceTree = "<group>"; };
9894
B41BC44A1E0E3B260075ED16 /* SchedulerService.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SchedulerService.swift; sourceTree = "<group>"; };
99-
B41BC44F1E0E3C180075ED16 /* Pods_APIKitExt_Example.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Pods_APIKitExt_Example.framework; path = "../../../../../Library/Developer/Xcode/DerivedData/APIKitExt-hbttvgqggdqkbjbfwprdftgzjrgm/Build/Products/Debug-iphonesimulator/Pods_APIKitExt_Example.framework"; sourceTree = "<group>"; };
10095
B43DF6771E0E611C0045688F /* Himotoki Sample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Himotoki Sample.app"; sourceTree = BUILT_PRODUCTS_DIR; };
10196
B43DF6791E0E611C0045688F /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
10297
B43DF67B1E0E611C0045688F /* RepoViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RepoViewController.swift; sourceTree = "<group>"; };
@@ -109,7 +104,6 @@
109104
B43DF68C1E0E618E0045688F /* RepoRequest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RepoRequest.swift; sourceTree = "<group>"; };
110105
B43DF68D1E0E618E0045688F /* SchedulerService.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SchedulerService.swift; sourceTree = "<group>"; };
111106
C022DE1207B2E45F049F73B9 /* Pods_Himotoki_Sample.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Himotoki_Sample.framework; sourceTree = BUILT_PRODUCTS_DIR; };
112-
C2A75DCD734D3B06DAC6668A /* Pods_APIKitExt_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_APIKitExt_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
113107
D21AEE096FE9F0600C8148C9 /* Pods-ObjectMapper Sample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ObjectMapper Sample.debug.xcconfig"; path = "Pods/Target Support Files/Pods-ObjectMapper Sample/Pods-ObjectMapper Sample.debug.xcconfig"; sourceTree = "<group>"; };
114108
D5915E7FC0289F3980B73076 /* Pods-Himotoki Sample Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Himotoki Sample Tests.release.xcconfig"; path = "Pods/Target Support Files/Pods-Himotoki Sample Tests/Pods-Himotoki Sample Tests.release.xcconfig"; sourceTree = "<group>"; };
115109
DE1A9E76FE305995DF40CBDF /* Pods-ObjectMapper Sample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ObjectMapper Sample.release.xcconfig"; path = "Pods/Target Support Files/Pods-ObjectMapper Sample/Pods-ObjectMapper Sample.release.xcconfig"; sourceTree = "<group>"; };
@@ -124,7 +118,6 @@
124118
isa = PBXFrameworksBuildPhase;
125119
buildActionMask = 2147483647;
126120
files = (
127-
97BA591F6D0710A806541BEE /* Pods_APIKitExt_Example.framework in Frameworks */,
128121
5F7033B20EC798ADAC87155F /* Pods_ObjectMapper_Sample.framework in Frameworks */,
129122
);
130123
runOnlyForDeploymentPostprocessing = 0;
@@ -141,7 +134,6 @@
141134
isa = PBXFrameworksBuildPhase;
142135
buildActionMask = 2147483647;
143136
files = (
144-
B41BC4501E0E3C180075ED16 /* Pods_APIKitExt_Example.framework in Frameworks */,
145137
295C949CA0D515DD9C75CA84 /* Pods_Argo_Sample.framework in Frameworks */,
146138
);
147139
runOnlyForDeploymentPostprocessing = 0;
@@ -331,8 +323,6 @@
331323
E00343CF68F09F5E0B254AEC /* Pods */ = {
332324
isa = PBXGroup;
333325
children = (
334-
06F2A2D5B02D2A6357233AEA /* Pods-APIKitExt_Example.debug.xcconfig */,
335-
4ED79E5282E370AE85C92245 /* Pods-APIKitExt_Example.release.xcconfig */,
336326
FF6D54714866EAD920B6D886 /* Pods-Argo Sample.debug.xcconfig */,
337327
7DBE3AD0C570CECB61AA3D9B /* Pods-Argo Sample.release.xcconfig */,
338328
D21AEE096FE9F0600C8148C9 /* Pods-ObjectMapper Sample.debug.xcconfig */,
@@ -348,8 +338,6 @@
348338
F27AB2C6056EA53D0C9CA9CC /* Frameworks */ = {
349339
isa = PBXGroup;
350340
children = (
351-
B41BC44F1E0E3C180075ED16 /* Pods_APIKitExt_Example.framework */,
352-
C2A75DCD734D3B06DAC6668A /* Pods_APIKitExt_Example.framework */,
353341
A3BACFDE94ED969ED09DCFD8 /* Pods_Argo_Sample.framework */,
354342
E12143C29DE185124C66F4CE /* Pods_ObjectMapper_Sample.framework */,
355343
C022DE1207B2E45F049F73B9 /* Pods_Himotoki_Sample.framework */,
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "0820"
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 = "B41BC4331E0E37450075ED16"
18+
BuildableName = "Argo Sample.app"
19+
BlueprintName = "Argo Sample"
20+
ReferencedContainer = "container:APIKitExt.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 = "B41BC4331E0E37450075ED16"
36+
BuildableName = "Argo Sample.app"
37+
BlueprintName = "Argo Sample"
38+
ReferencedContainer = "container:APIKitExt.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 = "B41BC4331E0E37450075ED16"
59+
BuildableName = "Argo Sample.app"
60+
BlueprintName = "Argo Sample"
61+
ReferencedContainer = "container:APIKitExt.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 = "B41BC4331E0E37450075ED16"
78+
BuildableName = "Argo Sample.app"
79+
BlueprintName = "Argo Sample"
80+
ReferencedContainer = "container:APIKitExt.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>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "0820"
4+
version = "1.3">
5+
<BuildAction
6+
parallelizeBuildables = "YES"
7+
buildImplicitDependencies = "YES">
8+
</BuildAction>
9+
<TestAction
10+
buildConfiguration = "Debug"
11+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
12+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
13+
shouldUseLaunchSchemeArgsEnv = "YES">
14+
<Testables>
15+
<TestableReference
16+
skipped = "NO">
17+
<BuildableReference
18+
BuildableIdentifier = "primary"
19+
BlueprintIdentifier = "B41375231E23D3490030460E"
20+
BuildableName = "Himotoki Sample Tests.xctest"
21+
BlueprintName = "Himotoki Sample Tests"
22+
ReferencedContainer = "container:APIKitExt.xcodeproj">
23+
</BuildableReference>
24+
</TestableReference>
25+
</Testables>
26+
<AdditionalOptions>
27+
</AdditionalOptions>
28+
</TestAction>
29+
<LaunchAction
30+
buildConfiguration = "Debug"
31+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
32+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
33+
launchStyle = "0"
34+
useCustomWorkingDirectory = "NO"
35+
ignoresPersistentStateOnLaunch = "NO"
36+
debugDocumentVersioning = "YES"
37+
debugServiceExtension = "internal"
38+
allowLocationSimulation = "YES">
39+
<AdditionalOptions>
40+
</AdditionalOptions>
41+
</LaunchAction>
42+
<ProfileAction
43+
buildConfiguration = "Release"
44+
shouldUseLaunchSchemeArgsEnv = "YES"
45+
savedToolIdentifier = ""
46+
useCustomWorkingDirectory = "NO"
47+
debugDocumentVersioning = "YES">
48+
</ProfileAction>
49+
<AnalyzeAction
50+
buildConfiguration = "Debug">
51+
</AnalyzeAction>
52+
<ArchiveAction
53+
buildConfiguration = "Release"
54+
revealArchiveInOrganizer = "YES">
55+
</ArchiveAction>
56+
</Scheme>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,101 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "0820"
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 = "B43DF6761E0E611C0045688F"
18+
BuildableName = "Himotoki Sample.app"
19+
BlueprintName = "Himotoki Sample"
20+
ReferencedContainer = "container:APIKitExt.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+
<TestableReference
32+
skipped = "NO">
33+
<BuildableReference
34+
BuildableIdentifier = "primary"
35+
BlueprintIdentifier = "B41375231E23D3490030460E"
36+
BuildableName = "Himotoki Sample Tests.xctest"
37+
BlueprintName = "Himotoki Sample Tests"
38+
ReferencedContainer = "container:APIKitExt.xcodeproj">
39+
</BuildableReference>
40+
</TestableReference>
41+
</Testables>
42+
<MacroExpansion>
43+
<BuildableReference
44+
BuildableIdentifier = "primary"
45+
BlueprintIdentifier = "B43DF6761E0E611C0045688F"
46+
BuildableName = "Himotoki Sample.app"
47+
BlueprintName = "Himotoki Sample"
48+
ReferencedContainer = "container:APIKitExt.xcodeproj">
49+
</BuildableReference>
50+
</MacroExpansion>
51+
<AdditionalOptions>
52+
</AdditionalOptions>
53+
</TestAction>
54+
<LaunchAction
55+
buildConfiguration = "Debug"
56+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
57+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
58+
launchStyle = "0"
59+
useCustomWorkingDirectory = "NO"
60+
ignoresPersistentStateOnLaunch = "NO"
61+
debugDocumentVersioning = "YES"
62+
debugServiceExtension = "internal"
63+
allowLocationSimulation = "YES">
64+
<BuildableProductRunnable
65+
runnableDebuggingMode = "0">
66+
<BuildableReference
67+
BuildableIdentifier = "primary"
68+
BlueprintIdentifier = "B43DF6761E0E611C0045688F"
69+
BuildableName = "Himotoki Sample.app"
70+
BlueprintName = "Himotoki Sample"
71+
ReferencedContainer = "container:APIKitExt.xcodeproj">
72+
</BuildableReference>
73+
</BuildableProductRunnable>
74+
<AdditionalOptions>
75+
</AdditionalOptions>
76+
</LaunchAction>
77+
<ProfileAction
78+
buildConfiguration = "Release"
79+
shouldUseLaunchSchemeArgsEnv = "YES"
80+
savedToolIdentifier = ""
81+
useCustomWorkingDirectory = "NO"
82+
debugDocumentVersioning = "YES">
83+
<BuildableProductRunnable
84+
runnableDebuggingMode = "0">
85+
<BuildableReference
86+
BuildableIdentifier = "primary"
87+
BlueprintIdentifier = "B43DF6761E0E611C0045688F"
88+
BuildableName = "Himotoki Sample.app"
89+
BlueprintName = "Himotoki Sample"
90+
ReferencedContainer = "container:APIKitExt.xcodeproj">
91+
</BuildableReference>
92+
</BuildableProductRunnable>
93+
</ProfileAction>
94+
<AnalyzeAction
95+
buildConfiguration = "Debug">
96+
</AnalyzeAction>
97+
<ArchiveAction
98+
buildConfiguration = "Release"
99+
revealArchiveInOrganizer = "YES">
100+
</ArchiveAction>
101+
</Scheme>

0 commit comments

Comments
 (0)