Skip to content

Commit

Permalink
Remove yourcompany.com from iOS product bundle IDs (flutter#448)
Browse files Browse the repository at this point in the history
  • Loading branch information
mravn-google authored and slightfoot committed Jun 5, 2018
1 parent 8000c11 commit 0daefe3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions packages/camera/example/ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
PRODUCT_BUNDLE_IDENTIFIER = com.yourcompany.cameraExample;
PRODUCT_BUNDLE_IDENTIFIER = io.flutter.plugins.cameraExample;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
Expand All @@ -468,7 +468,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
PRODUCT_BUNDLE_IDENTIFIER = com.yourcompany.cameraExample;
PRODUCT_BUNDLE_IDENTIFIER = io.flutter.plugins.cameraExample;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
PRODUCT_BUNDLE_IDENTIFIER = com.yourcompany.deviceInfoExample;
PRODUCT_BUNDLE_IDENTIFIER = io.flutter.plugins.deviceInfoExample;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
Expand All @@ -459,7 +459,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
PRODUCT_BUNDLE_IDENTIFIER = com.yourcompany.deviceInfoExample;
PRODUCT_BUNDLE_IDENTIFIER = io.flutter.plugins.deviceInfoExample;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
PRODUCT_BUNDLE_IDENTIFIER = com.yourcompany.imagePickerExample;
PRODUCT_BUNDLE_IDENTIFIER = io.flutter.plugins.imagePickerExample;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
Expand All @@ -462,7 +462,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
PRODUCT_BUNDLE_IDENTIFIER = com.yourcompany.imagePickerExample;
PRODUCT_BUNDLE_IDENTIFIER = io.flutter.plugins.imagePickerExample;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
PRODUCT_BUNDLE_IDENTIFIER = com.yourcompany.sharedPreferencesExample;
PRODUCT_BUNDLE_IDENTIFIER = io.flutter.plugins.sharedPreferencesExample;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
Expand All @@ -459,7 +459,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
PRODUCT_BUNDLE_IDENTIFIER = com.yourcompany.sharedPreferencesExample;
PRODUCT_BUNDLE_IDENTIFIER = io.flutter.plugins.sharedPreferencesExample;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
Expand Down

0 comments on commit 0daefe3

Please sign in to comment.