Skip to content

Commit 69dbd7c

Browse files
committed
chore: bring deps up-to-date and clean up project structure
1 parent 39123e1 commit 69dbd7c

22 files changed

+2995
-600
lines changed

.npmignore

Lines changed: 0 additions & 6 deletions
This file was deleted.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Options:
1212
profile should be able to deploy to. [array]
1313
-i, --app-id Provide application bundle identifier the searched
1414
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]
1616
-t, --team Provide team name the provisioning profile should belong to.
1717
[string]
1818
-p, --type 'development', 'distribution', 'adhoc' or 'all'; - specify the
@@ -22,7 +22,7 @@ Options:
2222
Example:
2323
```
2424
mcsofcankov:ios-mobileprovision-finder cankov$ ios-mobileprovision-finder -e -i org.nativescript.examples -t 'Telerik A D'
25-
eligable:
25+
eligible:
2626
- 'iOS Team Provisioning Profile: *' Telerik A D (exp: 5 Nov 2017) 16455071-eb38-4ebc-9a79-0ef50f76307a id: CHSQ3M3P37.* Development
2727
- 'NativeScriptWildCard' Telerik A D (exp: 2 Nov 2017) 3aa58a65-f8da-4c67-bce8-ff9624822e31 id: CHSQ3M3P37.* Development
2828
- '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, {
4141
TeamName: "Telerik AD",
4242
Certificates: certificates.valid
4343
});
44-
result.eligable.forEach(({Name, UUID}) => {
44+
result.eligible.forEach(({Name, UUID}) => {
4545
console.log(` - ${Name} ${UUID}`);
4646
});
4747
```

index.ts

Lines changed: 0 additions & 264 deletions
This file was deleted.

ios-mobileprovision-finder-1.0.11.tgz

16.7 KB
Binary file not shown.

ios-mobileprovision-finder-1.1.0.tgz

16.7 KB
Binary file not shown.

ios-mobileprovision-finder.ts

Lines changed: 0 additions & 64 deletions
This file was deleted.

0 commit comments

Comments
 (0)