-
-
Notifications
You must be signed in to change notification settings - Fork 197
Create, prepare and build commands for iOS #10
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
Conversation
@@ -5,4 +5,6 @@ export var DEFAULT_PROJECT_ID = "com.telerik.tns.HelloWorld"; | |||
export var DEFAULT_PROJECT_NAME = "HelloNativescript"; | |||
export var APP_RESOURCES_FOLDER_NAME = "App_Resources"; | |||
export var PROJECT_FRAMEWORK_FOLDER_NAME = "framework"; | |||
export var IOS_PROJECT_NAME_PLACEHOLDER = "__PROJECT_NAME__"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need those constants here? They can live in the iOS module because they are used only there.
@@ -12,6 +12,8 @@ $injector.require("projectTemplatesService", "./services/project-templates-servi | |||
$injector.require("platformsData", "./services/platform-service"); | |||
$injector.require("platformService", "./services/platform-service"); | |||
|
|||
$injector.require("versioningService", "./services/versioning-service"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be deleted 😄
Should be rebased on master. Also it is better to squash all those commits. |
@Fatme What about this one? #10 (comment) |
👍 |
Create, prepare and build commands for iOS
refactor() - [Yarn Support - Part 2] - Replace npm with package manag…
…l-sys-info-cache Add method to control the sys info cache
No description provided.