File tree Expand file tree Collapse file tree 2 files changed +8
-11
lines changed Expand file tree Collapse file tree 2 files changed +8
-11
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ public extension String {
13
13
// check first that the first character of search string exists
14
14
if self . contains ( findStr. first!) {
15
15
// if so set this as the place to start searching
16
- startInd = self . index ( of: findStr. first!) !
16
+ startInd = self . firstIndex ( of: findStr. first!) !
17
17
}
18
18
else {
19
19
// if not return empty array
Original file line number Diff line number Diff line change 298
298
ProvisioningStyle = Automatic;
299
299
};
300
300
"opengl_example::AppBase" = {
301
- LastSwiftMigration = 0930 ;
301
+ LastSwiftMigration = 1020 ;
302
302
};
303
303
"opengl_example::app" = {
304
- LastSwiftMigration = 0930 ;
304
+ LastSwiftMigration = 1020 ;
305
305
};
306
306
};
307
307
};
310
310
developmentRegion = English;
311
311
hasScannedForEncodings = 0;
312
312
knownRegions = (
313
+ English,
313
314
en,
314
315
Base,
315
316
);
663
664
OTHER_SWIFT_FLAGS = "$(inherited)";
664
665
SWIFT_FORCE_DYNAMIC_LINK_STDLIB = YES;
665
666
SWIFT_FORCE_STATIC_LINK_STDLIB = NO;
666
- SWIFT_SWIFT3_OBJC_INFERENCE = Default;
667
- SWIFT_VERSION = 4.0;
667
+ SWIFT_VERSION = 5.0;
668
668
TARGET_NAME = app;
669
669
};
670
670
name = Debug;
683
683
OTHER_SWIFT_FLAGS = "$(inherited)";
684
684
SWIFT_FORCE_DYNAMIC_LINK_STDLIB = YES;
685
685
SWIFT_FORCE_STATIC_LINK_STDLIB = NO;
686
- SWIFT_SWIFT3_OBJC_INFERENCE = Default;
687
- SWIFT_VERSION = 4.0;
686
+ SWIFT_VERSION = 5.0;
688
687
TARGET_NAME = app;
689
688
};
690
689
name = Release;
706
705
PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
707
706
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
708
707
SKIP_INSTALL = YES;
709
- SWIFT_SWIFT3_OBJC_INFERENCE = Default;
710
- SWIFT_VERSION = 4.0;
708
+ SWIFT_VERSION = 5.0;
711
709
TARGET_NAME = AppBase;
712
710
};
713
711
name = Debug;
729
727
PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
730
728
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
731
729
SKIP_INSTALL = YES;
732
- SWIFT_SWIFT3_OBJC_INFERENCE = Default;
733
- SWIFT_VERSION = 4.0;
730
+ SWIFT_VERSION = 5.0;
734
731
TARGET_NAME = AppBase;
735
732
};
736
733
name = Release;
You can’t perform that action at this time.
0 commit comments