Skip to content

Commit 26ce6ff

Browse files
committed
kit: update projects.
1 parent 221e048 commit 26ce6ff

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

GitUp/GitUp.xcodeproj/project.pbxproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10+
0A8C5762232E8F4100449CA4 /* QuickViewModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A8C5761232E8F4100449CA4 /* QuickViewModel.m */; };
1011
0AE7F5F12312C1B000B06050 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 0AE7F5ED2312C1B000B06050 /* InfoPlist.strings */; };
1112
165C32B61B95739700D2F894 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 165C32B51B95739700D2F894 /* QuartzCore.framework */; };
1213
31CD50E3203E2E2800360B3A /* ToolbarItemWrapperView.m in Sources */ = {isa = PBXBuildFile; fileRef = 31CD50E2203E2E2800360B3A /* ToolbarItemWrapperView.m */; };
@@ -107,6 +108,8 @@
107108
/* End PBXCopyFilesBuildPhase section */
108109

109110
/* Begin PBXFileReference section */
111+
0A8C5760232E8F4100449CA4 /* QuickViewModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = QuickViewModel.h; sourceTree = "<group>"; };
112+
0A8C5761232E8F4100449CA4 /* QuickViewModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = QuickViewModel.m; sourceTree = "<group>"; };
110113
0AE7F5EE2312C1B000B06050 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
111114
165C32B51B95739700D2F894 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
112115
31CD50E1203E2E2800360B3A /* ToolbarItemWrapperView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ToolbarItemWrapperView.h; sourceTree = "<group>"; };
@@ -276,6 +279,8 @@
276279
E2C5672C1A6D98BC00ECFE07 /* WindowController.m */,
277280
31CD50E1203E2E2800360B3A /* ToolbarItemWrapperView.h */,
278281
31CD50E2203E2E2800360B3A /* ToolbarItemWrapperView.m */,
282+
0A8C5760232E8F4100449CA4 /* QuickViewModel.h */,
283+
0A8C5761232E8F4100449CA4 /* QuickViewModel.m */,
279284
);
280285
path = Application;
281286
sourceTree = "<group>";
@@ -430,6 +435,7 @@
430435
E2E3C9A01D771E7600AA9A62 /* GARawTracker.m in Sources */,
431436
E2C338B419F8562F00063D95 /* main.m in Sources */,
432437
E2C5672D1A6D98BC00ECFE07 /* WindowController.m in Sources */,
438+
0A8C5762232E8F4100449CA4 /* QuickViewModel.m in Sources */,
433439
E2C338B219F8562F00063D95 /* AppDelegate.m in Sources */,
434440
E2C338B719F8562F00063D95 /* Document.m in Sources */,
435441
31CD50E3203E2E2800360B3A /* ToolbarItemWrapperView.m in Sources */,

GitUpKit/GitUpKit.xcodeproj/project.pbxproj

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@
77
objects = {
88

99
/* 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 */; };
1018
743BF1841B871C0200E1CA49 /* GCOrderedSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 74EDB5D01B84D4C400F00E79 /* GCOrderedSet.h */; settings = {ATTRIBUTES = (Public, ); }; };
1119
749335CA1B9B7FF200225513 /* GCOrderedSet.m in Sources */ = {isa = PBXBuildFile; fileRef = 74EDB5D11B84D4C400F00E79 /* GCOrderedSet.m */; };
1220
749786941B85AAB10065BD55 /* GCOrderedSet.m in Sources */ = {isa = PBXBuildFile; fileRef = 74EDB5D11B84D4C400F00E79 /* GCOrderedSet.m */; };
@@ -423,6 +431,14 @@
423431
/* End PBXContainerItemProxy section */
424432

425433
/* 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>"; };
426442
74EDB5D01B84D4C400F00E79 /* GCOrderedSet.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCOrderedSet.h; sourceTree = "<group>"; };
427443
74EDB5D11B84D4C400F00E79 /* GCOrderedSet.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCOrderedSet.m; sourceTree = "<group>"; };
428444
74EDB5D51B84E06500F00E79 /* GCOrderedSet-Tests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "GCOrderedSet-Tests.m"; sourceTree = "<group>"; };
@@ -812,6 +828,8 @@
812828
E22942031AC11F56000A83AF /* GIQuickViewController.h */,
813829
E22942041AC11F56000A83AF /* GIQuickViewController.m */,
814830
E22941F11AC11F56000A83AF /* GIQuickViewController.xib */,
831+
0AD511EC24FD355400547A8D /* GIQuickViewControllerWithCommitsList.h */,
832+
0AD511ED24FD355400547A8D /* GIQuickViewControllerWithCommitsList.m */,
815833
E22942051AC11F56000A83AF /* GISimpleCommitViewController.h */,
816834
E22942061AC11F56000A83AF /* GISimpleCommitViewController.m */,
817835
E22941F31AC11F56000A83AF /* GISimpleCommitViewController.xib */,
@@ -869,6 +887,8 @@
869887
E259C2D61A64FAEA0079616B /* GCRepository+Utilities-Tests.m */,
870888
E218A58C1A56706600DFF1DF /* GCRepository+Utilities.h */,
871889
E218A58D1A56706600DFF1DF /* GCRepository+Utilities.m */,
890+
0A721EB5243B2A3D0035A3E4 /* NSView+Embedding.h */,
891+
0A721EB6243B2A3D0035A3E4 /* NSView+Embedding.m */,
872892
);
873893
path = Extensions;
874894
sourceTree = "<group>";
@@ -1129,6 +1149,7 @@
11291149
E267E1BD1B84D80500BAB377 /* GCCore.h in Headers */,
11301150
E267E1BE1B84D80500BAB377 /* GCDiff.h in Headers */,
11311151
E267E2A61B84F02A00BAB377 /* GCError.h in Headers */,
1152+
0AD511EE24FD355400547A8D /* GIQuickViewControllerWithCommitsList.h in Headers */,
11321153
E267E1BF1B84D80500BAB377 /* GCFoundation.h in Headers */,
11331154
E267E1C01B84D80500BAB377 /* GCFunctions.h in Headers */,
11341155
E267E1C11B84D80500BAB377 /* GCHistory.h in Headers */,
@@ -1196,6 +1217,7 @@
11961217
E267E2CE1B84F29F00BAB377 /* XLFacilityCMacros.h in Headers */,
11971218
E267E2CF1B84F29F00BAB377 /* XLFacilityMacros.h in Headers */,
11981219
E267E2D01B84F29F00BAB377 /* XLFileLogger.h in Headers */,
1220+
0A721EB7243B2A3D0035A3E4 /* NSView+Embedding.h in Headers */,
11991221
E267E2D11B84F29F00BAB377 /* XLFunctions.h in Headers */,
12001222
E267E2D21B84F29F00BAB377 /* XLLogger.h in Headers */,
12011223
E267E2D31B84F29F00BAB377 /* XLLogRecord.h in Headers */,
@@ -1279,6 +1301,7 @@
12791301
E267E1A71B84D6C500BAB377 = {
12801302
CreatedOnToolsVersion = 7.0;
12811303
DevelopmentTeam = 88W3E55T4B;
1304+
LastSwiftMigration = 1140;
12821305
};
12831306
E2C338C319F8562F00063D95 = {
12841307
CreatedOnToolsVersion = 6.1;
@@ -1498,11 +1521,13 @@
14981521
E267E21F1B84DB6E00BAB377 /* GIUnifiedDiffView.m in Sources */,
14991522
E267E2291B84DBF800BAB377 /* GIAppKit.m in Sources */,
15001523
E267E22A1B84DBF800BAB377 /* GIColorView.m in Sources */,
1524+
0AD511EF24FD355400547A8D /* GIQuickViewControllerWithCommitsList.m in Sources */,
15011525
E267E22B1B84DBF800BAB377 /* GILinkButton.m in Sources */,
15021526
DBDFBC1122B61135003EEC6C /* NSBundle+GitUpKit.m in Sources */,
15031527
E267E22C1B84DBF800BAB377 /* GIModalView.m in Sources */,
15041528
E267E22D1B84DBF800BAB377 /* GIViewController.m in Sources */,
15051529
E267E22E1B84DBF800BAB377 /* GIViewController+Utilities.m in Sources */,
1530+
0A721EB8243B2A3D0035A3E4 /* NSView+Embedding.m in Sources */,
15061531
E267E22F1B84DBF800BAB377 /* GIWindowController.m in Sources */,
15071532
E267E2311B84DC2600BAB377 /* GICommitListViewController.m in Sources */,
15081533
E267E2321B84DC2600BAB377 /* GIDiffContentsViewController.m in Sources */,
@@ -1806,6 +1831,7 @@
18061831
E267E1B11B84D6C500BAB377 /* Debug */ = {
18071832
isa = XCBuildConfiguration;
18081833
buildSettings = {
1834+
CLANG_ENABLE_MODULES = YES;
18091835
DEFINES_MODULE = YES;
18101836
DYLIB_COMPATIBILITY_VERSION = 1;
18111837
DYLIB_CURRENT_VERSION = 1;
@@ -1816,12 +1842,15 @@
18161842
PRODUCT_NAME = GitUpKit;
18171843
SDKROOT = macosx;
18181844
SKIP_INSTALL = YES;
1845+
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
1846+
SWIFT_VERSION = 5.0;
18191847
};
18201848
name = Debug;
18211849
};
18221850
E267E1B21B84D6C500BAB377 /* Release */ = {
18231851
isa = XCBuildConfiguration;
18241852
buildSettings = {
1853+
CLANG_ENABLE_MODULES = YES;
18251854
DEFINES_MODULE = YES;
18261855
DYLIB_COMPATIBILITY_VERSION = 1;
18271856
DYLIB_CURRENT_VERSION = 1;
@@ -1832,6 +1861,7 @@
18321861
PRODUCT_NAME = GitUpKit;
18331862
SDKROOT = macosx;
18341863
SKIP_INSTALL = YES;
1864+
SWIFT_VERSION = 5.0;
18351865
};
18361866
name = Release;
18371867
};

0 commit comments

Comments
 (0)