Skip to content

Commit 3754d0c

Browse files
committed
Moved GitDown into Examples directory
1 parent 4460802 commit 3754d0c

File tree

7 files changed

+20
-20
lines changed

7 files changed

+20
-20
lines changed
File renamed without changes.
File renamed without changes.

GitDown/GitDown.xcodeproj/project.pbxproj renamed to Examples/GitDown/GitDown.xcodeproj/project.pbxproj

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -9,27 +9,27 @@
99
/* Begin PBXBuildFile section */
1010
E267E2841B84EF1700BAB377 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = E267E2831B84EF1700BAB377 /* AppDelegate.m */; };
1111
E267E2871B84EF1700BAB377 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = E267E2861B84EF1700BAB377 /* main.m */; };
12-
E26F7C4E1B86EBE300119563 /* GitUpKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E26F7C491B86EBBE00119563 /* GitUpKit.framework */; };
13-
E26F7C4F1B86EBE900119563 /* GitUpKit.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = E26F7C491B86EBBE00119563 /* GitUpKit.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
12+
E27E37691B87012F000A551A /* GitUpKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E27E37611B8700F8000A551A /* GitUpKit.framework */; };
13+
E27E376A1B870131000A551A /* GitUpKit.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = E27E37611B8700F8000A551A /* GitUpKit.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
1414
E2EA19FC1B85684B00EAE7B7 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = E2EA19FA1B85684B00EAE7B7 /* MainMenu.xib */; };
1515
/* End PBXBuildFile section */
1616

1717
/* Begin PBXContainerItemProxy section */
18-
E26F7C481B86EBBE00119563 /* PBXContainerItemProxy */ = {
18+
E27E37601B8700F8000A551A /* PBXContainerItemProxy */ = {
1919
isa = PBXContainerItemProxy;
2020
containerPortal = E26F7C431B86EBBE00119563 /* GitUpKit.xcodeproj */;
2121
proxyType = 2;
2222
remoteGlobalIDString = E267E1A81B84D6C500BAB377;
2323
remoteInfo = GitUpKit;
2424
};
25-
E26F7C4A1B86EBBE00119563 /* PBXContainerItemProxy */ = {
25+
E27E37621B8700F8000A551A /* PBXContainerItemProxy */ = {
2626
isa = PBXContainerItemProxy;
2727
containerPortal = E26F7C431B86EBBE00119563 /* GitUpKit.xcodeproj */;
2828
proxyType = 2;
2929
remoteGlobalIDString = E2C338C419F8562F00063D95;
3030
remoteInfo = Tests;
3131
};
32-
E26F7C4C1B86EBD700119563 /* PBXContainerItemProxy */ = {
32+
E27E37651B87012C000A551A /* PBXContainerItemProxy */ = {
3333
isa = PBXContainerItemProxy;
3434
containerPortal = E26F7C431B86EBBE00119563 /* GitUpKit.xcodeproj */;
3535
proxyType = 1;
@@ -45,7 +45,7 @@
4545
dstPath = "";
4646
dstSubfolderSpec = 10;
4747
files = (
48-
E26F7C4F1B86EBE900119563 /* GitUpKit.framework in Copy Frameworks */,
48+
E27E376A1B870131000A551A /* GitUpKit.framework in Copy Frameworks */,
4949
);
5050
name = "Copy Frameworks";
5151
runOnlyForDeploymentPostprocessing = 0;
@@ -58,7 +58,7 @@
5858
E267E2831B84EF1700BAB377 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
5959
E267E2861B84EF1700BAB377 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
6060
E267E28D1B84EF1700BAB377 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
61-
E26F7C431B86EBBE00119563 /* GitUpKit.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = GitUpKit.xcodeproj; path = ../GitUpKit/GitUpKit.xcodeproj; sourceTree = "<group>"; };
61+
E26F7C431B86EBBE00119563 /* GitUpKit.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = GitUpKit.xcodeproj; path = ../../GitUpKit/GitUpKit.xcodeproj; sourceTree = "<group>"; };
6262
E2EA19FB1B85684B00EAE7B7 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = SOURCE_ROOT; };
6363
/* End PBXFileReference section */
6464

@@ -67,7 +67,7 @@
6767
isa = PBXFrameworksBuildPhase;
6868
buildActionMask = 2147483647;
6969
files = (
70-
E26F7C4E1B86EBE300119563 /* GitUpKit.framework in Frameworks */,
70+
E27E37691B87012F000A551A /* GitUpKit.framework in Frameworks */,
7171
);
7272
runOnlyForDeploymentPostprocessing = 0;
7373
};
@@ -91,11 +91,11 @@
9191
name = Products;
9292
sourceTree = "<group>";
9393
};
94-
E26F7C441B86EBBE00119563 /* Products */ = {
94+
E27E375C1B8700F8000A551A /* Products */ = {
9595
isa = PBXGroup;
9696
children = (
97-
E26F7C491B86EBBE00119563 /* GitUpKit.framework */,
98-
E26F7C4B1B86EBBE00119563 /* GitUpTests.xctest */,
97+
E27E37611B8700F8000A551A /* GitUpKit.framework */,
98+
E27E37631B8700F8000A551A /* GitUpTests.xctest */,
9999
);
100100
name = Products;
101101
sourceTree = "<group>";
@@ -127,7 +127,7 @@
127127
buildRules = (
128128
);
129129
dependencies = (
130-
E26F7C4D1B86EBD700119563 /* PBXTargetDependency */,
130+
E27E37661B87012C000A551A /* PBXTargetDependency */,
131131
);
132132
name = GitDown;
133133
productName = TEST;
@@ -161,7 +161,7 @@
161161
projectDirPath = "";
162162
projectReferences = (
163163
{
164-
ProductGroup = E26F7C441B86EBBE00119563 /* Products */;
164+
ProductGroup = E27E375C1B8700F8000A551A /* Products */;
165165
ProjectRef = E26F7C431B86EBBE00119563 /* GitUpKit.xcodeproj */;
166166
},
167167
);
@@ -173,18 +173,18 @@
173173
/* End PBXProject section */
174174

175175
/* Begin PBXReferenceProxy section */
176-
E26F7C491B86EBBE00119563 /* GitUpKit.framework */ = {
176+
E27E37611B8700F8000A551A /* GitUpKit.framework */ = {
177177
isa = PBXReferenceProxy;
178178
fileType = wrapper.framework;
179179
path = GitUpKit.framework;
180-
remoteRef = E26F7C481B86EBBE00119563 /* PBXContainerItemProxy */;
180+
remoteRef = E27E37601B8700F8000A551A /* PBXContainerItemProxy */;
181181
sourceTree = BUILT_PRODUCTS_DIR;
182182
};
183-
E26F7C4B1B86EBBE00119563 /* GitUpTests.xctest */ = {
183+
E27E37631B8700F8000A551A /* GitUpTests.xctest */ = {
184184
isa = PBXReferenceProxy;
185185
fileType = wrapper.cfbundle;
186186
path = GitUpTests.xctest;
187-
remoteRef = E26F7C4A1B86EBBE00119563 /* PBXContainerItemProxy */;
187+
remoteRef = E27E37621B8700F8000A551A /* PBXContainerItemProxy */;
188188
sourceTree = BUILT_PRODUCTS_DIR;
189189
};
190190
/* End PBXReferenceProxy section */
@@ -213,10 +213,10 @@
213213
/* End PBXSourcesBuildPhase section */
214214

215215
/* Begin PBXTargetDependency section */
216-
E26F7C4D1B86EBD700119563 /* PBXTargetDependency */ = {
216+
E27E37661B87012C000A551A /* PBXTargetDependency */ = {
217217
isa = PBXTargetDependency;
218218
name = GitUpKit;
219-
targetProxy = E26F7C4C1B86EBD700119563 /* PBXContainerItemProxy */;
219+
targetProxy = E27E37651B87012C000A551A /* PBXContainerItemProxy */;
220220
};
221221
/* End PBXTargetDependency section */
222222

File renamed without changes.
File renamed without changes.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ GitUpKit
6363

6464
**GitUp is built on top of a reusable generic Git toolkit called GitUpKit, which is simply the Foundation and UI layers described above combined into a standalone framework. This means that with GitUpKit you can build your very own Git UI!**
6565

66-
There's an example mini-app called [GitDown](GitDown) that prompts the user for a repo and displays an interactive and live-updating list of its stashes (all with ~20 lines of code in `-[AppDelegate applicationDidFinishLaunching:]`):
66+
There's an example mini-app called [GitDown](Examples/GitDown) that prompts the user for a repo and displays an interactive and live-updating list of its stashes (all with ~20 lines of code in `-[AppDelegate applicationDidFinishLaunching:]`):
6767

6868
<p align="center">
6969
<img src="http://i.imgur.com/ZfxM7su.png">

0 commit comments

Comments
 (0)