Skip to content

Commit 0d179a9

Browse files
committed
Remove watchOS target since testing on watchOS isn’t supported
1 parent c4b4d5a commit 0d179a9

File tree

2 files changed

+0
-197
lines changed

2 files changed

+0
-197
lines changed

DVR.xcodeproj/project.pbxproj

-117
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
21E548F31BF69E30004855AE /* text.json in Resources */ = {isa = PBXBuildFile; fileRef = 21E548F11BF69E29004855AE /* text.json */; };
1515
21E548F41BF69E30004855AE /* text.json in Resources */ = {isa = PBXBuildFile; fileRef = 21E548F11BF69E29004855AE /* text.json */; };
1616
360F5F731B5C907A001AADD1 /* SessionDownloadTask.swift in Sources */ = {isa = PBXBuildFile; fileRef = 360F5F721B5C907A001AADD1 /* SessionDownloadTask.swift */; };
17-
360F5F741B5C907A001AADD1 /* SessionDownloadTask.swift in Sources */ = {isa = PBXBuildFile; fileRef = 360F5F721B5C907A001AADD1 /* SessionDownloadTask.swift */; };
1817
360F5F751B5C907A001AADD1 /* SessionDownloadTask.swift in Sources */ = {isa = PBXBuildFile; fileRef = 360F5F721B5C907A001AADD1 /* SessionDownloadTask.swift */; };
1918
3647AF9F1B335D5500EF10D4 /* DVR.h in Headers */ = {isa = PBXBuildFile; fileRef = 3647AF9E1B335D5500EF10D4 /* DVR.h */; settings = {ATTRIBUTES = (Public, ); }; };
2019
3647AFA61B335D5500EF10D4 /* DVR.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3647AF9B1B335D5500EF10D4 /* DVR.framework */; };
@@ -35,14 +34,6 @@
3534
3690A0971B33AA9400731222 /* URLRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3647AFB71B335E4A00EF10D4 /* URLRequest.swift */; };
3635
3690A0981B33AA9400731222 /* URLResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3647AFBF1B33602A00EF10D4 /* URLResponse.swift */; };
3736
3690A0991B33AA9400731222 /* URLHTTPResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3647AFC11B3363C400EF10D4 /* URLHTTPResponse.swift */; };
38-
3690A09A1B33AA9400731222 /* DVR.h in Headers */ = {isa = PBXBuildFile; fileRef = 3647AF9E1B335D5500EF10D4 /* DVR.h */; settings = {ATTRIBUTES = (Public, ); }; };
39-
3690A09B1B33AA9400731222 /* Session.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3647AFB81B335E4A00EF10D4 /* Session.swift */; };
40-
3690A09C1B33AA9400731222 /* SessionDataTask.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3647AFB91B335E4A00EF10D4 /* SessionDataTask.swift */; };
41-
3690A09D1B33AA9400731222 /* Cassette.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3647AFB51B335E4A00EF10D4 /* Cassette.swift */; };
42-
3690A09E1B33AA9400731222 /* Interaction.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3647AFB61B335E4A00EF10D4 /* Interaction.swift */; };
43-
3690A09F1B33AA9400731222 /* URLRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3647AFB71B335E4A00EF10D4 /* URLRequest.swift */; };
44-
3690A0A01B33AA9400731222 /* URLResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3647AFBF1B33602A00EF10D4 /* URLResponse.swift */; };
45-
3690A0A11B33AA9400731222 /* URLHTTPResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3647AFC11B3363C400EF10D4 /* URLHTTPResponse.swift */; };
4637
3690A0A21B33AA9E00731222 /* SessionTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3647AFCB1B33689000EF10D4 /* SessionTests.swift */; };
4738
36BDDB891B6716AB00878665 /* json-example.json in Resources */ = {isa = PBXBuildFile; fileRef = 36BDDB881B6716AB00878665 /* json-example.json */; };
4839
36BDDB8A1B6716AB00878665 /* json-example.json in Resources */ = {isa = PBXBuildFile; fileRef = 36BDDB881B6716AB00878665 /* json-example.json */; };
@@ -83,7 +74,6 @@
8374
3647AFC81B33688A00EF10D4 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
8475
3647AFCB1B33689000EF10D4 /* SessionTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SessionTests.swift; sourceTree = "<group>"; };
8576
3647AFCC1B33689000EF10D4 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
86-
3690A06E1B33AA0900731222 /* DVR.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = DVR.framework; sourceTree = BUILT_PRODUCTS_DIR; };
8777
3690A07B1B33AA3B00731222 /* DVR.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = DVR.framework; sourceTree = BUILT_PRODUCTS_DIR; };
8878
3690A0841B33AA3C00731222 /* DVRTests-OSX.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "DVRTests-OSX.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
8979
36BDDB881B6716AB00878665 /* json-example.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "json-example.json"; sourceTree = "<group>"; };
@@ -105,13 +95,6 @@
10595
);
10696
runOnlyForDeploymentPostprocessing = 0;
10797
};
108-
3690A06A1B33AA0900731222 /* Frameworks */ = {
109-
isa = PBXFrameworksBuildPhase;
110-
buildActionMask = 2147483647;
111-
files = (
112-
);
113-
runOnlyForDeploymentPostprocessing = 0;
114-
};
11598
3690A0771B33AA3B00731222 /* Frameworks */ = {
11699
isa = PBXFrameworksBuildPhase;
117100
buildActionMask = 2147483647;
@@ -143,7 +126,6 @@
143126
children = (
144127
3647AF9B1B335D5500EF10D4 /* DVR.framework */,
145128
3647AFA51B335D5500EF10D4 /* DVRTests-iOS.xctest */,
146-
3690A06E1B33AA0900731222 /* DVR.framework */,
147129
3690A07B1B33AA3B00731222 /* DVR.framework */,
148130
3690A0841B33AA3C00731222 /* DVRTests-OSX.xctest */,
149131
);
@@ -209,14 +191,6 @@
209191
);
210192
runOnlyForDeploymentPostprocessing = 0;
211193
};
212-
3690A06B1B33AA0900731222 /* Headers */ = {
213-
isa = PBXHeadersBuildPhase;
214-
buildActionMask = 2147483647;
215-
files = (
216-
3690A09A1B33AA9400731222 /* DVR.h in Headers */,
217-
);
218-
runOnlyForDeploymentPostprocessing = 0;
219-
};
220194
3690A0781B33AA3B00731222 /* Headers */ = {
221195
isa = PBXHeadersBuildPhase;
222196
buildActionMask = 2147483647;
@@ -264,24 +238,6 @@
264238
productReference = 3647AFA51B335D5500EF10D4 /* DVRTests-iOS.xctest */;
265239
productType = "com.apple.product-type.bundle.unit-test";
266240
};
267-
3690A06D1B33AA0900731222 /* DVR-watchOS */ = {
268-
isa = PBXNativeTarget;
269-
buildConfigurationList = 3690A0731B33AA0900731222 /* Build configuration list for PBXNativeTarget "DVR-watchOS" */;
270-
buildPhases = (
271-
3690A0691B33AA0900731222 /* Sources */,
272-
3690A06A1B33AA0900731222 /* Frameworks */,
273-
3690A06B1B33AA0900731222 /* Headers */,
274-
3690A06C1B33AA0900731222 /* Resources */,
275-
);
276-
buildRules = (
277-
);
278-
dependencies = (
279-
);
280-
name = "DVR-watchOS";
281-
productName = "DVR-watchOS";
282-
productReference = 3690A06E1B33AA0900731222 /* DVR.framework */;
283-
productType = "com.apple.product-type.framework";
284-
};
285241
3690A07A1B33AA3B00731222 /* DVR-OSX */ = {
286242
isa = PBXNativeTarget;
287243
buildConfigurationList = 3690A08C1B33AA3C00731222 /* Build configuration list for PBXNativeTarget "DVR-OSX" */;
@@ -334,9 +290,6 @@
334290
3647AFA41B335D5500EF10D4 = {
335291
CreatedOnToolsVersion = 7.0;
336292
};
337-
3690A06D1B33AA0900731222 = {
338-
CreatedOnToolsVersion = 7.0;
339-
};
340293
3690A07A1B33AA3B00731222 = {
341294
CreatedOnToolsVersion = 7.0;
342295
};
@@ -359,7 +312,6 @@
359312
targets = (
360313
3647AF9A1B335D5500EF10D4 /* DVR-iOS */,
361314
3647AFA41B335D5500EF10D4 /* DVRTests-iOS */,
362-
3690A06D1B33AA0900731222 /* DVR-watchOS */,
363315
3690A07A1B33AA3B00731222 /* DVR-OSX */,
364316
3690A0831B33AA3C00731222 /* DVRTests-OSX */,
365317
);
@@ -385,13 +337,6 @@
385337
);
386338
runOnlyForDeploymentPostprocessing = 0;
387339
};
388-
3690A06C1B33AA0900731222 /* Resources */ = {
389-
isa = PBXResourcesBuildPhase;
390-
buildActionMask = 2147483647;
391-
files = (
392-
);
393-
runOnlyForDeploymentPostprocessing = 0;
394-
};
395340
3690A0791B33AA3B00731222 /* Resources */ = {
396341
isa = PBXResourcesBuildPhase;
397342
buildActionMask = 2147483647;
@@ -436,21 +381,6 @@
436381
);
437382
runOnlyForDeploymentPostprocessing = 0;
438383
};
439-
3690A0691B33AA0900731222 /* Sources */ = {
440-
isa = PBXSourcesBuildPhase;
441-
buildActionMask = 2147483647;
442-
files = (
443-
3690A09E1B33AA9400731222 /* Interaction.swift in Sources */,
444-
3690A09D1B33AA9400731222 /* Cassette.swift in Sources */,
445-
3690A0A01B33AA9400731222 /* URLResponse.swift in Sources */,
446-
360F5F741B5C907A001AADD1 /* SessionDownloadTask.swift in Sources */,
447-
3690A09B1B33AA9400731222 /* Session.swift in Sources */,
448-
3690A09C1B33AA9400731222 /* SessionDataTask.swift in Sources */,
449-
3690A09F1B33AA9400731222 /* URLRequest.swift in Sources */,
450-
3690A0A11B33AA9400731222 /* URLHTTPResponse.swift in Sources */,
451-
);
452-
runOnlyForDeploymentPostprocessing = 0;
453-
};
454384
3690A0761B33AA3B00731222 /* Sources */ = {
455385
isa = PBXSourcesBuildPhase;
456386
buildActionMask = 2147483647;
@@ -638,44 +568,6 @@
638568
};
639569
name = Release;
640570
};
641-
3690A0741B33AA0900731222 /* Debug */ = {
642-
isa = XCBuildConfiguration;
643-
buildSettings = {
644-
DEFINES_MODULE = YES;
645-
DYLIB_COMPATIBILITY_VERSION = 1;
646-
DYLIB_CURRENT_VERSION = 1;
647-
DYLIB_INSTALL_NAME_BASE = "@rpath";
648-
INFOPLIST_FILE = "$(SRCROOT)/DVR/Resources/Info.plist";
649-
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
650-
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
651-
PRODUCT_BUNDLE_IDENTIFIER = com.venmo.DVR;
652-
PRODUCT_NAME = DVR;
653-
SDKROOT = watchos;
654-
SKIP_INSTALL = YES;
655-
TARGETED_DEVICE_FAMILY = 4;
656-
WATCHOS_DEPLOYMENT_TARGET = 2.0;
657-
};
658-
name = Debug;
659-
};
660-
3690A0751B33AA0900731222 /* Release */ = {
661-
isa = XCBuildConfiguration;
662-
buildSettings = {
663-
DEFINES_MODULE = YES;
664-
DYLIB_COMPATIBILITY_VERSION = 1;
665-
DYLIB_CURRENT_VERSION = 1;
666-
DYLIB_INSTALL_NAME_BASE = "@rpath";
667-
INFOPLIST_FILE = "$(SRCROOT)/DVR/Resources/Info.plist";
668-
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
669-
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
670-
PRODUCT_BUNDLE_IDENTIFIER = com.venmo.DVR;
671-
PRODUCT_NAME = DVR;
672-
SDKROOT = watchos;
673-
SKIP_INSTALL = YES;
674-
TARGETED_DEVICE_FAMILY = 4;
675-
WATCHOS_DEPLOYMENT_TARGET = 2.0;
676-
};
677-
name = Release;
678-
};
679571
3690A08D1B33AA3C00731222 /* Debug */ = {
680572
isa = XCBuildConfiguration;
681573
buildSettings = {
@@ -768,15 +660,6 @@
768660
defaultConfigurationIsVisible = 0;
769661
defaultConfigurationName = Release;
770662
};
771-
3690A0731B33AA0900731222 /* Build configuration list for PBXNativeTarget "DVR-watchOS" */ = {
772-
isa = XCConfigurationList;
773-
buildConfigurations = (
774-
3690A0741B33AA0900731222 /* Debug */,
775-
3690A0751B33AA0900731222 /* Release */,
776-
);
777-
defaultConfigurationIsVisible = 0;
778-
defaultConfigurationName = Release;
779-
};
780663
3690A08C1B33AA3C00731222 /* Build configuration list for PBXNativeTarget "DVR-OSX" */ = {
781664
isa = XCConfigurationList;
782665
buildConfigurations = (

DVR.xcodeproj/xcshareddata/xcschemes/DVR-watchOS.xcscheme

-80
This file was deleted.

0 commit comments

Comments
 (0)