mirror of
https://github.com/kkebo/DNSecure.git
synced 2026-03-11 08:54:36 +00:00
chore: bump version to 1.5.1
This commit is contained in:
parent
f3725d67f3
commit
302d034d53
2 changed files with 3 additions and 3 deletions
|
|
@ -541,7 +541,7 @@
|
||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
"@executable_path/Frameworks",
|
"@executable_path/Frameworks",
|
||||||
);
|
);
|
||||||
MARKETING_VERSION = 1.5.0;
|
MARKETING_VERSION = 1.5.1;
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = xyz.kebo.DNSecure;
|
PRODUCT_BUNDLE_IDENTIFIER = xyz.kebo.DNSecure;
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
|
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
|
||||||
|
|
@ -568,7 +568,7 @@
|
||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
"@executable_path/Frameworks",
|
"@executable_path/Frameworks",
|
||||||
);
|
);
|
||||||
MARKETING_VERSION = 1.5.0;
|
MARKETING_VERSION = 1.5.1;
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = xyz.kebo.DNSecure;
|
PRODUCT_BUNDLE_IDENTIFIER = xyz.kebo.DNSecure;
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
|
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ let package = Package(
|
||||||
targets: ["DNSecure"],
|
targets: ["DNSecure"],
|
||||||
bundleIdentifier: "xyz.kebo.DNSecure",
|
bundleIdentifier: "xyz.kebo.DNSecure",
|
||||||
teamIdentifier: "X4678G5DL2",
|
teamIdentifier: "X4678G5DL2",
|
||||||
displayVersion: "1.5.0",
|
displayVersion: "1.5.1",
|
||||||
bundleVersion: "24",
|
bundleVersion: "24",
|
||||||
appIcon: .asset("AppIcon"),
|
appIcon: .asset("AppIcon"),
|
||||||
accentColor: .asset("AccentColor"),
|
accentColor: .asset("AccentColor"),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue