Skip to content

Commit

Permalink
remove StrictConcurrency from package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaiMadlener committed Nov 18, 2024
1 parent b96153b commit d6304e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions ResearchKit/Common/ORKLocationPermissionType.m
Original file line number Diff line number Diff line change
Expand Up @@ -121,3 +121,4 @@ - (BOOL)isEqual:(id)object {

@end
#endif
#endif
2 changes: 2 additions & 0 deletions ResearchKit/Common/ORKOrderedTask.m
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,8 @@ - (BOOL)providesBackgroundAudioPrompts {
return providesAudioPrompts;
}

#endif

- (NSSet *)requestedHealthKitTypesForReading {
NSMutableSet *healthTypes = [NSMutableSet set];
for (ORKStep *step in self.steps) {
Expand Down

0 comments on commit d6304e8

Please sign in to comment.