Skip to content

Commit 909fba7

Browse files
committed
Upgrade xcconfigs
1 parent 3c1b109 commit 909fba7

File tree

4 files changed

+3
-19
lines changed

4 files changed

+3
-19
lines changed

Authenticator.xcodeproj/project.pbxproj

Lines changed: 0 additions & 16 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 = (

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: 1 addition & 1 deletion
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"
2+
github "jspahrsummers/xcconfigs" "1.0"
33
github "mattrubin/Base32" "1.1.2+xcode10.2"
44
github "mattrubin/OneTimePassword" "3.1.5"
55
github "shinydevelopment/SimulatorStatusMagic" "2.4.1"

Carthage/Checkouts/xcconfigs

0 commit comments

Comments
 (0)