Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
krjw-eyev authored Sep 26, 2021
2 parents e631737 + de5fbbd commit 4848341
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ios/dart_vlc.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ Pod::Spec.new do |s|
s.license = { :file => '../LICENSE' }
s.author = { 'Your Company' => '[email protected]' }
s.script_phases = [{
:name => 'Fetch submodules... only needed if using git in pubspec.yaml',
:show_env_vars_in_log => true,
:script => 'cd ${PODS_TARGET_SRCROOT}/.. && git submodule update --init --recursive',
:execution_position => :before_compile
}, {
:name => 'Build Simulator lib',
:show_env_vars_in_log => true,
:script => 'cmake -Bdartvlc_core '\
Expand Down
8 changes: 6 additions & 2 deletions macos/dart_vlc.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,16 @@ A new flutter plugin project.
s.license = { :file => '../LICENSE' }
s.author = { 'Your Company' => '[email protected]' }
s.script_phases = [{
:name => 'Fetch submodules... only needed if using git in pubspec.yaml',
:show_env_vars_in_log => true,
:script => 'cd ${PODS_TARGET_SRCROOT}/.. && git submodule update --init --recursive',
:execution_position => :before_compile
}, {
:name => 'Build common lib',
:show_env_vars_in_log => true,
:script => 'cmake -Bdartvlc_core ${PODS_TARGET_SRCROOT}/../dartvlc -DCMAKE_INSTALL_PREFIX:PATH=${PODS_TARGET_SRCROOT}/deps && pwd && make -C dartvlc_core install',
:execution_position => :before_compile
},
{
}, {
:name => 'Change VLCKit ID',
:show_env_vars_in_log => true,
:script => 'install_name_tool -id "@executable_path/../Frameworks/VLCKit.framework/Versions/A/VLCKit" ${PODS_ROOT}/VLCKit/VLCKit.framework/VLCKit',
Expand Down

0 comments on commit 4848341

Please sign in to comment.