Skip to content

Commit f02d8f4

Browse files
authored
Merge branch 'master' into add-initialize-option
2 parents ddce7af + 72c11b5 commit f02d8f4

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

Cartfile.resolved

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
github "ReactiveX/RxSwift" "5.0.1"
2-
github "uber/RIBs" "v0.9.2"
2+
github "uber/RIBs" "v0.9.2"

RIBsTreeViewerClient.xcodeproj/project.pbxproj

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -224,13 +224,14 @@
224224
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
225225
GCC_WARN_UNUSED_FUNCTION = YES;
226226
GCC_WARN_UNUSED_VARIABLE = YES;
227-
IPHONEOS_DEPLOYMENT_TARGET = 13.1;
227+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
228228
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
229229
MTL_FAST_MATH = YES;
230230
ONLY_ACTIVE_ARCH = YES;
231231
SDKROOT = iphoneos;
232232
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
233233
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
234+
SWIFT_VERSION = 5.0;
234235
VERSIONING_SYSTEM = "apple-generic";
235236
VERSION_INFO_PREFIX = "";
236237
};
@@ -282,12 +283,12 @@
282283
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
283284
GCC_WARN_UNUSED_FUNCTION = YES;
284285
GCC_WARN_UNUSED_VARIABLE = YES;
285-
IPHONEOS_DEPLOYMENT_TARGET = 13.1;
286+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
286287
MTL_ENABLE_DEBUG_INFO = NO;
287288
MTL_FAST_MATH = YES;
288289
SDKROOT = iphoneos;
289-
SWIFT_COMPILATION_MODE = wholemodule;
290-
SWIFT_OPTIMIZATION_LEVEL = "-O";
290+
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
291+
SWIFT_VERSION = 5.0;
291292
VALIDATE_PRODUCT = YES;
292293
VERSIONING_SYSTEM = "apple-generic";
293294
VERSION_INFO_PREFIX = "";

0 commit comments

Comments
 (0)