Skip to content

Commit 73aeb4d

Browse files
committed
Fix namespace
1 parent a23d91b commit 73aeb4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/ios/RNPermissionsExample.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@
280280
"-ObjC",
281281
"-lc++",
282282
);
283-
PRODUCT_BUNDLE_IDENTIFIER = com.zoontek.rnpermissionsexampl;
283+
PRODUCT_BUNDLE_IDENTIFIER = com.zoontek.rnpermissionsexample;
284284
PRODUCT_NAME = RNPermissionsExample;
285285
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
286286
SWIFT_VERSION = 5.0;
@@ -308,7 +308,7 @@
308308
"-ObjC",
309309
"-lc++",
310310
);
311-
PRODUCT_BUNDLE_IDENTIFIER = com.zoontek.rnpermissionsexampl;
311+
PRODUCT_BUNDLE_IDENTIFIER = com.zoontek.rnpermissionsexample;
312312
PRODUCT_NAME = RNPermissionsExample;
313313
SWIFT_VERSION = 5.0;
314314
VERSIONING_SYSTEM = "apple-generic";

0 commit comments

Comments
 (0)