File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -19,24 +19,24 @@ jobs:
19
19
./buildMobileVLCKit.sh -f
20
20
21
21
patchBinary () {
22
- install_name_tool -id @rpath/DynamicMobileVLCKit.framework /DynamicMobileVLCKit MobileVLCKit
22
+ install_name_tool -id @rpath/DynamicMobileVLCKit.xcframework /DynamicMobileVLCKit MobileVLCKit
23
23
defaults write $(pwd)/Info.plist CFBundleExecutable -string DynamicMobileVLCKit
24
24
defaults write $(pwd)/Info.plist CFBundleName -string DynamicMobileVLCKit
25
25
defaults write $(pwd)/Info.plist CFBundleIdentifier -string org.videolan.DynamicMobileVLCKit
26
26
mv MobileVLCKit DynamicMobileVLCKit
27
27
cd ..
28
- mv MobileVLCKit.framework DynamicMobileVLCKit.framework
28
+ mv MobileVLCKit.xcframework DynamicMobileVLCKit.xcframework
29
29
cd ..
30
30
}
31
31
32
- cd build/MobileVLCKit.xcframework/ios-arm64_armv7_armv7s/MobileVLCKit.framework
32
+ cd build/MobileVLCKit.xcframework/ios-arm64_armv7_armv7s/MobileVLCKit.xcframework
33
33
patchBinary
34
- cd ios-arm64_i386_x86_64-simulator/MobileVLCKit.framework
34
+ cd ios-arm64_i386_x86_64-simulator/MobileVLCKit.xcframework
35
35
patchBinary
36
36
mkdir -p $GITHUB_WORKSPACE/build/ios-device
37
37
mkdir -p $GITHUB_WORKSPACE/build/ios-simulator
38
- mv ios-arm64_armv7_armv7s/DynamicMobileVLCKit.framework $GITHUB_WORKSPACE/build/ios-device
39
- mv ios-arm64_i386_x86_64-simulator/DynamicMobileVLCKit.framework $GITHUB_WORKSPACE/build/ios-simulator
38
+ mv ios-arm64_armv7_armv7s/DynamicMobileVLCKit.xcframework $GITHUB_WORKSPACE/build/ios-device
39
+ mv ios-arm64_i386_x86_64-simulator/DynamicMobileVLCKit.xcframework $GITHUB_WORKSPACE/build/ios-simulator
40
40
- name : Setup NuGet
41
41
uses : nuget/setup-nuget@v1
42
42
with :
You can’t perform that action at this time.
0 commit comments