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

Fixed the package name to conform to standard in the repo

- replaced com.example with github.nisrulz
This commit is contained in:
Nishant Srivastava
2019-10-13 02:46:54 +02:00
parent 9e7a62b80a
commit adf717c1ce
12 changed files with 16 additions and 16 deletions

View File

@@ -323,7 +323,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
PRODUCT_BUNDLE_IDENTIFIER = com.example.usingFirebaseDb;
PRODUCT_BUNDLE_IDENTIFIER = github.nisrulz.usingFirebaseDb;
PRODUCT_NAME = "$(TARGET_NAME)";
VERSIONING_SYSTEM = "apple-generic";
};
@@ -448,7 +448,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
PRODUCT_BUNDLE_IDENTIFIER = com.example.usingFirebaseDb;
PRODUCT_BUNDLE_IDENTIFIER = github.nisrulz.usingFirebaseDb;
PRODUCT_NAME = "$(TARGET_NAME)";
VERSIONING_SYSTEM = "apple-generic";
};
@@ -471,7 +471,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
PRODUCT_BUNDLE_IDENTIFIER = com.example.usingFirebaseDb;
PRODUCT_BUNDLE_IDENTIFIER = github.nisrulz.usingFirebaseDb;
PRODUCT_NAME = "$(TARGET_NAME)";
VERSIONING_SYSTEM = "apple-generic";
};