Skip to content

Store selected component in sketch.properties file #222

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
codeanticode opened this issue Jun 11, 2016 · 2 comments
Closed

Store selected component in sketch.properties file #222

codeanticode opened this issue Jun 11, 2016 · 2 comments
Assignees
Milestone

Comments

@codeanticode
Copy link
Contributor

codeanticode commented Jun 11, 2016

The default package name is processing.test.. Would be good to allow the user to set his or her desired package name when exporting the sketch as a signed app (and perhaps also an app name that includes spaces).

@codeanticode codeanticode added this to the 4.0-beta2 milestone Jun 11, 2016
@codeanticode codeanticode self-assigned this Jun 11, 2016
@codeanticode codeanticode changed the title Ask package name when exported signed app Ask package name when exporting signed app Jun 11, 2016
@codeanticode codeanticode changed the title Ask package name when exporting signed app Store base package, version, and prettyVersion in sketch.properties file Jul 22, 2016
@codeanticode codeanticode changed the title Store base package, version, and prettyVersion in sketch.properties file Store base package, version, prettyVersion, and selected component in sketch.properties file Jul 22, 2016
@codeanticode
Copy link
Contributor Author

Use the existing sketch.properties file to avoid adding mode UI elements. Something like:

mode=Android
mode.id=processing.mode.android.AndroidMode
component=app
basePackage=com.appdev
version=1
prettyVersion=1.0

@codeanticode
Copy link
Contributor Author

No need to store basePackage, version, and prettyVersion, as those can be edited in the manifest file.

Done with 3787f78 and 233ba02

@codeanticode codeanticode changed the title Store base package, version, prettyVersion, and selected component in sketch.properties file Store selected component in sketch.properties file Jul 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant