Skip to content

Commit

Permalink
Update to Swift 5 (#35)
Browse files Browse the repository at this point in the history
* Update to Swift 4.2

Signed-off-by: Alex Du Bois <alex.dubois@mac.com>

* Update to Swift 5.0

Signed-off-by: Alex Du Bois <alex.dubois@mac.com>

* update specs
  • Loading branch information
alextall authored and initFabian committed Aug 15, 2019
1 parent a556b75 commit 8b4d341
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .swift-version
@@ -1 +1 @@
4.2
5.0
4 changes: 2 additions & 2 deletions Cely.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |spec|
spec.swift_version = '4.2'
spec.swift_version = '5.0'
spec.name = 'Cely'
spec.version = '2.1.0'
spec.version = '2.1.1'
spec.license = { :type => "MIT", :file => "LICENSE" }
spec.summary = 'Cely’s goal is to add a login system into your app in under 30 seconds!'
spec.homepage = 'https://github.com/initFabian/Cely'
Expand Down
15 changes: 6 additions & 9 deletions Cely.xcodeproj/project.pbxproj
Expand Up @@ -728,7 +728,7 @@
};
3549BB601DA38ADB00C63030 = {
CreatedOnToolsVersion = 8.0;
LastSwiftMigration = 1010;
LastSwiftMigration = 1100;
ProvisioningStyle = Manual;
TestTargetID = 1F28642A1E89578700EE8180;
};
Expand All @@ -746,10 +746,9 @@
};
buildConfigurationList = 3549BAFF1DA387DB00C63030 /* Build configuration list for PBXProject "Cely" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
English,
en,
Base,
);
Expand Down Expand Up @@ -1042,7 +1041,6 @@
PRODUCT_BUNDLE_IDENTIFIER = "com.chaione.Cely-Demo";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
SWIFT_VERSION = 4.2;
};
name = Debug;
};
Expand All @@ -1059,7 +1057,6 @@
PRODUCT_BUNDLE_IDENTIFIER = "com.chaione.Cely-Demo";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
SWIFT_VERSION = 4.2;
};
name = Release;
};
Expand Down Expand Up @@ -1117,6 +1114,7 @@
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
Expand Down Expand Up @@ -1169,6 +1167,7 @@
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
VERSIONING_SYSTEM = "apple-generic";
Expand Down Expand Up @@ -1196,7 +1195,6 @@
SKIP_INSTALL = YES;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
SWIFT_VERSION = 4.2;
};
name = Debug;
};
Expand All @@ -1219,7 +1217,6 @@
PRODUCT_NAME = Cely;
SKIP_INSTALL = YES;
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
SWIFT_VERSION = 4.2;
};
name = Release;
};
Expand Down Expand Up @@ -1383,7 +1380,7 @@
PRODUCT_BUNDLE_IDENTIFIER = com.chaione.Cely.CelyTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 4.2;
SWIFT_VERSION = 5.0;
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Cely Demo.app/Cely Demo";
};
name = Debug;
Expand All @@ -1401,7 +1398,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.chaione.Cely.CelyTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.2;
SWIFT_VERSION = 5.0;
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Cely Demo.app/Cely Demo";
};
name = Release;
Expand Down

0 comments on commit 8b4d341

Please sign in to comment.