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
1ca40245
Commit
1ca40245
authored
Feb 18, 2017
by
Terrillo Walls
Committed by
GitHub
Feb 18, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #18 from Cavallete/react-native-40
Fix compile bugs related to React Native 0.40
parents
a6205b95
c4a303ae
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
11 deletions
+11
-11
RCTAppleHealthKit.xcodeproj/project.pbxproj
RCTAppleHealthKit.xcodeproj/project.pbxproj
+4
-4
RCTAppleHealthKit/RCTAppleHealthKit+Methods_Fitness.m
RCTAppleHealthKit/RCTAppleHealthKit+Methods_Fitness.m
+2
-2
RCTAppleHealthKit/RCTAppleHealthKit.h
RCTAppleHealthKit/RCTAppleHealthKit.h
+3
-3
RCTAppleHealthKit/RCTAppleHealthKit.m
RCTAppleHealthKit/RCTAppleHealthKit.m
+2
-2
No files found.
RCTAppleHealthKit.xcodeproj/project.pbxproj
View file @
1ca40245
...
...
@@ -269,8 +269,8 @@
isa
=
XCBuildConfiguration
;
buildSettings
=
{
HEADER_SEARCH_PATHS
=
(
"$(SRCROOT)/../react-native/React/**"
,
"$(SRCROOT)/
node_modules/react-native
/React/**"
,
"$(SRCROOT)/../
../
react-native/React/**"
,
"$(SRCROOT)/
../../..
/React/**"
,
);
OTHER_LDFLAGS
=
"-ObjC"
;
PRODUCT_NAME
=
"$(TARGET_NAME)"
;
...
...
@@ -282,8 +282,8 @@
isa
=
XCBuildConfiguration
;
buildSettings
=
{
HEADER_SEARCH_PATHS
=
(
"$(SRCROOT)/../react-native/React/**"
,
"$(SRCROOT)/
node_modules/react-native
/React/**"
,
"$(SRCROOT)/../
../
react-native/React/**"
,
"$(SRCROOT)/
../../..
/React/**"
,
);
OTHER_LDFLAGS
=
"-ObjC"
;
PRODUCT_NAME
=
"$(TARGET_NAME)"
;
...
...
RCTAppleHealthKit/RCTAppleHealthKit+Methods_Fitness.m
View file @
1ca40245
...
...
@@ -10,8 +10,8 @@
#import "RCTAppleHealthKit+Queries.h"
#import "RCTAppleHealthKit+Utils.h"
#import
"RCTBridge.h"
#import
"RCTEventDispatcher.h"
#import
<React/RCTBridgeModule.h>
#import
<React/RCTEventDispatcher.h>
@implementation
RCTAppleHealthKit
(
Methods_Fitness
)
...
...
RCTAppleHealthKit/RCTAppleHealthKit.h
View file @
1ca40245
...
...
@@ -8,9 +8,9 @@
#import <Foundation/Foundation.h>
#import <HealthKit/HealthKit.h>
#import
"RCTBridgeModule.h"
#import
"RCTUtils.h"
#import
"RCTLog.h"
#import
<React/RCTBridgeModule.h>
#import
<React/RCTUtils.h>
#import
<React/RCTLog.h>
@interface
RCTAppleHealthKit
:
NSObject
<
RCTBridgeModule
>
...
...
RCTAppleHealthKit/RCTAppleHealthKit.m
View file @
1ca40245
...
...
@@ -16,8 +16,8 @@
#import "RCTAppleHealthKit+Methods_Results.h"
#import "RCTAppleHealthKit+Methods_Sleep.h"
#import
"RCTBridge.h"
#import
"RCTEventDispatcher.h"
#import
<React/RCTBridgeModule.h>
#import
<React/RCTEventDispatcher.h>
@implementation
RCTAppleHealthKit
@synthesize
bridge
=
_bridge
;
...
...
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