forked from ResearchKit/ResearchKit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support for iOS 9, Xcode 7, and Swift 2.
- Loading branch information
Showing
69 changed files
with
606 additions
and
389 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
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 |
---|---|---|
|
@@ -360,7 +360,7 @@ | |
B1A860F61A9693C400EA57B7 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = B1A860E81A9693C400EA57B7 /* [email protected] */; }; | ||
B1A860F71A9693C400EA57B7 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = B1A860E91A9693C400EA57B7 /* [email protected] */; }; | ||
B1C0F4E41A9BA65F0022C153 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = B1C0F4E11A9BA65F0022C153 /* Localizable.strings */; }; | ||
B1C7955E1A9FBF04007279BA /* HealthKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B1C7955D1A9FBF04007279BA /* HealthKit.framework */; settings = {ATTRIBUTES = (Weak, ); }; }; | ||
B1C7955E1A9FBF04007279BA /* HealthKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B1C7955D1A9FBF04007279BA /* HealthKit.framework */; settings = {ATTRIBUTES = (Required, ); }; }; | ||
B8760F2B1AFBEFB0007FA16F /* ORKScaleRangeDescriptionLabel.h in Headers */ = {isa = PBXBuildFile; fileRef = B8760F291AFBEFB0007FA16F /* ORKScaleRangeDescriptionLabel.h */; }; | ||
B8760F2C1AFBEFB0007FA16F /* ORKScaleRangeDescriptionLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = B8760F2A1AFBEFB0007FA16F /* ORKScaleRangeDescriptionLabel.m */; }; | ||
BC01B0FB1B0EB99700863803 /* ORKTintedImageView_Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = BC01B0FA1B0EB99700863803 /* ORKTintedImageView_Internal.h */; }; | ||
|
@@ -2390,6 +2390,7 @@ | |
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; | ||
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; | ||
COPY_PHASE_STRIP = NO; | ||
ENABLE_TESTABILITY = YES; | ||
GCC_DYNAMIC_NO_PIC = NO; | ||
GCC_OPTIMIZATION_LEVEL = 0; | ||
GCC_PREPROCESSOR_DEFINITIONS = ( | ||
|
@@ -2407,6 +2408,7 @@ | |
ONLY_ACTIVE_ARCH = YES; | ||
SDKROOT = iphoneos; | ||
TARGETED_DEVICE_FAMILY = 1; | ||
TOOLCHAINS = default; | ||
}; | ||
name = Debug; | ||
}; | ||
|
@@ -2437,6 +2439,7 @@ | |
IPHONEOS_DEPLOYMENT_TARGET = 8.0; | ||
SDKROOT = iphoneos; | ||
TARGETED_DEVICE_FAMILY = 1; | ||
TOOLCHAINS = default; | ||
VALIDATE_PRODUCT = YES; | ||
}; | ||
name = Release; | ||
|
@@ -2461,6 +2464,7 @@ | |
IPHONEOS_DEPLOYMENT_TARGET = 8.2; | ||
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; | ||
MTL_ENABLE_DEBUG_INFO = YES; | ||
PRODUCT_BUNDLE_IDENTIFIER = "com.apple.$(PRODUCT_NAME:rfc1034identifier)"; | ||
PRODUCT_NAME = "$(TARGET_NAME)"; | ||
}; | ||
name = Debug; | ||
|
@@ -2482,6 +2486,7 @@ | |
IPHONEOS_DEPLOYMENT_TARGET = 8.2; | ||
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; | ||
MTL_ENABLE_DEBUG_INFO = NO; | ||
PRODUCT_BUNDLE_IDENTIFIER = "com.apple.$(PRODUCT_NAME:rfc1034identifier)"; | ||
PRODUCT_NAME = "$(TARGET_NAME)"; | ||
}; | ||
name = Release; | ||
|
@@ -2509,6 +2514,7 @@ | |
IPHONEOS_DEPLOYMENT_TARGET = 8.0; | ||
MODULEMAP_FILE = ResearchKit/module.modulemap; | ||
MTL_ENABLE_DEBUG_INFO = YES; | ||
PRODUCT_BUNDLE_IDENTIFIER = "apple.${PRODUCT_NAME:rfc1034identifier}"; | ||
PRODUCT_NAME = ResearchKit; | ||
SDKROOT = iphoneos; | ||
SKIP_INSTALL = YES; | ||
|
@@ -2536,6 +2542,7 @@ | |
IPHONEOS_DEPLOYMENT_TARGET = 8.0; | ||
MODULEMAP_FILE = ResearchKit/module.modulemap; | ||
MTL_ENABLE_DEBUG_INFO = NO; | ||
PRODUCT_BUNDLE_IDENTIFIER = "apple.${PRODUCT_NAME:rfc1034identifier}"; | ||
PRODUCT_NAME = ResearchKit; | ||
SDKROOT = iphoneos; | ||
SKIP_INSTALL = YES; | ||
|
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
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
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
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
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
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
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
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
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
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
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
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.