1
0
mirror of https://github.com/nisrulz/flutter-examples.git synced 2025-11-08 20:50:04 +00:00

updated: package to be standard across all example apps

This commit is contained in:
Nishant Srivastava
2018-07-08 00:20:41 +02:00
parent 01a2ac5936
commit 75d833bec1
114 changed files with 12202 additions and 291 deletions

View File

@@ -370,7 +370,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
PRODUCT_BUNDLE_IDENTIFIER = com.yourcompany.usingEdittext;
PRODUCT_BUNDLE_IDENTIFIER = github.nisrulz.usingEdittext;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
@@ -392,7 +392,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
PRODUCT_BUNDLE_IDENTIFIER = com.yourcompany.usingEdittext;
PRODUCT_BUNDLE_IDENTIFIER = github.nisrulz.usingEdittext;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;