Skip to content

Conversation

@JasonCanCode
Copy link

@JasonCanCode JasonCanCode commented Jan 19, 2022

If you'd like to keep CocoaPod support you can revert this commit: 399099c

INFOPLIST_FILE = Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.2;
IPHONEOS_DEPLOYMENT_TARGET = 12.2;
Copy link
Contributor

Choose a reason for hiding this comment

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

Was upping the minimum version necessary for SPM support?

@@ -1,22 +0,0 @@
#
Copy link
Contributor

Choose a reason for hiding this comment

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

Why remove cocoapods support?


func testOfStyle() {
let font = Futura.medium.of(style: .title3)
let font = Futura.medium.of(textStyle: .title3)
Copy link
Contributor

Choose a reason for hiding this comment

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

If we are removing support for < iOS 12, these tests can be deleted along with the deprecated of(style:) function.


import PackageDescription

let package = Package(
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we specify the test target in here?

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