fixed 编译不成功的问题
Showing
with
19 additions
and
1457 deletions
| ... | ... | @@ -31,9 +31,9 @@ Pod::Spec.new do |s| |
| s.frameworks = 'Accelerate','CoreMotion','SystemConfiguration', 'Security', 'UIKit', 'WebKit', 'AssetsLibrary','AVFoundation','CoreGraphics','CoreImage','CoreMedia', 'CoreVideo', 'Foundation', 'QuartzCore', 'CoreAudio', 'AVKit' | ||
| s.weak_frameworks = 'Metal','MetalPerformanceShaders', 'Photos', 'CoreML' | ||
| s.vendored_libraries = ['FUSFoundation/Classes/Tools/ThirdParty/**/*.a'] | ||
| s.vendored_libraries = ['FUSFoundation/Classes/FUSFoundation/Tools/ThirdParty/**/*.a'] | ||
| s.private_header_files = 'FUSFoundation/Classes/Tools/ThirdParty/Audio/**/*.h' | ||
| s.private_header_files = 'FUSFoundation/Classes/FUSFoundation/Tools/ThirdParty/Audio/**/*.h' | ||
| s.libraries = 'stdc++', 'c++', 'bz2' | ||
| s.dependency 'AFNetworking' | ||
| ... | ... |
| ... | ... | @@ -9,7 +9,7 @@ source 'https://github.com/bytedance/cocoapods_sdk_source_repo.git' |
| target 'FuSiLive' do | ||
| pod 'FUSFoundation', :path => './DevelopmentPods/FUSFoundation' | ||
| pod 'FUSRouter', :path => './DevelopmentPods/FUSRouter' | ||
| # pod 'FUSRouter', :path => './DevelopmentPods/FUSRouter' | ||
| pod 'MMDrawerController' | ||
| pod 'TTTAttributedLabel' | ||
| pod 'Masonry' | ||
| ... | ... |
Pods/Bifrost/Bifrost/Lib/Bifrost.h
deleted
100644 → 0
Pods/Bifrost/Bifrost/Lib/Bifrost.m
deleted
100644 → 0
Pods/Bifrost/LICENSE
deleted
100644 → 0
Pods/Bifrost/README.md
deleted
100644 → 0
| { | ||
| "name": "FUSRouter", | ||
| "version": "1.0.0", | ||
| "license": { | ||
| "type": "MIT", | ||
| "text": " FUSRouter. All Rights Reserved.\n" | ||
| }, | ||
| "homepage": "https://github.com", | ||
| "authors": "Pierce Dan", | ||
| "summary": "Apps FUSRouter", | ||
| "description": "US", | ||
| "platforms": { | ||
| "ios": "12.0" | ||
| }, | ||
| "swift_versions": "5.0", | ||
| "source": { | ||
| "git": "./", | ||
| "tag": "1.0.0" | ||
| }, | ||
| "pod_target_xcconfig": { | ||
| "VALID_ARCHS": "arm64" | ||
| }, | ||
| "static_framework": true, | ||
| "source_files": "FUSRouter/Classes/**/*", | ||
| "dependencies": { | ||
| "Bifrost": [ | ||
| ], | ||
| "FUSFoundation": [ | ||
| ] | ||
| }, | ||
| "prefix_header_contents": [ | ||
| "#import <FUSFoundation/FUSFoundation.h>", | ||
| "#import <Bifrost/BifrostHeader.h>" | ||
| ], | ||
| "swift_version": "5.0" | ||
| } |
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
Please
register
or
sign in
to comment