@getik-public/cli 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/package.json +1 -1
- package/src/mobile-build.js +1 -1
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
package/src/mobile-build.js
CHANGED
|
@@ -169,7 +169,7 @@ function copyFinalBuildToRootFolder(options) {
|
|
|
169
169
|
}
|
|
170
170
|
|
|
171
171
|
|
|
172
|
-
function buildPathToIosBuildFile() {
|
|
172
|
+
function buildPathToIosBuildFile(options) {
|
|
173
173
|
const env = options.environment.toLowerCase().split('debug')[0];
|
|
174
174
|
const filename = `${env}.ipa`;
|
|
175
175
|
|