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

nativescript-dev-app-id-changer

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nativescript-dev-app-id-changer

The purpose of this package is to add an random string at the end if your app's ID.

  • 0.0.5
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-50%
Maintainers
1
Weekly downloads
 
Created
Source

'nativescript-dev-app-id-changer' a NativeScript dev plugin

This is a very simple package that when installed will try to change the id/applicationId of the NativeScript application to which it is being installed to by adding a random string at the end of the current ID. After installing the nativescript-dev-app-id-changer make sure you DO NOT COMMIT the changes to the package.json and app.gradle files of your project (those files are updated/changed by the package)

Purpose

While working with real devices of IOS and applications that are under a corporate certificate/provisioning it is often the case that executing tns run ios will throw and error that the current dev team is not correct etc. In this case if you only want to work on the app an do not intent to ship it immediately after building it the most common "workaround" is to change the ID of the app before you try to deploy it to the real device. This package automates the renaming of the related fields of the NativeScript app by adding a random string of characters to the current app's ID.

How to use

You should only need to use this once before starting to work on app you intent to deploy to a real device FOR DEVELOPMENT purposes only so simply install it from npm:

npm i nativescript-dev-app-id-changer --no-save

Keywords

FAQs

Package last updated on 18 Oct 2019

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