Skip to content

Commit 4667512

Browse files
committed
Migrate to Swift 5.
1 parent 56d2bd2 commit 4667512

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

ios-swift-collapsible-table-section.xcodeproj/project.pbxproj

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -105,13 +105,13 @@
105105
TargetAttributes = {
106106
0A908DEA1CFCAA9200470F33 = {
107107
CreatedOnToolsVersion = 7.3.1;
108-
LastSwiftMigration = 1010;
108+
LastSwiftMigration = 1030;
109109
};
110110
};
111111
};
112112
buildConfigurationList = 0A908DE61CFCAA9200470F33 /* Build configuration list for PBXProject "ios-swift-collapsible-table-section" */;
113113
compatibilityVersion = "Xcode 3.2";
114-
developmentRegion = English;
114+
developmentRegion = en;
115115
hasScannedForEncodings = 0;
116116
knownRegions = (
117117
en,
@@ -286,8 +286,7 @@
286286
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
287287
PRODUCT_BUNDLE_IDENTIFIER = "su.ios-swift-collapsible-table-section";
288288
PRODUCT_NAME = "$(TARGET_NAME)";
289-
SWIFT_SWIFT3_OBJC_INFERENCE = On;
290-
SWIFT_VERSION = 4.2;
289+
SWIFT_VERSION = 5.0;
291290
};
292291
name = Debug;
293292
};
@@ -300,8 +299,7 @@
300299
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
301300
PRODUCT_BUNDLE_IDENTIFIER = "su.ios-swift-collapsible-table-section";
302301
PRODUCT_NAME = "$(TARGET_NAME)";
303-
SWIFT_SWIFT3_OBJC_INFERENCE = On;
304-
SWIFT_VERSION = 4.2;
302+
SWIFT_VERSION = 5.0;
305303
};
306304
name = Release;
307305
};

0 commit comments

Comments
 (0)