Skip to content

Commit

Permalink
#21 iPad compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyVerbruggen committed Mar 24, 2015
1 parent ddcaeeb commit 5ac73d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
* `monitorSampleType`: not documented yet

## Tips
* Make sure your app id has the 'HealthKit' entitlement when this plugin is installed.
* Make sure your app id has the 'HealthKit' entitlement when this plugin is installed (see iOS dev center).
* Also, make sure your app and AppStore description complies with these Apple review guidelines: https://developer.apple.com/app-store/review/guidelines/#healthkit
7 changes: 4 additions & 3 deletions plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="com.telerik.plugins.healthkit"
version="0.3.1">
version="0.3.2">

<name>HealthKit</name>

Expand Down Expand Up @@ -36,11 +36,12 @@
</feature>
</config-file>

<config-file target="*-Info.plist" parent="UIRequiredDeviceCapabilities">
<!-- commented this because it means you can't use the app on iPad -->
<!--config-file target="*-Info.plist" parent="UIRequiredDeviceCapabilities">
<array>
<string>healthkit</string>
</array>
</config-file>
</config-file-->

<header-file src="src/ios/WorkoutActivityConversion.h"/>
<source-file src="src/ios/WorkoutActivityConversion.m"/>
Expand Down

0 comments on commit 5ac73d9

Please sign in to comment.