You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Options:
12
12
profile should be able to deploy to. [array]
13
13
-i, --app-id Provide application bundle identifier the searched
14
14
provisioning profile should match. [string]
15
-
-e, --eligable Prints only eligable profiles [boolean] [default: false]
15
+
-e, --eligible Prints only eligible profiles [boolean] [default: false]
16
16
-t, --team Provide team name the provisioning profile should belong to.
17
17
[string]
18
18
-p, --type 'development', 'distribution', 'adhoc' or 'all'; - specify the
@@ -22,7 +22,7 @@ Options:
22
22
Example:
23
23
```
24
24
mcsofcankov:ios-mobileprovision-finder cankov$ ios-mobileprovision-finder -e -i org.nativescript.examples -t 'Telerik A D'
25
-
eligable:
25
+
eligible:
26
26
- 'iOS Team Provisioning Profile: *' Telerik A D (exp: 5 Nov 2017) 16455071-eb38-4ebc-9a79-0ef50f76307a id: CHSQ3M3P37.* Development
27
27
- 'NativeScriptWildCard' Telerik A D (exp: 2 Nov 2017) 3aa58a65-f8da-4c67-bce8-ff9624822e31 id: CHSQ3M3P37.* Development
28
28
- 'iOS Team Provisioning Profile: org.nativescript.examples' Telerik A D (exp: 5 Nov 2017) f79232c0-b3b3-4b9d-be8e-f4f398cead88 id: CHSQ3M3P37.org.nativescript.examples Development
@@ -41,7 +41,7 @@ const result = provision.select(provisionProfiles, {
0 commit comments