Skip to content

Commit

Permalink
Updated Example App bundle identifier to ILikeToMoveItExample
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanlintott committed Oct 5, 2024
1 parent 5f0a08a commit ff64ef0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Example/ILikeToMoveItExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.abetterwaytodo.DragAndDrop;
PRODUCT_BUNDLE_IDENTIFIER = com.abetterwaytodo.ILikeToMoveItExample;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_STRICT_CONCURRENCY = complete;
Expand Down Expand Up @@ -400,7 +400,7 @@
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.abetterwaytodo.DragAndDrop;
PRODUCT_BUNDLE_IDENTIFIER = com.abetterwaytodo.ILikeToMoveItExample;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_STRICT_CONCURRENCY = complete;
Expand Down

0 comments on commit ff64ef0

Please sign in to comment.