shared schemes, distinct naming, removing old source files

This commit is contained in:
Stefan Csomor
2020-06-29 07:10:08 +02:00
committed by Vadim Zeitlin
parent cde033df8d
commit 49f6370890
4 changed files with 180 additions and 17 deletions

View File

@@ -120,9 +120,9 @@
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
1D6058900D05DD3D006BFB54 /* static */ = {
1D6058900D05DD3D006BFB54 /* app-static */ = {
isa = PBXNativeTarget;
buildConfigurationList = 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "static" */;
buildConfigurationList = 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "app-static" */;
buildPhases = (
1D60588D0D05DD3D006BFB54 /* Resources */,
1D60588E0D05DD3D006BFB54 /* Sources */,
@@ -132,7 +132,7 @@
);
dependencies = (
);
name = static;
name = "app-static";
productName = minimal_iphone;
productReference = 1D6058910D05DD3D006BFB54 /* minimal_iphone.app */;
productType = "com.apple.product-type.application";
@@ -164,7 +164,7 @@
);
projectRoot = "";
targets = (
1D6058900D05DD3D006BFB54 /* static */,
1D6058900D05DD3D006BFB54 /* app-static */,
);
};
/* End PBXProject section */
@@ -245,7 +245,7 @@
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "static" */ = {
1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "app-static" */ = {
isa = XCConfigurationList;
buildConfigurations = (
1D6058940D05DD3E006BFB54 /* Debug */,