Skip to content

Commit 0e2f6f5

Browse files
committed
docs: updated the way to launch app from iOS with development team
1 parent f9b132c commit 0e2f6f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,9 @@
204204
205205
- Delete your app from the device *(resets the Apple AASA scraping)*
206206
207-
- Compile your app *(`cordova build ios` `phonegap build ios` `ionic build ios`)*
207+
- Compile your app *(`cordova build ios --developmentTeam="PW4Q8885U7" --device;`)*
208208
209-
- Open the app in Xcode and set your Provisioning Profile `Team`
209+
- Open the app in Xcode and set your Provisioning Profile `Development Team`
210210
211211
- Launch your app to `device` *(not Simulator or TestFlight)*
212212
@@ -224,7 +224,7 @@
224224
225225
- Delete your app from the device
226226
227-
- Compile your app *(`cordova build android` `phonegap build android` `ionic build android`)*
227+
- Compile your app *(`cordova run android`)*
228228
229229
- Launch your app to `device` *(not Simulator or Genymotion)*
230230

0 commit comments

Comments
 (0)