Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support swift 5 version #40

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

andrewrodrigo
Copy link

No description provided.

@ykws
Copy link

ykws commented Jan 18, 2022

Duplicated #38

@@ -242,7 +242,7 @@
attributes = {
LastSwiftMigration = 0700;
LastSwiftUpdateCheck = 0700;
LastUpgradeCheck = 0820;
LastUpgradeCheck = 1250;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

latest Xcode 13.2.1

Suggested change
LastUpgradeCheck = 1250;
LastUpgradeCheck = 1320;

Check the latest version in Xcode Release Notes.

@@ -380,14 +380,14 @@
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = AKImageCropperView/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Xcode recommended iOS12 or later.
However, if it is minimal upgrade, it can be supported from iOS9. There may be room for discussion on this.

@ykws ykws mentioned this pull request Jan 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants