Skip to content

Add support for IOS #4

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

Merged
merged 9 commits into from
Mar 18, 2024
Merged

Add support for IOS #4

merged 9 commits into from
Mar 18, 2024

Conversation

rainyl
Copy link
Owner

@rainyl rainyl commented Mar 18, 2024

  • add support for ios
  • arm64(armv8) and x64(x86_64, for simulator) are supported now
  • fix dynamiclibrary load in base.dart

@rainyl rainyl merged commit 12207ac into main Mar 18, 2024
Copy link

@azlekov azlekov left a comment

Choose a reason for hiding this comment

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

Sorry for bothering, I'm just following your great work, which saved my flutter project a week ago.

Let me know if I can help somehow.

s.source = { :path => '.' }
# s.source_files = 'Classes/**/*'
s.dependency 'Flutter'
s.platform = :ios, '11.0'
Copy link

Choose a reason for hiding this comment

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

Should this be 12.0 as specified in profiles/ios-armv8?

Copy link
Owner Author

Choose a reason for hiding this comment

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

Yes, thanks, I will update it soon.

DESC
s.homepage = 'http://example.com'
s.license = { :file => '../LICENSE' }
s.author = { 'Your Company' => '[email protected]' }
Copy link

Choose a reason for hiding this comment

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

You can put your email similar to the macOS pod spec?

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