|
177 | 177 | BEB31F4F1A0D75EE00F525B9 /* iOS-Base.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "iOS-Base.xcconfig"; sourceTree = "<group>"; };
|
178 | 178 | BEB31F501A0D75EE00F525B9 /* iOS-Framework.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "iOS-Framework.xcconfig"; sourceTree = "<group>"; };
|
179 | 179 | BEB31F511A0D75EE00F525B9 /* iOS-StaticLibrary.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "iOS-StaticLibrary.xcconfig"; sourceTree = "<group>"; };
|
180 |
| - BEB31F531A0D75EE00F525B9 /* Mac-Application.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "Mac-Application.xcconfig"; sourceTree = "<group>"; }; |
181 |
| - BEB31F541A0D75EE00F525B9 /* Mac-Base.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "Mac-Base.xcconfig"; sourceTree = "<group>"; }; |
182 |
| - BEB31F551A0D75EE00F525B9 /* Mac-DynamicLibrary.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "Mac-DynamicLibrary.xcconfig"; sourceTree = "<group>"; }; |
183 |
| - BEB31F561A0D75EE00F525B9 /* Mac-Framework.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "Mac-Framework.xcconfig"; sourceTree = "<group>"; }; |
184 |
| - BEB31F571A0D75EE00F525B9 /* Mac-StaticLibrary.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "Mac-StaticLibrary.xcconfig"; sourceTree = "<group>"; }; |
| 180 | + BEB31F531A0D75EE00F525B9 /* macOS-Application.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "macOS-Application.xcconfig"; sourceTree = "<group>"; }; |
| 181 | + BEB31F541A0D75EE00F525B9 /* macOS-Base.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "macOS-Base.xcconfig"; sourceTree = "<group>"; }; |
| 182 | + BEB31F551A0D75EE00F525B9 /* macOS-DynamicLibrary.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "macOS-DynamicLibrary.xcconfig"; sourceTree = "<group>"; }; |
| 183 | + BEB31F561A0D75EE00F525B9 /* macOS-Framework.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "macOS-Framework.xcconfig"; sourceTree = "<group>"; }; |
| 184 | + BEB31F571A0D75EE00F525B9 /* macOS-StaticLibrary.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "macOS-StaticLibrary.xcconfig"; sourceTree = "<group>"; }; |
185 | 185 | BEB31F581A0D75EE00F525B9 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
|
186 | 186 | BEB31F6C1A0D78F300F525B9 /* Repository.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Repository.swift; sourceTree = "<group>"; };
|
187 | 187 | BEB31F8F1A0E563900F525B9 /* libgit2.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libgit2.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
364 | 364 | children = (
|
365 | 365 | BEB31F421A0D75EE00F525B9 /* Base */,
|
366 | 366 | BEB31F4D1A0D75EE00F525B9 /* iOS */,
|
367 |
| - BEB31F521A0D75EE00F525B9 /* Mac OS X */, |
| 367 | + BEB31F521A0D75EE00F525B9 /* macOS */, |
368 | 368 | BEB31F581A0D75EE00F525B9 /* README.md */,
|
369 | 369 | );
|
370 | 370 | name = Configuration;
|
|
413 | 413 | path = iOS;
|
414 | 414 | sourceTree = "<group>";
|
415 | 415 | };
|
416 |
| - BEB31F521A0D75EE00F525B9 /* Mac OS X */ = { |
| 416 | + BEB31F521A0D75EE00F525B9 /* macOS */ = { |
417 | 417 | isa = PBXGroup;
|
418 | 418 | children = (
|
419 |
| - BEB31F531A0D75EE00F525B9 /* Mac-Application.xcconfig */, |
420 |
| - BEB31F541A0D75EE00F525B9 /* Mac-Base.xcconfig */, |
421 |
| - BEB31F551A0D75EE00F525B9 /* Mac-DynamicLibrary.xcconfig */, |
422 |
| - BEB31F561A0D75EE00F525B9 /* Mac-Framework.xcconfig */, |
423 |
| - BEB31F571A0D75EE00F525B9 /* Mac-StaticLibrary.xcconfig */, |
| 419 | + BEB31F531A0D75EE00F525B9 /* macOS-Application.xcconfig */, |
| 420 | + BEB31F541A0D75EE00F525B9 /* macOS-Base.xcconfig */, |
| 421 | + BEB31F551A0D75EE00F525B9 /* macOS-DynamicLibrary.xcconfig */, |
| 422 | + BEB31F561A0D75EE00F525B9 /* macOS-Framework.xcconfig */, |
| 423 | + BEB31F571A0D75EE00F525B9 /* macOS-StaticLibrary.xcconfig */, |
424 | 424 | );
|
425 |
| - path = "Mac OS X"; |
| 425 | + path = macOS; |
426 | 426 | sourceTree = "<group>";
|
427 | 427 | };
|
428 | 428 | BEB31FA11A0E63C100F525B9 /* Libraries */ = {
|
|
1005 | 1005 | };
|
1006 | 1006 | BEB31F3A1A0D6F7A00F525B9 /* Debug */ = {
|
1007 | 1007 | isa = XCBuildConfiguration;
|
1008 |
| - baseConfigurationReference = BEB31F561A0D75EE00F525B9 /* Mac-Framework.xcconfig */; |
| 1008 | + baseConfigurationReference = BEB31F561A0D75EE00F525B9 /* macOS-Framework.xcconfig */; |
1009 | 1009 | buildSettings = {
|
1010 | 1010 | HEADER_SEARCH_PATHS = (
|
1011 | 1011 | "$(SRCROOT)/External/libgit2/include",
|
|
1033 | 1033 | };
|
1034 | 1034 | BEB31F3B1A0D6F7A00F525B9 /* Release */ = {
|
1035 | 1035 | isa = XCBuildConfiguration;
|
1036 |
| - baseConfigurationReference = BEB31F561A0D75EE00F525B9 /* Mac-Framework.xcconfig */; |
| 1036 | + baseConfigurationReference = BEB31F561A0D75EE00F525B9 /* macOS-Framework.xcconfig */; |
1037 | 1037 | buildSettings = {
|
1038 | 1038 | HEADER_SEARCH_PATHS = (
|
1039 | 1039 | "$(SRCROOT)/External/libgit2/include",
|
|
1061 | 1061 | };
|
1062 | 1062 | BEB31F3D1A0D6F7A00F525B9 /* Debug */ = {
|
1063 | 1063 | isa = XCBuildConfiguration;
|
1064 |
| - baseConfigurationReference = BEB31F531A0D75EE00F525B9 /* Mac-Application.xcconfig */; |
| 1064 | + baseConfigurationReference = BEB31F531A0D75EE00F525B9 /* macOS-Application.xcconfig */; |
1065 | 1065 | buildSettings = {
|
1066 | 1066 | INFOPLIST_FILE = SwiftGit2Tests/Info.plist;
|
1067 | 1067 | MACOSX_DEPLOYMENT_TARGET = 10.10;
|
|
1072 | 1072 | };
|
1073 | 1073 | BEB31F3E1A0D6F7A00F525B9 /* Release */ = {
|
1074 | 1074 | isa = XCBuildConfiguration;
|
1075 |
| - baseConfigurationReference = BEB31F531A0D75EE00F525B9 /* Mac-Application.xcconfig */; |
| 1075 | + baseConfigurationReference = BEB31F531A0D75EE00F525B9 /* macOS-Application.xcconfig */; |
1076 | 1076 | buildSettings = {
|
1077 | 1077 | INFOPLIST_FILE = SwiftGit2Tests/Info.plist;
|
1078 | 1078 | MACOSX_DEPLOYMENT_TARGET = 10.10;
|
|
1083 | 1083 | };
|
1084 | 1084 | BEB31F911A0E563900F525B9 /* Debug */ = {
|
1085 | 1085 | isa = XCBuildConfiguration;
|
1086 |
| - baseConfigurationReference = BEB31F571A0D75EE00F525B9 /* Mac-StaticLibrary.xcconfig */; |
| 1086 | + baseConfigurationReference = BEB31F571A0D75EE00F525B9 /* macOS-StaticLibrary.xcconfig */; |
1087 | 1087 | buildSettings = {
|
1088 | 1088 | PRODUCT_NAME = git2;
|
1089 | 1089 | };
|
1090 | 1090 | name = Debug;
|
1091 | 1091 | };
|
1092 | 1092 | BEB31F921A0E563900F525B9 /* Release */ = {
|
1093 | 1093 | isa = XCBuildConfiguration;
|
1094 |
| - baseConfigurationReference = BEB31F571A0D75EE00F525B9 /* Mac-StaticLibrary.xcconfig */; |
| 1094 | + baseConfigurationReference = BEB31F571A0D75EE00F525B9 /* macOS-StaticLibrary.xcconfig */; |
1095 | 1095 | buildSettings = {
|
1096 | 1096 | PRODUCT_NAME = git2;
|
1097 | 1097 | };
|
|
0 commit comments