Open chika-kasymov opened 8 years ago
Let me take a look, and I'll get back to you on this. Thanks for bringing it up!
I would also like to know the feasibility of using Chameleon on app extensions. Currently trying to use it for an Apple Watch extension and getting a Module file was created for incompatible target i386-apple-ios8.0
error
Haven't had time to look at it, but will make it happen this weekend.
@oriyentel You can now use Chameleon in your app extensions. Check out the app-extension branch.
@bre7 Feel free to look it over to make sure I didn't make any dangerous changes to the .swift files. I did remove several shorthand methods. Once you've made sure, I can merge it into the master branch.
I can't use this, as I'm using the swift-3 branch in my main app.
I get this from CocoaPods:
[!] There are multiple dependencies with different sources for
ChameleonFramework
inPodfile
:
- ChameleonFramework (from
https://github.com/ViccAlexander/Chameleon
, branchswift3
)- ChameleonFramework (from
https://github.com/ViccAlexander/Chameleon
, branchapp-extension
)
Any chance we can get this updated for swift 3? I'd like to test it out.
Any update to this? Any chance of getting this merged in?
+1 I've been waiting for this to get merged for ~1y @ViccAlexander @bre7
Hello! I have problem after adding Chameleon with Cocoapods to keyboard app extension. When I compile Xcode project, there are errors like
'sharedApplication' is unavailable: not available on iOS (App Extension)
. I installed PureLayout and solved this problem with code on repo's wiki:Is it possible to solve problem with similar code snippet?