Updated project settings, Fixed issues for dynamic framework#37
Updated project settings, Fixed issues for dynamic framework#37amosavian wants to merge 1 commit intoabbeycode:masterfrom amosavian:master
Conversation
|
Can you please merge in upstream changes that fixed the build? |
| <key>CFBundlePackageType</key> | ||
| <string>FMWK</string> | ||
| <key>CFBundleShortVersionString</key> | ||
| <string>2.8-beta</string> |
There was a problem hiding this comment.
I'll update it out of beta after we merge this request. I've got a scripted process for doing so.
| isa = PBXProject; | ||
| attributes = { | ||
| LastSwiftUpdateCheck = 0700; | ||
| LastUpgradeCheck = 0700; |
There was a problem hiding this comment.
Were any of the changes to this file required for the framework to build?
There was a problem hiding this comment.
I will only make a warning silent. Nothing special.
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <Scheme | ||
| LastUpgradeVersion = "0700" | ||
| LastUpgradeVersion = "0820" |
There was a problem hiding this comment.
I will only make a warning silent. Nothing special.
| @@ -1,6 +1,6 @@ | |||
| <?xml version="1.0" encoding="UTF-8"?> | |||
| <Scheme | |||
| LastUpgradeVersion = "0700" | |||
|
Thanks for the contribution - as far as I can tell though, the additional import is the only change required though, right? That's basically what all of my individual comments were getting at. |
|
In general it adds |
|
Right, so for the beta tag and LastUpgrade flag, those are things that I'd rather take care of myself. For removing "beta", I will do that after merging this PR. For the version upgrade, I need to check over all the upgraded settings. It shouldn't take me long, but I can't promise a timeframe. I'll try to look at it soon. |
|
Consequently only |
|
Also you can switch to |
|
Good call on using Foundation. I made that switch, and pushed a new build to CocoaPods (everything is at 2.8 now, no longer beta). |
This pull request addressed framework issues discussed in abbeycode/UnzipKit#48 allows project to be used for manual dynamic linking.