This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | import Cocoa | |
| class _FileIcon: NSView { | |
| let image = NSImageView() | |
| @objc var url: NSString = "" { | |
| didSet { | |
| self.setupView() | |
| } | |
| } | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #!/bin/bash | |
| # This script builds openSSL from source for the Android platform | |
| # while patching some hand-written assembly that fails on Android | |
| # It's useful when trying to use OpenSSL in Rust which tries to | |
| # from the official sources and will therefore fail when launching | |
| # your crate on Android | |
| # Link to the main PR that fixes the sources: | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | { | |
| "name": "quack" | |
| } | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | /* | |
| * GNU GENERAL PUBLIC LICENSE | |
| * Version 3, 29 June 2007 | |
| * | |
| * Copyright (C) [2023] [Captain Vincent] | |
| * Original Source: https://gist.github.com/CaptainVincent/74a15cd9d9c450e961b867f69008ee6e | |
| * | |
| * Everyone is permitted to copy and distribute verbatim copies of this license document, | |
| * but changing it is not allowed. | |
| * | 
OlderNewer