From 8fbfcc113c50e55bd26a7c673cdfff1e3d1d1294 Mon Sep 17 00:00:00 2001 From: Forrest Date: Thu, 30 Jul 2026 09:28:06 -0400 Subject: [PATCH] ios items --- android/app/build.gradle.kts | 4 ++-- codemagic.yaml | 6 +++--- ios/Runner.xcodeproj/project.pbxproj | 12 ++++++------ 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index 73a9892..9d8b81d 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -5,7 +5,7 @@ plugins { } android { - namespace = "com.laforrestchurch.timbre" + namespace = "com.troglodyte.timbre" compileSdk = flutter.compileSdkVersion ndkVersion = flutter.ndkVersion @@ -16,7 +16,7 @@ android { defaultConfig { // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). - applicationId = "com.laforrestchurch.timbre" + applicationId = "com.troglodyte.timbre" // You can update the following values to match your application needs. // For more information, see: https://flutter.dev/to/review-gradle-config. minSdk = flutter.minSdkVersion diff --git a/codemagic.yaml b/codemagic.yaml index 077f38a..0223bcc 100644 --- a/codemagic.yaml +++ b/codemagic.yaml @@ -88,20 +88,20 @@ workflows: # Codemagic (Teams → Integrations → App Store Connect). Replace the value # below with whatever you named it there. integrations: - app_store_connect: Ratune ASC key + app_store_connect: Troglodyte environment: flutter: 3.44.8 java: 17 ios_signing: distribution_type: app_store - bundle_identifier: com.laforrestchurch.timbre + bundle_identifier: com.troglodyte.timbre vars: # The app's numeric Apple ID (App Store Connect → your app → App # Information → General → Apple ID). Used to auto-bump the build number # so TestFlight never rejects a duplicate. Fill in after you create the # app record in App Store Connect. (Until then the build number falls # back to 1 — fine for the very first upload.) - APP_STORE_APPLE_ID: 0000000000 + APP_STORE_APPLE_ID: 6796333279 cache: cache_paths: - $HOME/.pub-cache diff --git a/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj index a4ef85b..b95a6a0 100644 --- a/ios/Runner.xcodeproj/project.pbxproj +++ b/ios/Runner.xcodeproj/project.pbxproj @@ -382,7 +382,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - PRODUCT_BUNDLE_IDENTIFIER = com.laforrestchurch.timbre; + PRODUCT_BUNDLE_IDENTIFIER = com.troglodyte.timbre; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; SWIFT_VERSION = 5.0; @@ -398,7 +398,7 @@ CURRENT_PROJECT_VERSION = 1; GENERATE_INFOPLIST_FILE = YES; MARKETING_VERSION = 1.0; - PRODUCT_BUNDLE_IDENTIFIER = com.laforrestchurch.timbre.RunnerTests; + PRODUCT_BUNDLE_IDENTIFIER = com.troglodyte.timbre.RunnerTests; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; @@ -415,7 +415,7 @@ CURRENT_PROJECT_VERSION = 1; GENERATE_INFOPLIST_FILE = YES; MARKETING_VERSION = 1.0; - PRODUCT_BUNDLE_IDENTIFIER = com.laforrestchurch.timbre.RunnerTests; + PRODUCT_BUNDLE_IDENTIFIER = com.troglodyte.timbre.RunnerTests; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_VERSION = 5.0; TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner"; @@ -430,7 +430,7 @@ CURRENT_PROJECT_VERSION = 1; GENERATE_INFOPLIST_FILE = YES; MARKETING_VERSION = 1.0; - PRODUCT_BUNDLE_IDENTIFIER = com.laforrestchurch.timbre.RunnerTests; + PRODUCT_BUNDLE_IDENTIFIER = com.troglodyte.timbre.RunnerTests; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_VERSION = 5.0; TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner"; @@ -561,7 +561,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - PRODUCT_BUNDLE_IDENTIFIER = com.laforrestchurch.timbre; + PRODUCT_BUNDLE_IDENTIFIER = com.troglodyte.timbre; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; @@ -583,7 +583,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - PRODUCT_BUNDLE_IDENTIFIER = com.laforrestchurch.timbre; + PRODUCT_BUNDLE_IDENTIFIER = com.troglodyte.timbre; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; SWIFT_VERSION = 5.0;