Skip to content

Digipolitan/fastlane-ios-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Digipolitan fastlane-ios-framework

Create framework lanes used by Digipolitan repositories

Installation

To install fastlane, simply use gem:

[sudo] gem install fastlane

Available Fastlane Lanes

All lanes available are described here

Available Fastlane actions

Validate your podspec file

podspec_lint(
  path: "/example/test.podspec",
  verbose: true
)

Protected Fastlane actions

Clean unused targets and schemes from the Xcode project

clean_xcodeproj_configuration(
  xcodeproj: "example.xcodeproj",
  osx_available: false
)

This action will remove all OSX scheme and target from sample.xcodeproj

Clean unused sample project from the Xcode workspace

clean_xcworkspace_configuration(
  xcworkspace: "example.xcworkspace",
  osx_available: false
)

This action will remove the OSX sample project from example.xcworkspace

Initialize the Podfile to fit with your framework

podfile_init(
  xcodeproj: "example.xcodeproj",
  ios_deployment_target: '9.0',
  tvos_deployment_target: '10.0'
)

This action will add to the Podfile iOS 9.0 and tvOS 10.0

Create the podspec using your configuration

podspec_init(
  pod_name: "SampleExample",
  version: "4.3.1",
  git_url: "http://sample/example.git",
  ios_deployment_target: '9.0',
  watchos_deployment_target: '2.0'
)

This action will generate the podspec file, with an iOS and watchOS deployment

About

No description, website, or topics provided.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages