Skip to content

Commit

Permalink
fix x86_64 bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbbjd committed Sep 6, 2018
1 parent 458e8be commit d9f74e1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified FULiveDemo/Faceunity/FaceUnity-SDK-iOS-lite/libnama.a
100755 → 100644
Binary file not shown.
2 changes: 1 addition & 1 deletion Nama-lite.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Pod::Spec.new do |s|
s.platform = :ios, "8.0"
s.source = { :git => 'https://github.com/Faceunity/FULiveDemo.git', :tag => 'v5.4.0-dev' }
s.source_files = 'FULiveDemo/Faceunity/FaceUnity-SDK-iOS-lite/**/*.{h,m}'
s.resources = 'FULiveDemo/Faceunity/FaceUnity-SDK-iOS-lite/**/*.{bundle}'
s.resources = 'FULiveDemo/Faceunity/FaceUnity-SDK-iOS-lite/**/*.{bundle,txt}'
s.ios.vendored_library = 'FULiveDemo/Faceunity/FaceUnity-SDK-iOS-lite/libnama.a'
s.requires_arc = true
s.ios.frameworks = ['OpenGLES', 'Accelerate', 'CoreMedia', 'AVFoundation']
Expand Down
2 changes: 1 addition & 1 deletion Nama.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Pod::Spec.new do |s|
s.platform = :ios, "8.0"
s.source = { :git => 'https://github.com/Faceunity/FULiveDemo.git', :tag => 'v5.4.0-dev' }
s.source_files = 'FULiveDemo/Faceunity/FaceUnity-SDK-iOS/**/*.{h,m}'
s.resources = 'FULiveDemo/Faceunity/FaceUnity-SDK-iOS/**/*.{bundle}'
s.resources = 'FULiveDemo/Faceunity/FaceUnity-SDK-iOS/**/*.{bundle,txt}'
s.ios.vendored_library = 'FULiveDemo/Faceunity/FaceUnity-SDK-iOS/libnama.a'
s.requires_arc = true
s.ios.frameworks = ['OpenGLES', 'Accelerate', 'CoreMedia', 'AVFoundation']
Expand Down

0 comments on commit d9f74e1

Please sign in to comment.