ios items
This commit is contained in:
parent
ed910748cb
commit
8fbfcc113c
3 changed files with 11 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue