Skip to content

Commit f4733a7

Browse files
committed
Update to Swift 5.0
1 parent 5597f3b commit f4733a7

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

Example/Pods/Pods.xcodeproj/project.pbxproj

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

Example/TactileSlider.xcodeproj/project.pbxproj

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -212,11 +212,11 @@
212212
TargetAttributes = {
213213
607FACCF1AFB9204008FA782 = {
214214
CreatedOnToolsVersion = 6.3.1;
215-
LastSwiftMigration = 1010;
215+
LastSwiftMigration = 1140;
216216
};
217217
607FACE41AFB9204008FA782 = {
218218
CreatedOnToolsVersion = 6.3.1;
219-
LastSwiftMigration = 1010;
219+
LastSwiftMigration = 1140;
220220
TestTargetID = 607FACCF1AFB9204008FA782;
221221
};
222222
};
@@ -226,6 +226,7 @@
226226
developmentRegion = English;
227227
hasScannedForEncodings = 0;
228228
knownRegions = (
229+
English,
229230
en,
230231
Base,
231232
);
@@ -487,7 +488,7 @@
487488
MODULE_NAME = ExampleApp;
488489
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)";
489490
PRODUCT_NAME = "$(TARGET_NAME)";
490-
SWIFT_VERSION = 4.2;
491+
SWIFT_VERSION = 5.0;
491492
};
492493
name = Debug;
493494
};
@@ -502,7 +503,7 @@
502503
MODULE_NAME = ExampleApp;
503504
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)";
504505
PRODUCT_NAME = "$(TARGET_NAME)";
505-
SWIFT_VERSION = 4.2;
506+
SWIFT_VERSION = 5.0;
506507
};
507508
name = Release;
508509
};
@@ -522,7 +523,7 @@
522523
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
523524
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.$(PRODUCT_NAME:rfc1034identifier)";
524525
PRODUCT_NAME = "$(TARGET_NAME)";
525-
SWIFT_VERSION = 4.2;
526+
SWIFT_VERSION = 5.0;
526527
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/TactileSlider_Example.app/TactileSlider_Example";
527528
};
528529
name = Debug;
@@ -539,7 +540,7 @@
539540
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
540541
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.$(PRODUCT_NAME:rfc1034identifier)";
541542
PRODUCT_NAME = "$(TARGET_NAME)";
542-
SWIFT_VERSION = 4.2;
543+
SWIFT_VERSION = 5.0;
543544
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/TactileSlider_Example.app/TactileSlider_Example";
544545
};
545546
name = Release;

TactileSlider.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ A slider control designed to be easy to grab and use because it can be dragged o
2929
s.social_media_url = 'https://mastodon.technology/@dale_price'
3030

3131
s.ios.deployment_target = '8.0'
32-
s.swift_version = '4.2'
32+
s.swift_version = '5.0'
3333

3434
s.source_files = 'TactileSlider/Classes/**/*'
3535

0 commit comments

Comments
 (0)