Skip to content

Commit d21a512

Browse files
author
Anthony Oliveri
authored
Merge pull request #16 from ibm-bluemix-mobile-services/development
Update for Xcode 8.3.1
2 parents 3939389 + 359cea6 commit d21a512

File tree

51 files changed

+178
-51
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+178
-51
lines changed

BMSCore.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = 'BMSCore'
4-
s.version = '2.3.1'
4+
s.version = '2.3.2'
55
s.summary = 'The core component of the Swift client SDK for IBM Bluemix Mobile Services'
66
s.homepage = 'https://github.com/ibm-bluemix-mobile-services/bms-clientsdk-swift-core'
77
s.documentation_url = 'https://ibm-bluemix-mobile-services.github.io/API-docs/client-SDK/BMSCore/Swift/index.html'

BMSCore.xcodeproj/project.pbxproj

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@
676676
isa = PBXProject;
677677
attributes = {
678678
LastSwiftUpdateCheck = 0700;
679-
LastUpgradeCheck = 0800;
679+
LastUpgradeCheck = 0830;
680680
ORGANIZATIONNAME = IBM;
681681
TargetAttributes = {
682682
9235D0A71BC3181900946A32 = {
@@ -1256,6 +1256,7 @@
12561256
baseConfigurationReference = B1136C7EDAAEDE2205745B5F /* Pods-BMSCore watchOS.debug.xcconfig */;
12571257
buildSettings = {
12581258
APPLICATION_EXTENSION_API_ONLY = NO;
1259+
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
12591260
DEFINES_MODULE = YES;
12601261
DYLIB_COMPATIBILITY_VERSION = 1;
12611262
DYLIB_CURRENT_VERSION = 1;
@@ -1282,6 +1283,7 @@
12821283
baseConfigurationReference = 30D7F9A8E27DAE1898D28CC0 /* Pods-BMSCore watchOS.release.xcconfig */;
12831284
buildSettings = {
12841285
APPLICATION_EXTENSION_API_ONLY = NO;
1286+
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
12851287
DEFINES_MODULE = YES;
12861288
DYLIB_COMPATIBILITY_VERSION = 1;
12871289
DYLIB_CURRENT_VERSION = 1;
@@ -1316,8 +1318,10 @@
13161318
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
13171319
CLANG_WARN_EMPTY_BODY = YES;
13181320
CLANG_WARN_ENUM_CONVERSION = YES;
1321+
CLANG_WARN_INFINITE_RECURSION = YES;
13191322
CLANG_WARN_INT_CONVERSION = YES;
13201323
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
1324+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
13211325
CLANG_WARN_UNREACHABLE_CODE = YES;
13221326
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
13231327
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
@@ -1365,8 +1369,10 @@
13651369
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
13661370
CLANG_WARN_EMPTY_BODY = YES;
13671371
CLANG_WARN_ENUM_CONVERSION = YES;
1372+
CLANG_WARN_INFINITE_RECURSION = YES;
13681373
CLANG_WARN_INT_CONVERSION = YES;
13691374
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
1375+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
13701376
CLANG_WARN_UNREACHABLE_CODE = YES;
13711377
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
13721378
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
@@ -1386,6 +1392,7 @@
13861392
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
13871393
MTL_ENABLE_DEBUG_INFO = NO;
13881394
SDKROOT = iphoneos;
1395+
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
13891396
SWIFT_VERSION = 3.0;
13901397
TARGETED_DEVICE_FAMILY = "1,2";
13911398
VALIDATE_PRODUCT = YES;
@@ -1399,6 +1406,7 @@
13991406
baseConfigurationReference = 808D92A9A07EAF3261A49BFD /* Pods-BMSCore iOS.debug.xcconfig */;
14001407
buildSettings = {
14011408
CLANG_ENABLE_MODULES = YES;
1409+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
14021410
DEFINES_MODULE = YES;
14031411
DYLIB_COMPATIBILITY_VERSION = 1;
14041412
DYLIB_CURRENT_VERSION = 1;
@@ -1422,6 +1430,7 @@
14221430
baseConfigurationReference = 38A25AC35537B1D22C842EE1 /* Pods-BMSCore iOS.release.xcconfig */;
14231431
buildSettings = {
14241432
CLANG_ENABLE_MODULES = YES;
1433+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
14251434
DEFINES_MODULE = YES;
14261435
DYLIB_COMPATIBILITY_VERSION = 1;
14271436
DYLIB_CURRENT_VERSION = 1;

BMSCore.xcodeproj/xcshareddata/xcschemes/BMSCore Tests.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 = "0830"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

BMSCore.xcodeproj/xcshareddata/xcschemes/BMSCore 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 = "0830"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

BMSCore.xcodeproj/xcshareddata/xcschemes/BMSCore 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 = "0830"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

BMSCore.xcodeproj/xcshareddata/xcschemes/TestApp 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 = "0830"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

BMSCore.xcodeproj/xcshareddata/xcschemes/TestApp 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 = "0830"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
PODS:
2-
- BMSAnalyticsAPI (2.2.0)
2+
- BMSAnalyticsAPI (2.2.1)
33

44
DEPENDENCIES:
55
- BMSAnalyticsAPI (~> 2.2)
66

77
SPEC CHECKSUMS:
8-
BMSAnalyticsAPI: 2dae02bc3321b944ae947a7d2f0f009d8035f8e7
8+
BMSAnalyticsAPI: 2e07dee6452e3cdbdc5fd0ee7362b66a281e3963
99

1010
PODFILE CHECKSUM: 04c2dbaedce0b608b2af32831a066e42534f33f8
1111

12-
COCOAPODS: 1.1.1
12+
COCOAPODS: 1.2.0

Pods/BMSAnalyticsAPI/README.md

Lines changed: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/BMSAnalyticsAPI/Source/RequestMetadata.swift

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)