Skip to content

Commit 3486925

Browse files
committed
Minor fix tests for macOS / tvOS targets
1 parent b9943de commit 3486925

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

Demo/Demo.xcodeproj/project.pbxproj

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -303,11 +303,9 @@
303303
};
304304
1168B9C91D2E0F2700784841 = {
305305
CreatedOnToolsVersion = 7.3.1;
306-
TestTargetID = 1168B9761D2DFF2A00784841;
307306
};
308307
1168B9D71D2E0F8000784841 = {
309308
CreatedOnToolsVersion = 7.3.1;
310-
TestTargetID = 1168B9761D2DFF2A00784841;
311309
};
312310
607FACE41AFB9204008FA782 = {
313311
CreatedOnToolsVersion = 6.3.1;
@@ -710,7 +708,6 @@
710708
PRODUCT_NAME = "$(TARGET_NAME)";
711709
SDKROOT = appletvos;
712710
SWIFT_VERSION = 3.0;
713-
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Demo.app/Demo";
714711
TVOS_DEPLOYMENT_TARGET = 9.2;
715712
};
716713
name = Debug;
@@ -726,7 +723,6 @@
726723
PRODUCT_NAME = "$(TARGET_NAME)";
727724
SDKROOT = appletvos;
728725
SWIFT_VERSION = 3.0;
729-
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Demo.app/Demo";
730726
TVOS_DEPLOYMENT_TARGET = 9.2;
731727
};
732728
name = Release;
@@ -746,7 +742,6 @@
746742
PRODUCT_NAME = "$(TARGET_NAME)";
747743
SDKROOT = macosx;
748744
SWIFT_VERSION = 3.0;
749-
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Demo.app/Demo";
750745
};
751746
name = Debug;
752747
};
@@ -764,7 +759,6 @@
764759
PRODUCT_NAME = "$(TARGET_NAME)";
765760
SDKROOT = macosx;
766761
SWIFT_VERSION = 3.0;
767-
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Demo.app/Demo";
768762
};
769763
name = Release;
770764
};

Demo/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PODS:
22
- Nimble (7.0.1)
33
- Quick (1.1.0)
44
- RxSwift (3.4.0)
5-
- RxViewModel (3.1.4):
5+
- RxViewModel (4.0.0):
66
- RxSwift (~> 3.4)
77

88
DEPENDENCIES:
@@ -18,7 +18,7 @@ SPEC CHECKSUMS:
1818
Nimble: 657d000e11df8aebe27cdaf9d244de7f30ed87f7
1919
Quick: dafc587e21eed9f4cab3249b9f9015b0b7a7f71d
2020
RxSwift: 3789a1af753002a14edecdb698a2424624296a9c
21-
RxViewModel: ee5b1448355c1a297484eedea6604d4dd75a60f0
21+
RxViewModel: f306c2963ff6978705c07a5c299abc5cc9f9a982
2222

2323
PODFILE CHECKSUM: 5b740ff0f8e82b1a56bee6decd0acad5bd6013b9
2424

RxViewModel.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@
204204
ONLY_ACTIVE_ARCH = YES;
205205
SDKROOT = iphoneos;
206206
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
207+
SWIFT_VERSION = 3.0;
207208
TARGETED_DEVICE_FAMILY = "1,2";
208209
VERSIONING_SYSTEM = "apple-generic";
209210
VERSION_INFO_PREFIX = "";
@@ -245,6 +246,7 @@
245246
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
246247
MTL_ENABLE_DEBUG_INFO = NO;
247248
SDKROOT = iphoneos;
249+
SWIFT_VERSION = 3.0;
248250
TARGETED_DEVICE_FAMILY = "1,2";
249251
VALIDATE_PRODUCT = YES;
250252
VERSIONING_SYSTEM = "apple-generic";

0 commit comments

Comments
 (0)