Skip to content

Commit

Permalink
Update project metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
ayltai committed Feb 5, 2020
1 parent c03f0a7 commit 4c313e1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
11 changes: 6 additions & 5 deletions DevExcuses.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@
};
E7CDCC6B2080F42200A553DF = {
CreatedOnToolsVersion = 9.3;
LastSwiftMigration = 0930;
LastSwiftMigration = 1130;
};
};
};
Expand All @@ -254,6 +254,7 @@
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = E7CDCC622080F42200A553DF;
productRefGroup = E7CDCC6D2080F42200A553DF /* Products */;
Expand Down Expand Up @@ -472,7 +473,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.14;
MACOSX_DEPLOYMENT_TARGET = 10.15;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
Expand Down Expand Up @@ -525,7 +526,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.14;
MACOSX_DEPLOYMENT_TARGET = 10.15;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = macosx;
SWIFT_COMPILATION_MODE = wholemodule;
Expand All @@ -552,7 +553,7 @@
PRODUCT_BUNDLE_IDENTIFIER = com.github.ayltai.devexcuses;
PRODUCT_NAME = "Developers Excuses";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 4.0;
SWIFT_VERSION = 5.0;
WRAPPER_EXTENSION = saver;
};
name = Debug;
Expand All @@ -575,7 +576,7 @@
MACOSX_DEPLOYMENT_TARGET = 10.14;
PRODUCT_BUNDLE_IDENTIFIER = com.github.ayltai.devexcuses;
PRODUCT_NAME = "Developers Excuses";
SWIFT_VERSION = 4.0;
SWIFT_VERSION = 5.0;
WRAPPER_EXTENSION = saver;
};
name = Release;
Expand Down
2 changes: 1 addition & 1 deletion DevexcusesTest/UnsplashClientTest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class UnsplashClientTest: XCTestCase {
for _ in 0...2 {
waitUntil(timeout: 10.0) { done in
_ = self.unsplashClient.random(size: targetSize, query: nil)
.subscribe(onNext: { photo in
.subscribe(onNext: { _ in
done()
})
}
Expand Down
4 changes: 2 additions & 2 deletions SecurityCamera/SecurityCamera.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.14;
MACOSX_DEPLOYMENT_TARGET = 10.15;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
Expand Down Expand Up @@ -236,7 +236,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.14;
MACOSX_DEPLOYMENT_TARGET = 10.15;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = macosx;
SWIFT_COMPILATION_MODE = wholemodule;
Expand Down

0 comments on commit 4c313e1

Please sign in to comment.