Skip to content

Commit

Permalink
Fix namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
zoontek committed Oct 29, 2024
1 parent a23d91b commit 73aeb4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/ios/RNPermissionsExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@
"-ObjC",
"-lc++",
);
PRODUCT_BUNDLE_IDENTIFIER = com.zoontek.rnpermissionsexampl;
PRODUCT_BUNDLE_IDENTIFIER = com.zoontek.rnpermissionsexample;
PRODUCT_NAME = RNPermissionsExample;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0;
Expand Down Expand Up @@ -308,7 +308,7 @@
"-ObjC",
"-lc++",
);
PRODUCT_BUNDLE_IDENTIFIER = com.zoontek.rnpermissionsexampl;
PRODUCT_BUNDLE_IDENTIFIER = com.zoontek.rnpermissionsexample;
PRODUCT_NAME = RNPermissionsExample;
SWIFT_VERSION = 5.0;
VERSIONING_SYSTEM = "apple-generic";
Expand Down

0 comments on commit 73aeb4d

Please sign in to comment.