Skip to content

Commit dded3ad

Browse files
committed
target RxSwift for different platforms
1 parent 2f70a82 commit dded3ad

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

TRON.xcodeproj/project.pbxproj

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,27 @@
289289
remoteGlobalIDString = C88FA5301C25C4CC00CCFEA4;
290290
remoteInfo = "RxTests-watchOS";
291291
};
292+
9AC2A9281CC656B30021D847 /* PBXContainerItemProxy */ = {
293+
isa = PBXContainerItemProxy;
294+
containerPortal = 9AFAE4D61CC52367002739B0 /* Rx.xcodeproj */;
295+
proxyType = 1;
296+
remoteGlobalIDString = C88BB81A1B07E5ED0064D411;
297+
remoteInfo = "RxSwift-OSX";
298+
};
299+
9AC2A9551CC656BB0021D847 /* PBXContainerItemProxy */ = {
300+
isa = PBXContainerItemProxy;
301+
containerPortal = 9AFAE4D61CC52367002739B0 /* Rx.xcodeproj */;
302+
proxyType = 1;
303+
remoteGlobalIDString = D2EA280B1BB9B5A200880ED3;
304+
remoteInfo = "RxSwift-tvOS";
305+
};
306+
9AC2A9571CC656C10021D847 /* PBXContainerItemProxy */ = {
307+
isa = PBXContainerItemProxy;
308+
containerPortal = 9AFAE4D61CC52367002739B0 /* Rx.xcodeproj */;
309+
proxyType = 1;
310+
remoteGlobalIDString = C8A56AD61AD7424700B4673B;
311+
remoteInfo = "RxSwift-iOS";
312+
};
292313
9AEE0B9F1C5A4E0A003222A8 /* PBXContainerItemProxy */ = {
293314
isa = PBXContainerItemProxy;
294315
containerPortal = 9AEE0B951C5A4E09003222A8 /* Alamofire.xcodeproj */;
@@ -1187,6 +1208,7 @@
11871208
buildRules = (
11881209
);
11891210
dependencies = (
1211+
9AC2A9291CC656B30021D847 /* PBXTargetDependency */,
11901212
9A90CCC41C5FBC6200472DB8 /* PBXTargetDependency */,
11911213
9A10249E1C5F806A006E0163 /* PBXTargetDependency */,
11921214
);
@@ -1227,6 +1249,7 @@
12271249
buildRules = (
12281250
);
12291251
dependencies = (
1252+
9AC2A9561CC656BB0021D847 /* PBXTargetDependency */,
12301253
9A90CCC61C5FBC6800472DB8 /* PBXTargetDependency */,
12311254
9A1024D61C5F8169006E0163 /* PBXTargetDependency */,
12321255
);
@@ -1309,6 +1332,7 @@
13091332
buildRules = (
13101333
);
13111334
dependencies = (
1335+
9AC2A9581CC656C10021D847 /* PBXTargetDependency */,
13121336
9A90CCC21C5FBC5C00472DB8 /* PBXTargetDependency */,
13131337
9A722F571C5A49AE0087908D /* PBXTargetDependency */,
13141338
);
@@ -2146,6 +2170,21 @@
21462170
name = "RxTests-watchOS";
21472171
targetProxy = 9AC2A8FA1CC649410021D847 /* PBXContainerItemProxy */;
21482172
};
2173+
9AC2A9291CC656B30021D847 /* PBXTargetDependency */ = {
2174+
isa = PBXTargetDependency;
2175+
name = "RxSwift-OSX";
2176+
targetProxy = 9AC2A9281CC656B30021D847 /* PBXContainerItemProxy */;
2177+
};
2178+
9AC2A9561CC656BB0021D847 /* PBXTargetDependency */ = {
2179+
isa = PBXTargetDependency;
2180+
name = "RxSwift-tvOS";
2181+
targetProxy = 9AC2A9551CC656BB0021D847 /* PBXContainerItemProxy */;
2182+
};
2183+
9AC2A9581CC656C10021D847 /* PBXTargetDependency */ = {
2184+
isa = PBXTargetDependency;
2185+
name = "RxSwift-iOS";
2186+
targetProxy = 9AC2A9571CC656C10021D847 /* PBXContainerItemProxy */;
2187+
};
21492188
/* End PBXTargetDependency section */
21502189

21512190
/* Begin PBXVariantGroup section */

0 commit comments

Comments
 (0)