From f8e896895869785fdaebecde28a94f8075e9ae18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Olejni=CC=81k?= Date: Sun, 21 Jun 2020 20:40:18 +0200 Subject: [PATCH 1/3] =?UTF-8?q?=F0=9F=94=A7=20Use=20recommended=20project?= =?UTF-8?q?=20settings?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ACKImagePicker.xcodeproj/project.pbxproj | 6 +++--- .../xcshareddata/xcschemes/ACKImagePicker.xcscheme | 6 +----- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/ACKImagePicker.xcodeproj/project.pbxproj b/ACKImagePicker.xcodeproj/project.pbxproj index 41fc51a..fae2eac 100644 --- a/ACKImagePicker.xcodeproj/project.pbxproj +++ b/ACKImagePicker.xcodeproj/project.pbxproj @@ -276,7 +276,7 @@ isa = PBXProject; attributes = { LastSwiftUpdateCheck = 1010; - LastUpgradeCheck = 1010; + LastUpgradeCheck = 1150; ORGANIZATIONNAME = "Lukáš Hromadník"; TargetAttributes = { A3D918D4221888320040F791 = { @@ -570,7 +570,7 @@ A3FC20B722B77320005E60F9 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { - CODE_SIGN_IDENTITY = "iPhone Developer"; + CODE_SIGN_IDENTITY = ""; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; DEFINES_MODULE = YES; @@ -599,7 +599,7 @@ A3FC20B822B77320005E60F9 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - CODE_SIGN_IDENTITY = "iPhone Developer"; + CODE_SIGN_IDENTITY = ""; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; DEFINES_MODULE = YES; diff --git a/ACKImagePicker.xcodeproj/xcshareddata/xcschemes/ACKImagePicker.xcscheme b/ACKImagePicker.xcodeproj/xcshareddata/xcschemes/ACKImagePicker.xcscheme index 8198823..2a71ac8 100644 --- a/ACKImagePicker.xcodeproj/xcshareddata/xcschemes/ACKImagePicker.xcscheme +++ b/ACKImagePicker.xcodeproj/xcshareddata/xcschemes/ACKImagePicker.xcscheme @@ -1,6 +1,6 @@ - - - - Date: Sun, 21 Jun 2020 20:40:50 +0200 Subject: [PATCH 2/3] =?UTF-8?q?=F0=9F=94=A7=20Allow=20`APP=5FEXTENSION=5FA?= =?UTF-8?q?PI=5FONLY`=20for=20framework?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ACKImagePicker.xcodeproj/project.pbxproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ACKImagePicker.xcodeproj/project.pbxproj b/ACKImagePicker.xcodeproj/project.pbxproj index fae2eac..cd06786 100644 --- a/ACKImagePicker.xcodeproj/project.pbxproj +++ b/ACKImagePicker.xcodeproj/project.pbxproj @@ -570,6 +570,7 @@ A3FC20B722B77320005E60F9 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { + APPLICATION_EXTENSION_API_ONLY = YES; CODE_SIGN_IDENTITY = ""; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; @@ -599,6 +600,7 @@ A3FC20B822B77320005E60F9 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { + APPLICATION_EXTENSION_API_ONLY = YES; CODE_SIGN_IDENTITY = ""; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; From 3ba73fb93de81f208c10508dbbcd8791028fdb18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Olejni=CC=81k?= Date: Sun, 21 Jun 2020 20:43:32 +0200 Subject: [PATCH 3/3] =?UTF-8?q?=F0=9F=93=9D=20Update=20CHANGELOG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b0f6ab..7c179e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,17 @@ ## Next +### Added +- SwiftPM support ([#10](https://github.com/AckeeCZ/ACKImagePicker/pull/10)) by @olejnjak + +### Fixed +- Update project to recommended project settings ([#11](https://github. +com/AckeeCZ/ACKImagePicker/pull/11)) by @olejnjak +- Use `APPLICATION_EXTENSION_API_ONLY` for framework ([#11](https://github.com/AckeeCZ/ACKImagePicker/pull/11)) by @olejnjak + ## 0.2.0 ### Added -- SwiftPM support ([#10](https://github.com/AckeeCZ/ACKImagePicker/pull/10)) by @olejnjak - README, tapestry, point to Ackee github ([#8](https://github.com/AckeeCZ/ACKImagePicker/pull/8)) by @fortmarek ## 0.1.2 \ No newline at end of file