Skip to content

Commit

Permalink
[camera_avfoundation] Revert camera example PRODUCT_BUNDLE_IDENTIFIER (
Browse files Browse the repository at this point in the history
  • Loading branch information
jmagman authored May 16, 2024
1 parent 898d5bc commit 9218713
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
PRODUCT_BUNDLE_IDENTIFIER = com.bradenbagby.test;
PRODUCT_BUNDLE_IDENTIFIER = dev.flutter.plugins.cameraExample;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
Expand All @@ -697,7 +697,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
PRODUCT_BUNDLE_IDENTIFIER = com.bradenbagby.test;
PRODUCT_BUNDLE_IDENTIFIER = dev.flutter.plugins.cameraExample;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
Expand Down

0 comments on commit 9218713

Please sign in to comment.