Skip to content

Commit

Permalink
Removes carthage from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessio Borraccino committed Mar 17, 2021
1 parent d5d1731 commit c4c94e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 3 additions & 1 deletion Data4LifeSDKUtils.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ Pod::Spec.new do |s|
s.homepage = "https://github.com/d4l-data4life/d4l-utils-ios.git"
s.license = { :type => 'LICENSE', :file => "LICENSE" }
s.author = { "D4L data4life gGmbH" => "contact@data4life.care" }

s.source = { :http => 'https://github.com/d4l-data4life/d4l-utils-ios/releases/download/0.4.0/XCFrameworks-0.4.0.zip' }
s.swift_version = '5.3'
s.platform = :ios, '12.0'
s.requires_arc = true
s.source = { :http => 'https://github.com/d4l-data4life/d4l-utils-ios/releases/download/0.4.0/XCFrameworks-0.4.0.zip' }
s.cocoapods_version = '>= 1.10.0'

s.default_subspec = 'Core'
s.subspec 'Core' do |core|
core.preserve_paths = 'Data4LifeSDKUtils.xcframework', 'CryptoSwift.xcframework', 'Data4LifeSDKUtils.dSYMs/Data4LifeSDKUtils.framework.ios-arm64.dSYM', 'Data4LifeSDKUtils.dSYMs/Data4LifeSDKUtils.framework.ios-arm64_x86_64-simulator.dSYM', 'CryptoSwift.dSYMs/CryptoSwift.framework.ios-arm64.dSYM', 'CryptoSwift.dSYMs/CryptoSwift.framework.ios-arm64_x86_64-simulator.dSYM'
Expand Down
4 changes: 0 additions & 4 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,13 @@ device = "iPhone 11 (14.0)"
platform :ios do
desc "Run unit tests and upload code coverage"
lane :test do
Dir.chdir("..") do
sh "./wcarthage.sh bootstrap --platform ios --cache-builds"
end
scan(
project: "Data4LifeSDKUtils.xcodeproj",
scheme: "Data4LifeSDKUtils",
derived_data_path: "build/DerivedData",
devices: device,
clean: true
)

end

desc "Package and release framework"
Expand Down

0 comments on commit c4c94e9

Please sign in to comment.