Skip to content

Commit cb86af0

Browse files
committed
Fixed build settings for iOS, tvOS and watchOS platforms
1 parent 5311345 commit cb86af0

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

ExecutionContext.xcodeproj/project.pbxproj

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
92E409291CBC3371001ED069 /* DefaultExecutionContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65D637991C9437BB000F5548 /* DefaultExecutionContext.swift */; };
2222
92E4092A1CBC3374001ED069 /* DispatchExecutionContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65D6379A1C9437BB000F5548 /* DispatchExecutionContext.swift */; };
2323
92E4092B1CBC3378001ED069 /* ImmediateExecutionContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65D6379C1C9437BB000F5548 /* ImmediateExecutionContext.swift */; };
24-
92E4092C1CBC337B001ED069 /* RunLoopExecutionContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65D6379D1C9437BB000F5548 /* RunLoopExecutionContext.swift */; };
2524
92E409361CBC3427001ED069 /* Boilerplate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 92E4092E1CBC33F9001ED069 /* Boilerplate.framework */; };
2625
92E409371CBC3427001ED069 /* Foundation3.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 92E4092F1CBC33F9001ED069 /* Foundation3.framework */; };
2726
92E409381CBC3427001ED069 /* Result.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 92E409301CBC33F9001ED069 /* Result.framework */; };
@@ -59,7 +58,6 @@
5958
92E40A111CC10713001ED069 /* DefaultExecutionContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65D637991C9437BB000F5548 /* DefaultExecutionContext.swift */; };
6059
92E40A121CC10713001ED069 /* DispatchExecutionContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65D6379A1C9437BB000F5548 /* DispatchExecutionContext.swift */; };
6160
92E40A131CC10713001ED069 /* ImmediateExecutionContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65D6379C1C9437BB000F5548 /* ImmediateExecutionContext.swift */; };
62-
92E40A141CC10713001ED069 /* RunLoopExecutionContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65D6379D1C9437BB000F5548 /* RunLoopExecutionContext.swift */; };
6361
92E40A151CC10717001ED069 /* ExecutionContextTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65D637A41C9437F4000F5548 /* ExecutionContextTests.swift */; };
6462
92E40A161CC10718001ED069 /* ExecutionContextTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65D637A41C9437F4000F5548 /* ExecutionContextTests.swift */; };
6563
92E40A1C1CC10761001ED069 /* Boilerplate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 92E40A181CC10761001ED069 /* Boilerplate.framework */; };
@@ -79,7 +77,6 @@
7977
92E40A381CC10816001ED069 /* DefaultExecutionContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65D637991C9437BB000F5548 /* DefaultExecutionContext.swift */; };
8078
92E40A391CC10816001ED069 /* DispatchExecutionContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65D6379A1C9437BB000F5548 /* DispatchExecutionContext.swift */; };
8179
92E40A3A1CC10816001ED069 /* ImmediateExecutionContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65D6379C1C9437BB000F5548 /* ImmediateExecutionContext.swift */; };
82-
92E40A3B1CC10816001ED069 /* RunLoopExecutionContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65D6379D1C9437BB000F5548 /* RunLoopExecutionContext.swift */; };
8380
92E40A411CC10895001ED069 /* Boilerplate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 92E40A3D1CC10895001ED069 /* Boilerplate.framework */; };
8481
92E40A421CC10895001ED069 /* Foundation3.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 92E40A3E1CC10895001ED069 /* Foundation3.framework */; };
8582
92E40A431CC10895001ED069 /* Result.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 92E40A3F1CC10895001ED069 /* Result.framework */; };
@@ -688,7 +685,6 @@
688685
isa = PBXSourcesBuildPhase;
689686
buildActionMask = 2147483647;
690687
files = (
691-
92E4092C1CBC337B001ED069 /* RunLoopExecutionContext.swift in Sources */,
692688
92E409271CBC3369001ED069 /* ExecutionContext.swift in Sources */,
693689
92E409291CBC3371001ED069 /* DefaultExecutionContext.swift in Sources */,
694690
92E4092B1CBC3378001ED069 /* ImmediateExecutionContext.swift in Sources */,
@@ -709,7 +705,6 @@
709705
isa = PBXSourcesBuildPhase;
710706
buildActionMask = 2147483647;
711707
files = (
712-
92E40A141CC10713001ED069 /* RunLoopExecutionContext.swift in Sources */,
713708
92E40A0F1CC10713001ED069 /* ExecutionContext.swift in Sources */,
714709
92E40A111CC10713001ED069 /* DefaultExecutionContext.swift in Sources */,
715710
92E40A131CC10713001ED069 /* ImmediateExecutionContext.swift in Sources */,
@@ -730,7 +725,6 @@
730725
isa = PBXSourcesBuildPhase;
731726
buildActionMask = 2147483647;
732727
files = (
733-
92E40A3B1CC10816001ED069 /* RunLoopExecutionContext.swift in Sources */,
734728
92E40A361CC10816001ED069 /* ExecutionContext.swift in Sources */,
735729
92E40A381CC10816001ED069 /* DefaultExecutionContext.swift in Sources */,
736730
92E40A3A1CC10816001ED069 /* ImmediateExecutionContext.swift in Sources */,
@@ -949,6 +943,7 @@
949943
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
950944
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
951945
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
946+
OTHER_SWIFT_FLAGS = "-Dnouv";
952947
PRODUCT_BUNDLE_IDENTIFIER = xyz.crossroadlabs.ExecutionContext;
953948
PRODUCT_NAME = "$(PROJECT_NAME)";
954949
SDKROOT = iphoneos;
@@ -974,6 +969,7 @@
974969
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
975970
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
976971
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
972+
OTHER_SWIFT_FLAGS = "-Dnouv";
977973
PRODUCT_BUNDLE_IDENTIFIER = xyz.crossroadlabs.ExecutionContext;
978974
PRODUCT_NAME = "$(PROJECT_NAME)";
979975
SDKROOT = iphoneos;
@@ -1035,6 +1031,7 @@
10351031
INFOPLIST_FILE = ExecutionContext/Info.plist;
10361032
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
10371033
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1034+
OTHER_SWIFT_FLAGS = "-Dnouv";
10381035
PRODUCT_BUNDLE_IDENTIFIER = xyz.crossroadlabs.ExecutionContext;
10391036
PRODUCT_NAME = "$(PROJECT_NAME)";
10401037
SDKROOT = appletvos;
@@ -1059,6 +1056,7 @@
10591056
INFOPLIST_FILE = ExecutionContext/Info.plist;
10601057
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
10611058
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1059+
OTHER_SWIFT_FLAGS = "-Dnouv";
10621060
PRODUCT_BUNDLE_IDENTIFIER = xyz.crossroadlabs.ExecutionContext;
10631061
PRODUCT_NAME = "$(PROJECT_NAME)";
10641062
SDKROOT = appletvos;
@@ -1120,6 +1118,7 @@
11201118
INFOPLIST_FILE = ExecutionContext/Info.plist;
11211119
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
11221120
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1121+
OTHER_SWIFT_FLAGS = "-Dnouv";
11231122
PRODUCT_BUNDLE_IDENTIFIER = xyz.crossroadlabs.ExecutionContext;
11241123
PRODUCT_NAME = "$(PROJECT_NAME)";
11251124
SDKROOT = watchos;
@@ -1145,6 +1144,7 @@
11451144
INFOPLIST_FILE = ExecutionContext/Info.plist;
11461145
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
11471146
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1147+
OTHER_SWIFT_FLAGS = "-Dnouv";
11481148
PRODUCT_BUNDLE_IDENTIFIER = xyz.crossroadlabs.ExecutionContext;
11491149
PRODUCT_NAME = "$(PROJECT_NAME)";
11501150
SDKROOT = watchos;
@@ -1210,6 +1210,7 @@
12101210
92E40A0B1CC10677001ED069 /* Release */,
12111211
);
12121212
defaultConfigurationIsVisible = 0;
1213+
defaultConfigurationName = Release;
12131214
};
12141215
92E40A0C1CC10677001ED069 /* Build configuration list for PBXNativeTarget "ExecutionContextTests-tvOS" */ = {
12151216
isa = XCConfigurationList;
@@ -1218,6 +1219,7 @@
12181219
92E40A0E1CC10677001ED069 /* Release */,
12191220
);
12201221
defaultConfigurationIsVisible = 0;
1222+
defaultConfigurationName = Release;
12211223
};
12221224
92E40A331CC107D0001ED069 /* Build configuration list for PBXNativeTarget "ExecutionContext-watchOS" */ = {
12231225
isa = XCConfigurationList;
@@ -1226,6 +1228,7 @@
12261228
92E40A351CC107D0001ED069 /* Release */,
12271229
);
12281230
defaultConfigurationIsVisible = 0;
1231+
defaultConfigurationName = Release;
12291232
};
12301233
/* End XCConfigurationList section */
12311234
};

0 commit comments

Comments
 (0)