Skip to content

Commit

Permalink
Updated bundle identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelhanneken committed Mar 23, 2016
1 parent 1b87061 commit 2bbd754
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Icns Composer.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@
INFOPLIST_FILE = "Icns Composer/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
OTHER_LDFLAGS = "-Wl,-rpath,@loader_path/../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "io.behoernchen.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_BUNDLE_IDENTIFIER = io.raphaelhanneken.icnscomposer;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
Expand All @@ -330,7 +330,7 @@
INFOPLIST_FILE = "Icns Composer/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
OTHER_LDFLAGS = "-Wl,-rpath,@loader_path/../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "io.behoernchen.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_BUNDLE_IDENTIFIER = io.raphaelhanneken.icnscomposer;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
Expand Down

0 comments on commit 2bbd754

Please sign in to comment.