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

Commit 663b227

Browse files
committed
support Swift 5
1 parent 6994329 commit 663b227

File tree

3 files changed

+14
-13
lines changed

3 files changed

+14
-13
lines changed

Maria.xcodeproj/project.pbxproj

+6-6
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@
389389
CreatedOnToolsVersion = 8.0;
390390
DevelopmentTeam = 525R2U87NG;
391391
DevelopmentTeamName = "Debra Dean";
392-
LastSwiftMigration = 1000;
392+
LastSwiftMigration = 1020;
393393
ProvisioningStyle = Automatic;
394394
SystemCapabilities = {
395395
com.apple.ApplicationGroups.Mac = {
@@ -404,7 +404,7 @@
404404
CreatedOnToolsVersion = 7.3;
405405
DevelopmentTeam = 525R2U87NG;
406406
DevelopmentTeamName = "Debra Dean";
407-
LastSwiftMigration = 1000;
407+
LastSwiftMigration = 1020;
408408
ProvisioningStyle = Automatic;
409409
SystemCapabilities = {
410410
com.apple.ApplicationGroups.Mac = {
@@ -670,7 +670,7 @@
670670
PROVISIONING_PROFILE_SPECIFIER = "";
671671
SKIP_INSTALL = YES;
672672
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
673-
SWIFT_VERSION = 4.2;
673+
SWIFT_VERSION = 5.0;
674674
};
675675
name = Debug;
676676
};
@@ -694,7 +694,7 @@
694694
PROVISIONING_PROFILE_SPECIFIER = "";
695695
SKIP_INSTALL = YES;
696696
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
697-
SWIFT_VERSION = 4.2;
697+
SWIFT_VERSION = 5.0;
698698
};
699699
name = Release;
700700
};
@@ -826,7 +826,7 @@
826826
PROVISIONING_PROFILE_SPECIFIER = "";
827827
SWIFT_OBJC_BRIDGING_HEADER = "Maria-Bridging-Header.h";
828828
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
829-
SWIFT_VERSION = 4.2;
829+
SWIFT_VERSION = 5.0;
830830
};
831831
name = Debug;
832832
};
@@ -854,7 +854,7 @@
854854
PROVISIONING_PROFILE_SPECIFIER = "";
855855
SWIFT_OBJC_BRIDGING_HEADER = "Maria-Bridging-Header.h";
856856
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
857-
SWIFT_VERSION = 4.2;
857+
SWIFT_VERSION = 5.0;
858858
};
859859
name = Release;
860860
};

Podfile.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PODS:
22
- Aria2Core (1.0.2)
3-
- Aria2RPC (1.0.2):
4-
- Starscream (~> 3.0)
3+
- Aria2RPC (1.0.3):
4+
- Starscream (~> 3.1)
55
- SwiftyJSON (~> 5.0)
66
- Sparkle (1.21.3)
77
- Starscream (3.1.0)
@@ -34,12 +34,12 @@ CHECKOUT OPTIONS:
3434
:commit: "6c95db2a64ec3b95b018e4dfef82dac830c916e4\n[proxychains] DLL init: proxychains-ng 4.14"
3535
:git: https://github.com/shincurry/Aria2Core.git
3636
Aria2RPC:
37-
:commit: "096003e0850bb276f08cc00443ee1ab45026e034\n[proxychains] DLL init: proxychains-ng 4.14"
37+
:commit: "1ae665d836b3dd75c9999f632cdf832ce02c55a0\n[proxychains] DLL init: proxychains-ng 4.14"
3838
:git: https://github.com/shincurry/Aria2RPC.git
3939

4040
SPEC CHECKSUMS:
4141
Aria2Core: f4288f7d3454c8b157498c54a0f29f31a2778523
42-
Aria2RPC: 1b3c17a78e810e0659df9b4000d9109466ba3070
42+
Aria2RPC: 95b8b562a6d10292203627f931f544ac0b2eed10
4343
Sparkle: 3f75576db8b0265adef36c43249d747f22d0b708
4444
Starscream: 08172b481e145289c4930cb567230fb55897cfa4
4545
SwiftyJSON: 36413e04c44ee145039d332b4f4e2d3e8d6c4db7

YouGet.xcodeproj/project.pbxproj

+4-3
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
TargetAttributes = {
137137
888EE2F11DFE62DD0048F788 = {
138138
CreatedOnToolsVersion = 8.1;
139-
LastSwiftMigration = 1000;
139+
LastSwiftMigration = 1020;
140140
ProvisioningStyle = Automatic;
141141
};
142142
};
@@ -146,6 +146,7 @@
146146
developmentRegion = English;
147147
hasScannedForEncodings = 0;
148148
knownRegions = (
149+
English,
149150
en,
150151
"zh-Hans",
151152
);
@@ -357,7 +358,7 @@
357358
PROVISIONING_PROFILE_SPECIFIER = "";
358359
SKIP_INSTALL = YES;
359360
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
360-
SWIFT_VERSION = 4.2;
361+
SWIFT_VERSION = 5.0;
361362
};
362363
name = Debug;
363364
};
@@ -383,7 +384,7 @@
383384
PRODUCT_NAME = "$(TARGET_NAME)";
384385
PROVISIONING_PROFILE_SPECIFIER = "";
385386
SKIP_INSTALL = YES;
386-
SWIFT_VERSION = 4.2;
387+
SWIFT_VERSION = 5.0;
387388
};
388389
name = Release;
389390
};

0 commit comments

Comments
 (0)