Skip to content

Commit 735b8c5

Browse files
committed
adjust deployment targets to work with Carthage
1 parent 13e75ad commit 735b8c5

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

TRON.xcodeproj/project.pbxproj

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,13 @@
156156
remoteGlobalIDString = 9A1024C91C5F8169006E0163;
157157
remoteInfo = "TRON tvOS";
158158
};
159+
9A15D3391CC9041D009C35C3 /* PBXContainerItemProxy */ = {
160+
isa = PBXContainerItemProxy;
161+
containerPortal = 9AFAE4D61CC52367002739B0 /* Rx.xcodeproj */;
162+
proxyType = 1;
163+
remoteGlobalIDString = C8F0BF901BBBFB8B001B112F;
164+
remoteInfo = "RxSwift-watchOS";
165+
};
159166
9A704E791C5D01DF00392DE5 /* PBXContainerItemProxy */ = {
160167
isa = PBXContainerItemProxy;
161168
containerPortal = 9AEE0BAE1C5A4E2D003222A8 /* SwiftyJSON.xcodeproj */;
@@ -282,13 +289,6 @@
282289
remoteGlobalIDString = D2EA280B1BB9B5A200880ED3;
283290
remoteInfo = "RxSwift-tvOS";
284291
};
285-
9AC2A8FA1CC649410021D847 /* PBXContainerItemProxy */ = {
286-
isa = PBXContainerItemProxy;
287-
containerPortal = 9AFAE4D61CC52367002739B0 /* Rx.xcodeproj */;
288-
proxyType = 1;
289-
remoteGlobalIDString = C88FA5301C25C4CC00CCFEA4;
290-
remoteInfo = "RxTests-watchOS";
291-
};
292292
9AC2A9281CC656B30021D847 /* PBXContainerItemProxy */ = {
293293
isa = PBXContainerItemProxy;
294294
containerPortal = 9AFAE4D61CC52367002739B0 /* Rx.xcodeproj */;
@@ -1270,7 +1270,7 @@
12701270
buildRules = (
12711271
);
12721272
dependencies = (
1273-
9AC2A8FB1CC649410021D847 /* PBXTargetDependency */,
1273+
9A15D33A1CC9041D009C35C3 /* PBXTargetDependency */,
12741274
9A90CCC01C5FBC4B00472DB8 /* PBXTargetDependency */,
12751275
9A90CCBE1C5FBC4400472DB8 /* PBXTargetDependency */,
12761276
);
@@ -2075,6 +2075,11 @@
20752075
target = 9A1024C91C5F8169006E0163 /* TRON tvOS */;
20762076
targetProxy = 9A1024D51C5F8169006E0163 /* PBXContainerItemProxy */;
20772077
};
2078+
9A15D33A1CC9041D009C35C3 /* PBXTargetDependency */ = {
2079+
isa = PBXTargetDependency;
2080+
name = "RxSwift-watchOS";
2081+
targetProxy = 9A15D3391CC9041D009C35C3 /* PBXContainerItemProxy */;
2082+
};
20782083
9A704E7A1C5D01DF00392DE5 /* PBXTargetDependency */ = {
20792084
isa = PBXTargetDependency;
20802085
name = "SwiftyJSON iOS";
@@ -2165,11 +2170,6 @@
21652170
name = "RxSwift-tvOS";
21662171
targetProxy = 9AC2A8F81CC649330021D847 /* PBXContainerItemProxy */;
21672172
};
2168-
9AC2A8FB1CC649410021D847 /* PBXTargetDependency */ = {
2169-
isa = PBXTargetDependency;
2170-
name = "RxTests-watchOS";
2171-
targetProxy = 9AC2A8FA1CC649410021D847 /* PBXContainerItemProxy */;
2172-
};
21732173
9AC2A9291CC656B30021D847 /* PBXTargetDependency */ = {
21742174
isa = PBXTargetDependency;
21752175
name = "RxSwift-OSX";
@@ -2301,7 +2301,7 @@
23012301
SKIP_INSTALL = YES;
23022302
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
23032303
TARGETED_DEVICE_FAMILY = 3;
2304-
TVOS_DEPLOYMENT_TARGET = 9.1;
2304+
TVOS_DEPLOYMENT_TARGET = 9.0;
23052305
};
23062306
name = Debug;
23072307
};
@@ -2322,7 +2322,7 @@
23222322
SDKROOT = appletvos;
23232323
SKIP_INSTALL = YES;
23242324
TARGETED_DEVICE_FAMILY = 3;
2325-
TVOS_DEPLOYMENT_TARGET = 9.1;
2325+
TVOS_DEPLOYMENT_TARGET = 9.0;
23262326
};
23272327
name = Release;
23282328
};
@@ -2371,7 +2371,7 @@
23712371
SKIP_INSTALL = YES;
23722372
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
23732373
TARGETED_DEVICE_FAMILY = 4;
2374-
WATCHOS_DEPLOYMENT_TARGET = 2.1;
2374+
WATCHOS_DEPLOYMENT_TARGET = 2.2;
23752375
};
23762376
name = Debug;
23772377
};
@@ -2392,7 +2392,7 @@
23922392
SDKROOT = watchos;
23932393
SKIP_INSTALL = YES;
23942394
TARGETED_DEVICE_FAMILY = 4;
2395-
WATCHOS_DEPLOYMENT_TARGET = 2.1;
2395+
WATCHOS_DEPLOYMENT_TARGET = 2.2;
23962396
};
23972397
name = Release;
23982398
};

0 commit comments

Comments
 (0)