Skip to content

Commit

Permalink
development: updated bundle identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Dahan committed Feb 24, 2017
1 parent 9a5ad43 commit 5d0b1b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Graph.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -985,7 +985,7 @@
INFOPLIST_FILE = Sources/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = io.cosmicmind.Graph;
PRODUCT_BUNDLE_IDENTIFIER = com.cosmicmind.Graph;
PRODUCT_NAME = Graph;
SKIP_INSTALL = YES;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
Expand All @@ -1005,7 +1005,7 @@
INFOPLIST_FILE = Sources/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = io.cosmicmind.Graph;
PRODUCT_BUNDLE_IDENTIFIER = com.cosmicmind.Graph;
PRODUCT_NAME = Graph;
SKIP_INSTALL = YES;
SWIFT_VERSION = 3.0;
Expand Down

0 comments on commit 5d0b1b7

Please sign in to comment.