I hereby claim:
- I am jnozzi on github.
- I am joshuanozzi (https://keybase.io/joshuanozzi) on keybase.
- I have a public key ASDSgMVGwJ2khInZwiyT7nDRGj-f4R8tuD8U3KofxgS8vQo
To claim this, I am signing this object:
| // | |
| // Created by Joshua Nozzi on 4/29/19. | |
| // Copyright © 2019 Joshua Nozzi. All rights reserved. | |
| // | |
| import Foundation | |
| struct StringMatrix { |
I hereby claim:
To claim this, I am signing this object:
| #import <DiskArbitration/DiskArbitration.h> | |
| // ... | |
| - (BOOL)isDMGVolumeAtURL:(NSURL *)url | |
| { | |
| BOOL isDMG = NO; | |
| if (url.isFileURL) { | |
| DASessionRef session = DASessionCreate(kCFAllocatorDefault); |
| // | |
| // NSURL+FavoritesList.h | |
| // FavoritesListTester | |
| // | |
| // Appends the URL to the end of the Favorite Items or Favorite Volumes list | |
| // (found in the side bar of Finder windows and open/save dialogs, etc.) | |
| // | |
| // Notes: | |
| // | |
| // 1. Must be a file URL. |