Skip to content
This repository was archived by the owner on Mar 4, 2023. It is now read-only.

Commit 2548446

Browse files
authored
Merge pull request #8 from yo-op/feature/swift5
Feature/swift5
2 parents 7428963 + 678a321 commit 2548446

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

Sketch Cache Cleaner.xcodeproj/project.pbxproj

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -197,14 +197,14 @@
197197
CE25F7D21E490FA00049CF23 = {
198198
CreatedOnToolsVersion = 8.2.1;
199199
DevelopmentTeam = GW82A8W73Z;
200-
LastSwiftMigration = 0900;
200+
LastSwiftMigration = 1020;
201201
ProvisioningStyle = Automatic;
202202
};
203203
};
204204
};
205205
buildConfigurationList = CE25F7CE1E490FA00049CF23 /* Build configuration list for PBXProject "Sketch Cache Cleaner" */;
206206
compatibilityVersion = "Xcode 3.2";
207-
developmentRegion = English;
207+
developmentRegion = en;
208208
hasScannedForEncodings = 0;
209209
knownRegions = (
210210
en,
@@ -398,8 +398,7 @@
398398
PRODUCT_NAME = "$(TARGET_NAME)";
399399
SWIFT_OBJC_BRIDGING_HEADER = "Sketch Cache Cleaner/Utils/Sketch Cache Cleaner-Bridging-Header.h";
400400
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
401-
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
402-
SWIFT_VERSION = 4.2;
401+
SWIFT_VERSION = 5.0;
403402
};
404403
name = Debug;
405404
};
@@ -417,8 +416,7 @@
417416
PRODUCT_BUNDLE_IDENTIFIER = "me.minikin.Sketch-Cache-Cleaner";
418417
PRODUCT_NAME = "$(TARGET_NAME)";
419418
SWIFT_OBJC_BRIDGING_HEADER = "Sketch Cache Cleaner/Utils/Sketch Cache Cleaner-Bridging-Header.h";
420-
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
421-
SWIFT_VERSION = 4.2;
419+
SWIFT_VERSION = 5.0;
422420
};
423421
name = Release;
424422
};

Sketch Cache Cleaner/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundlePackageType</key>
2020
<string>APPL</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>1.0.4</string>
22+
<string>1.0.5</string>
2323
<key>CFBundleVersion</key>
2424
<string>1</string>
2525
<key>LSApplicationCategoryType</key>

0 commit comments

Comments
 (0)