This repository was archived by the owner on Sep 11, 2024. It is now read-only.
Commit 193eb7a 1 parent 323338d commit 193eb7a Copy full SHA for 193eb7a
File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 170
170
developmentRegion = English;
171
171
hasScannedForEncodings = 0;
172
172
knownRegions = (
173
+ English,
173
174
en,
174
175
);
175
176
mainGroup = FA1D83ED1DCBCFDF00E786E1;
361
362
PRODUCT_NAME = "$(TARGET_NAME)";
362
363
SKIP_INSTALL = YES;
363
364
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
364
- SWIFT_VERSION = 3 .0;
365
+ SWIFT_VERSION = 4 .0;
365
366
};
366
367
name = Debug;
367
368
};
383
384
PRODUCT_BUNDLE_IDENTIFIER = co.krypt.JSON;
384
385
PRODUCT_NAME = "$(TARGET_NAME)";
385
386
SKIP_INSTALL = YES;
386
- SWIFT_VERSION = 3 .0;
387
+ SWIFT_VERSION = 4 .0;
387
388
};
388
389
name = Release;
389
390
};
396
397
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
397
398
PRODUCT_BUNDLE_IDENTIFIER = co.krypt.JSONTests;
398
399
PRODUCT_NAME = "$(TARGET_NAME)";
399
- SWIFT_VERSION = 3 .0;
400
+ SWIFT_VERSION = 4 .0;
400
401
};
401
402
name = Debug;
402
403
};
409
410
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
410
411
PRODUCT_BUNDLE_IDENTIFIER = co.krypt.JSONTests;
411
412
PRODUCT_NAME = "$(TARGET_NAME)";
412
- SWIFT_VERSION = 3 .0;
413
+ SWIFT_VERSION = 4 .0;
413
414
};
414
415
name = Release;
415
416
};
You can’t perform that action at this time.
0 commit comments