Skip to content

Commit 53dfd84

Browse files
committed
Upgraded to Xcode 8.2
Disabled code signing for watchOS framework, per Xcode recommendation.
1 parent b01acaf commit 53dfd84

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

MapboxGeocoder.xcodeproj/project.pbxproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@
656656
attributes = {
657657
LastSwiftMigration = 0700;
658658
LastSwiftUpdateCheck = 0730;
659-
LastUpgradeCheck = 0800;
659+
LastUpgradeCheck = 0820;
660660
ORGANIZATIONNAME = Mapbox;
661661
TargetAttributes = {
662662
DA5170951CF1B18F00CD6DCF = {
@@ -1354,6 +1354,7 @@
13541354
buildSettings = {
13551355
APPLICATION_EXTENSION_API_ONLY = YES;
13561356
CLANG_ANALYZER_NONNULL = YES;
1357+
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
13571358
CURRENT_PROJECT_VERSION = 3;
13581359
DEBUG_INFORMATION_FORMAT = dwarf;
13591360
DEFINES_MODULE = YES;
@@ -1381,6 +1382,7 @@
13811382
buildSettings = {
13821383
APPLICATION_EXTENSION_API_ONLY = YES;
13831384
CLANG_ANALYZER_NONNULL = YES;
1385+
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
13841386
COPY_PHASE_STRIP = NO;
13851387
CURRENT_PROJECT_VERSION = 3;
13861388
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";

MapboxGeocoder.xcodeproj/xcshareddata/xcschemes/Example (Objective-C).xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0800"
3+
LastUpgradeVersion = "0820"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

MapboxGeocoder.xcodeproj/xcshareddata/xcschemes/MapboxGeocoder iOS.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0800"
3+
LastUpgradeVersion = "0820"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

MapboxGeocoder.xcodeproj/xcshareddata/xcschemes/MapboxGeocoder tvOS.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0800"
3+
LastUpgradeVersion = "0820"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

MapboxGeocoder.xcodeproj/xcshareddata/xcschemes/MapboxGeocoder watchOS.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0800"
3+
LastUpgradeVersion = "0820"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

0 commit comments

Comments
 (0)