Skip to content

Commit

Permalink
[iOS]update bundle id
Browse files Browse the repository at this point in the history
  • Loading branch information
RingoD committed May 19, 2017
1 parent c24a1f1 commit 67ff7c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sqlcipher-preprocessed.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
MACH_O_TYPE = staticlib;
MODULEMAP_FILE = macosx/module.modulemap;
PRODUCT_BUNDLE_IDENTIFIER = com.sanhuazhang.sqlcipher;
PRODUCT_BUNDLE_IDENTIFIER = com.tencent.sqlcipher;
PRODUCT_NAME = sqlcipher;
SKIP_INSTALL = YES;
VERSIONING_SYSTEM = "apple-generic";
Expand All @@ -909,7 +909,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
MACH_O_TYPE = staticlib;
MODULEMAP_FILE = macosx/module.modulemap;
PRODUCT_BUNDLE_IDENTIFIER = com.sanhuazhang.sqlcipher;
PRODUCT_BUNDLE_IDENTIFIER = com.tencent.sqlcipher;
PRODUCT_NAME = sqlcipher;
SKIP_INSTALL = YES;
VERSIONING_SYSTEM = "apple-generic";
Expand Down

0 comments on commit 67ff7c9

Please sign in to comment.