|
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
| 10 | + 0A721EB7243B2A3D0035A3E4 /* NSView+Embedding.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A721EB5243B2A3D0035A3E4 /* NSView+Embedding.h */; }; |
| 11 | + 0A721EB8243B2A3D0035A3E4 /* NSView+Embedding.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A721EB6243B2A3D0035A3E4 /* NSView+Embedding.m */; }; |
| 12 | + 0AC8525923A122C400479160 /* GILaunchServicesLocator.h in Headers */ = {isa = PBXBuildFile; fileRef = 0AC8525723A122C400479160 /* GILaunchServicesLocator.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 13 | + 0AC8525A23A122C400479160 /* GILaunchServicesLocator.m in Sources */ = {isa = PBXBuildFile; fileRef = 0AC8525823A122C400479160 /* GILaunchServicesLocator.m */; }; |
| 14 | + 0AD511EE24FD355400547A8D /* GIQuickViewControllerWithCommitsList.h in Headers */ = {isa = PBXBuildFile; fileRef = 0AD511EC24FD355400547A8D /* GIQuickViewControllerWithCommitsList.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 15 | + 0AD511EF24FD355400547A8D /* GIQuickViewControllerWithCommitsList.m in Sources */ = {isa = PBXBuildFile; fileRef = 0AD511ED24FD355400547A8D /* GIQuickViewControllerWithCommitsList.m */; }; |
| 16 | + 1DF371CD22F5262300EF7BD9 /* GCLiveRepository+Utilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DF371CB22F5262300EF7BD9 /* GCLiveRepository+Utilities.h */; }; |
| 17 | + 1DF371CE22F5262300EF7BD9 /* GCLiveRepository+Utilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 1DF371CC22F5262300EF7BD9 /* GCLiveRepository+Utilities.m */; }; |
10 | 18 | 743BF1841B871C0200E1CA49 /* GCOrderedSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 74EDB5D01B84D4C400F00E79 /* GCOrderedSet.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
11 | 19 | 749335CA1B9B7FF200225513 /* GCOrderedSet.m in Sources */ = {isa = PBXBuildFile; fileRef = 74EDB5D11B84D4C400F00E79 /* GCOrderedSet.m */; };
|
12 | 20 | 749786941B85AAB10065BD55 /* GCOrderedSet.m in Sources */ = {isa = PBXBuildFile; fileRef = 74EDB5D11B84D4C400F00E79 /* GCOrderedSet.m */; };
|
|
423 | 431 | /* End PBXContainerItemProxy section */
|
424 | 432 |
|
425 | 433 | /* Begin PBXFileReference section */
|
| 434 | + 0A721EB5243B2A3D0035A3E4 /* NSView+Embedding.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "NSView+Embedding.h"; sourceTree = "<group>"; }; |
| 435 | + 0A721EB6243B2A3D0035A3E4 /* NSView+Embedding.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "NSView+Embedding.m"; sourceTree = "<group>"; }; |
| 436 | + 0AC8525723A122C400479160 /* GILaunchServicesLocator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GILaunchServicesLocator.h; sourceTree = "<group>"; }; |
| 437 | + 0AC8525823A122C400479160 /* GILaunchServicesLocator.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GILaunchServicesLocator.m; sourceTree = "<group>"; }; |
| 438 | + 0AD511EC24FD355400547A8D /* GIQuickViewControllerWithCommitsList.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GIQuickViewControllerWithCommitsList.h; sourceTree = "<group>"; }; |
| 439 | + 0AD511ED24FD355400547A8D /* GIQuickViewControllerWithCommitsList.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = GIQuickViewControllerWithCommitsList.m; sourceTree = "<group>"; }; |
| 440 | + 1DF371CB22F5262300EF7BD9 /* GCLiveRepository+Utilities.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "GCLiveRepository+Utilities.h"; sourceTree = "<group>"; }; |
| 441 | + 1DF371CC22F5262300EF7BD9 /* GCLiveRepository+Utilities.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "GCLiveRepository+Utilities.m"; sourceTree = "<group>"; }; |
426 | 442 | 74EDB5D01B84D4C400F00E79 /* GCOrderedSet.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCOrderedSet.h; sourceTree = "<group>"; };
|
427 | 443 | 74EDB5D11B84D4C400F00E79 /* GCOrderedSet.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCOrderedSet.m; sourceTree = "<group>"; };
|
428 | 444 | 74EDB5D51B84E06500F00E79 /* GCOrderedSet-Tests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "GCOrderedSet-Tests.m"; sourceTree = "<group>"; };
|
|
812 | 828 | E22942031AC11F56000A83AF /* GIQuickViewController.h */,
|
813 | 829 | E22942041AC11F56000A83AF /* GIQuickViewController.m */,
|
814 | 830 | E22941F11AC11F56000A83AF /* GIQuickViewController.xib */,
|
| 831 | + 0AD511EC24FD355400547A8D /* GIQuickViewControllerWithCommitsList.h */, |
| 832 | + 0AD511ED24FD355400547A8D /* GIQuickViewControllerWithCommitsList.m */, |
815 | 833 | E22942051AC11F56000A83AF /* GISimpleCommitViewController.h */,
|
816 | 834 | E22942061AC11F56000A83AF /* GISimpleCommitViewController.m */,
|
817 | 835 | E22941F31AC11F56000A83AF /* GISimpleCommitViewController.xib */,
|
|
869 | 887 | E259C2D61A64FAEA0079616B /* GCRepository+Utilities-Tests.m */,
|
870 | 888 | E218A58C1A56706600DFF1DF /* GCRepository+Utilities.h */,
|
871 | 889 | E218A58D1A56706600DFF1DF /* GCRepository+Utilities.m */,
|
| 890 | + 0A721EB5243B2A3D0035A3E4 /* NSView+Embedding.h */, |
| 891 | + 0A721EB6243B2A3D0035A3E4 /* NSView+Embedding.m */, |
872 | 892 | );
|
873 | 893 | path = Extensions;
|
874 | 894 | sourceTree = "<group>";
|
|
1129 | 1149 | E267E1BD1B84D80500BAB377 /* GCCore.h in Headers */,
|
1130 | 1150 | E267E1BE1B84D80500BAB377 /* GCDiff.h in Headers */,
|
1131 | 1151 | E267E2A61B84F02A00BAB377 /* GCError.h in Headers */,
|
| 1152 | + 0AD511EE24FD355400547A8D /* GIQuickViewControllerWithCommitsList.h in Headers */, |
1132 | 1153 | E267E1BF1B84D80500BAB377 /* GCFoundation.h in Headers */,
|
1133 | 1154 | E267E1C01B84D80500BAB377 /* GCFunctions.h in Headers */,
|
1134 | 1155 | E267E1C11B84D80500BAB377 /* GCHistory.h in Headers */,
|
|
1196 | 1217 | E267E2CE1B84F29F00BAB377 /* XLFacilityCMacros.h in Headers */,
|
1197 | 1218 | E267E2CF1B84F29F00BAB377 /* XLFacilityMacros.h in Headers */,
|
1198 | 1219 | E267E2D01B84F29F00BAB377 /* XLFileLogger.h in Headers */,
|
| 1220 | + 0A721EB7243B2A3D0035A3E4 /* NSView+Embedding.h in Headers */, |
1199 | 1221 | E267E2D11B84F29F00BAB377 /* XLFunctions.h in Headers */,
|
1200 | 1222 | E267E2D21B84F29F00BAB377 /* XLLogger.h in Headers */,
|
1201 | 1223 | E267E2D31B84F29F00BAB377 /* XLLogRecord.h in Headers */,
|
|
1279 | 1301 | E267E1A71B84D6C500BAB377 = {
|
1280 | 1302 | CreatedOnToolsVersion = 7.0;
|
1281 | 1303 | DevelopmentTeam = 88W3E55T4B;
|
| 1304 | + LastSwiftMigration = 1140; |
1282 | 1305 | };
|
1283 | 1306 | E2C338C319F8562F00063D95 = {
|
1284 | 1307 | CreatedOnToolsVersion = 6.1;
|
|
1498 | 1521 | E267E21F1B84DB6E00BAB377 /* GIUnifiedDiffView.m in Sources */,
|
1499 | 1522 | E267E2291B84DBF800BAB377 /* GIAppKit.m in Sources */,
|
1500 | 1523 | E267E22A1B84DBF800BAB377 /* GIColorView.m in Sources */,
|
| 1524 | + 0AD511EF24FD355400547A8D /* GIQuickViewControllerWithCommitsList.m in Sources */, |
1501 | 1525 | E267E22B1B84DBF800BAB377 /* GILinkButton.m in Sources */,
|
1502 | 1526 | DBDFBC1122B61135003EEC6C /* NSBundle+GitUpKit.m in Sources */,
|
1503 | 1527 | E267E22C1B84DBF800BAB377 /* GIModalView.m in Sources */,
|
1504 | 1528 | E267E22D1B84DBF800BAB377 /* GIViewController.m in Sources */,
|
1505 | 1529 | E267E22E1B84DBF800BAB377 /* GIViewController+Utilities.m in Sources */,
|
| 1530 | + 0A721EB8243B2A3D0035A3E4 /* NSView+Embedding.m in Sources */, |
1506 | 1531 | E267E22F1B84DBF800BAB377 /* GIWindowController.m in Sources */,
|
1507 | 1532 | E267E2311B84DC2600BAB377 /* GICommitListViewController.m in Sources */,
|
1508 | 1533 | E267E2321B84DC2600BAB377 /* GIDiffContentsViewController.m in Sources */,
|
|
1806 | 1831 | E267E1B11B84D6C500BAB377 /* Debug */ = {
|
1807 | 1832 | isa = XCBuildConfiguration;
|
1808 | 1833 | buildSettings = {
|
| 1834 | + CLANG_ENABLE_MODULES = YES; |
1809 | 1835 | DEFINES_MODULE = YES;
|
1810 | 1836 | DYLIB_COMPATIBILITY_VERSION = 1;
|
1811 | 1837 | DYLIB_CURRENT_VERSION = 1;
|
|
1816 | 1842 | PRODUCT_NAME = GitUpKit;
|
1817 | 1843 | SDKROOT = macosx;
|
1818 | 1844 | SKIP_INSTALL = YES;
|
| 1845 | + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
| 1846 | + SWIFT_VERSION = 5.0; |
1819 | 1847 | };
|
1820 | 1848 | name = Debug;
|
1821 | 1849 | };
|
1822 | 1850 | E267E1B21B84D6C500BAB377 /* Release */ = {
|
1823 | 1851 | isa = XCBuildConfiguration;
|
1824 | 1852 | buildSettings = {
|
| 1853 | + CLANG_ENABLE_MODULES = YES; |
1825 | 1854 | DEFINES_MODULE = YES;
|
1826 | 1855 | DYLIB_COMPATIBILITY_VERSION = 1;
|
1827 | 1856 | DYLIB_CURRENT_VERSION = 1;
|
|
1832 | 1861 | PRODUCT_NAME = GitUpKit;
|
1833 | 1862 | SDKROOT = macosx;
|
1834 | 1863 | SKIP_INSTALL = YES;
|
| 1864 | + SWIFT_VERSION = 5.0; |
1835 | 1865 | };
|
1836 | 1866 | name = Release;
|
1837 | 1867 | };
|
|
0 commit comments