Skip to content

Commit

Permalink
Create XCFramework for release 2.2.22
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulsAutomationBot committed Feb 4, 2024
1 parent 01a892e commit 1b73fca
Show file tree
Hide file tree
Showing 1,108 changed files with 70,410 additions and 9,007 deletions.
31 changes: 31 additions & 0 deletions ResearchKit.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@
<dict>
<key>AvailableLibraries</key>
<array>
<dict>
<key>BinaryPath</key>
<string>ResearchKit.framework/ResearchKit</string>
<key>LibraryIdentifier</key>
<string>xros-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>ResearchKit.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>xros</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>ResearchKit.framework/ResearchKit</string>
Expand Down Expand Up @@ -35,6 +52,20 @@
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>ResearchKit.framework/ResearchKit</string>
<key>LibraryIdentifier</key>
<string>xros-arm64</string>
<key>LibraryPath</key>
<string>ResearchKit.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
</array>
<key>SupportedPlatform</key>
<string>xros</string>
</dict>
</array>
<key>CFBundlePackageType</key>
<string>XFWK</string>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

#if TARGET_OS_IOS

#import <ResearchKit/ORKDefines.h>
#import <ResearchKit/ORKResult.h>

Expand Down Expand Up @@ -76,3 +78,5 @@ ORK_CLASS_AVAILABLE
@end

NS_ASSUME_NONNULL_END

#endif
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

#if TARGET_OS_IOS

#import <ResearchKit/ORK3DModelManager.h>
#import <ResearchKit/ORKActiveStep.h>
#import <ResearchKit/ORKDefines.h>
Expand All @@ -45,3 +47,5 @@ ORK_CLASS_AVAILABLE
@end

NS_ASSUME_NONNULL_END

#endif
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

#if TARGET_OS_IOS

#import <ResearchKit/ORKStroopResult.h>

NS_ASSUME_NONNULL_BEGIN
Expand All @@ -54,3 +56,5 @@ ORK_CLASS_AVAILABLE
@end

NS_ASSUME_NONNULL_END

#endif
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

#if TARGET_OS_IOS

#import <ResearchKit/ORKActiveStep.h>

NS_ASSUME_NONNULL_BEGIN
Expand Down Expand Up @@ -66,3 +68,5 @@ ORK_CLASS_AVAILABLE
@end

NS_ASSUME_NONNULL_END

#endif
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

#if TARGET_OS_IOS


@import UIKit;
@import HealthKit;
Expand Down Expand Up @@ -209,3 +211,5 @@ The default value of this property is `NO`.
@end

NS_ASSUME_NONNULL_END

#endif
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

#if TARGET_OS_IOS


@import UIKit;
#import <ResearchKit/ORKStepViewController.h>
Expand Down Expand Up @@ -257,3 +259,5 @@ ORK_CLASS_AVAILABLE
@end

NS_ASSUME_NONNULL_END

#endif
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

#if TARGET_OS_IOS


#import <ResearchKit/ORKResult.h>

Expand Down Expand Up @@ -65,3 +67,5 @@ ORK_CLASS_AVAILABLE
@end

NS_ASSUME_NONNULL_END

#endif
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

@import UIKit;

#if TARGET_OS_IOS
#if TARGET_OS_IOS || TARGET_OS_VISION
#import <ResearchKit/ORKTypes.h>
@class ORKScaleAnswerFormat;
@class ORKContinuousScaleAnswerFormat;
Expand Down Expand Up @@ -382,7 +382,7 @@ ORK_CLASS_AVAILABLE

#pragma mark - iOS

#if TARGET_OS_IOS
#if TARGET_OS_IOS || TARGET_OS_VISION
@interface ORKAnswerFormat()

/// @name Factory methods
Expand Down Expand Up @@ -473,7 +473,9 @@ ORK_CLASS_AVAILABLE
maximumValue:(double)maximumValue
defaultValue:(double)defaultValue;

#if !TARGET_OS_VISION
+ (ORKLocationAnswerFormat *)locationAnswerFormat;
#endif

+ (ORKSESAnswerFormat *)socioEconomicAnswerFormatWithTopRungText:(NSString *)topRungText bottomRungText:(NSString *)bottomRungText;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

#if TARGET_OS_IOS

#import <ResearchKit/ORKAudiometryStimulus.h>

typedef NSTimeInterval(^ORKAudiometryTimestampProvider)(void);
Expand Down Expand Up @@ -93,3 +95,5 @@ typedef NSTimeInterval(^ORKAudiometryTimestampProvider)(void);
- (NSArray<ORKdBHLToneAudiometryFrequencySample *> *)resultSamples;

@end

#endif
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

#if TARGET_OS_IOS

#import <ResearchKit/ORKTypes.h>

NS_ASSUME_NONNULL_BEGIN
Expand Down Expand Up @@ -71,3 +73,5 @@ ORK_CLASS_AVAILABLE
@end

NS_ASSUME_NONNULL_END

#endif
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

#if TARGET_OS_IOS


@import UIKit;
#import <ResearchKit/ORKGraphChartView.h>
Expand All @@ -53,3 +55,5 @@ ORK_CLASS_AVAILABLE
@property (nonatomic, weak) id <ORKValueStackGraphChartViewDataSource> dataSource;

@end

#endif
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

#if TARGET_OS_IOS


@import UIKit;
#import <ResearchKit/ORKDefines.h>
Expand Down Expand Up @@ -150,3 +152,5 @@ ORK_CLASS_AVAILABLE
@end

NS_ASSUME_NONNULL_END

#endif
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

#if TARGET_OS_IOS


#import <Foundation/Foundation.h>
#import <HealthKit/HealthKit.h>
Expand Down Expand Up @@ -170,3 +172,5 @@ ORK_CLASS_AVAILABLE
@end

NS_ASSUME_NONNULL_END

#endif
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ ORK_CLASS_AVAILABLE API_AVAILABLE(ios(11.0), watchos(6.0))

@end

#if TARGET_OS_IOS
#if TARGET_OS_IOS || TARGET_OS_VISION

@interface ORKCompletionStep ()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

#if TARGET_OS_IOS


@import Foundation;
#import <ResearchKit/ORKDefines.h>
Expand Down Expand Up @@ -174,3 +176,5 @@ ORK_CLASS_AVAILABLE
@end

NS_ASSUME_NONNULL_END

#endif
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

#if TARGET_OS_IOS


@import Foundation;
#import <ResearchKit/ORKStep.h>
Expand Down Expand Up @@ -110,3 +112,5 @@ ORK_CLASS_AVAILABLE
@end

NS_ASSUME_NONNULL_END

#endif
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

#if TARGET_OS_IOS


@import UIKit;
#import <ResearchKit/ORKDefines.h>
Expand Down Expand Up @@ -257,3 +259,5 @@ ORK_CLASS_AVAILABLE
@end

NS_ASSUME_NONNULL_END

#endif
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

#if TARGET_OS_IOS


@import Foundation;
#import <ResearchKit/ORKQuestionStep.h>
Expand Down Expand Up @@ -67,3 +69,5 @@ ORK_CLASS_AVAILABLE
@end

NS_ASSUME_NONNULL_END

#endif
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

#if TARGET_OS_IOS


@import UIKit;
#import <ResearchKit/ORKDefines.h>
Expand Down Expand Up @@ -147,3 +149,5 @@ ORK_CLASS_AVAILABLE
@end

NS_ASSUME_NONNULL_END

#endif
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

#if TARGET_OS_IOS


#import <ResearchKit/ORKResult.h>

Expand Down Expand Up @@ -86,3 +88,5 @@ ORK_CLASS_AVAILABLE
@end

NS_ASSUME_NONNULL_END

#endif
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

#if TARGET_OS_IOS


#import <Foundation/Foundation.h>
#import <ResearchKit/ResearchKit.h>
Expand Down Expand Up @@ -207,3 +209,5 @@ ORK_CLASS_AVAILABLE
@end

NS_ASSUME_NONNULL_END

#endif
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

#if TARGET_OS_IOS


@import UIKit;
#import <ResearchKit/ORKGraphChartView.h>
Expand Down Expand Up @@ -60,3 +62,5 @@ ORK_CLASS_AVAILABLE
@end

NS_ASSUME_NONNULL_END

#endif
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

#if TARGET_OS_IOS


#import <ResearchKit/ResearchKit.h>

Expand All @@ -39,3 +41,5 @@ ORK_CLASS_AVAILABLE
@property (nonatomic, copy, nullable) NSArray<NSNumber *> *recordedSPLMeterSamples;

@end

#endif

0 comments on commit 1b73fca

Please sign in to comment.