Skip to content

Commit

Permalink
Merge pull request #5 from YuanZhu-apple/master
Browse files Browse the repository at this point in the history
Fix issue #4: Update submodule reference to make it compile.
  • Loading branch information
YuanZhu-apple committed Jun 26, 2015
2 parents 5b55fa4 + 1302969 commit a21285e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Diabetes/Startup/APHAppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@

#import "APHAppDelegate.h"
#import "APHProfileExtender.h"
#import "APHAppDelegate+APHMigration.h"
#import "APHGlucoseLevelsMealTimesViewController.h"

#pragma mark - Survey Identifiers
Expand Down
2 changes: 1 addition & 1 deletion ResearchKit
Submodule ResearchKit updated 45 files
+7 −7 README.md
+8 −0 ResearchKit.xcodeproj/project.pbxproj
+1 −1 ResearchKit/ActiveTasks/ORKAccelerometerRecorder.m
+2 −2 ResearchKit/ActiveTasks/ORKActiveStepQuantityView.h
+1 −1 ResearchKit/ActiveTasks/ORKActiveStepViewController.h
+3 −3 ResearchKit/ActiveTasks/ORKHealthQuantityTypeRecorder.h
+1 −1 ResearchKit/ActiveTasks/ORKSpatialSpanMemoryContentView.h
+2 −2 ResearchKit/ActiveTasks/ORKSpatialSpanTargetView.m
+16 −16 ResearchKit/Common/ORKAnswerFormat.h
+2 −3 ResearchKit/Common/ORKFormItemCell.h
+0 −2 ResearchKit/Common/ORKFormItemCell.m
+1 −1 ResearchKit/Common/ORKFormStep.m
+1 −19 ResearchKit/Common/ORKFormStepViewController.m
+1 −6 ResearchKit/Common/ORKHTMLPDFWriter.m
+1 −1 ResearchKit/Common/ORKHeadlineLabel.h
+3 −3 ResearchKit/Common/ORKHealthAnswerFormat.h
+3 −3 ResearchKit/Common/ORKHelpers.m
+1 −1 ResearchKit/Common/ORKNavigationContainerView_Internal.h
+2 −2 ResearchKit/Common/ORKResult.m
+1 −1 ResearchKit/Common/ORKStep.m
+1 −1 ResearchKit/Common/ORKStepViewController.m
+0 −2 ResearchKit/Common/ORKSubheadlineLabel.h
+1 −34 ResearchKit/Common/ORKSubheadlineLabel.m
+0 −11 ResearchKit/Common/ORKTableContainerView.h
+8 −2 ResearchKit/Common/ORKTableContainerView.m
+1 −1 ResearchKit/Common/ORKTaskViewController.m
+0 −2 ResearchKit/Common/ORKTextButton.h
+3 −19 ResearchKit/Common/ORKTextButton.m
+43 −0 ResearchKit/Common/UIApplication+ResearchKit.h
+49 −0 ResearchKit/Common/UIApplication+ResearchKit.m
+32 −5 ResearchKit/Consent/ORKConsentSceneViewController.m
+1 −1 ResearchKit/Consent/ORKConsentSharingStepViewController.m
+10 −0 ResearchKitTests/ORKAccessibilityTests.m
+11 −1 ResearchKitTests/ORKChoiceAnswerFormatHelperTests.m
+10 −0 ResearchKitTests/ORKConsentTests.m
+2 −0 ResearchKitTests/ORKDataLoggerManagerTests.m
+11 −0 ResearchKitTests/ORKDataLoggerTests.m
+18 −0 ResearchKitTests/ORKHKSampleTests.m
+5 −4 ResearchKitTests/ORKRecorderTests.m
+11 −0 ResearchKitTests/ORKResultTests.m
+16 −0 ResearchKitTests/ORKTextChoiceCellGroupTests.m
+2 −2 docs/ActiveTasks/ActiveTasks-template.markdown
+2 −2 docs/InformedConsent/InformedConsent-template.markdown
+2 −2 docs/Survey/CreatingSurveys-template.markdown
+1 −1 samples/ORKCatalog/readme.md

0 comments on commit a21285e

Please sign in to comment.