Skip to content

Commit 86397ba

Browse files
committed
updated app build version
1 parent b6fba19 commit 86397ba

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

apps/AppWithWearable/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@
389389
BUILD_LIBRARY_FOR_DISTRIBUTION = NO;
390390
CLANG_ENABLE_MODULES = YES;
391391
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
392-
CURRENT_PROJECT_VERSION = 25;
392+
CURRENT_PROJECT_VERSION = 1;
393393
DEVELOPMENT_TEAM = UA6Q3X7F6K;
394394
ENABLE_BITCODE = NO;
395395
FRAMEWORK_SEARCH_PATHS = (
@@ -405,7 +405,7 @@
405405
"$(inherited)",
406406
"$(PROJECT_DIR)/Flutter",
407407
);
408-
MARKETING_VERSION = 1.0.11;
408+
MARKETING_VERSION = 1.0.1;
409409
PRODUCT_BUNDLE_IDENTIFIER = "com.friend-app-with-wearable.ios12";
410410
PRODUCT_NAME = "$(TARGET_NAME)";
411411
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
@@ -533,7 +533,7 @@
533533
BUILD_LIBRARY_FOR_DISTRIBUTION = NO;
534534
CLANG_ENABLE_MODULES = YES;
535535
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
536-
CURRENT_PROJECT_VERSION = 25;
536+
CURRENT_PROJECT_VERSION = 1;
537537
DEVELOPMENT_TEAM = UA6Q3X7F6K;
538538
ENABLE_BITCODE = NO;
539539
FRAMEWORK_SEARCH_PATHS = (
@@ -549,7 +549,7 @@
549549
"$(inherited)",
550550
"$(PROJECT_DIR)/Flutter",
551551
);
552-
MARKETING_VERSION = 1.0.11;
552+
MARKETING_VERSION = 1.0.1;
553553
PRODUCT_BUNDLE_IDENTIFIER = "com.friend-app-with-wearable.ios12";
554554
PRODUCT_NAME = "$(TARGET_NAME)";
555555
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
@@ -572,7 +572,7 @@
572572
BUILD_LIBRARY_FOR_DISTRIBUTION = NO;
573573
CLANG_ENABLE_MODULES = YES;
574574
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
575-
CURRENT_PROJECT_VERSION = 25;
575+
CURRENT_PROJECT_VERSION = 1;
576576
DEVELOPMENT_TEAM = UA6Q3X7F6K;
577577
ENABLE_BITCODE = NO;
578578
FRAMEWORK_SEARCH_PATHS = (
@@ -588,7 +588,7 @@
588588
"$(inherited)",
589589
"$(PROJECT_DIR)/Flutter",
590590
);
591-
MARKETING_VERSION = 1.0.11;
591+
MARKETING_VERSION = 1.0.1;
592592
PRODUCT_BUNDLE_IDENTIFIER = "com.friend-app-with-wearable.ios12";
593593
PRODUCT_NAME = "$(TARGET_NAME)";
594594
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";

apps/AppWithWearable/lib/env/env.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ abstract class Env {
1818

1919
// Pinecone
2020
@EnviedField(varName: 'PINECONE_API_KEY', obfuscate: true)
21-
static const String pineconeApiKey = _Env.pineconeApiKey;
21+
static String pineconeApiKey = _Env.pineconeApiKey;
2222

2323
@EnviedField(varName: 'PINECONE_INDEX_URL', obfuscate: true)
24-
static const String pineconeIndexUrl = _Env.pineconeIndexUrl;
24+
static String pineconeIndexUrl = _Env.pineconeIndexUrl;
2525

2626
@EnviedField(varName: 'PINECONE_INDEX_NAMESPACE', obfuscate: true)
27-
static const String pineconeIndexNamespace = _Env.pineconeIndexNamespace;
27+
static String pineconeIndexNamespace = _Env.pineconeIndexNamespace;
2828

2929
@EnviedField(varName: 'MIXPANEL_PROJECT_TOKEN', obfuscate: true)
3030
static String? mixpanelProjectToken = _Env.mixpanelProjectToken;

apps/AppWithWearable/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1515
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
1616
# Read more about iOS versioning at
1717
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
18-
version: 1.0.0+1
18+
version: 1.0.1+1
1919

2020
environment:
2121
sdk: ">=3.0.0 <4.0.0"

0 commit comments

Comments
 (0)