mirror of
https://github.com/UrbanApps/Armchair.git
synced 2026-01-14 14:23:25 +01:00
Doesn't work with Objective-C #11
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Jeehut on GitHub (Apr 28, 2015).
I just tried different approaches to get Armchair running in an Objective-C project but I wasn't successful. Please either add instructions on how to get Armchair running in Objective-C projects or add a clear statement that Armchair only supports Swift projects in the requirements of the README.
@JensDee commented on GitHub (May 21, 2015):
In theory you can use it from Objective C, however Armchair uses global variables (appID) and top level functions. These Swift-only features are not available in Objective C.
AFAICT, a refactoring of Armchair would be required in order to use it from Objective C. (In general it's not advisable to use global variables.)
@coneybeare commented on GitHub (May 21, 2015):
If you want to use objective-c, you should use our UAAppReviewManager instead.