Skip to content
This repository was archived by the owner on Jun 17, 2023. It is now read-only.

Commit aba6431

Browse files
committed
Fix bundle id for sample project
1 parent 267e8fa commit aba6431

File tree

1 file changed

+2
-2
lines changed
  • Samples/PagingLayoutSamples/SampleProject/PagingLayout.xcodeproj

1 file changed

+2
-2
lines changed

Samples/PagingLayoutSamples/SampleProject/PagingLayout.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@
282282
"$(inherited)",
283283
"@executable_path/Frameworks",
284284
);
285-
PRODUCT_BUNDLE_IDENTIFIER = none.PagingLayout;
285+
PRODUCT_BUNDLE_IDENTIFIER = com.none.PagingLayout;
286286
PRODUCT_NAME = "$(TARGET_NAME)";
287287
SWIFT_VERSION = 5.0;
288288
TARGETED_DEVICE_FAMILY = 1;
@@ -299,7 +299,7 @@
299299
"$(inherited)",
300300
"@executable_path/Frameworks",
301301
);
302-
PRODUCT_BUNDLE_IDENTIFIER = none.PagingLayout;
302+
PRODUCT_BUNDLE_IDENTIFIER = com.none.PagingLayout;
303303
PRODUCT_NAME = "$(TARGET_NAME)";
304304
SWIFT_VERSION = 5.0;
305305
TARGETED_DEVICE_FAMILY = 1;

0 commit comments

Comments
 (0)