Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
rn-apple-healthkit
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Jira
Jira
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ym
rn-apple-healthkit
Commits
2fa1c03a
Commit
2fa1c03a
authored
Nov 06, 2016
by
Greg Wilson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updating to include sleep analysis... wip
parent
bfb4b3c5
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
23 additions
and
14 deletions
+23
-14
RCTAppleHealthKit.xcodeproj/project.pbxproj
RCTAppleHealthKit.xcodeproj/project.pbxproj
+6
-0
RCTAppleHealthKit/RCTAppleHealthKit+Queries.m
RCTAppleHealthKit/RCTAppleHealthKit+Queries.m
+2
-2
examples/StepsDemo/app/components/home/index.js
examples/StepsDemo/app/components/home/index.js
+1
-0
examples/StepsDemo/index.ios.js
examples/StepsDemo/index.ios.js
+2
-0
examples/StepsDemo/ios/StepsDemo.xcodeproj/project.pbxproj
examples/StepsDemo/ios/StepsDemo.xcodeproj/project.pbxproj
+12
-12
No files found.
RCTAppleHealthKit.xcodeproj/project.pbxproj
View file @
2fa1c03a
...
...
@@ -15,6 +15,7 @@
3774C8D41D20C6390000B3F3
/* RCTAppleHealthKit+Methods_Body.m in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
3774C8D31D20C6390000B3F3
/* RCTAppleHealthKit+Methods_Body.m */
;
};
3774C8D71D20C65F0000B3F3
/* RCTAppleHealthKit+Methods_Fitness.m in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
3774C8D61D20C65F0000B3F3
/* RCTAppleHealthKit+Methods_Fitness.m */
;
};
377D44F31D247D0A004E35CB
/* RCTAppleHealthKit+Methods_Characteristic.m in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
377D44F21D247D0A004E35CB
/* RCTAppleHealthKit+Methods_Characteristic.m */
;
};
37837E121DCFCD0B000201A0
/* RCTAppleHealthKit+Methods_Sleep.m in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
37837E111DCFCD0B000201A0
/* RCTAppleHealthKit+Methods_Sleep.m */
;
};
64C42D4A1D351A8800A0A8F7
/* RCTAppleHealthKit+Methods_Vitals.m in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
64C42D491D351A8800A0A8F7
/* RCTAppleHealthKit+Methods_Vitals.m */
;
};
64E0E73F1D37947B00EAB905
/* RCTAppleHealthKit+Methods_Results.m in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
64E0E73E1D37947B00EAB905
/* RCTAppleHealthKit+Methods_Results.m */
;
};
/* End PBXBuildFile section */
...
...
@@ -48,6 +49,8 @@
3774C8D61D20C65F0000B3F3
/* RCTAppleHealthKit+Methods_Fitness.m */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.c.objc
;
path
=
"RCTAppleHealthKit+Methods_Fitness.m"
;
sourceTree
=
"<group>"
;
};
377D44F11D247D0A004E35CB
/* RCTAppleHealthKit+Methods_Characteristic.h */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.c.h
;
path
=
"RCTAppleHealthKit+Methods_Characteristic.h"
;
sourceTree
=
"<group>"
;
};
377D44F21D247D0A004E35CB
/* RCTAppleHealthKit+Methods_Characteristic.m */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.c.objc
;
path
=
"RCTAppleHealthKit+Methods_Characteristic.m"
;
sourceTree
=
"<group>"
;
};
37837E101DCFCD0B000201A0
/* RCTAppleHealthKit+Methods_Sleep.h */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.c.h
;
path
=
"RCTAppleHealthKit+Methods_Sleep.h"
;
sourceTree
=
"<group>"
;
};
37837E111DCFCD0B000201A0
/* RCTAppleHealthKit+Methods_Sleep.m */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.c.objc
;
path
=
"RCTAppleHealthKit+Methods_Sleep.m"
;
sourceTree
=
"<group>"
;
};
64C42D481D351A8800A0A8F7
/* RCTAppleHealthKit+Methods_Vitals.h */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.c.h
;
path
=
"RCTAppleHealthKit+Methods_Vitals.h"
;
sourceTree
=
"<group>"
;
};
64C42D491D351A8800A0A8F7
/* RCTAppleHealthKit+Methods_Vitals.m */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.c.objc
;
path
=
"RCTAppleHealthKit+Methods_Vitals.m"
;
sourceTree
=
"<group>"
;
};
64E0E73D1D37947B00EAB905
/* RCTAppleHealthKit+Methods_Results.h */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.c.h
;
path
=
"RCTAppleHealthKit+Methods_Results.h"
;
sourceTree
=
"<group>"
;
};
...
...
@@ -102,6 +105,8 @@
3774C8D61D20C65F0000B3F3
/* RCTAppleHealthKit+Methods_Fitness.m */
,
377D44F11D247D0A004E35CB
/* RCTAppleHealthKit+Methods_Characteristic.h */
,
377D44F21D247D0A004E35CB
/* RCTAppleHealthKit+Methods_Characteristic.m */
,
37837E101DCFCD0B000201A0
/* RCTAppleHealthKit+Methods_Sleep.h */
,
37837E111DCFCD0B000201A0
/* RCTAppleHealthKit+Methods_Sleep.m */
,
);
path
=
RCTAppleHealthKit
;
sourceTree
=
"<group>"
;
...
...
@@ -164,6 +169,7 @@
files
=
(
3774C89B1D2095450000B3F3
/* RCTAppleHealthKit+Queries.m in Sources */
,
3774C8A11D20A6B90000B3F3
/* RCTAppleHealthKit+Utils.m in Sources */
,
37837E121DCFCD0B000201A0
/* RCTAppleHealthKit+Methods_Sleep.m in Sources */
,
3774C8D41D20C6390000B3F3
/* RCTAppleHealthKit+Methods_Body.m in Sources */
,
64E0E73F1D37947B00EAB905
/* RCTAppleHealthKit+Methods_Results.m in Sources */
,
64C42D4A1D351A8800A0A8F7
/* RCTAppleHealthKit+Methods_Vitals.m in Sources */
,
...
...
RCTAppleHealthKit/RCTAppleHealthKit+Queries.m
View file @
2fa1c03a
...
...
@@ -141,7 +141,7 @@
for
(
HKCategorySample
*
sample
in
results
)
{
HKCategoryType
*
catType
=
sample
.
categoryType
;
NSInteger
*
val
=
sample
.
value
;
NSInteger
val
=
sample
.
value
;
// HKQuantity *quantity = sample.quantity;
// double value = [quantity doubleValueForUnit:unit];
...
...
@@ -150,7 +150,7 @@
NSString
*
endDateString
=
[
RCTAppleHealthKit
buildISO8601StringFromDate
:
sample
.
endDate
];
NSDictionary
*
elem
=
@{
@"value"
:
@
((
(
float
)
*
val
)),
@"value"
:
@
((
(
float
)
val
)),
@"catType"
:
catType
.
identifier
,
@"startDate"
:
startDateString
,
@"endDate"
:
endDateString
,
...
...
examples/StepsDemo/app/components/home/index.js
View file @
2fa1c03a
...
...
@@ -134,6 +134,7 @@ class Home extends Component {
console
.
log
(
'
### SLEEP SAMPLES ###
'
)
console
.
log
(
'
######################################
'
)
console
.
log
(
res
)
});
}
...
...
examples/StepsDemo/index.ios.js
View file @
2fa1c03a
...
...
@@ -12,6 +12,8 @@ import {
View
}
from
'
react-native
'
;
require
(
'
RCTNativeAppEventEmitter
'
)
import
App
from
'
./app/app
'
;
class
StepsDemo
extends
Component
{
...
...
examples/StepsDemo/ios/StepsDemo.xcodeproj/project.pbxproj
View file @
2fa1c03a
...
...
@@ -22,7 +22,6 @@
13B07FC11A68108700A75B9A
/* main.m in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
13B07FB71A68108700A75B9A
/* main.m */
;
};
140ED2AC1D01E1AD002B40FF
/* libReact.a in Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
146834041AC3E56700842450
/* libReact.a */
;
};
146834051AC3E58100842450
/* libReact.a in Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
146834041AC3E56700842450
/* libReact.a */
;
};
37837DF31DCD618B000201A0
/* libRCTAppleHealthKit.a in Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
37837DF21DCD6186000201A0
/* libRCTAppleHealthKit.a */
;
};
378616B61D257B040027C300
/* HealthKit.framework in Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
378616B51D257B040027C300
/* HealthKit.framework */
;
};
832341BD1AAA6AB300B99B32
/* libRCTText.a in Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
832341B51AAA6A8300B99B32
/* libRCTText.a */
;
};
/* End PBXBuildFile section */
...
...
@@ -91,9 +90,9 @@
remoteGlobalIDString
=
83CBBA2E1A601D0E00E9B192
;
remoteInfo
=
React
;
};
37837
DF11DCD6186
000201A0
/* PBXContainerItemProxy */
=
{
37837
E1E1DCFD175
000201A0
/* PBXContainerItemProxy */
=
{
isa
=
PBXContainerItemProxy
;
containerPortal
=
37837
DED1DCD6186
000201A0
/* RCTAppleHealthKit.xcodeproj */
;
containerPortal
=
37837
E1A1DCFD175
000201A0
/* RCTAppleHealthKit.xcodeproj */
;
proxyType
=
2
;
remoteGlobalIDString
=
3774C88D1D2092F20000B3F3
;
remoteInfo
=
RCTAppleHealthKit
;
...
...
@@ -134,7 +133,7 @@
13B07FB61A68108700A75B9A
/* Info.plist */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
text.plist.xml
;
name
=
Info.plist
;
path
=
StepsDemo/Info.plist
;
sourceTree
=
"<group>"
;
};
13B07FB71A68108700A75B9A
/* main.m */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.c.objc
;
name
=
main.m
;
path
=
StepsDemo/main.m
;
sourceTree
=
"<group>"
;
};
146833FF1AC3E56700842450
/* React.xcodeproj */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
"wrapper.pb-project"
;
name
=
React.xcodeproj
;
path
=
"../node_modules/react-native/React/React.xcodeproj"
;
sourceTree
=
"<group>"
;
};
37837
DED1DCD6186
000201A0
/* RCTAppleHealthKit.xcodeproj */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
"wrapper.pb-project"
;
name
=
RCTAppleHealthKit.xcodeproj
;
path
=
"../node_modules/react-native-apple-healthkit/RCTAppleHealthKit.xcodeproj"
;
sourceTree
=
"<group>"
;
};
37837
E1A1DCFD175
000201A0
/* RCTAppleHealthKit.xcodeproj */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
"wrapper.pb-project"
;
name
=
RCTAppleHealthKit.xcodeproj
;
path
=
"../node_modules/react-native-apple-healthkit/RCTAppleHealthKit.xcodeproj"
;
sourceTree
=
"<group>"
;
};
378616B51D257B040027C300
/* HealthKit.framework */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
wrapper.framework
;
name
=
HealthKit.framework
;
path
=
System/Library/Frameworks/HealthKit.framework
;
sourceTree
=
SDKROOT
;
};
378616B71D257B040027C300
/* StepsDemo.entitlements */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
text.xml
;
name
=
StepsDemo.entitlements
;
path
=
StepsDemo/StepsDemo.entitlements
;
sourceTree
=
"<group>"
;
};
78C398B01ACF4ADC00677621
/* RCTLinking.xcodeproj */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
"wrapper.pb-project"
;
name
=
RCTLinking.xcodeproj
;
path
=
"../node_modules/react-native/Libraries/LinkingIOS/RCTLinking.xcodeproj"
;
sourceTree
=
"<group>"
;
};
...
...
@@ -154,7 +153,6 @@
isa
=
PBXFrameworksBuildPhase
;
buildActionMask
=
2147483647
;
files
=
(
37837DF31DCD618B000201A0
/* libRCTAppleHealthKit.a in Frameworks */
,
139FDEF61B0652A700C62182
/* libRCTWebSocket.a in Frameworks */
,
146834051AC3E58100842450
/* libReact.a in Frameworks */
,
00C302E51ABCBA2D00DB3ED1
/* libRCTActionSheet.a in Frameworks */
,
...
...
@@ -268,10 +266,10 @@
name
=
Products
;
sourceTree
=
"<group>"
;
};
37837
DEE1DCD6186
000201A0
/* Products */
=
{
37837
E1B1DCFD175
000201A0
/* Products */
=
{
isa
=
PBXGroup
;
children
=
(
37837
DF21DCD6186
000201A0
/* libRCTAppleHealthKit.a */
,
37837
E1F1DCFD175
000201A0
/* libRCTAppleHealthKit.a */
,
);
name
=
Products
;
sourceTree
=
"<group>"
;
...
...
@@ -287,7 +285,7 @@
832341AE1AAA6A7D00B99B32
/* Libraries */
=
{
isa
=
PBXGroup
;
children
=
(
37837
DED1DCD6186
000201A0
/* RCTAppleHealthKit.xcodeproj */
,
37837
E1A1DCFD175
000201A0
/* RCTAppleHealthKit.xcodeproj */
,
146833FF1AC3E56700842450
/* React.xcodeproj */
,
00C302A71ABCB8CE00DB3ED1
/* RCTActionSheet.xcodeproj */
,
00C302B51ABCB90400DB3ED1
/* RCTGeolocation.xcodeproj */
,
...
...
@@ -411,8 +409,8 @@
ProjectRef
=
00C302A71ABCB8CE00DB3ED1
/* RCTActionSheet.xcodeproj */
;
},
{
ProductGroup
=
37837
DEE1DCD6186
000201A0
/* Products */
;
ProjectRef
=
37837
DED1DCD6186
000201A0
/* RCTAppleHealthKit.xcodeproj */
;
ProductGroup
=
37837
E1B1DCFD175
000201A0
/* Products */
;
ProjectRef
=
37837
E1A1DCFD175
000201A0
/* RCTAppleHealthKit.xcodeproj */
;
},
{
ProductGroup
=
00C302B61ABCB90400DB3ED1
/* Products */
;
...
...
@@ -516,11 +514,11 @@
remoteRef
=
146834031AC3E56700842450
/* PBXContainerItemProxy */
;
sourceTree
=
BUILT_PRODUCTS_DIR
;
};
37837
DF21DCD6186
000201A0
/* libRCTAppleHealthKit.a */
=
{
37837
E1F1DCFD175
000201A0
/* libRCTAppleHealthKit.a */
=
{
isa
=
PBXReferenceProxy
;
fileType
=
archive.ar
;
path
=
libRCTAppleHealthKit.a
;
remoteRef
=
37837
DF11DCD6186
000201A0
/* PBXContainerItemProxy */
;
remoteRef
=
37837
E1E1DCFD175
000201A0
/* PBXContainerItemProxy */
;
sourceTree
=
BUILT_PRODUCTS_DIR
;
};
78C398B91ACF4ADC00677621
/* libRCTLinking.a */
=
{
...
...
@@ -734,6 +732,7 @@
IPHONEOS_DEPLOYMENT_TARGET
=
7.0
;
MTL_ENABLE_DEBUG_INFO
=
YES
;
ONLY_ACTIVE_ARCH
=
YES
;
OTHER_LDFLAGS
=
""
;
SDKROOT
=
iphoneos
;
};
name
=
Debug
;
...
...
@@ -773,6 +772,7 @@
);
IPHONEOS_DEPLOYMENT_TARGET
=
7.0
;
MTL_ENABLE_DEBUG_INFO
=
NO
;
OTHER_LDFLAGS
=
""
;
SDKROOT
=
iphoneos
;
VALIDATE_PRODUCT
=
YES
;
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment