-
Notifications
You must be signed in to change notification settings - Fork 297
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
6,863 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,7 @@ | |
# Xcode | ||
# | ||
build/ | ||
Pods | ||
*.pbxuser | ||
!default.pbxuser | ||
*.mode1v3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Changelog | ||
0.7v | ||
- Added Pods Header in Header Search Path [#101](https://github.com/terrillo/rn-apple-healthkit/pull/101) | ||
- Add podspec for CocoaPods [#96](https://github.com/terrillo/rn-apple-healthkit/pull/96) | ||
|
||
0.6.5v | ||
- Enable fetching basal energy [#23](https://github.com/terrillo/rn-apple-healthkit/pull/23) | ||
- remove checkPermission functions in order to use from PR [#69](https://github.com/terrillo/rn-apple-healthkit/pull/69) | ||
- Added correct link to permissions. [#73](https://github.com/terrillo/rn-apple-healthkit/pull/73) | ||
- Add unified way to get workouts + convert Activity Types to name + isTracked flag [#25](https://github.com/terrillo/rn-apple-healthkit/pull/25) | ||
|
||
0.6.4v | ||
- Basal energy ([#23](https://github.com/terrillo/rn-apple-healthkit/pull/23)) | ||
- Fixed issues with saving weight in the past | ||
- Commited the docs to increase pull request support | ||
- Add daily samples for: | ||
- Flights Climbed | ||
- WalkingRunning Distance | ||
- Cycling Distance | ||
|
||
0.6.3v | ||
- Food and Water ([#19](https://github.com/terrillo/rn-apple-healthkit/pull/19)) | ||
|
||
0.6.1v | ||
- HKQuantityTypeIdentifierActiveEnergyBurned |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Uncomment the next line to define a global platform for your project | ||
# platform :ios, '9.0' | ||
|
||
target 'RCTAppleHealthKit' do | ||
# Comment the next line if you don't want to use dynamic frameworks | ||
use_frameworks! | ||
|
||
# Pods for RCTAppleHealthKit | ||
|
||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,23 @@ | ||
require "json" | ||
|
||
package = JSON.parse(File.read(File.join(__dir__, "package.json"))) | ||
|
||
Pod::Spec.new do |s| | ||
s.name = "RCTAppleHealthKit" | ||
s.summary = "A React Native bridge module for interacting with Apple Healthkit data" | ||
s.version = "0.6.5" | ||
s.homepage = "https://github.com/terrillo/rn-apple-healthkit" | ||
s.name = "React Apple Healthkit" | ||
s.version = package["version"] | ||
s.summary = package["description"] | ||
s.description = <<-DESC | ||
A React Native package for interacting with Apple HealthKit | ||
DESC | ||
s.homepage = "https://github.com/github_account/react-native-healthkit" | ||
s.license = "MIT" | ||
s.author = { "Terrillo Walls" => "terrillo@terrillo.com" } | ||
s.platform = :ios, "9.0" | ||
s.source = { :git => "https://github.com/terrillo/rn-apple-healthkit", :tag => "master" } | ||
s.source_files = "RCTAppleHealthKit/*.{h,m}" | ||
s.author = { "Terrillo Walls" => "terrillo@terrillo.com" } | ||
s.platforms = { :ios => "9.0" } | ||
s.source = { :git => "https://github.com/github_account/react-native-healthkit.git", :tag => "#{s.version}" } | ||
|
||
s.source_files = "RCTAppleHealthKit/**/*.{h,m,swift}" | ||
s.requires_arc = true | ||
|
||
s.dependency "React" | ||
|
||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
67 changes: 67 additions & 0 deletions
67
RCTAppleHealthKit.xcodeproj/xcshareddata/xcschemes/RCTAppleHealthKit.xcscheme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<Scheme | ||
LastUpgradeVersion = "1110" | ||
version = "1.3"> | ||
<BuildAction | ||
parallelizeBuildables = "NO" | ||
buildImplicitDependencies = "YES"> | ||
<BuildActionEntries> | ||
<BuildActionEntry | ||
buildForTesting = "YES" | ||
buildForRunning = "YES" | ||
buildForProfiling = "YES" | ||
buildForArchiving = "YES" | ||
buildForAnalyzing = "YES"> | ||
<BuildableReference | ||
BuildableIdentifier = "primary" | ||
BlueprintIdentifier = "3774C88C1D2092F20000B3F3" | ||
BuildableName = "libRCTAppleHealthKit.a" | ||
BlueprintName = "RCTAppleHealthKit" | ||
ReferencedContainer = "container:RCTAppleHealthKit.xcodeproj"> | ||
</BuildableReference> | ||
</BuildActionEntry> | ||
</BuildActionEntries> | ||
</BuildAction> | ||
<TestAction | ||
buildConfiguration = "Debug" | ||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" | ||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" | ||
shouldUseLaunchSchemeArgsEnv = "YES"> | ||
<Testables> | ||
</Testables> | ||
</TestAction> | ||
<LaunchAction | ||
buildConfiguration = "Debug" | ||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" | ||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" | ||
launchStyle = "0" | ||
useCustomWorkingDirectory = "NO" | ||
ignoresPersistentStateOnLaunch = "NO" | ||
debugDocumentVersioning = "YES" | ||
debugServiceExtension = "internal" | ||
allowLocationSimulation = "YES"> | ||
</LaunchAction> | ||
<ProfileAction | ||
buildConfiguration = "Release" | ||
shouldUseLaunchSchemeArgsEnv = "YES" | ||
savedToolIdentifier = "" | ||
useCustomWorkingDirectory = "NO" | ||
debugDocumentVersioning = "YES"> | ||
<MacroExpansion> | ||
<BuildableReference | ||
BuildableIdentifier = "primary" | ||
BlueprintIdentifier = "3774C88C1D2092F20000B3F3" | ||
BuildableName = "libRCTAppleHealthKit.a" | ||
BlueprintName = "RCTAppleHealthKit" | ||
ReferencedContainer = "container:RCTAppleHealthKit.xcodeproj"> | ||
</BuildableReference> | ||
</MacroExpansion> | ||
</ProfileAction> | ||
<AnalyzeAction | ||
buildConfiguration = "Debug"> | ||
</AnalyzeAction> | ||
<ArchiveAction | ||
buildConfiguration = "Release" | ||
revealArchiveInOrganizer = "YES"> | ||
</ArchiveAction> | ||
</Scheme> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
8 changes: 8 additions & 0 deletions
8
RCTAppleHealthKit.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>IDEDidComputeMac32BitWarning</key> | ||
<true/> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.