Buglife / Buglife-iOS

Awesome bug reporting for iOS apps
Apache License 2.0
509 stars 63 forks source link

Should use aliases instead of duplicate files in .framework #10

Closed NSProgrammer closed 8 years ago

NSProgrammer commented 8 years ago

Instead of having duplicate headers and binary throughout the .framework, a single binary and set of headers under .framework/Versions/A would suffice and then .framework/Versions/Current would alias to .framework/Versions/A, .framework/Headers would alias to .framework/Versions/A/Headers, .framework/Modules would alias to .framework/Versions/A/Modules, and .framework/Buglife would alias to .framework/Versions/A/Buglife. This would cut the size of the framework by one third (66%).

schukin commented 8 years ago

Thanks Nolan! Those definitely should be aliases instead of duplicates. We'll be sure to get that fixed in our next SDK release :)

schukin commented 8 years ago

Forgot to mention, this was fixed in our last release. Thanks again @NSProgrammer!