Skip to content

Commit

Permalink
Merge pull request #43 from AgileBits/use-ns_extension_unavailable-fo…
Browse files Browse the repository at this point in the history
…r-methods-using-uiapplication

Making isAppExtensionAvailable as NS_EXTENSION_UNAVAILABLE.
  • Loading branch information
roustem committed Aug 6, 2014
2 parents 45d4843 + 45fd65d commit 3009f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OnePasswordExtension.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ FOUNDATION_EXPORT NSInteger const AppExtensionErrorCodeUnexpectedData;
Note that this returns YES if any app that supports the generic `org-appextension-feature-password-management` feature
is installed.
*/
- (BOOL)isAppExtensionAvailable;
- (BOOL)isAppExtensionAvailable NS_EXTENSION_UNAVAILABLE_IOS("Not available in an extension. Check if org-appextension-feature-password-management:// URL can be opened by the app.");

/*!
Called from your login page, this method will find all available logins for the given URLString. After the user selects
Expand Down

0 comments on commit 3009f7f

Please sign in to comment.