Skip to content

Commit 56be00c

Browse files
committed
Standardise the build file
1 parent c20e517 commit 56be00c

File tree

23 files changed

+256
-370
lines changed

23 files changed

+256
-370
lines changed

firebase-auth-flutterfire-ui/codelab_rebuild.yaml

Lines changed: 49 additions & 163 deletions
Large diffs are not rendered by default.

firebase-auth-flutterfire-ui/complete/android/app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
android {
9-
namespace = "com.example.complete"
9+
namespace = "com.example.firebase_auth_flutterfire_ui"
1010
compileSdk = flutter.compileSdkVersion
1111
ndkVersion = flutter.ndkVersion
1212

@@ -21,7 +21,7 @@ android {
2121

2222
defaultConfig {
2323
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
24-
applicationId = "com.example.complete"
24+
applicationId = "com.example.firebase_auth_flutterfire_ui"
2525
// You can update the following values to match your application needs.
2626
// For more information, see: https://flutter.dev/to/review-gradle-config.
2727
minSdk = flutter.minSdkVersion

firebase-auth-flutterfire-ui/complete/android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
22
<application
3-
android:label="complete"
3+
android:label="firebase_auth_flutterfire_ui"
44
android:name="${applicationName}"
55
android:icon="@mipmap/ic_launcher">
66
<activity

firebase-auth-flutterfire-ui/complete/android/app/src/main/kotlin/com/example/complete/MainActivity.kt renamed to firebase-auth-flutterfire-ui/complete/android/app/src/main/kotlin/com/example/firebase_auth_flutterfire_ui/MainActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.example.complete
1+
package com.example.firebase_auth_flutterfire_ui
22

33
import io.flutter.embedding.android.FlutterActivity
44

firebase-auth-flutterfire-ui/complete/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 77 additions & 77 deletions
Large diffs are not rendered by default.

firebase-auth-flutterfire-ui/complete/ios/Runner/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
<key>CFBundleDevelopmentRegion</key>
66
<string>$(DEVELOPMENT_LANGUAGE)</string>
77
<key>CFBundleDisplayName</key>
8-
<string>Complete</string>
8+
<string>Firebase Auth Flutterfire Ui</string>
99
<key>CFBundleExecutable</key>
1010
<string>$(EXECUTABLE_NAME)</string>
1111
<key>CFBundleIdentifier</key>
1212
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
1313
<key>CFBundleInfoDictionaryVersion</key>
1414
<string>6.0</string>
1515
<key>CFBundleName</key>
16-
<string>complete</string>
16+
<string>firebase_auth_flutterfire_ui</string>
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>

firebase-auth-flutterfire-ui/complete/macos/Runner.xcodeproj/project.pbxproj

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
331C80D7294CF71000263BE5 /* RunnerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RunnerTests.swift; sourceTree = "<group>"; };
6565
333000ED22D3DE5D00554162 /* Warnings.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Warnings.xcconfig; sourceTree = "<group>"; };
6666
335BBD1A22A9A15E00E9071D /* GeneratedPluginRegistrant.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GeneratedPluginRegistrant.swift; sourceTree = "<group>"; };
67-
33CC10ED2044A3C60003C045 /* complete.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "complete.app"; sourceTree = BUILT_PRODUCTS_DIR; };
67+
33CC10ED2044A3C60003C045 /* firebase_auth_flutterfire_ui.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "firebase_auth_flutterfire_ui.app"; sourceTree = BUILT_PRODUCTS_DIR; };
6868
33CC10F02044A3C60003C045 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
6969
33CC10F22044A3C60003C045 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Assets.xcassets; path = Runner/Assets.xcassets; sourceTree = "<group>"; };
7070
33CC10F52044A3C60003C045 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = "<group>"; };
@@ -131,7 +131,7 @@
131131
33CC10EE2044A3C60003C045 /* Products */ = {
132132
isa = PBXGroup;
133133
children = (
134-
33CC10ED2044A3C60003C045 /* complete.app */,
134+
33CC10ED2044A3C60003C045 /* firebase_auth_flutterfire_ui.app */,
135135
331C80D5294CF71000263BE5 /* RunnerTests.xctest */,
136136
);
137137
name = Products;
@@ -217,7 +217,7 @@
217217
);
218218
name = Runner;
219219
productName = Runner;
220-
productReference = 33CC10ED2044A3C60003C045 /* complete.app */;
220+
productReference = 33CC10ED2044A3C60003C045 /* firebase_auth_flutterfire_ui.app */;
221221
productType = "com.apple.product-type.application";
222222
};
223223
/* End PBXNativeTarget section */
@@ -385,10 +385,10 @@
385385
CURRENT_PROJECT_VERSION = 1;
386386
GENERATE_INFOPLIST_FILE = YES;
387387
MARKETING_VERSION = 1.0;
388-
PRODUCT_BUNDLE_IDENTIFIER = com.example.complete.RunnerTests;
388+
PRODUCT_BUNDLE_IDENTIFIER = com.example.firebaseAuthFlutterfireUi.RunnerTests;
389389
PRODUCT_NAME = "$(TARGET_NAME)";
390390
SWIFT_VERSION = 5.0;
391-
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/complete.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/complete";
391+
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/firebase_auth_flutterfire_ui.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/firebase_auth_flutterfire_ui";
392392
};
393393
name = Debug;
394394
};
@@ -399,10 +399,10 @@
399399
CURRENT_PROJECT_VERSION = 1;
400400
GENERATE_INFOPLIST_FILE = YES;
401401
MARKETING_VERSION = 1.0;
402-
PRODUCT_BUNDLE_IDENTIFIER = com.example.complete.RunnerTests;
402+
PRODUCT_BUNDLE_IDENTIFIER = com.example.firebaseAuthFlutterfireUi.RunnerTests;
403403
PRODUCT_NAME = "$(TARGET_NAME)";
404404
SWIFT_VERSION = 5.0;
405-
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/complete.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/complete";
405+
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/firebase_auth_flutterfire_ui.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/firebase_auth_flutterfire_ui";
406406
};
407407
name = Release;
408408
};
@@ -413,10 +413,10 @@
413413
CURRENT_PROJECT_VERSION = 1;
414414
GENERATE_INFOPLIST_FILE = YES;
415415
MARKETING_VERSION = 1.0;
416-
PRODUCT_BUNDLE_IDENTIFIER = com.example.complete.RunnerTests;
416+
PRODUCT_BUNDLE_IDENTIFIER = com.example.firebaseAuthFlutterfireUi.RunnerTests;
417417
PRODUCT_NAME = "$(TARGET_NAME)";
418418
SWIFT_VERSION = 5.0;
419-
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/complete.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/complete";
419+
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/firebase_auth_flutterfire_ui.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/firebase_auth_flutterfire_ui";
420420
};
421421
name = Profile;
422422
};

firebase-auth-flutterfire-ui/complete/macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<BuildableReference
1616
BuildableIdentifier = "primary"
1717
BlueprintIdentifier = "33CC10EC2044A3C60003C045"
18-
BuildableName = "complete.app"
18+
BuildableName = "firebase_auth_flutterfire_ui.app"
1919
BlueprintName = "Runner"
2020
ReferencedContainer = "container:Runner.xcodeproj">
2121
</BuildableReference>
@@ -31,7 +31,7 @@
3131
<BuildableReference
3232
BuildableIdentifier = "primary"
3333
BlueprintIdentifier = "33CC10EC2044A3C60003C045"
34-
BuildableName = "complete.app"
34+
BuildableName = "firebase_auth_flutterfire_ui.app"
3535
BlueprintName = "Runner"
3636
ReferencedContainer = "container:Runner.xcodeproj">
3737
</BuildableReference>
@@ -66,7 +66,7 @@
6666
<BuildableReference
6767
BuildableIdentifier = "primary"
6868
BlueprintIdentifier = "33CC10EC2044A3C60003C045"
69-
BuildableName = "complete.app"
69+
BuildableName = "firebase_auth_flutterfire_ui.app"
7070
BlueprintName = "Runner"
7171
ReferencedContainer = "container:Runner.xcodeproj">
7272
</BuildableReference>
@@ -83,7 +83,7 @@
8383
<BuildableReference
8484
BuildableIdentifier = "primary"
8585
BlueprintIdentifier = "33CC10EC2044A3C60003C045"
86-
BuildableName = "complete.app"
86+
BuildableName = "firebase_auth_flutterfire_ui.app"
8787
BlueprintName = "Runner"
8888
ReferencedContainer = "container:Runner.xcodeproj">
8989
</BuildableReference>

firebase-auth-flutterfire-ui/complete/macos/Runner/Configs/AppInfo.xcconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
// 'flutter create' template.
66

77
// The application's name. By default this is also the title of the Flutter window.
8-
PRODUCT_NAME = complete
8+
PRODUCT_NAME = firebase_auth_flutterfire_ui
99

1010
// The application's bundle identifier
11-
PRODUCT_BUNDLE_IDENTIFIER = com.example.complete
11+
PRODUCT_BUNDLE_IDENTIFIER = com.example.firebaseAuthFlutterfireUi
1212

1313
// The copyright displayed in application information
1414
PRODUCT_COPYRIGHT = Copyright © 2025 com.example. All rights reserved.

firebase-auth-flutterfire-ui/complete/pubspec.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
1-
name: complete
1+
name: firebase_auth_flutterfire_ui
22
description: "A new Flutter project."
33
publish_to: 'none'
44
version: 0.1.0
55

66
environment:
7-
sdk: ^3.8.0
7+
sdk: ^3.8.1
88

99
dependencies:
1010
flutter:
1111
sdk: flutter
12-
firebase_auth: ^5.5.3
13-
firebase_core: ^3.13.0
14-
firebase_ui_auth: ^1.16.1
15-
firebase_ui_oauth_google: ^1.4.1
12+
firebase_auth: ^5.6.0
13+
firebase_core: ^3.14.0
14+
firebase_ui_auth: ^1.17.0
15+
firebase_ui_oauth_google: ^1.4.2
1616
google_sign_in: ^6.3.0
1717

1818
dev_dependencies:
1919
flutter_test:
2020
sdk: flutter
21-
flutter_lints: ^5.0.0
21+
flutter_lints: ^6.0.0
2222

2323
flutter:
2424
uses-material-design: true

0 commit comments

Comments
 (0)