Skip to content

Commit 64bc613

Browse files
committed
Merge pull request #166 from tjvantoll/docs-wording-tweak
Docs: Small tweak to iOS cert/provisioning profile wording
2 parents f4a4b14 + eba3abc commit 64bc613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ When you build for Android, the NativeScript CLI saves the application package a
351351

352352
When you build for iOS, if the `--device` flag is not set, the NativeScript CLI builds your project for the native emulator and saves the application package as an `APP` in `platforms` → `ios` → `build` → `emulator`. If the `--device` flag is set, the NativeScript CLI builds your project for device and saves the application package as an `IPA` in `platforms` → `ios` → `build` → `device`.
353353

354-
> **IMPORTANT:** To build your app for iOS device, you need to configure a valid pair of certificate and provisioning profile for code signing your application package. For more information, see [iOS Code Signing - A Complete Walkthrough](http://seventhsoulmountain.blogspot.com/2013/09/ios-code-sign-in-complete-walkthrough.html).
354+
> **IMPORTANT:** To build your app for an iOS device, you must configure a valid certificate and provisioning profile pair, and have that pair present on your system for code signing your application package. For more information, see [iOS Code Signing - A Complete Walkthrough](http://seventhsoulmountain.blogspot.com/2013/09/ios-code-sign-in-complete-walkthrough.html).
355355
356356
[Back to Top][1]
357357

0 commit comments

Comments
 (0)