openssl genrsa -out key.pem
openssl req -new -key key.pem -out csr.pem
openssl x509 -req -days 9999 -in csr.pem -signkey key.pem -out cert.pem
rm csr.pemThis should leave you with two files, cert.pem (the certificate) and key.pem (the private key).
openssl genrsa -out key.pem
openssl req -new -key key.pem -out csr.pem
openssl x509 -req -days 9999 -in csr.pem -signkey key.pem -out cert.pem
rm csr.pemThis should leave you with two files, cert.pem (the certificate) and key.pem (the private key).
The Z shell (zsh) is a Unix shell [...]. Zsh can be thought of as an extended Bourne shell with a large number of improvements, including some features of bash, ksh, and tcsh.
Read more about ZSH at An Introduction to the Z Shell.
Choose one of the following options.
| convert input-image.png -density 300 -compress zip output-image.png |
| #import "RNAppStoreReview.h" | |
| #import <Foundation/Foundation.h> | |
| @implementation RNAppStoreReview | |
| RCT_EXPORT_MODULE(); | |
| - (dispatch_queue_t) methodQueue | |
| { |
| #ifndef AppRate_h | |
| #define AppRate_h | |
| #if __has_include("RCTBridgeModule.h") | |
| #import "RCTBridgeModule.h" | |
| #else | |
| #import <React/RCTBridgeModule.h> | |
| #endif | |
| #import <StoreKit/StoreKit.h> |
| var fetch = require('node-fetch'); | |
| var CloudKit = require("./cloudkit.js") | |
| CloudKit.configure({ | |
| services: { | |
| fetch: fetch | |
| }, | |
| containers: [{ | |
| containerIdentifier: 'yourContainerIdentifier', | |
| apiToken: 'yourAPItoken', |
| ///////////////// | |
| // BRIDGE | |
| ///////////////// | |
| // Device.h | |
| @import UIKit; | |
| #import <React/RCTBridgeModule.h> | |
| @interface Device : NSObject <RCTBridgeModule> |
Library/developer folderlocal snapshots for time machine (even if it is disabled!)A single time machine local snapshot can take 5Go to 10Go disk space (for example after a huge MacOS or Xcode update).
It is often said that disibling timemachine should trigger a cleaning from the system. But this is not true, at least in my experience (on macOS High Sierra).