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

Commit 60091aa

Browse files
authored
Merge pull request #1 from regnerjr/convert-to-swift2.3
Run swift 2.3 migrator
2 parents 7dc5b44 + 4c50249 commit 60091aa

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

multipleSelection/multipleSelection.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@
9696
TargetAttributes = {
9797
52A1E9BB1C5698A500FF055D = {
9898
CreatedOnToolsVersion = 7.3;
99+
LastSwiftMigration = 0800;
99100
};
100101
};
101102
};
@@ -253,6 +254,7 @@
253254
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
254255
PRODUCT_BUNDLE_IDENTIFIER = com.johnregner.multipleSelection;
255256
PRODUCT_NAME = "$(TARGET_NAME)";
257+
SWIFT_VERSION = 2.3;
256258
};
257259
name = Debug;
258260
};
@@ -264,6 +266,7 @@
264266
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
265267
PRODUCT_BUNDLE_IDENTIFIER = com.johnregner.multipleSelection;
266268
PRODUCT_NAME = "$(TARGET_NAME)";
269+
SWIFT_VERSION = 2.3;
267270
};
268271
name = Release;
269272
};
@@ -286,6 +289,7 @@
286289
52A1E9D01C5698A500FF055D /* Release */,
287290
);
288291
defaultConfigurationIsVisible = 0;
292+
defaultConfigurationName = Release;
289293
};
290294
/* End XCConfigurationList section */
291295
};

0 commit comments

Comments
 (0)