Skip to content

Commit d130ae2

Browse files
authored
Merge pull request #307 from mattrubin/xcode-10.2
Update dependencies and project configuration for Xcode 10.2.
2 parents 4003cb5 + 0510a72 commit d130ae2

File tree

7 files changed

+14
-29
lines changed

7 files changed

+14
-29
lines changed

Authenticator.xcodeproj/project.pbxproj

Lines changed: 5 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,6 @@
132132
C944A5731A7F772600E08B1E /* iOS-Application.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "iOS-Application.xcconfig"; sourceTree = "<group>"; };
133133
C944A5751A7F772600E08B1E /* iOS-Framework.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "iOS-Framework.xcconfig"; sourceTree = "<group>"; };
134134
C944A5761A7F772600E08B1E /* iOS-StaticLibrary.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "iOS-StaticLibrary.xcconfig"; sourceTree = "<group>"; };
135-
C944A5781A7F772600E08B1E /* Mac-Application.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Mac-Application.xcconfig"; sourceTree = "<group>"; };
136-
C944A57A1A7F772600E08B1E /* Mac-DynamicLibrary.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Mac-DynamicLibrary.xcconfig"; sourceTree = "<group>"; };
137-
C944A57B1A7F772600E08B1E /* Mac-Framework.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Mac-Framework.xcconfig"; sourceTree = "<group>"; };
138-
C944A57C1A7F772600E08B1E /* Mac-StaticLibrary.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Mac-StaticLibrary.xcconfig"; sourceTree = "<group>"; };
139135
C94765081C646E5E00C7527E /* Cartfile.private */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Cartfile.private; sourceTree = "<group>"; };
140136
C959A63C190A69120042DEC0 /* Icon.svg */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = Icon.svg; sourceTree = "<group>"; };
141137
C959A63E190A69E60042DEC0 /* GenerateIcons.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = GenerateIcons.sh; sourceTree = "<group>"; };
@@ -312,7 +308,6 @@
312308
children = (
313309
C944A5671A7F772500E08B1E /* Base */,
314310
C944A5721A7F772600E08B1E /* iOS */,
315-
C944A5771A7F772600E08B1E /* Mac OS X */,
316311
);
317312
name = Configuration;
318313
path = Carthage/Checkouts/xcconfigs;
@@ -339,17 +334,6 @@
339334
path = iOS;
340335
sourceTree = "<group>";
341336
};
342-
C944A5771A7F772600E08B1E /* Mac OS X */ = {
343-
isa = PBXGroup;
344-
children = (
345-
C944A5781A7F772600E08B1E /* Mac-Application.xcconfig */,
346-
C944A57A1A7F772600E08B1E /* Mac-DynamicLibrary.xcconfig */,
347-
C944A57B1A7F772600E08B1E /* Mac-Framework.xcconfig */,
348-
C944A57C1A7F772600E08B1E /* Mac-StaticLibrary.xcconfig */,
349-
);
350-
path = "Mac OS X";
351-
sourceTree = "<group>";
352-
};
353337
C9776E32185187E8003D53CB /* Docs */ = {
354338
isa = PBXGroup;
355339
children = (
@@ -592,26 +576,27 @@
592576
TargetAttributes = {
593577
1D6058900D05DD3D006BFB54 = {
594578
DevelopmentTeam = WD7ETSN9J9;
595-
LastSwiftMigration = 0910;
579+
LastSwiftMigration = 1020;
596580
ProvisioningStyle = Automatic;
597581
};
598582
C9906A2D1812522100BAEF53 = {
599-
LastSwiftMigration = 0910;
583+
LastSwiftMigration = 1020;
600584
TestTargetID = 1D6058900D05DD3D006BFB54;
601585
};
602586
C9A262CC1E170BD4004E6CEB = {
603587
CreatedOnToolsVersion = 8.2.1;
604-
LastSwiftMigration = 0910;
588+
LastSwiftMigration = 1020;
605589
TestTargetID = 1D6058900D05DD3D006BFB54;
606590
};
607591
};
608592
};
609593
buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "Authenticator" */;
610594
compatibilityVersion = "Xcode 3.2";
611-
developmentRegion = English;
595+
developmentRegion = en;
612596
hasScannedForEncodings = 1;
613597
knownRegions = (
614598
en,
599+
Base,
615600
);
616601
mainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */;
617602
projectDirPath = "";

Cartfile.private

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Configuration for Carthage (https://github.com/Carthage/Carthage)
22

3-
github "jspahrsummers/xcconfigs"
3+
github "jspahrsummers/xcconfigs" ~> 1.0
44
github "shinydevelopment/SimulatorStatusMagic"

Cartfile.resolved

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
github "SVProgressHUD/SVProgressHUD" "2.2.5"
2-
github "jspahrsummers/xcconfigs" "0.12"
3-
github "mattrubin/Base32" "xcode9"
4-
github "mattrubin/OneTimePassword" "3.1.4"
5-
github "shinydevelopment/SimulatorStatusMagic" "2.3.2"
2+
github "jspahrsummers/xcconfigs" "1.0"
3+
github "mattrubin/Base32" "1.1.2+xcode10.2"
4+
github "mattrubin/OneTimePassword" "3.1.5"
5+
github "shinydevelopment/SimulatorStatusMagic" "2.4.1"

Carthage/Checkouts/xcconfigs

0 commit comments

Comments
 (0)