Skip to content

Commit

Permalink
Upgrade Check to Xcode 8.3
Browse files Browse the repository at this point in the history
Summary: There are a few things to keep Xcode from providing some warnings, this fixes them.

Reviewed By: marekcirkos

Differential Revision: D4461519

fbshipit-source-id: f60433e45507655295fe81081edfc4bc78d980bc
  • Loading branch information
lawrencelomax authored and facebook-github-bot committed Jan 25, 2017
1 parent ff4249b commit 48eee2f
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 6 deletions.
2 changes: 2 additions & 0 deletions Configuration/Shared.xcconfig
Expand Up @@ -8,9 +8,11 @@ CLANG_WARN_DOCUMENTATION_COMMENTS = YES
CLANG_WARN_EMPTY_BODY = YES
CLANG_WARN_ENUM_CONVERSION = YES
CLANG_WARN_IMPLICIT_SIGN_CONVERSION = YES
CLANG_WARN_INFINITE_RECURSION = YES
CLANG_WARN_INT_CONVERSION = YES
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR
CLANG_WARN_SUSPICIOUS_IMPLICIT_CONVERSION = YES
CLANG_WARN_SUSPICIOUS_MOVE = YES
CLANG_WARN_UNREACHABLE_CODE = YES
COMBINE_HIDPI_IMAGES = YES
DEBUG_INFORMATION_FORMAT = dwarf
Expand Down
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0800"
LastUpgradeVersion = "0830"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0730"
LastUpgradeVersion = "0830"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0800"
LastUpgradeVersion = "0830"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0800"
LastUpgradeVersion = "0830"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
2 changes: 2 additions & 0 deletions fbsimctl/FBSimulatorControlKit/FBSimulatorControlKit.xcconfig
Expand Up @@ -4,7 +4,9 @@

// Target Specific Settings
EMBEDDED_CONTENT_CONTAINS_SWIFT = YES
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES
SWIFT_VERSION = 3.0
SWIFT_OPTIMIZATION_LEVEL = -Owholemodule
PRODUCT_NAME = FBSimulatorControlKit
INFOPLIST_FILE = $(PROJECT_DIR)/FBSimulatorControlKit/Info.plist
PRODUCT_BUNDLE_IDENTIFIER = com.facebook.FBSimulatorControlKit
Expand Down
Expand Up @@ -3,7 +3,9 @@

// Target Specific Settings
EMBEDDED_CONTENT_CONTAINS_SWIFT = YES
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES
SWIFT_VERSION = 3.0
SWIFT_OPTIMIZATION_LEVEL = -Owholemodule
PRODUCT_NAME = FBSimulatorControlKitTests
INFOPLIST_FILE = $(PROJECT_DIR)/FBSimulatorControlKitTests/Info.plist
PRODUCT_BUNDLE_IDENTIFIER = com.facebook.FBSimulatorControlKitTests
Expand Down
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0800"
LastUpgradeVersion = "0830"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0800"
LastUpgradeVersion = "0830"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down

0 comments on commit 48eee2f

Please sign in to comment.