Skip to content

Commit f49d481

Browse files
upgrade to Swift 5 / Xcode 10.2
1 parent 968c0aa commit f49d481

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

SearchExpressionParser.xcodeproj/project.pbxproj

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -275,11 +275,11 @@
275275
TargetAttributes = {
276276
5048DF5D2078985800BAA4B0 = {
277277
CreatedOnToolsVersion = 9.3;
278-
LastSwiftMigration = 1000;
278+
LastSwiftMigration = 1020;
279279
};
280280
5048DF662078985800BAA4B0 = {
281281
CreatedOnToolsVersion = 9.3;
282-
LastSwiftMigration = 1000;
282+
LastSwiftMigration = 1020;
283283
};
284284
};
285285
};
@@ -289,6 +289,7 @@
289289
hasScannedForEncodings = 0;
290290
knownRegions = (
291291
en,
292+
Base,
292293
);
293294
mainGroup = 5048DF542078985800BAA4B0;
294295
productRefGroup = 5048DF5F2078985800BAA4B0 /* Products */;
@@ -517,7 +518,7 @@
517518
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
518519
SKIP_INSTALL = YES;
519520
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
520-
SWIFT_VERSION = 4.2;
521+
SWIFT_VERSION = 5.0;
521522
};
522523
name = Debug;
523524
};
@@ -544,7 +545,7 @@
544545
PRODUCT_BUNDLE_IDENTIFIER = de.christiantietze.SearchExpressionParser;
545546
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
546547
SKIP_INSTALL = YES;
547-
SWIFT_VERSION = 4.2;
548+
SWIFT_VERSION = 5.0;
548549
};
549550
name = Release;
550551
};
@@ -563,7 +564,7 @@
563564
);
564565
PRODUCT_BUNDLE_IDENTIFIER = de.christiantietze.SearchExpressionParserTests;
565566
PRODUCT_NAME = "$(TARGET_NAME)";
566-
SWIFT_VERSION = 4.2;
567+
SWIFT_VERSION = 5.0;
567568
};
568569
name = Debug;
569570
};
@@ -582,7 +583,7 @@
582583
);
583584
PRODUCT_BUNDLE_IDENTIFIER = de.christiantietze.SearchExpressionParserTests;
584585
PRODUCT_NAME = "$(TARGET_NAME)";
585-
SWIFT_VERSION = 4.2;
586+
SWIFT_VERSION = 5.0;
586587
};
587588
name = Release;
588589
};

0 commit comments

Comments
 (0)