Skip to content

Commit

Permalink
Create XCFramework for release 2.2.24
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulsAutomationBot committed Feb 23, 2024
1 parent 6e26d63 commit 91f7661
Show file tree
Hide file tree
Showing 21 changed files with 7,922 additions and 608 deletions.
18 changes: 9 additions & 9 deletions ResearchKit.xcframework/Info.plist
Expand Up @@ -8,24 +8,21 @@
<key>BinaryPath</key>
<string>ResearchKit.framework/ResearchKit</string>
<key>LibraryIdentifier</key>
<string>xros-arm64_x86_64-simulator</string>
<string>xros-arm64</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>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>xros-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>ResearchKit.framework</string>
<key>SupportedArchitectures</key>
Expand All @@ -34,37 +31,40 @@
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<string>xros</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>ResearchKit.framework/ResearchKit</string>
<key>LibraryIdentifier</key>
<string>xros-arm64</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>ResearchKit.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
</array>
<key>SupportedPlatform</key>
<string>xros</string>
<string>ios</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>ResearchKit.framework/ResearchKit</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-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>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Expand Up @@ -366,6 +366,43 @@ SWIFT_CLASS("_TtC11ResearchKit29ORKLandoltCStepViewController")
@end



SWIFT_CLASS("_TtC11ResearchKit20ORKSwiftStroopResult")
@interface ORKSwiftStroopResult : ORKResult
- (nonnull instancetype)initWithIdentifier:(NSString * _Nonnull)identifier OBJC_DESIGNATED_INITIALIZER;
- (void)encodeWithCoder:(NSCoder * _Nonnull)aCoder;
- (nonnull instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder OBJC_DESIGNATED_INITIALIZER;
- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT;
- (id _Nonnull)copyWithZone:(struct _NSZone * _Nullable)zone SWIFT_WARN_UNUSED_RESULT;
- (NSString * _Nonnull)descriptionWithNumberOfPaddingSpaces:(NSUInteger)numberOfPaddingSpaces SWIFT_WARN_UNUSED_RESULT;
@end


SWIFT_CLASS("_TtC11ResearchKit18ORKSwiftStroopStep")
@interface ORKSwiftStroopStep : ORKActiveStep
+ (Class _Nonnull)stepViewControllerClass SWIFT_WARN_UNUSED_RESULT;
- (nonnull instancetype)initWithIdentifier:(NSString * _Nonnull)identifier OBJC_DESIGNATED_INITIALIZER;
- (void)validateParameters;
- (BOOL)startsFinished SWIFT_WARN_UNUSED_RESULT;
@property (nonatomic, readonly) BOOL allowsBackNavigation;
- (id _Nonnull)copyWithZone:(struct _NSZone * _Nullable)zone SWIFT_WARN_UNUSED_RESULT;
- (nonnull instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE;
- (void)encodeWithCoder:(NSCoder * _Nonnull)aCoder;
- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT;
@end


SWIFT_CLASS("_TtC11ResearchKit32ORKSwiftStroopStepViewController")
@interface ORKSwiftStroopStepViewController : ORKActiveStepViewController
- (nonnull instancetype)initWithStep:(ORKStep * _Nullable)step OBJC_DESIGNATED_INITIALIZER;
- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE;
- (void)viewDidLoad;
- (void)viewDidAppear:(BOOL)animated;
- (void)stepDidFinish;
@property (nonatomic, readonly, strong) ORKStepResult * _Nullable result;
- (void)start;
@end

@class ORKAnswerFormat;

SWIFT_CLASS("_TtC11ResearchKit18SwiftUIViewFactory")
Expand Down
Binary file not shown.

0 comments on commit 91f7661

Please sign in to comment.