Skip to content

Commit

Permalink
chore: update bundle identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonrybczak committed Jul 24, 2024
1 parent e27aef4 commit 01f3a17
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions example/ios/AiExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@
"-lsentencepiece",
"-ltokenizers_c",
);
PRODUCT_BUNDLE_IDENTIFIER = ai.example;
PRODUCT_BUNDLE_IDENTIFIER = ai.example.demo;
PRODUCT_NAME = AiExample;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0;
Expand Down Expand Up @@ -636,7 +636,7 @@
"-lsentencepiece",
"-ltokenizers_c",
);
PRODUCT_BUNDLE_IDENTIFIER = ai.example;
PRODUCT_BUNDLE_IDENTIFIER = ai.example.demo;
PRODUCT_NAME = AiExample;
SWIFT_VERSION = 5.0;
VERSIONING_SYSTEM = "apple-generic";
Expand Down Expand Up @@ -716,10 +716,7 @@
"-DFOLLY_CFG_NO_COROUTINES=1",
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
);
OTHER_LDFLAGS = (
"$(inherited)",
" ",
);
OTHER_LDFLAGS = "$(inherited) ";
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
SDKROOT = iphoneos;
USE_HERMES = true;
Expand Down Expand Up @@ -791,10 +788,7 @@
"-DFOLLY_CFG_NO_COROUTINES=1",
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
);
OTHER_LDFLAGS = (
"$(inherited)",
" ",
);
OTHER_LDFLAGS = "$(inherited) ";
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
SDKROOT = iphoneos;
USE_HERMES = true;
Expand Down

0 comments on commit 01f3a17

Please sign in to comment.