New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

tifastlane

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tifastlane

Integrating fastlane.tools into Titanium Development

  • 0.0.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
5
decreased by-90.74%
Maintainers
1
Weekly downloads
 
Created
Source

TiFastlane

A wrapper to the awesome fastlane.tools so you can use them seamlessly with your Titanium Development.

Please note that this tool is currently in beta development.

About fastlane.tools

The fastlane family is a collection of tools that enable Continuous Deployment of iOS Apps. It has 8 different tools that allow things like registering the app, creating provisioning profiles and even automatic delivery to the App Store and TestFlight.

Install npm version

Make sure, you have the latest version of the Xcode command line tools installed:

xcode-select --install

Then install the CLI and all the required gems will be installed automatically.

[sudo] npm install -g tifastlane

TiFastlane Configuration

Create a tifastlane.cfg file in the Titanium project folder as follows:

{
	"username": "YOURAPPLEID@EMAIL"
}

Usage

tifastlane must be executed from your Titanium App directory. It will automatically ready your tiapp.xml to determine your App configuration for all the tools.

You can view the current settings that would be used by running:

tifastlane status

Register App (produce + sigh)

We have merged the actions of produce and sigh into a single call.

tifastlane register

This simple command will register the current Titanium App on the Apple Developer Program and iTunes Connect, and then generate the Provisioning Profiles for App Store, Ad Hoc and Development.

For default provisiong profiles will be generated for all platforms, but if you wish to only target a specific platform appstore, adhoc or development:

tifastlane register <platform>

Advanced Options

  • -i, --skip_itc - Skips creating the app on Itunes Connect
  • --force - By default if the Provisioning Profiles exist, they will be skipped. User force to recreate and resign the profiles.
  • --skip_install - Skip installation of new provisioning profiles
  • --skip_fetch_profiles - Skips the verification of existing profiles which is useful if you have thousands of profiles

##TODO

  • Allow configuration of team id, team name, and specification of the default certificate to use
  • Integrate the rest of the fastlane tools

Thanks

  • Jason Kneen for creating some awesome CLI tools from which I'm basing this one

License

Copyright 2015 Uriel Lizama

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Keywords

FAQs

Package last updated on 21 Jul 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc