mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-04-23 07:19:11 +00:00
Updated app version
This commit is contained in:
parent
e10b53338b
commit
7aea6ec425
2 changed files with 7 additions and 7 deletions
|
@ -421,7 +421,7 @@
|
||||||
CODE_SIGN_ENTITLEMENTS = Runner/DebugProfile.entitlements;
|
CODE_SIGN_ENTITLEMENTS = Runner/DebugProfile.entitlements;
|
||||||
CODE_SIGN_STYLE = Automatic;
|
CODE_SIGN_STYLE = Automatic;
|
||||||
COMBINE_HIDPI_IMAGES = YES;
|
COMBINE_HIDPI_IMAGES = YES;
|
||||||
CURRENT_PROJECT_VERSION = 54;
|
CURRENT_PROJECT_VERSION = 55;
|
||||||
DEVELOPMENT_TEAM = 38Z3B9TJTR;
|
DEVELOPMENT_TEAM = 38Z3B9TJTR;
|
||||||
INFOPLIST_FILE = Runner/Info.plist;
|
INFOPLIST_FILE = Runner/Info.plist;
|
||||||
INFOPLIST_KEY_CFBundleDisplayName = "AdGuard Home Manager";
|
INFOPLIST_KEY_CFBundleDisplayName = "AdGuard Home Manager";
|
||||||
|
@ -429,7 +429,7 @@
|
||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
"@executable_path/../Frameworks",
|
"@executable_path/../Frameworks",
|
||||||
);
|
);
|
||||||
MARKETING_VERSION = 2.1.0;
|
MARKETING_VERSION = 2.1.1;
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = "com.jgeek00.adguard-home-manager";
|
PRODUCT_BUNDLE_IDENTIFIER = "com.jgeek00.adguard-home-manager";
|
||||||
PRODUCT_COPYRIGHT = "Copyright © 2023 JGeek00. All rights reserved.";
|
PRODUCT_COPYRIGHT = "Copyright © 2023 JGeek00. All rights reserved.";
|
||||||
PRODUCT_NAME = "AdGuard Home Manager";
|
PRODUCT_NAME = "AdGuard Home Manager";
|
||||||
|
@ -554,7 +554,7 @@
|
||||||
CODE_SIGN_ENTITLEMENTS = Runner/DebugProfile.entitlements;
|
CODE_SIGN_ENTITLEMENTS = Runner/DebugProfile.entitlements;
|
||||||
CODE_SIGN_STYLE = Automatic;
|
CODE_SIGN_STYLE = Automatic;
|
||||||
COMBINE_HIDPI_IMAGES = YES;
|
COMBINE_HIDPI_IMAGES = YES;
|
||||||
CURRENT_PROJECT_VERSION = 54;
|
CURRENT_PROJECT_VERSION = 55;
|
||||||
DEVELOPMENT_TEAM = 38Z3B9TJTR;
|
DEVELOPMENT_TEAM = 38Z3B9TJTR;
|
||||||
INFOPLIST_FILE = Runner/Info.plist;
|
INFOPLIST_FILE = Runner/Info.plist;
|
||||||
INFOPLIST_KEY_CFBundleDisplayName = "AdGuard Home Manager";
|
INFOPLIST_KEY_CFBundleDisplayName = "AdGuard Home Manager";
|
||||||
|
@ -562,7 +562,7 @@
|
||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
"@executable_path/../Frameworks",
|
"@executable_path/../Frameworks",
|
||||||
);
|
);
|
||||||
MARKETING_VERSION = 2.1.0;
|
MARKETING_VERSION = 2.1.1;
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = "com.jgeek00.adguard-home-manager";
|
PRODUCT_BUNDLE_IDENTIFIER = "com.jgeek00.adguard-home-manager";
|
||||||
PRODUCT_COPYRIGHT = "Copyright © 2023 JGeek00. All rights reserved.";
|
PRODUCT_COPYRIGHT = "Copyright © 2023 JGeek00. All rights reserved.";
|
||||||
PRODUCT_NAME = "AdGuard Home Manager";
|
PRODUCT_NAME = "AdGuard Home Manager";
|
||||||
|
@ -581,7 +581,7 @@
|
||||||
CODE_SIGN_ENTITLEMENTS = Runner/Release.entitlements;
|
CODE_SIGN_ENTITLEMENTS = Runner/Release.entitlements;
|
||||||
CODE_SIGN_STYLE = Automatic;
|
CODE_SIGN_STYLE = Automatic;
|
||||||
COMBINE_HIDPI_IMAGES = YES;
|
COMBINE_HIDPI_IMAGES = YES;
|
||||||
CURRENT_PROJECT_VERSION = 54;
|
CURRENT_PROJECT_VERSION = 55;
|
||||||
DEVELOPMENT_TEAM = 38Z3B9TJTR;
|
DEVELOPMENT_TEAM = 38Z3B9TJTR;
|
||||||
INFOPLIST_FILE = Runner/Info.plist;
|
INFOPLIST_FILE = Runner/Info.plist;
|
||||||
INFOPLIST_KEY_CFBundleDisplayName = "AdGuard Home Manager";
|
INFOPLIST_KEY_CFBundleDisplayName = "AdGuard Home Manager";
|
||||||
|
@ -589,7 +589,7 @@
|
||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
"@executable_path/../Frameworks",
|
"@executable_path/../Frameworks",
|
||||||
);
|
);
|
||||||
MARKETING_VERSION = 2.1.0;
|
MARKETING_VERSION = 2.1.1;
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = "com.jgeek00.adguard-home-manager";
|
PRODUCT_BUNDLE_IDENTIFIER = "com.jgeek00.adguard-home-manager";
|
||||||
PRODUCT_COPYRIGHT = "Copyright © 2023 JGeek00. All rights reserved.";
|
PRODUCT_COPYRIGHT = "Copyright © 2023 JGeek00. All rights reserved.";
|
||||||
PRODUCT_NAME = "AdGuard Home Manager";
|
PRODUCT_NAME = "AdGuard Home Manager";
|
||||||
|
|
|
@ -17,7 +17,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
||||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||||
# In Windows, build-name is used as the major, minor, and patch parts
|
# In Windows, build-name is used as the major, minor, and patch parts
|
||||||
# of the product and file versions while build-number is used as the build suffix.
|
# of the product and file versions while build-number is used as the build suffix.
|
||||||
version: 2.1.0+54
|
version: 2.1.1+55
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: '>=2.18.1 <3.0.0'
|
sdk: '>=2.18.1 <3.0.0'
|
||||||
|
|
Loading…
Add table
Reference in a new issue