Skip to content

Commit

Permalink
Use reverse-DNS notation for the bundle identifier (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxDesiatov committed Mar 30, 2020
1 parent 2d68cc1 commit fbcfba9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions XMLCoder.xcodeproj/project.pbxproj
Expand Up @@ -811,7 +811,7 @@
OTHER_CFLAGS = "$(inherited)";
OTHER_LDFLAGS = "$(inherited)";
OTHER_SWIFT_FLAGS = "$(inherited)";
PRODUCT_BUNDLE_IDENTIFIER = XMLCoder;
PRODUCT_BUNDLE_IDENTIFIER = com.digitalsignal.XMLCoder;
PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand Down Expand Up @@ -839,7 +839,7 @@
OTHER_CFLAGS = "$(inherited)";
OTHER_LDFLAGS = "$(inherited)";
OTHER_SWIFT_FLAGS = "$(inherited)";
PRODUCT_BUNDLE_IDENTIFIER = XMLCoder;
PRODUCT_BUNDLE_IDENTIFIER = com.digitalsignal.XMLCoder;
PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand Down

0 comments on commit fbcfba9

Please sign in to comment.