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

xcapp

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xcapp

  • 0.1.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

xcapp

xcapp is a command line tool for creating iOS XCode projects with a set of common files included in a really easy way.

Commands

create

Creates a new iOS Xcode project

xcapp create [App Name]
Options
  • --lang LANGUAGE: Sets LANGUAGE as the project language. Available options are swift and objc.
  • --bundle-identifier IDENTIFIER: Sets the Bundle Identifier for the app (e.g. com.company.MyApp).

If neither the App Name nor the options are provided they will be asked interactively once the command is run.

Examples

Create the MyApp project:

xcapp create MyApp

Creates "MyApp" project inside the MyApp directory. The bundle identifier and language options will be asked when the command is run.

TODO

  • Integrate with cocoapods
  • Integrate with fastlane
  • Opt-in/out testing:
    • Add the tests files
    • Add the tests target
    • Add cocoapods dependencies for testing
      • Quick and Nimble for Swift projects
      • Kiwi for Objective-C projects

FAQs

Package last updated on 15 Mar 2016

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