Skip to content

Commit

Permalink
Added private gitmodule for private things like custom domain payment…
Browse files Browse the repository at this point in the history
… etc
  • Loading branch information
vineetchoudhary committed Apr 15, 2018
1 parent 5c17031 commit 4d0ad8e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
@@ -0,0 +1,3 @@
[submodule "AppBox/Common/ABPrivate"]
path = AppBox/Common/ABPrivate
url = git@bitbucket.org:vineetchoudhary/abprivate.git
8 changes: 8 additions & 0 deletions AppBox.xcodeproj/project.pbxproj
Expand Up @@ -491,6 +491,13 @@
path = CISettingViewController;
sourceTree = "<group>";
};
DB53855C208333FA004BFC84 /* ABPrivate */ = {
isa = PBXGroup;
children = (
);
path = ABPrivate;
sourceTree = "<group>";
};
DB831BC21FF6B5240065B646 /* ABHudViewController */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -1172,6 +1179,7 @@
E1CFC65B1D7E7FD9005872BE /* Common */ = {
isa = PBXGroup;
children = (
DB53855C208333FA004BFC84 /* ABPrivate */,
E16D72E11E88FB540031FB7C /* TaskHandler */,
E1E215B81E869BF70091565D /* ITCLoginClient */,
E16D72D11E88F99A0031FB7C /* OutputParsers */,
Expand Down
1 change: 1 addition & 0 deletions AppBox/Common/ABPrivate
Submodule ABPrivate added at cb2450

0 comments on commit 4d0ad8e

Please sign in to comment.