Skip to content

Commit

Permalink
Rename folter from swift to ios
Browse files Browse the repository at this point in the history
  • Loading branch information
grdsdev committed Jul 28, 2021
1 parent ffa2c23 commit 66c2412
Show file tree
Hide file tree
Showing 15 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions DIDKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ Pod::Spec.new do |s|
s.license = { :type => 'Apache 2.0', :file => './LICENSE' }
s.author = { 'Spruce Systems, Inc.' => '[email protected]' }
s.source = { :git => 'https://github.com/spruceid/didkit.git', :tag => "v#{s.version}" }
s.source_files = 'lib/swift/Sources/**/*'
s.public_header_files = 'lib/swift/Sources/**/*.h'
s.source_files = 'lib/ios/Sources/**/*'
s.public_header_files = 'lib/ios/Sources/**/*.h'
s.static_framework = true
s.vendored_libraries = "lib/swift/**/*.a"
s.vendored_libraries = "lib/ios/**/*.a"
s.platform = :ios, '11.0'
s.swift_versions = '5'

Expand Down
2 changes: 1 addition & 1 deletion lib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ IOS_LIBS=\
$(TARGET)/x86_64-apple-ios/release/libdidkit.a

$(TARGET)/test/ios.stamp: $(TARGET)/universal/release/libdidkit.a $(TARGET)/didkit.h | $(TARGET)/test
cd swift && \
cd ios && \
xcodebuild test \
-destination platform="iOS Simulator,name=iPhone 12 Pro,OS=14.5" \
-scheme DIDKitSwift
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 66c2412

Please sign in to comment.