Skip to content

Commit c0bb5f0

Browse files
Update core framework to 2.1.34
1 parent 6a091ac commit c0bb5f0

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

MobileWorkflow.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Pod::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'

MobileWorkflowCore.xcframework/Info.plist

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,32 +8,32 @@
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>

MobileWorkflowCore.zip

3 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)