Skip to content

Commit

Permalink
Merge pull request #11 from AckeeCZ/cleanup
Browse files Browse the repository at this point in the history
Cleanup
  • Loading branch information
olejnjak committed Jun 21, 2020
2 parents 2692a10 + 3ba73fb commit 7058954
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
8 changes: 5 additions & 3 deletions ACKImagePicker.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 1010;
LastUpgradeCheck = 1010;
LastUpgradeCheck = 1150;
ORGANIZATIONNAME = "Lukáš Hromadník";
TargetAttributes = {
A3D918D4221888320040F791 = {
Expand Down Expand Up @@ -570,7 +570,8 @@
A3FC20B722B77320005E60F9 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_IDENTITY = "iPhone Developer";
APPLICATION_EXTENSION_API_ONLY = YES;
CODE_SIGN_IDENTITY = "";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEFINES_MODULE = YES;
Expand Down Expand Up @@ -599,7 +600,8 @@
A3FC20B822B77320005E60F9 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_IDENTITY = "iPhone Developer";
APPLICATION_EXTENSION_API_ONLY = YES;
CODE_SIGN_IDENTITY = "";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEFINES_MODULE = YES;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1020"
LastUpgradeVersion = "1150"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down Expand Up @@ -29,8 +29,6 @@
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
</Testables>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
Expand All @@ -51,8 +49,6 @@
ReferencedContainer = "container:ACKImagePicker.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
Expand Down
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7058954

Please sign in to comment.