Group app related code under sources
This commit is contained in:
parent
40f3411640
commit
c3ad3adaa1
|
@ -52,6 +52,14 @@
|
||||||
sourceTree = "<group>";
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
778602AD2186370E0036843F /* Sources */ = {
|
778602AD2186370E0036843F /* Sources */ = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
778602C0218637FB0036843F /* App */,
|
||||||
|
);
|
||||||
|
path = Sources;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
778602C0218637FB0036843F /* App */ = {
|
||||||
isa = PBXGroup;
|
isa = PBXGroup;
|
||||||
children = (
|
children = (
|
||||||
778602AE2186370E0036843F /* AppDelegate.swift */,
|
778602AE2186370E0036843F /* AppDelegate.swift */,
|
||||||
|
@ -61,7 +69,7 @@
|
||||||
778602B72186370F0036843F /* LaunchScreen.storyboard */,
|
778602B72186370F0036843F /* LaunchScreen.storyboard */,
|
||||||
778602BA2186370F0036843F /* Info.plist */,
|
778602BA2186370F0036843F /* Info.plist */,
|
||||||
);
|
);
|
||||||
path = Sources;
|
path = App;
|
||||||
sourceTree = "<group>";
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
/* End PBXGroup section */
|
/* End PBXGroup section */
|
||||||
|
@ -284,7 +292,7 @@
|
||||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||||
CODE_SIGN_STYLE = Automatic;
|
CODE_SIGN_STYLE = Automatic;
|
||||||
DEVELOPMENT_TEAM = 6F6VXZUKN5;
|
DEVELOPMENT_TEAM = 6F6VXZUKN5;
|
||||||
INFOPLIST_FILE = "$(SRCROOT)/Sources/Info.plist";
|
INFOPLIST_FILE = "$(SRCROOT)/Sources/App/Info.plist";
|
||||||
LD_RUNPATH_SEARCH_PATHS = (
|
LD_RUNPATH_SEARCH_PATHS = (
|
||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
"@executable_path/Frameworks",
|
"@executable_path/Frameworks",
|
||||||
|
@ -302,7 +310,7 @@
|
||||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||||
CODE_SIGN_STYLE = Automatic;
|
CODE_SIGN_STYLE = Automatic;
|
||||||
DEVELOPMENT_TEAM = 6F6VXZUKN5;
|
DEVELOPMENT_TEAM = 6F6VXZUKN5;
|
||||||
INFOPLIST_FILE = "$(SRCROOT)/Sources/Info.plist";
|
INFOPLIST_FILE = "$(SRCROOT)/Sources/App/Info.plist";
|
||||||
LD_RUNPATH_SEARCH_PATHS = (
|
LD_RUNPATH_SEARCH_PATHS = (
|
||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
"@executable_path/Frameworks",
|
"@executable_path/Frameworks",
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue