Skip to content

Commit

Permalink
refactor: update ios example product bundle identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
precious-ossai-cko committed Nov 30, 2023
1 parent b03924f commit 1cfb371
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions .swiftpm/xcode/xcshareddata/xcschemes/Risk.xcscheme
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,16 @@
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "BA0B00442AD6A5280037D9FF"
BuildableName = "RiskExample.app"
BlueprintName = "RiskExample"
ReferencedContainer = "container:iOSExampleRiskSPM/RiskExample.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
Expand Down
4 changes: 2 additions & 2 deletions iOSExampleRiskSPM/RiskExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.checkout.RiskExample;
PRODUCT_BUNDLE_IDENTIFIER = com.checkout.RiskSPMiOSExample;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
Expand Down Expand Up @@ -475,7 +475,7 @@
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.checkout.RiskExample;
PRODUCT_BUNDLE_IDENTIFIER = com.checkout.RiskSPMiOSExample;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
Expand Down

0 comments on commit 1cfb371

Please sign in to comment.