Skip to content

Commit 735bcac

Browse files
committed
Merge pull request #33 from loudnate/swift2.2
Xcode 7.3 / Swift 2.2 support
2 parents 38b9ef2 + 5054b59 commit 735bcac

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: objective-c
2-
osx_image: xcode7.2
2+
osx_image: xcode7.3
33
#before_install:
44
# - brew update
55
# - brew install carthage
@@ -18,5 +18,5 @@ cache: cocoapods
1818
script:
1919
# TODO: Build the CocoaPods project
2020
# - set -o pipefail && xcodebuild -workspace Example/xDripG5.xcworkspace -scheme xDripG5-Example -sdk iphonesimulator -destination name="iPhone 6" ONLY_ACTIVE_ARCH=NO | xcpretty
21-
- xctool -project xDripG5.xcodeproj -scheme xDripG5 -sdk iphonesimulator9.2 build test
21+
- xctool -project xDripG5.xcodeproj -scheme xDripG5 -sdk iphonesimulator9.3 build test
2222
- pod lib lint --allow-warnings

Example/xDripG5.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@
306306
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
307307
GCC_WARN_UNUSED_FUNCTION = YES;
308308
GCC_WARN_UNUSED_VARIABLE = YES;
309-
IPHONEOS_DEPLOYMENT_TARGET = 9.2;
309+
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
310310
MTL_ENABLE_DEBUG_INFO = YES;
311311
ONLY_ACTIVE_ARCH = YES;
312312
SDKROOT = iphoneos;
@@ -344,7 +344,7 @@
344344
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
345345
GCC_WARN_UNUSED_FUNCTION = YES;
346346
GCC_WARN_UNUSED_VARIABLE = YES;
347-
IPHONEOS_DEPLOYMENT_TARGET = 9.2;
347+
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
348348
MTL_ENABLE_DEBUG_INFO = NO;
349349
SDKROOT = iphoneos;
350350
VALIDATE_PRODUCT = YES;

Example/xDripG5/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0</string>
18+
<string>0.4.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

xDripG5.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "xDripG5"
3-
s.version = "0.4.0"
3+
s.version = "0.4.1"
44
s.summary = "An interface for communicating with the G5 glucose transmitter over Bluetooth."
55

66
s.description = <<-DESC
@@ -17,7 +17,7 @@ Please note this project is neither created nor backed by Dexcom, Inc. Use of th
1717
s.source = { :git => "https://github.com/loudnate/xDripG5.git", :tag => s.version.to_s }
1818
s.social_media_url = 'https://twitter.com/loudnate'
1919

20-
s.platform = :ios, '9.2'
20+
s.platform = :ios, '9.3'
2121
s.requires_arc = true
2222

2323
s.source_files = ['xDripG5/**/*.swift', 'Pod/*.h']

xDripG5.xcodeproj/project.pbxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@
368368
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
369369
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
370370
COPY_PHASE_STRIP = NO;
371-
CURRENT_PROJECT_VERSION = 8;
371+
CURRENT_PROJECT_VERSION = 9;
372372
DEBUG_INFORMATION_FORMAT = dwarf;
373373
ENABLE_STRICT_OBJC_MSGSEND = YES;
374374
ENABLE_TESTABILITY = YES;
@@ -386,7 +386,7 @@
386386
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
387387
GCC_WARN_UNUSED_FUNCTION = YES;
388388
GCC_WARN_UNUSED_VARIABLE = YES;
389-
IPHONEOS_DEPLOYMENT_TARGET = 9.2;
389+
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
390390
MTL_ENABLE_DEBUG_INFO = YES;
391391
ONLY_ACTIVE_ARCH = YES;
392392
SDKROOT = iphoneos;
@@ -416,7 +416,7 @@
416416
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
417417
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
418418
COPY_PHASE_STRIP = NO;
419-
CURRENT_PROJECT_VERSION = 8;
419+
CURRENT_PROJECT_VERSION = 9;
420420
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
421421
ENABLE_NS_ASSERTIONS = NO;
422422
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -428,7 +428,7 @@
428428
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
429429
GCC_WARN_UNUSED_FUNCTION = YES;
430430
GCC_WARN_UNUSED_VARIABLE = YES;
431-
IPHONEOS_DEPLOYMENT_TARGET = 9.2;
431+
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
432432
MTL_ENABLE_DEBUG_INFO = NO;
433433
SDKROOT = iphoneos;
434434
TARGETED_DEVICE_FAMILY = "1,2";
@@ -444,7 +444,7 @@
444444
CLANG_ENABLE_MODULES = YES;
445445
DEFINES_MODULE = YES;
446446
DYLIB_COMPATIBILITY_VERSION = 1;
447-
DYLIB_CURRENT_VERSION = 8;
447+
DYLIB_CURRENT_VERSION = 9;
448448
DYLIB_INSTALL_NAME_BASE = "@rpath";
449449
FRAMEWORK_SEARCH_PATHS = (
450450
"$(inherited)",
@@ -466,7 +466,7 @@
466466
CLANG_ENABLE_MODULES = YES;
467467
DEFINES_MODULE = YES;
468468
DYLIB_COMPATIBILITY_VERSION = 1;
469-
DYLIB_CURRENT_VERSION = 8;
469+
DYLIB_CURRENT_VERSION = 9;
470470
DYLIB_INSTALL_NAME_BASE = "@rpath";
471471
FRAMEWORK_SEARCH_PATHS = (
472472
"$(inherited)",

xDripG5/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.4.0</string>
18+
<string>0.4.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

xDripG5Tests/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.4.0</string>
18+
<string>0.4.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)