Skip to content

Commit 9218713

Browse files
authored
[camera_avfoundation] Revert camera example PRODUCT_BUNDLE_IDENTIFIER (flutter#6735)
Introduced in https://github.com/flutter/packages/pull/3272/files#diff-92a81cce4f20ea0f44193e7f760655d78f05a720378e1e085a244472fb85fc04R656 Put the bundle ID back to what it was.
1 parent 898d5bc commit 9218713

File tree

1 file changed

+2
-2
lines changed
  • packages/camera/camera_avfoundation/example/ios/Runner.xcodeproj

1 file changed

+2
-2
lines changed

packages/camera/camera_avfoundation/example/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@
673673
"$(inherited)",
674674
"$(PROJECT_DIR)/Flutter",
675675
);
676-
PRODUCT_BUNDLE_IDENTIFIER = com.bradenbagby.test;
676+
PRODUCT_BUNDLE_IDENTIFIER = dev.flutter.plugins.cameraExample;
677677
PRODUCT_NAME = "$(TARGET_NAME)";
678678
};
679679
name = Debug;
@@ -697,7 +697,7 @@
697697
"$(inherited)",
698698
"$(PROJECT_DIR)/Flutter",
699699
);
700-
PRODUCT_BUNDLE_IDENTIFIER = com.bradenbagby.test;
700+
PRODUCT_BUNDLE_IDENTIFIER = dev.flutter.plugins.cameraExample;
701701
PRODUCT_NAME = "$(TARGET_NAME)";
702702
};
703703
name = Release;

0 commit comments

Comments
 (0)