Skip to content

Commit

Permalink
[GitHub Action] Bump Build Number
Browse files Browse the repository at this point in the history
  • Loading branch information
runner authored and runner committed Apr 15, 2022
1 parent 307a88a commit 4651da4
Show file tree
Hide file tree
Showing 7 changed files with 220 additions and 220 deletions.
18 changes: 9 additions & 9 deletions ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 170;
CURRENT_PROJECT_VERSION = 171;
DEVELOPMENT_TEAM = QZ9KCS2T78;
ENABLE_BITCODE = YES;
INFOPLIST_FILE = Runner/Info.plist;
Expand Down Expand Up @@ -692,7 +692,7 @@
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 170;
CURRENT_PROJECT_VERSION = 171;
DEVELOPMENT_TEAM = QZ9KCS2T78;
GCC_C_LANGUAGE_STANDARD = gnu11;
IBSC_MODULE = nano_Extension;
Expand Down Expand Up @@ -727,7 +727,7 @@
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_IDENTITY = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 170;
CURRENT_PROJECT_VERSION = 171;
DEVELOPMENT_TEAM = QZ9KCS2T78;
GCC_C_LANGUAGE_STANDARD = gnu11;
IBSC_MODULE = nano_Extension;
Expand Down Expand Up @@ -759,7 +759,7 @@
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 170;
CURRENT_PROJECT_VERSION = 171;
DEVELOPMENT_TEAM = QZ9KCS2T78;
GCC_C_LANGUAGE_STANDARD = gnu11;
IBSC_MODULE = nano_Extension;
Expand Down Expand Up @@ -790,7 +790,7 @@
CODE_SIGN_ENTITLEMENTS = "nano Extension/nano Extension.entitlements";
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 170;
CURRENT_PROJECT_VERSION = 171;
DEVELOPMENT_ASSET_PATHS = "\"nano Extension/Preview Content\"";
DEVELOPMENT_TEAM = QZ9KCS2T78;
ENABLE_PREVIEWS = YES;
Expand Down Expand Up @@ -830,7 +830,7 @@
CODE_SIGN_ENTITLEMENTS = "nano Extension/nano Extension.entitlements";
CODE_SIGN_IDENTITY = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 170;
CURRENT_PROJECT_VERSION = 171;
DEVELOPMENT_ASSET_PATHS = "\"nano Extension/Preview Content\"";
DEVELOPMENT_TEAM = QZ9KCS2T78;
ENABLE_PREVIEWS = YES;
Expand Down Expand Up @@ -867,7 +867,7 @@
CODE_SIGN_ENTITLEMENTS = "nano Extension/nano Extension.entitlements";
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 170;
CURRENT_PROJECT_VERSION = 171;
DEVELOPMENT_ASSET_PATHS = "\"nano Extension/Preview Content\"";
DEVELOPMENT_TEAM = QZ9KCS2T78;
ENABLE_PREVIEWS = YES;
Expand Down Expand Up @@ -1015,7 +1015,7 @@
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 170;
CURRENT_PROJECT_VERSION = 171;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = QZ9KCS2T78;
ENABLE_BITCODE = YES;
Expand Down Expand Up @@ -1050,7 +1050,7 @@
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CODE_SIGN_IDENTITY = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 170;
CURRENT_PROJECT_VERSION = 171;
DEVELOPMENT_TEAM = QZ9KCS2T78;
ENABLE_BITCODE = YES;
INFOPLIST_FILE = Runner/Info.plist;
Expand Down
2 changes: 1 addition & 1 deletion ios/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>170</string>
<string>171</string>
<key>GADApplicationIdentifier</key>
<string>ca-app-pub-3940256099942544~1458002511</string>
<key>ITSAppUsesNonExemptEncryption</key>
Expand Down
2 changes: 1 addition & 1 deletion ios/nano Extension/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleShortVersionString</key>
<string>1.3.8</string>
<key>CFBundleVersion</key>
<string>170</string>
<string>171</string>
<key>CLKComplicationPrincipalClass</key>
<string>$(PRODUCT_MODULE_NAME).ComplicationController</string>
<key>NSExtension</key>
Expand Down
2 changes: 1 addition & 1 deletion ios/nano/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleShortVersionString</key>
<string>1.3.8</string>
<key>CFBundleVersion</key>
<string>170</string>
<string>171</string>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
Expand Down
6 changes: 3 additions & 3 deletions lib/common/pubspec.yaml.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4651da4

Please sign in to comment.