File tree Expand file tree Collapse file tree
MobileWorkflowCore.xcframework Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'MobileWorkflow'
3- s . version = '2.1.33 '
3+ s . version = '2.1.34 '
44 s . summary = 'Core functionality for MobileWorkflow on iOS.'
55 s . description = <<-DESC
66 Core functionality for MobileWorkflow on iOS, including ResearchKit derived steps and addtional custom steps.
77 DESC
88 s . homepage = 'https://www.mobileworkflow.io'
99 s . license = { :type => 'Copyright' , :file => 'LICENSE' }
1010 s . author = { 'Future Workshops' => 'info@futureworkshops.com' }
11- s . source = { :http => 'https://raw.github.com/FutureWorkshops/MobileWorkflowCore-iOS-Distribution/2.1.33 /MobileWorkflowCore.zip' }
11+ s . source = { :http => 'https://raw.github.com/FutureWorkshops/MobileWorkflowCore-iOS-Distribution/2.1.34 /MobileWorkflowCore.zip' }
1212 s . platform = :ios
1313 s . swift_version = '5'
1414 s . ios . deployment_target = '17.1'
Original file line number Diff line number Diff line change 88 <key >BinaryPath </key >
99 <string >MobileWorkflowCore.framework/MobileWorkflowCore </string >
1010 <key >LibraryIdentifier </key >
11- <string >ios-arm64 </string >
11+ <string >ios-arm64_x86_64-simulator </string >
1212 <key >LibraryPath </key >
1313 <string >MobileWorkflowCore.framework </string >
1414 <key >SupportedArchitectures </key >
1515 <array >
1616 <string >arm64 </string >
17+ <string >x86_64 </string >
1718 </array >
1819 <key >SupportedPlatform </key >
1920 <string >ios </string >
21+ <key >SupportedPlatformVariant </key >
22+ <string >simulator </string >
2023 </dict >
2124 <dict >
2225 <key >BinaryPath </key >
2326 <string >MobileWorkflowCore.framework/MobileWorkflowCore </string >
2427 <key >LibraryIdentifier </key >
25- <string >ios-arm64_x86_64-simulator </string >
28+ <string >ios-arm64 </string >
2629 <key >LibraryPath </key >
2730 <string >MobileWorkflowCore.framework </string >
2831 <key >SupportedArchitectures </key >
2932 <array >
3033 <string >arm64 </string >
31- <string >x86_64 </string >
3234 </array >
3335 <key >SupportedPlatform </key >
3436 <string >ios </string >
35- <key >SupportedPlatformVariant </key >
36- <string >simulator </string >
3737 </dict >
3838 </array >
3939 <key >CFBundlePackageType </key >
You can’t perform that action at this time.
0 commit comments