Skip to content

Commit

Permalink
rm copy model only
Browse files Browse the repository at this point in the history
  • Loading branch information
albho committed Apr 18, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 88bfdf4 commit afb3bab
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions binding/ios/Falcon-iOS.podspec
Original file line number Diff line number Diff line change
@@ -16,6 +16,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '13.0'
s.swift_version = '5.0'
s.vendored_frameworks = 'lib/ios/PvFalcon.xcframework'
s.resources = 'lib/common/falcon_params.pv'
s.source_files = 'binding/ios/*.{swift}'
s.exclude_files = 'binding/ios/FalconTestApp/**'
end
4 changes: 0 additions & 4 deletions binding/ios/FalconAppTest/copy_test_resources.sh
Original file line number Diff line number Diff line change
@@ -9,10 +9,6 @@ echo "Copying test audio samples..."
mkdir -p ${ASSETS_DIR}/audio_samples
cp ${RESOURCE_DIR}/audio_samples/*.wav ${ASSETS_DIR}/audio_samples

echo "Copying test model files..."
mkdir -p ${ASSETS_DIR}/model_files
cp ${LIB_DIR}/common/*.pv ${ASSETS_DIR}/model_files

echo "Copying test data file..."
cp ${RESOURCE_DIR}/.test/test_data.json ${ASSETS_DIR}

0 comments on commit afb3bab

Please sign in to comment.