Skip to content

Commit

Permalink
ios 1.9.48
Browse files Browse the repository at this point in the history
  • Loading branch information
Notsfsssf committed Sep 27, 2024
1 parent dfcb360 commit 8486139
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
workflow_dispatch: {}
jobs:
Build_IOS:
runs-on: macos-15
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Setup Flutter
Expand Down
12 changes: 6 additions & 6 deletions ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CURRENT_PROJECT_VERSION = 370;
CURRENT_PROJECT_VERSION = 380;
DEVELOPMENT_TEAM = L9F8ZWCR8Z;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
Expand All @@ -610,7 +610,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
MARKETING_VERSION = 1.9.47;
MARKETING_VERSION = 1.9.48;
PRODUCT_BUNDLE_IDENTIFIER = com.perol.pixez;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
Expand Down Expand Up @@ -736,7 +736,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CURRENT_PROJECT_VERSION = 370;
CURRENT_PROJECT_VERSION = 380;
DEVELOPMENT_TEAM = L9F8ZWCR8Z;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
Expand All @@ -752,7 +752,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
MARKETING_VERSION = 1.9.47;
MARKETING_VERSION = 1.9.48;
PRODUCT_BUNDLE_IDENTIFIER = com.perol.pixez;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
Expand All @@ -770,7 +770,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CURRENT_PROJECT_VERSION = 370;
CURRENT_PROJECT_VERSION = 380;
DEVELOPMENT_TEAM = L9F8ZWCR8Z;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
Expand All @@ -786,7 +786,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
MARKETING_VERSION = 1.9.47;
MARKETING_VERSION = 1.9.48;
PRODUCT_BUNDLE_IDENTIFIER = com.perol.pixez;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ publish_to: none
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.9.47+370
version: 1.9.48+380

environment:
sdk: ">=3.1.4"
Expand Down

0 comments on commit 8486139

Please sign in to comment.