$ xcrun simctl list --json
$ xcrun simctl delete unavailable
| // | |
| // | |
| // Adapted from: | |
| // | |
| // Original: https://gist.github.com/loudmouth/332e8d89d8de2c1eaf81875cfcd22e24 | |
| // Adds encoding: https://github.com/3D4Medical/glTFSceneKit/blob/master/Sources/glTFSceneKit/GLTF/JSONCodingKeys.swift | |
| // Adds fix for null inside arrays causing infinite loop: https://gist.github.com/loudmouth/332e8d89d8de2c1eaf81875cfcd22e24#gistcomment-2807855 | |
| // | |
| struct JSONCodingKeys: CodingKey { | |
| var stringValue: String |
This is a zx script that fix bundle install
How to run:
The
bundle-installfile should be without extension (but not required) added the extension to make GitHub syntax highlighting workSo from now we just gonna use
bundle-installinstead ofbundle-install.mjs
| // | |
| // ArrowImageGenerator.swift | |
| // | |
| // Created by Alessio Orlando on 07/10/15. | |
| // Copyright © 2015 Alessio Orlando. All rights reserved. | |
| // | |
| import Foundation | |
| import UIKit |
| # Copyright 1999-2011 Gentoo Foundation | |
| # Distributed under the terms of the GNU General Public License v2 | |
| # | |
| # /etc/screenrc | |
| # | |
| # This is the system wide screenrc. | |
| # | |
| # You can use this file to change the default behavior of screen system wide | |
| # or copy it to ~/.screenrc and use it as a starting point for your own | |
| # settings. |
| # This file looks empty when viewed with "vi". In fact, there is one | |
| # '~', so users with no AppleVolumes file in their home directory get | |
| # their home directory by default. | |
| # | |
| # volume format: | |
| # :DEFAULT: [all of the default options except volume name] | |
| # path [name] [casefold:x] [options:z,l,j] \ | |
| # [allow:a,@b,c,d] [deny:a,@b,c,d] [dbpath:path] [password:p] \ | |
| # [rwlist:a,@b,c,d] [rolist:a,@b,c,d] [limitsize:value in bytes] \ |
| # GPG on Tower |
| #import <UIKit/UIKit.h> | |
| @interface DateFlowLayout : UICollectionViewFlowLayout | |
| @end |