Rearranged the folder structure of the App target.
This commit is contained in:
parent
e7a62f7746
commit
d96d55dfba
@ -17,7 +17,7 @@
|
|||||||
/* End PBXBuildFile section */
|
/* End PBXBuildFile section */
|
||||||
|
|
||||||
/* Begin PBXFileReference section */
|
/* Begin PBXFileReference section */
|
||||||
345AD11824C6EDD9004E2EE1 /* AppStoreReviews.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AppStoreReviews.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
345AD11824C6EDD9004E2EE1 /* App.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = App.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||||
345AD11B24C6EDD9004E2EE1 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
345AD11B24C6EDD9004E2EE1 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
||||||
345AD12424C6EDDC004E2EE1 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
345AD12424C6EDDC004E2EE1 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
||||||
345AD12724C6EDDC004E2EE1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
345AD12724C6EDDC004E2EE1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
||||||
@ -39,23 +39,25 @@
|
|||||||
/* End PBXFrameworksBuildPhase section */
|
/* End PBXFrameworksBuildPhase section */
|
||||||
|
|
||||||
/* Begin PBXGroup section */
|
/* Begin PBXGroup section */
|
||||||
345AD10F24C6EDD9004E2EE1 = {
|
02DC7F722BA4F8F0000EEEBE /* Resources */ = {
|
||||||
isa = PBXGroup;
|
isa = PBXGroup;
|
||||||
children = (
|
children = (
|
||||||
345AD11A24C6EDD9004E2EE1 /* AppStoreReviews */,
|
02DC7F762BA4F966000EEEBE /* Catalogs */,
|
||||||
345AD11924C6EDD9004E2EE1 /* Products */,
|
02DC7F732BA4F92E000EEEBE /* Plists */,
|
||||||
|
02DC7F752BA4F952000EEEBE /* Storyboards */,
|
||||||
);
|
);
|
||||||
|
path = Resources;
|
||||||
sourceTree = "<group>";
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
345AD11924C6EDD9004E2EE1 /* Products */ = {
|
02DC7F732BA4F92E000EEEBE /* Plists */ = {
|
||||||
isa = PBXGroup;
|
isa = PBXGroup;
|
||||||
children = (
|
children = (
|
||||||
345AD11824C6EDD9004E2EE1 /* AppStoreReviews.app */,
|
345AD12924C6EDDC004E2EE1 /* Info.plist */,
|
||||||
);
|
);
|
||||||
name = Products;
|
path = Plists;
|
||||||
sourceTree = "<group>";
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
345AD11A24C6EDD9004E2EE1 /* AppStoreReviews */ = {
|
02DC7F742BA4F93B000EEEBE /* Sources */ = {
|
||||||
isa = PBXGroup;
|
isa = PBXGroup;
|
||||||
children = (
|
children = (
|
||||||
345AD13224C6EE64004E2EE1 /* DetailsViewController.swift */,
|
345AD13224C6EE64004E2EE1 /* DetailsViewController.swift */,
|
||||||
@ -63,19 +65,57 @@
|
|||||||
345AD13124C6EE64004E2EE1 /* Review.swift */,
|
345AD13124C6EE64004E2EE1 /* Review.swift */,
|
||||||
345AD13024C6EE64004E2EE1 /* ReviewCell.swift */,
|
345AD13024C6EE64004E2EE1 /* ReviewCell.swift */,
|
||||||
345AD11B24C6EDD9004E2EE1 /* AppDelegate.swift */,
|
345AD11B24C6EDD9004E2EE1 /* AppDelegate.swift */,
|
||||||
345AD12424C6EDDC004E2EE1 /* Assets.xcassets */,
|
|
||||||
345AD12624C6EDDC004E2EE1 /* LaunchScreen.storyboard */,
|
|
||||||
345AD12924C6EDDC004E2EE1 /* Info.plist */,
|
|
||||||
);
|
);
|
||||||
path = AppStoreReviews;
|
path = Sources;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
02DC7F752BA4F952000EEEBE /* Storyboards */ = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
345AD12624C6EDDC004E2EE1 /* LaunchScreen.storyboard */,
|
||||||
|
);
|
||||||
|
path = Storyboards;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
02DC7F762BA4F966000EEEBE /* Catalogs */ = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
345AD12424C6EDDC004E2EE1 /* Assets.xcassets */,
|
||||||
|
);
|
||||||
|
path = Catalogs;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
345AD10F24C6EDD9004E2EE1 = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
345AD11A24C6EDD9004E2EE1 /* App */,
|
||||||
|
345AD11924C6EDD9004E2EE1 /* Products */,
|
||||||
|
);
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
345AD11924C6EDD9004E2EE1 /* Products */ = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
345AD11824C6EDD9004E2EE1 /* App.app */,
|
||||||
|
);
|
||||||
|
name = Products;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
345AD11A24C6EDD9004E2EE1 /* App */ = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
02DC7F742BA4F93B000EEEBE /* Sources */,
|
||||||
|
02DC7F722BA4F8F0000EEEBE /* Resources */,
|
||||||
|
);
|
||||||
|
path = App;
|
||||||
sourceTree = "<group>";
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
/* End PBXGroup section */
|
/* End PBXGroup section */
|
||||||
|
|
||||||
/* Begin PBXNativeTarget section */
|
/* Begin PBXNativeTarget section */
|
||||||
345AD11724C6EDD9004E2EE1 /* AppStoreReviews */ = {
|
345AD11724C6EDD9004E2EE1 /* App */ = {
|
||||||
isa = PBXNativeTarget;
|
isa = PBXNativeTarget;
|
||||||
buildConfigurationList = 345AD12C24C6EDDC004E2EE1 /* Build configuration list for PBXNativeTarget "AppStoreReviews" */;
|
buildConfigurationList = 345AD12C24C6EDDC004E2EE1 /* Build configuration list for PBXNativeTarget "App" */;
|
||||||
buildPhases = (
|
buildPhases = (
|
||||||
345AD11424C6EDD9004E2EE1 /* Sources */,
|
345AD11424C6EDD9004E2EE1 /* Sources */,
|
||||||
345AD11524C6EDD9004E2EE1 /* Frameworks */,
|
345AD11524C6EDD9004E2EE1 /* Frameworks */,
|
||||||
@ -85,9 +125,9 @@
|
|||||||
);
|
);
|
||||||
dependencies = (
|
dependencies = (
|
||||||
);
|
);
|
||||||
name = AppStoreReviews;
|
name = App;
|
||||||
productName = AppStoreReviews;
|
productName = AppStoreReviews;
|
||||||
productReference = 345AD11824C6EDD9004E2EE1 /* AppStoreReviews.app */;
|
productReference = 345AD11824C6EDD9004E2EE1 /* App.app */;
|
||||||
productType = "com.apple.product-type.application";
|
productType = "com.apple.product-type.application";
|
||||||
};
|
};
|
||||||
/* End PBXNativeTarget section */
|
/* End PBXNativeTarget section */
|
||||||
@ -105,7 +145,7 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
buildConfigurationList = 345AD11324C6EDD9004E2EE1 /* Build configuration list for PBXProject "AppStoreReviews" */;
|
buildConfigurationList = 345AD11324C6EDD9004E2EE1 /* Build configuration list for PBXProject "Reviews" */;
|
||||||
compatibilityVersion = "Xcode 9.3";
|
compatibilityVersion = "Xcode 9.3";
|
||||||
developmentRegion = en;
|
developmentRegion = en;
|
||||||
hasScannedForEncodings = 0;
|
hasScannedForEncodings = 0;
|
||||||
@ -118,7 +158,7 @@
|
|||||||
projectDirPath = "";
|
projectDirPath = "";
|
||||||
projectRoot = "";
|
projectRoot = "";
|
||||||
targets = (
|
targets = (
|
||||||
345AD11724C6EDD9004E2EE1 /* AppStoreReviews */,
|
345AD11724C6EDD9004E2EE1 /* App */,
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
/* End PBXProject section */
|
/* End PBXProject section */
|
||||||
@ -281,7 +321,7 @@
|
|||||||
buildSettings = {
|
buildSettings = {
|
||||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||||
CODE_SIGN_STYLE = Automatic;
|
CODE_SIGN_STYLE = Automatic;
|
||||||
INFOPLIST_FILE = AppStoreReviews/Info.plist;
|
INFOPLIST_FILE = App/Resources/Plists/Info.plist;
|
||||||
LD_RUNPATH_SEARCH_PATHS = (
|
LD_RUNPATH_SEARCH_PATHS = (
|
||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
"@executable_path/Frameworks",
|
"@executable_path/Frameworks",
|
||||||
@ -298,7 +338,7 @@
|
|||||||
buildSettings = {
|
buildSettings = {
|
||||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||||
CODE_SIGN_STYLE = Automatic;
|
CODE_SIGN_STYLE = Automatic;
|
||||||
INFOPLIST_FILE = AppStoreReviews/Info.plist;
|
INFOPLIST_FILE = App/Resources/Plists/Info.plist;
|
||||||
LD_RUNPATH_SEARCH_PATHS = (
|
LD_RUNPATH_SEARCH_PATHS = (
|
||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
"@executable_path/Frameworks",
|
"@executable_path/Frameworks",
|
||||||
@ -313,7 +353,7 @@
|
|||||||
/* End XCBuildConfiguration section */
|
/* End XCBuildConfiguration section */
|
||||||
|
|
||||||
/* Begin XCConfigurationList section */
|
/* Begin XCConfigurationList section */
|
||||||
345AD11324C6EDD9004E2EE1 /* Build configuration list for PBXProject "AppStoreReviews" */ = {
|
345AD11324C6EDD9004E2EE1 /* Build configuration list for PBXProject "Reviews" */ = {
|
||||||
isa = XCConfigurationList;
|
isa = XCConfigurationList;
|
||||||
buildConfigurations = (
|
buildConfigurations = (
|
||||||
345AD12A24C6EDDC004E2EE1 /* Debug */,
|
345AD12A24C6EDDC004E2EE1 /* Debug */,
|
||||||
@ -322,7 +362,7 @@
|
|||||||
defaultConfigurationIsVisible = 0;
|
defaultConfigurationIsVisible = 0;
|
||||||
defaultConfigurationName = Release;
|
defaultConfigurationName = Release;
|
||||||
};
|
};
|
||||||
345AD12C24C6EDDC004E2EE1 /* Build configuration list for PBXNativeTarget "AppStoreReviews" */ = {
|
345AD12C24C6EDDC004E2EE1 /* Build configuration list for PBXNativeTarget "App" */ = {
|
||||||
isa = XCConfigurationList;
|
isa = XCConfigurationList;
|
||||||
buildConfigurations = (
|
buildConfigurations = (
|
||||||
345AD12D24C6EDDC004E2EE1 /* Debug */,
|
345AD12D24C6EDDC004E2EE1 /* Debug */,
|
BIN
Reviews.xcodeproj/project.xcworkspace/xcuserdata/logan.xcuserdatad/UserInterfaceState.xcuserstate
generated
Normal file
BIN
Reviews.xcodeproj/project.xcworkspace/xcuserdata/logan.xcuserdatad/UserInterfaceState.xcuserstate
generated
Normal file
Binary file not shown.
Binary file not shown.
@ -0,0 +1,14 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
|
<plist version="1.0">
|
||||||
|
<dict>
|
||||||
|
<key>SchemeUserState</key>
|
||||||
|
<dict>
|
||||||
|
<key>AppStoreReviews.xcscheme_^#shared#^_</key>
|
||||||
|
<dict>
|
||||||
|
<key>orderHint</key>
|
||||||
|
<integer>0</integer>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
Loading…
x
Reference in New Issue
Block a user