diff --git a/example/ios/RiveReactNativeExample.xcodeproj/project.pbxproj b/example/ios/RiveReactNativeExample.xcodeproj/project.pbxproj index 0abef52..213b32c 100644 --- a/example/ios/RiveReactNativeExample.xcodeproj/project.pbxproj +++ b/example/ios/RiveReactNativeExample.xcodeproj/project.pbxproj @@ -734,7 +734,7 @@ "-ObjC", "-lc++", ); - PRODUCT_BUNDLE_IDENTIFIER = gordon.example.rivereactnative; + PRODUCT_BUNDLE_IDENTIFIER = com.example.rivereactnative; PRODUCT_NAME = RiveReactNativeExample; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_VERSION = 5.0; @@ -757,7 +757,7 @@ "-ObjC", "-lc++", ); - PRODUCT_BUNDLE_IDENTIFIER = gordon.example.rivereactnative; + PRODUCT_BUNDLE_IDENTIFIER = com.example.rivereactnative; PRODUCT_NAME = RiveReactNativeExample; SWIFT_VERSION = 5.0; VERSIONING_SYSTEM = "apple-generic";