We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Built apps are ~14M. A good chunk of that is just swift:
$ du -shc Contents/Frameworks/* 236K Contents/Frameworks/libswiftAppKit.dylib 6.2M Contents/Frameworks/libswiftCore.dylib 96K Contents/Frameworks/libswiftCoreData.dylib 40K Contents/Frameworks/libswiftCoreFoundation.dylib 200K Contents/Frameworks/libswiftCoreGraphics.dylib 48K Contents/Frameworks/libswiftCoreImage.dylib 104K Contents/Frameworks/libswiftDarwin.dylib 340K Contents/Frameworks/libswiftDispatch.dylib 2.9M Contents/Frameworks/libswiftFoundation.dylib 44K Contents/Frameworks/libswiftIOKit.dylib 92K Contents/Frameworks/libswiftMetal.dylib 60K Contents/Frameworks/libswiftObjectiveC.dylib 60K Contents/Frameworks/libswiftQuartzCore.dylib 44K Contents/Frameworks/libswiftXPC.dylib 76K Contents/Frameworks/libswiftos.dylib 11M total
Although this project was started to learn Swift, maybe Objective-C would drastically reduce the final app sizes.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Built apps are ~14M. A good chunk of that is just swift:
Although this project was started to learn Swift, maybe Objective-C would drastically reduce the final app sizes.
The text was updated successfully, but these errors were encountered: