Skip to content

Commit

Permalink
added missing-text-0085
Browse files Browse the repository at this point in the history
  • Loading branch information
sk3l10x1ng committed Feb 16, 2024
1 parent 023cd95 commit 4afe6e0
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion tests/ios/MASVS-CODE/MASTG-TEST-0085.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,19 @@ The `list_bundles` command lists all of the application’s bundles that are not
```bash
...itudehacks.DVIAswiftv2.develop on (iPhone: 13.2.3) [usb] # ios bundles list_bundles
Executable Bundle Version Path
```
------------ ----------------------------------------- --------- -------------------------------------------
DVIA-v2 com.highaltitudehacks.DVIAswiftv2.develop 2 ...-1F0C-4DB1-8C39-04ACBFFEE7C8/DVIA-v2.app
CoreGlyphs com.apple.CoreGlyphs 1 ...m/Library/CoreServices/CoreGlyphs.bundle
```

The `list_frameworks` command lists all of the application’s bundles that represent Frameworks.

```bash
...itudehacks.DVIAswiftv2.develop on (iPhone: 13.2.3) [usb] # ios bundles list_frameworks
Executable Bundle Version Path
-------------- ----------------------------------------- --------- -------------------------------------------
Bolts org.cocoapods.Bolts 1.9.0 ...8/DVIA-v2.app/Frameworks/Bolts.framework
RealmSwift org.cocoapods.RealmSwift 4.1.1 ...A-v2.app/Frameworks/RealmSwift.framework
...ystem/Library/Frameworks/IOKit.framework
...
```

0 comments on commit 4afe6e0

Please sign in to comment.