Skip to content
This repository was archived by the owner on May 4, 2024. It is now read-only.

Commit a94aa34

Browse files
authored
Merge pull request #10 from square/federman/allow_0.8_to_work_with_xcode8
Explicitly set SWIFT_VERSION to 2.3 to allow v0.8 to build on Xcode 8
2 parents 124bfc0 + 2b06d1b commit a94aa34

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

SuperDelegate.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'SuperDelegate'
3-
s.version = '0.8.1'
3+
s.version = '0.8.2'
44
s.license = 'Apache License, Version 2.0'
55
s.summary = 'SuperDelegate provides a clean application delegate interface and protects you from bugs in the application lifecycle.'
66
s.homepage = 'https://github.com/square/SuperDelegate'

SuperDelegate.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,7 @@
361361
ONLY_ACTIVE_ARCH = YES;
362362
SDKROOT = iphoneos;
363363
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
364+
SWIFT_VERSION = 2.3;
364365
TARGETED_DEVICE_FAMILY = "1,2";
365366
VERSIONING_SYSTEM = "apple-generic";
366367
VERSION_INFO_PREFIX = "";
@@ -402,6 +403,7 @@
402403
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
403404
MTL_ENABLE_DEBUG_INFO = NO;
404405
SDKROOT = iphoneos;
406+
SWIFT_VERSION = 2.3;
405407
TARGETED_DEVICE_FAMILY = "1,2";
406408
VALIDATE_PRODUCT = YES;
407409
VERSIONING_SYSTEM = "apple-generic";

0 commit comments

Comments
 (0)