Skip to content

Commit

Permalink
[#75] Revert scheme naming
Browse files Browse the repository at this point in the history
  • Loading branch information
blyscuit committed Nov 22, 2022
1 parent 8d925c4 commit cd1a449
Show file tree
Hide file tree
Showing 7 changed files with 83 additions and 83 deletions.
2 changes: 1 addition & 1 deletion iosApp/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ target 'Survey' do

# Development
pod 'SwiftLint'
pod 'Wormholy', :configurations => ['DebugStaging', 'DebugProduction']
pod 'Wormholy', :configurations => ['Debug Staging', 'Debug Production']

# KMM
platform :ios, '14.0'
Expand Down
2 changes: 1 addition & 1 deletion iosApp/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,6 @@ SPEC CHECKSUMS:
SwiftLint: 32ee33ded0636d0905ef6911b2b67bbaeeedafa5
Wormholy: 3252bc3e55a1847ef9a0976c1377bd77bf3635fa

PODFILE CHECKSUM: 2dc6bd022da6d2300e7f939bd1e857080d0efbbc
PODFILE CHECKSUM: 32a0ee8c609fe271e992af202bcfb555d3f95a90

COCOAPODS: 1.11.3
132 changes: 66 additions & 66 deletions iosApp/Survey.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1130,7 +1130,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"$SRCROOT/../gradlew\" -p \"$SRCROOT/../\" :Shared:copyFrameworkResourcesToApp \\\n -Pmoko.resources.PLATFORM_NAME=$PLATFORM_NAME \\\n -Pmoko.resources.CONFIGURATION=$CONFIGURATION \\\n -Pmoko.resources.BUILT_PRODUCTS_DIR=$BUILT_PRODUCTS_DIR \\\n -Pmoko.resources.CONTENTS_FOLDER_PATH=$CONTENTS_FOLDER_PATH\n";
shellScript = "\"$SRCROOT/../gradlew\" -p \"$SRCROOT/../\" :Shared:copyFrameworkResourcesToApp \\\n -Pmoko.resources.PLATFORM_NAME=$PLATFORM_NAME \\\n -Pmoko.resources.CONFIGURATION=\"${CONFIGURATION}\" \\\n -Pmoko.resources.BUILT_PRODUCTS_DIR=\"${BUILT_PRODUCTS_DIR}\" \\\n -Pmoko.resources.CONTENTS_FOLDER_PATH=$CONTENTS_FOLDER_PATH\n";
};
364701D01D6D730E26E263DF /* R.swift */ = {
isa = PBXShellScriptBuildPhase;
Expand Down Expand Up @@ -1335,7 +1335,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "PATH_TO_GOOGLE_PLISTS=\"$SRCROOT/$PROJECT_NAME/Configurations/Plists/GoogleService\"\n\ncase \"${CONFIGURATION}\" in\n\"Debug Staging\" | \"Release Staging\" )\ncp -r \"$PATH_TO_GOOGLE_PLISTS/Staging/GoogleService-Info.plist\" \"${BUILT_PRODUCTS_DIR}/${PRODUCT_NAME}.app/GoogleService-Info.plist\"\n;;\n\"Debug Production\" | \"Release Production\" )\ncp -r \"$PATH_TO_GOOGLE_PLISTS/Production/GoogleService-Info.plist\" \"${BUILT_PRODUCTS_DIR}/${PRODUCT_NAME}.app/GoogleService-Info.plist\"\n;;\n*)\n;;\nesac";
shellScript = "PATH_TO_GOOGLE_PLISTS=\"$SRCROOT/$PROJECT_NAME/Configurations/Plists/GoogleService\"\n\ncase \"${CONFIGURATION}\" in\n\"Debug Staging\" | \"Release Staging\" )\ncp -r \"$PATH_TO_GOOGLE_PLISTS/Staging/GoogleService-Info.plist\" \"${BUILT_PRODUCTS_DIR}/${PRODUCT_NAME}.app/GoogleService-Info.plist\"\n;;\n\"Debug Production\" | \"Release Production\" )\ncp -r \"$PATH_TO_GOOGLE_PLISTS/Production/GoogleService-Info.plist\" \"${BUILT_PRODUCTS_DIR}/${PRODUCT_NAME}.app/GoogleService-Info.plist\"\n;;\n*)\n;;\nesac\n";
};
/* End PBXShellScriptBuildPhase section */

Expand Down Expand Up @@ -1447,7 +1447,7 @@
/* End PBXTargetDependency section */

/* Begin XCBuildConfiguration section */
03C0597282ACB0F090BCE8C5 /* DebugProduction */ = {
03C0597282ACB0F090BCE8C5 /* Debug Production */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 122A6B9F6217729620D91A43 /* DebugProduction.xcconfig */;
buildSettings = {
Expand Down Expand Up @@ -1504,11 +1504,11 @@
ONLY_ACTIVE_ARCH = YES;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = DebugProduction;
name = "Debug Production";
};
045748AB609BF8940D5B860C /* ReleaseProduction */ = {
045748AB609BF8940D5B860C /* Release Production */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 6D1689C8E91810B0DC756D52 /* Pods-Survey-SurveyUITests.releaseproduction.xcconfig */;
baseConfigurationReference = E52B4685AEBB7EBEF1671EF2 /* Pods-Survey-SurveyUITests.release production.xcconfig */;
buildSettings = {
CODE_SIGN_IDENTITY = "iPhone Developer";
INFOPLIST_FILE = SurveyUITests/Configurations/Plists/Info.plist;
Expand All @@ -1526,11 +1526,11 @@
TARGETED_DEVICE_FAMILY = "1,2";
TEST_TARGET_NAME = Survey;
};
name = ReleaseProduction;
name = "Release Production";
};
060D9CDB5BA2CAAAD9160176 /* ReleaseStaging */ = {
060D9CDB5BA2CAAAD9160176 /* Release Staging */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 29E91BDD9B8DFFFE8E3C446F /* Pods-SurveyTests.releasestaging.xcconfig */;
baseConfigurationReference = DA30253726B5E83A97E0834B /* Pods-SurveyTests.release staging.xcconfig */;
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
CODE_SIGN_IDENTITY = "iPhone Developer";
Expand All @@ -1550,11 +1550,11 @@
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Survey.app/Survey";
TEST_TARGET_NAME = Survey;
};
name = ReleaseStaging;
name = "Release Staging";
};
06304D047007243CFFCF3F19 /* DebugProduction */ = {
06304D047007243CFFCF3F19 /* Debug Production */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 0C684934FB5BCF595928F4F0 /* Pods-SurveyTests.debugproduction.xcconfig */;
baseConfigurationReference = B2FE82E7B4336FD27093D28A /* Pods-SurveyTests.debug production.xcconfig */;
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
CODE_SIGN_IDENTITY = "iPhone Developer";
Expand All @@ -1575,11 +1575,11 @@
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Survey.app/Survey";
TEST_TARGET_NAME = Survey;
};
name = DebugProduction;
name = "Debug Production";
};
150050B4F5856B8C680BA857 /* ReleaseProduction */ = {
150050B4F5856B8C680BA857 /* Release Production */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 62D89965275CAF5FAEB66287 /* Pods-SurveyTests.releaseproduction.xcconfig */;
baseConfigurationReference = 7B4D131DCE4FB9A5570AAB6D /* Pods-SurveyTests.release production.xcconfig */;
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
CODE_SIGN_IDENTITY = "iPhone Developer";
Expand All @@ -1599,11 +1599,11 @@
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Survey.app/Survey";
TEST_TARGET_NAME = Survey;
};
name = ReleaseProduction;
name = "Release Production";
};
36C8BBE6758900279E460885 /* DebugStaging */ = {
36C8BBE6758900279E460885 /* Debug Staging */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 77249E767298CAA8AF7F4B0D /* Pods-Survey.debugstaging.xcconfig */;
baseConfigurationReference = 9A8A6787A8D90EE1845EEBBF /* Pods-Survey.debug staging.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "iPhone Developer";
Expand All @@ -1626,11 +1626,11 @@
SWIFT_VERSION = 5.6.1;
TARGETED_DEVICE_FAMILY = 1;
};
name = DebugStaging;
name = "Debug Staging";
};
56F1F2B77E9ABF3E64283C8A /* ReleaseStaging */ = {
56F1F2B77E9ABF3E64283C8A /* Release Staging */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 2CE4A54662C983A39FF60FFC /* Pods-Survey-SurveyUITests.releasestaging.xcconfig */;
baseConfigurationReference = 23B0A1C25E96921A71D8B806 /* Pods-Survey-SurveyUITests.release staging.xcconfig */;
buildSettings = {
CODE_SIGN_IDENTITY = "iPhone Developer";
INFOPLIST_FILE = SurveyUITests/Configurations/Plists/Info.plist;
Expand All @@ -1648,9 +1648,9 @@
TARGETED_DEVICE_FAMILY = "1,2";
TEST_TARGET_NAME = Survey;
};
name = ReleaseStaging;
name = "Release Staging";
};
58E0042D81706C64D8614441 /* ReleaseStaging */ = {
58E0042D81706C64D8614441 /* Release Staging */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = CD76687B09E0F20A7CC1C054 /* ReleaseStaging.xcconfig */;
buildSettings = {
Expand Down Expand Up @@ -1701,11 +1701,11 @@
PRODUCT_NAME = "$(TARGET_NAME)";
VALIDATE_PRODUCT = YES;
};
name = ReleaseStaging;
name = "Release Staging";
};
594596731BF36E1720EE07AF /* DebugStaging */ = {
594596731BF36E1720EE07AF /* Debug Staging */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 825D8AC7FAAE9B0A549A9500 /* Pods-Survey-SurveyUITests.debugstaging.xcconfig */;
baseConfigurationReference = EADFB330FF917B43956F131E /* Pods-Survey-SurveyUITests.debug staging.xcconfig */;
buildSettings = {
CODE_SIGN_IDENTITY = "iPhone Developer";
INFOPLIST_FILE = SurveyUITests/Configurations/Plists/Info.plist;
Expand All @@ -1724,9 +1724,9 @@
TARGETED_DEVICE_FAMILY = "1,2";
TEST_TARGET_NAME = Survey;
};
name = DebugStaging;
name = "Debug Staging";
};
7E77427B96E6E3C681254B3C /* ReleaseProduction */ = {
7E77427B96E6E3C681254B3C /* Release Production */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = D4B0B811035E1D25A7230EDA /* ReleaseProduction.xcconfig */;
buildSettings = {
Expand Down Expand Up @@ -1777,9 +1777,9 @@
PRODUCT_NAME = "$(TARGET_NAME)";
VALIDATE_PRODUCT = YES;
};
name = ReleaseProduction;
name = "Release Production";
};
7FAE040DC40C743D37F05FC8 /* DebugStaging */ = {
7FAE040DC40C743D37F05FC8 /* Debug Staging */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 23540B51F2526F91AE40B8F6 /* DebugStaging.xcconfig */;
buildSettings = {
Expand Down Expand Up @@ -1836,11 +1836,11 @@
ONLY_ACTIVE_ARCH = YES;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = DebugStaging;
name = "Debug Staging";
};
AC120A27DC1EA6A67DE3DF1A /* DebugProduction */ = {
AC120A27DC1EA6A67DE3DF1A /* Debug Production */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 98D6D906A63F1E605E9A3BEA /* Pods-Survey-SurveyUITests.debugproduction.xcconfig */;
baseConfigurationReference = 92A9B29B68026A9545C46E25 /* Pods-Survey-SurveyUITests.debug production.xcconfig */;
buildSettings = {
CODE_SIGN_IDENTITY = "iPhone Developer";
INFOPLIST_FILE = SurveyUITests/Configurations/Plists/Info.plist;
Expand All @@ -1859,11 +1859,11 @@
TARGETED_DEVICE_FAMILY = "1,2";
TEST_TARGET_NAME = Survey;
};
name = DebugProduction;
name = "Debug Production";
};
D18CE29614745C9A7FBE61AF /* ReleaseProduction */ = {
D18CE29614745C9A7FBE61AF /* Release Production */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 8A6F20C2DE82A00BF09F5521 /* Pods-Survey.releaseproduction.xcconfig */;
baseConfigurationReference = B048440F2A03AAF218114030 /* Pods-Survey.release production.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "iPhone Developer";
Expand All @@ -1885,11 +1885,11 @@
SWIFT_VERSION = 5.6.1;
TARGETED_DEVICE_FAMILY = 1;
};
name = ReleaseProduction;
name = "Release Production";
};
F4ABC77AA692EC7809953362 /* ReleaseStaging */ = {
F4ABC77AA692EC7809953362 /* Release Staging */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 0C82CB8A6A37BB09C0A86AFE /* Pods-Survey.releasestaging.xcconfig */;
baseConfigurationReference = A962CAA8D43D396E2E17FF04 /* Pods-Survey.release staging.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "iPhone Developer";
Expand All @@ -1911,11 +1911,11 @@
SWIFT_VERSION = 5.6.1;
TARGETED_DEVICE_FAMILY = 1;
};
name = ReleaseStaging;
name = "Release Staging";
};
F877E3A3A3F9BA1A03E0315A /* DebugStaging */ = {
F877E3A3A3F9BA1A03E0315A /* Debug Staging */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 3D58CF3290411A6952CDFD7C /* Pods-SurveyTests.debugstaging.xcconfig */;
baseConfigurationReference = A0DE39928F5CD5E181B698FC /* Pods-SurveyTests.debug staging.xcconfig */;
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
CODE_SIGN_IDENTITY = "iPhone Developer";
Expand All @@ -1936,11 +1936,11 @@
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Survey.app/Survey";
TEST_TARGET_NAME = Survey;
};
name = DebugStaging;
name = "Debug Staging";
};
FB8889C36C898572F57D8B34 /* DebugProduction */ = {
FB8889C36C898572F57D8B34 /* Debug Production */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = BB31EEB3EBB91867D7F0D06D /* Pods-Survey.debugproduction.xcconfig */;
baseConfigurationReference = 15C39F2CB60CF0314258019E /* Pods-Survey.debug production.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "iPhone Developer";
Expand All @@ -1963,54 +1963,54 @@
SWIFT_VERSION = 5.6.1;
TARGETED_DEVICE_FAMILY = 1;
};
name = DebugProduction;
name = "Debug Production";
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
052E4DE879983D4876D8EDFC /* Build configuration list for PBXProject "Survey" */ = {
isa = XCConfigurationList;
buildConfigurations = (
03C0597282ACB0F090BCE8C5 /* DebugProduction */,
7FAE040DC40C743D37F05FC8 /* DebugStaging */,
7E77427B96E6E3C681254B3C /* ReleaseProduction */,
58E0042D81706C64D8614441 /* ReleaseStaging */,
03C0597282ACB0F090BCE8C5 /* Debug Production */,
7FAE040DC40C743D37F05FC8 /* Debug Staging */,
7E77427B96E6E3C681254B3C /* Release Production */,
58E0042D81706C64D8614441 /* Release Staging */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = ReleaseProduction;
defaultConfigurationName = "Release Production";
};
4B9656EA15699F2B52E542CF /* Build configuration list for PBXNativeTarget "SurveyUITests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
AC120A27DC1EA6A67DE3DF1A /* DebugProduction */,
594596731BF36E1720EE07AF /* DebugStaging */,
045748AB609BF8940D5B860C /* ReleaseProduction */,
56F1F2B77E9ABF3E64283C8A /* ReleaseStaging */,
AC120A27DC1EA6A67DE3DF1A /* Debug Production */,
594596731BF36E1720EE07AF /* Debug Staging */,
045748AB609BF8940D5B860C /* Release Production */,
56F1F2B77E9ABF3E64283C8A /* Release Staging */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = ReleaseProduction;
defaultConfigurationName = "Release Production";
};
92C0E02BDF2B11A44FB6CEE3 /* Build configuration list for PBXNativeTarget "Survey" */ = {
isa = XCConfigurationList;
buildConfigurations = (
FB8889C36C898572F57D8B34 /* DebugProduction */,
36C8BBE6758900279E460885 /* DebugStaging */,
D18CE29614745C9A7FBE61AF /* ReleaseProduction */,
F4ABC77AA692EC7809953362 /* ReleaseStaging */,
FB8889C36C898572F57D8B34 /* Debug Production */,
36C8BBE6758900279E460885 /* Debug Staging */,
D18CE29614745C9A7FBE61AF /* Release Production */,
F4ABC77AA692EC7809953362 /* Release Staging */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = ReleaseProduction;
defaultConfigurationName = "Release Production";
};
EE7461BAE7F27A38307B4FA7 /* Build configuration list for PBXNativeTarget "SurveyTests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
06304D047007243CFFCF3F19 /* DebugProduction */,
F877E3A3A3F9BA1A03E0315A /* DebugStaging */,
150050B4F5856B8C680BA857 /* ReleaseProduction */,
060D9CDB5BA2CAAAD9160176 /* ReleaseStaging */,
06304D047007243CFFCF3F19 /* Debug Production */,
F877E3A3A3F9BA1A03E0315A /* Debug Staging */,
150050B4F5856B8C680BA857 /* Release Production */,
060D9CDB5BA2CAAAD9160176 /* Release Staging */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = ReleaseProduction;
defaultConfigurationName = "Release Production";
};
/* End XCConfigurationList section */
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "DebugStaging"
buildConfiguration = "Debug Staging"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
Expand Down Expand Up @@ -51,7 +51,7 @@
</Testables>
</TestAction>
<LaunchAction
buildConfiguration = "DebugStaging"
buildConfiguration = "Debug Staging"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
Expand All @@ -72,7 +72,7 @@
</BuildableProductRunnable>
</LaunchAction>
<ProfileAction
buildConfiguration = "DebugStaging"
buildConfiguration = "Debug Staging"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
Expand All @@ -89,10 +89,10 @@
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "DebugStaging">
buildConfiguration = "Debug Staging">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "ReleaseStaging"
buildConfiguration = "Release Staging"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
Loading

0 comments on commit cd1a449

Please sign in to comment.