1
1
mirror of https://github.com/danbee/persephone synced 2025-03-04 08:39:11 +00:00

Update version number and enable hardened runtime

This commit is contained in:
Daniel Barber 2019-04-09 14:24:51 -04:00
parent d41faeb71e
commit d79fd4f8e6
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8
3 changed files with 16 additions and 7 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## 0.11.2-alpha - 2019-04-09
### Changed
- Fixed image scaling so it retains the original image aspect ratio
## 0.11.1-alpha - 2019-04-01
### Changed

View File

@ -665,6 +665,9 @@
CreatedOnToolsVersion = 9.4.1;
LastSwiftMigration = 1020;
SystemCapabilities = {
com.apple.HardenedRuntime = {
enabled = 1;
};
com.apple.Sandbox = {
enabled = 0;
};
@ -980,11 +983,11 @@
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = Persephone/Persephone.entitlements;
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_IDENTITY = "3rd Party Mac Developer Application";
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_TEAM = BDEE7ZBFZ3;
DEVELOPMENT_TEAM = 8E7TQ638ZD;
ENABLE_HARDENED_RUNTIME = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Carthage/Build/Mac",
@ -1011,11 +1014,11 @@
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = Persephone/Persephone.entitlements;
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_IDENTITY = "3rd Party Mac Developer Application";
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_TEAM = BDEE7ZBFZ3;
DEVELOPMENT_TEAM = 8E7TQ638ZD;
ENABLE_HARDENED_RUNTIME = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Carthage/Build/Mac",

View File

@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.11.1-alpha</string>
<string>0.11.2-alpha</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSApplicationCategoryType</key>