Skip to content

Commit 7b113a6

Browse files
Fix schemes. No code change.
1 parent 3f3e70e commit 7b113a6

File tree

6 files changed

+160
-238
lines changed

6 files changed

+160
-238
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ before_install:
77
script:
88
- xcodebuild test -workspace swift-sdk.xcworkspace -scheme swift-sdk -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone X' -enableCodeCoverage YES CODE_SIGNING_REQUIRED=NO GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES | xcpretty -f `xcpretty-travis-formatter`
99
- bash <(curl -s https://codecov.io/bash)
10+
- xcodebuild test -workspace swift-sdk.xcworkspace -scheme ios9-tests -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 6s,OS=9.0' -enableCodeCoverage YES CODE_SIGNING_REQUIRED=NO GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES | xcpretty -f `xcpretty-travis-formatter`
1011
- pod lib lint
1112

swift-sdk.xcodeproj/project.pbxproj

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
A5DF819C89A29E7F3A88DC7F /* libPods-swift-sdk-swift-tests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = EA3B895070C574A2D2D4FC80 /* libPods-swift-sdk-swift-tests.a */; };
1717
AC0674E620D8766600C2806D /* NotificationExtensionTests.m in Sources */ = {isa = PBXBuildFile; fileRef = AC0674E520D8766600C2806D /* NotificationExtensionTests.m */; };
1818
AC2263F020CF49B8009800EB /* IterableSDK.h in Headers */ = {isa = PBXBuildFile; fileRef = AC2263E220CF49B8009800EB /* IterableSDK.h */; settings = {ATTRIBUTES = (Public, ); }; };
19-
AC2A40B6215C644F0046CC71 /* IterableAppExtensions.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AC90C4C420D8632D00EECA5D /* IterableAppExtensions.framework */; };
20-
AC2A40B7215C644F0046CC71 /* IterableAppExtensions.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = AC90C4C420D8632D00EECA5D /* IterableAppExtensions.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
2119
AC2C667E20D3111900D46CC9 /* DateProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC2C667D20D3111900D46CC9 /* DateProvider.swift */; };
2220
AC2C668020D31B1F00D46CC9 /* IterableNotificationResponseTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC2C667F20D31B1F00D46CC9 /* IterableNotificationResponseTests.swift */; };
2321
AC2C668220D32F2800D46CC9 /* IterableAppIntegrationInternal.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC2C668120D32F2800D46CC9 /* IterableAppIntegrationInternal.swift */; };
@@ -82,13 +80,6 @@
8280
/* End PBXBuildFile section */
8381

8482
/* Begin PBXContainerItemProxy section */
85-
AC2A40B8215C644F0046CC71 /* PBXContainerItemProxy */ = {
86-
isa = PBXContainerItemProxy;
87-
containerPortal = AC2263D620CF49B8009800EB /* Project object */;
88-
proxyType = 1;
89-
remoteGlobalIDString = AC90C4C320D8632D00EECA5D;
90-
remoteInfo = "notification-extension";
91-
};
9283
AC347B6820E6B5F4003449CF /* PBXContainerItemProxy */ = {
9384
isa = PBXContainerItemProxy;
9485
containerPortal = AC2263D620CF49B8009800EB /* Project object */;
@@ -154,7 +145,6 @@
154145
dstPath = "";
155146
dstSubfolderSpec = 10;
156147
files = (
157-
AC2A40B7215C644F0046CC71 /* IterableAppExtensions.framework in Embed Frameworks */,
158148
ACC8776E215C23CC0097E29B /* IterableSDK.framework in Embed Frameworks */,
159149
);
160150
name = "Embed Frameworks";
@@ -301,7 +291,6 @@
301291
isa = PBXFrameworksBuildPhase;
302292
buildActionMask = 2147483647;
303293
files = (
304-
AC2A40B6215C644F0046CC71 /* IterableAppExtensions.framework in Frameworks */,
305294
ACC8776D215C23CC0097E29B /* IterableSDK.framework in Frameworks */,
306295
);
307296
runOnlyForDeploymentPostprocessing = 0;
@@ -742,7 +731,6 @@
742731
);
743732
dependencies = (
744733
ACC87770215C23CC0097E29B /* PBXTargetDependency */,
745-
AC2A40B9215C644F0046CC71 /* PBXTargetDependency */,
746734
);
747735
name = "host-app";
748736
productName = "host-app";
@@ -1015,11 +1003,6 @@
10151003
/* End PBXSourcesBuildPhase section */
10161004

10171005
/* Begin PBXTargetDependency section */
1018-
AC2A40B9215C644F0046CC71 /* PBXTargetDependency */ = {
1019-
isa = PBXTargetDependency;
1020-
target = AC90C4C320D8632D00EECA5D /* notification-extension */;
1021-
targetProxy = AC2A40B8215C644F0046CC71 /* PBXContainerItemProxy */;
1022-
};
10231006
AC347B6920E6B5F4003449CF /* PBXTargetDependency */ = {
10241007
isa = PBXTargetDependency;
10251008
target = ACF560D220E443BF000AAC23 /* host-app */;
@@ -1528,7 +1511,7 @@
15281511
CODE_SIGN_STYLE = Automatic;
15291512
DEVELOPMENT_TEAM = BP98Z28R86;
15301513
INFOPLIST_FILE = "host-app/Info.plist";
1531-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
1514+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
15321515
LD_RUNPATH_SEARCH_PATHS = (
15331516
"$(inherited)",
15341517
"@executable_path/Frameworks",
@@ -1548,7 +1531,7 @@
15481531
CODE_SIGN_STYLE = Automatic;
15491532
DEVELOPMENT_TEAM = BP98Z28R86;
15501533
INFOPLIST_FILE = "host-app/Info.plist";
1551-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
1534+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
15521535
LD_RUNPATH_SEARCH_PATHS = (
15531536
"$(inherited)",
15541537
"@executable_path/Frameworks",
Lines changed: 157 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,157 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "0940"
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 = "AC2263DE20CF49B8009800EB"
18+
BuildableName = "IterableSDK.framework"
19+
BlueprintName = "swift-sdk"
20+
ReferencedContainer = "container:swift-sdk.xcodeproj">
21+
</BuildableReference>
22+
</BuildActionEntry>
23+
<BuildActionEntry
24+
buildForTesting = "YES"
25+
buildForRunning = "YES"
26+
buildForProfiling = "YES"
27+
buildForArchiving = "YES"
28+
buildForAnalyzing = "YES">
29+
<BuildableReference
30+
BuildableIdentifier = "primary"
31+
BlueprintIdentifier = "AC90C4C320D8632D00EECA5D"
32+
BuildableName = "IterableAppExtensions.framework"
33+
BlueprintName = "notification-extension"
34+
ReferencedContainer = "container:swift-sdk.xcodeproj">
35+
</BuildableReference>
36+
</BuildActionEntry>
37+
<BuildActionEntry
38+
buildForTesting = "YES"
39+
buildForRunning = "YES"
40+
buildForProfiling = "YES"
41+
buildForArchiving = "YES"
42+
buildForAnalyzing = "NO">
43+
<BuildableReference
44+
BuildableIdentifier = "primary"
45+
BlueprintIdentifier = "ACF560D220E443BF000AAC23"
46+
BuildableName = "host-app.app"
47+
BlueprintName = "host-app"
48+
ReferencedContainer = "container:swift-sdk.xcodeproj">
49+
</BuildableReference>
50+
</BuildActionEntry>
51+
</BuildActionEntries>
52+
</BuildAction>
53+
<TestAction
54+
buildConfiguration = "Debug"
55+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
56+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
57+
codeCoverageEnabled = "YES"
58+
onlyGenerateCoverageForSpecifiedTargets = "YES"
59+
shouldUseLaunchSchemeArgsEnv = "YES">
60+
<CodeCoverageTargets>
61+
<BuildableReference
62+
BuildableIdentifier = "primary"
63+
BlueprintIdentifier = "AC2263DE20CF49B8009800EB"
64+
BuildableName = "IterableSDK.framework"
65+
BlueprintName = "swift-sdk"
66+
ReferencedContainer = "container:swift-sdk.xcodeproj">
67+
</BuildableReference>
68+
<BuildableReference
69+
BuildableIdentifier = "primary"
70+
BlueprintIdentifier = "AC90C4C320D8632D00EECA5D"
71+
BuildableName = "IterableAppExtensions.framework"
72+
BlueprintName = "notification-extension"
73+
ReferencedContainer = "container:swift-sdk.xcodeproj">
74+
</BuildableReference>
75+
</CodeCoverageTargets>
76+
<Testables>
77+
<TestableReference
78+
skipped = "NO">
79+
<BuildableReference
80+
BuildableIdentifier = "primary"
81+
BlueprintIdentifier = "AC7B142A20D02CE200877BFE"
82+
BuildableName = "swift-sdk-swift-tests.xctest"
83+
BlueprintName = "swift-sdk-swift-tests"
84+
ReferencedContainer = "container:swift-sdk.xcodeproj">
85+
</BuildableReference>
86+
</TestableReference>
87+
<TestableReference
88+
skipped = "NO">
89+
<BuildableReference
90+
BuildableIdentifier = "primary"
91+
BlueprintIdentifier = "AC7B143920D02D8700877BFE"
92+
BuildableName = "swift-sdk-objc-tests.xctest"
93+
BlueprintName = "swift-sdk-objc-tests"
94+
ReferencedContainer = "container:swift-sdk.xcodeproj">
95+
</BuildableReference>
96+
</TestableReference>
97+
</Testables>
98+
<MacroExpansion>
99+
<BuildableReference
100+
BuildableIdentifier = "primary"
101+
BlueprintIdentifier = "ACF560D220E443BF000AAC23"
102+
BuildableName = "host-app.app"
103+
BlueprintName = "host-app"
104+
ReferencedContainer = "container:swift-sdk.xcodeproj">
105+
</BuildableReference>
106+
</MacroExpansion>
107+
<AdditionalOptions>
108+
</AdditionalOptions>
109+
</TestAction>
110+
<LaunchAction
111+
buildConfiguration = "Debug"
112+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
113+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
114+
launchStyle = "0"
115+
useCustomWorkingDirectory = "NO"
116+
ignoresPersistentStateOnLaunch = "NO"
117+
debugDocumentVersioning = "YES"
118+
debugServiceExtension = "internal"
119+
allowLocationSimulation = "YES">
120+
<BuildableProductRunnable
121+
runnableDebuggingMode = "0">
122+
<BuildableReference
123+
BuildableIdentifier = "primary"
124+
BlueprintIdentifier = "ACF560D220E443BF000AAC23"
125+
BuildableName = "host-app.app"
126+
BlueprintName = "host-app"
127+
ReferencedContainer = "container:swift-sdk.xcodeproj">
128+
</BuildableReference>
129+
</BuildableProductRunnable>
130+
<AdditionalOptions>
131+
</AdditionalOptions>
132+
</LaunchAction>
133+
<ProfileAction
134+
buildConfiguration = "Release"
135+
shouldUseLaunchSchemeArgsEnv = "YES"
136+
savedToolIdentifier = ""
137+
useCustomWorkingDirectory = "NO"
138+
debugDocumentVersioning = "YES">
139+
<BuildableProductRunnable
140+
runnableDebuggingMode = "0">
141+
<BuildableReference
142+
BuildableIdentifier = "primary"
143+
BlueprintIdentifier = "ACF560D220E443BF000AAC23"
144+
BuildableName = "host-app.app"
145+
BlueprintName = "host-app"
146+
ReferencedContainer = "container:swift-sdk.xcodeproj">
147+
</BuildableReference>
148+
</BuildableProductRunnable>
149+
</ProfileAction>
150+
<AnalyzeAction
151+
buildConfiguration = "Debug">
152+
</AnalyzeAction>
153+
<ArchiveAction
154+
buildConfiguration = "Release"
155+
revealArchiveInOrganizer = "YES">
156+
</ArchiveAction>
157+
</Scheme>

swift-sdk.xcodeproj/xcshareddata/xcschemes/iterable-sdk-tests.xcscheme

Lines changed: 0 additions & 96 deletions
This file was deleted.

0 commit comments

Comments
 (0)