Skip to content

Commit

Permalink
Update macOS Bundle ID
Browse files Browse the repository at this point in the history
  • Loading branch information
PoopJournal committed Jun 29, 2024
1 parent b11f62d commit d7081d5
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 22 deletions.
2 changes: 2 additions & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ if (keystorePropertiesFile.exists()) {
apply plugin: 'com.android.application'
// START: FlutterFire Configuration
apply plugin: 'com.google.gms.google-services'
apply plugin: 'com.google.firebase.firebase-perf'
apply plugin: 'com.google.firebase.crashlytics'
// END: FlutterFire Configuration
apply plugin: 'kotlin-android'
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
Expand Down
2 changes: 2 additions & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ buildscript {
dependencies {
// START: FlutterFire Configuration
classpath 'com.google.gms:google-services:4.3.15'
classpath 'com.google.firebase:perf-plugin:1.4.1'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.8.1'
// END: FlutterFire Configuration
classpath 'com.android.tools.build:gradle:7.1.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
Expand Down
2 changes: 1 addition & 1 deletion firebase.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"flutter":{"platforms":{"android":{"default":{"projectId":"poop-journal","appId":"1:570344895287:android:8963656919380f021860b2","fileOutput":"android/app/google-services.json"}},"dart":{"lib/firebase_options.dart":{"projectId":"poop-journal","configurations":{"android":"1:570344895287:android:8963656919380f021860b2","ios":"1:570344895287:ios:f870ccc5d1b67b371860b2","macos":"1:570344895287:ios:d74f4341f898f9421860b2","web":"1:570344895287:web:d19ca81e87c1e4091860b2","windows":"1:570344895287:web:1fc78e9787d0b20a1860b2"}}}}}}
{"flutter":{"platforms":{"android":{"default":{"projectId":"poop-journal","appId":"1:570344895287:android:8963656919380f021860b2","fileOutput":"android/app/google-services.json"}},"dart":{"lib/firebase_options.dart":{"projectId":"poop-journal","configurations":{"android":"1:570344895287:android:8963656919380f021860b2","ios":"1:570344895287:ios:f870ccc5d1b67b371860b2","macos":"1:570344895287:ios:f870ccc5d1b67b371860b2","web":"1:570344895287:web:d19ca81e87c1e4091860b2","windows":"1:570344895287:web:1fc78e9787d0b20a1860b2"}}}}}}
14 changes: 1 addition & 13 deletions firepit-log.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,4 @@ Checking for npm/bin/npm-cli install at /home/marvin/.cache/firebase/tools/lib/n
Checking for npm/bin/npm-cli install at /home/marvin/.cache/firebase/tools/node_modules/npm/bin/npm-cli
Checking for npm/bin/npm-cli install at /snapshot/firepit/node_modules/npm/bin/npm-cli
Found npm/bin/npm-cli install.
Runtime binaries created.
/usr/local/bin/firebase
/usr/local/bin/firebase,/snapshot/firepit/firepit.js,--version
Checking for npm/bin/npm-cli install at /home/marvin/.cache/firebase/tools/lib/node_modules/npm/bin/npm-cli
Checking for npm/bin/npm-cli install at /home/marvin/.cache/firebase/tools/node_modules/npm/bin/npm-cli
Checking for npm/bin/npm-cli install at /snapshot/firepit/node_modules/npm/bin/npm-cli
Found npm/bin/npm-cli install.
Checking for npm/bin/npm-cli install at /home/marvin/.cache/firebase/tools/lib/node_modules/npm/bin/npm-cli
Checking for npm/bin/npm-cli install at /home/marvin/.cache/firebase/tools/node_modules/npm/bin/npm-cli
Checking for npm/bin/npm-cli install at /snapshot/firepit/node_modules/npm/bin/npm-cli
Found npm/bin/npm-cli install.
ShellJSInternalError: ENOENT: no such file or directory, unlink '/home/marvin/.cache/firebase/runtime/node'
ShellJSInternalError: ENOENT: no such file or directory, chmod '/home/marvin/.cache/firebase/runtime/shell.bat'
ShellJSInternalError: ENOENT: no such file or directory, stat '/home/marvin/.cache/firebase/runtime/shell.bat'
4 changes: 2 additions & 2 deletions lib/firebase_options.dart
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@ class DefaultFirebaseOptions {

static const FirebaseOptions macos = FirebaseOptions(
apiKey: 'AIzaSyAM5ZedZ-_kvD3ZfmeKhAfUM8Sm_OJAvbw',
appId: '1:570344895287:ios:d74f4341f898f9421860b2',
appId: '1:570344895287:ios:f870ccc5d1b67b371860b2',
messagingSenderId: '570344895287',
projectId: 'poop-journal',
storageBucket: 'poop-journal.appspot.com',
iosBundleId: 'rocks.app',
iosBundleId: 'rocks.poopjournal',
);

static const FirebaseOptions windows = FirebaseOptions(
Expand Down
6 changes: 3 additions & 3 deletions macos/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@
CURRENT_PROJECT_VERSION = 1;
GENERATE_INFOPLIST_FILE = YES;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = rocks.app.RunnerTests;
PRODUCT_BUNDLE_IDENTIFIER = rocks.poopjournal.RunnerTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/app.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/app";
Expand All @@ -399,7 +399,7 @@
CURRENT_PROJECT_VERSION = 1;
GENERATE_INFOPLIST_FILE = YES;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = rocks.app.RunnerTests;
PRODUCT_BUNDLE_IDENTIFIER = rocks.poopjournal.RunnerTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/app.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/app";
Expand All @@ -413,7 +413,7 @@
CURRENT_PROJECT_VERSION = 1;
GENERATE_INFOPLIST_FILE = YES;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = rocks.app.RunnerTests;
PRODUCT_BUNDLE_IDENTIFIER = rocks.poopjournal.RunnerTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/app.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/app";
Expand Down
6 changes: 3 additions & 3 deletions macos/Runner/Configs/AppInfo.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
// 'flutter create' template.

// The application's name. By default this is also the title of the Flutter window.
PRODUCT_NAME = app
PRODUCT_NAME = Poop Journal

// The application's bundle identifier
PRODUCT_BUNDLE_IDENTIFIER = rocks.app
PRODUCT_BUNDLE_IDENTIFIER = rocks.poopjournal

// The copyright displayed in application information
PRODUCT_COPYRIGHT = Copyright © 2024 rocks. All rights reserved.
PRODUCT_COPYRIGHT = Copyright © 2025 Poop Journal. All rights reserved.

0 comments on commit d7081d5

Please sign in to comment.