Skip to content

Commit 095824a

Browse files
Update the version
1 parent 857535c commit 095824a

3 files changed

Lines changed: 11 additions & 7 deletions

File tree

ios/Runner.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,7 @@
739739
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
740740
CLANG_ENABLE_MODULES = YES;
741741
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
742-
CURRENT_PROJECT_VERSION = 14;
742+
CURRENT_PROJECT_VERSION = 15;
743743
DEVELOPMENT_TEAM = 5KWG4UBB25;
744744
ENABLE_BITCODE = NO;
745745
INFOPLIST_FILE = Runner/Info.plist;
@@ -948,7 +948,7 @@
948948
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
949949
CLANG_ENABLE_MODULES = YES;
950950
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
951-
CURRENT_PROJECT_VERSION = 14;
951+
CURRENT_PROJECT_VERSION = 15;
952952
DEVELOPMENT_TEAM = 5KWG4UBB25;
953953
ENABLE_BITCODE = NO;
954954
INFOPLIST_FILE = Runner/Info.plist;
@@ -979,7 +979,7 @@
979979
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
980980
CLANG_ENABLE_MODULES = YES;
981981
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
982-
CURRENT_PROJECT_VERSION = 14;
982+
CURRENT_PROJECT_VERSION = 15;
983983
DEVELOPMENT_TEAM = 5KWG4UBB25;
984984
ENABLE_BITCODE = NO;
985985
INFOPLIST_FILE = Runner/Info.plist;

macos/Runner.xcodeproj/project.pbxproj

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -480,10 +480,14 @@
480480
inputFileListPaths = (
481481
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist",
482482
);
483+
inputPaths = (
484+
);
483485
name = "[CP] Embed Pods Frameworks";
484486
outputFileListPaths = (
485487
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist",
486488
);
489+
outputPaths = (
490+
);
487491
runOnlyForDeploymentPostprocessing = 0;
488492
shellPath = /bin/sh;
489493
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
@@ -811,7 +815,7 @@
811815
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
812816
CODE_SIGN_STYLE = Automatic;
813817
COMBINE_HIDPI_IMAGES = YES;
814-
CURRENT_PROJECT_VERSION = 14;
818+
CURRENT_PROJECT_VERSION = 15;
815819
DEVELOPMENT_TEAM = 5KWG4UBB25;
816820
EXCLUDED_ARCHS = "";
817821
INFOPLIST_FILE = Runner/Info.plist;
@@ -953,7 +957,7 @@
953957
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
954958
CODE_SIGN_STYLE = Automatic;
955959
COMBINE_HIDPI_IMAGES = YES;
956-
CURRENT_PROJECT_VERSION = 14;
960+
CURRENT_PROJECT_VERSION = 15;
957961
DEVELOPMENT_TEAM = 5KWG4UBB25;
958962
EXCLUDED_ARCHS = "";
959963
INFOPLIST_FILE = Runner/Info.plist;
@@ -983,7 +987,7 @@
983987
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
984988
CODE_SIGN_STYLE = Automatic;
985989
COMBINE_HIDPI_IMAGES = YES;
986-
CURRENT_PROJECT_VERSION = 14;
990+
CURRENT_PROJECT_VERSION = 15;
987991
DEVELOPMENT_TEAM = 5KWG4UBB25;
988992
EXCLUDED_ARCHS = "";
989993
INFOPLIST_FILE = Runner/Info.plist;

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
1616
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1717
# In Windows, build-name is used as the major, minor, and patch parts
1818
# of the product and file versions while build-number is used as the build suffix.
19-
version: 0.11.0+14
19+
version: 0.11.0+15
2020

2121
environment:
2222
sdk: ">=3.5.0 <4.0.0"

0 commit comments

Comments
 (0)