plutil
in PongoOS, iOS
2021/09/13
plutil -key MCMMetadataIdentifier "$APP_FOLDER/$metadata" 2> /dev/null #get value
plutil -key CFBundleIdentifier -string $BUNDLE_ID_NEW $INFO_ROOT #set value
Clean npm & yarn cache
2021/09/08
My disk is full today :(
npm cache clean --force
yarn cache clean
isomorphic-git on Ionic, Capacitor
2021/08/31
Use capacitor-fs
import { createFileSystem } from "capacitor-fs"
import { Filesystem, Directory } from "@capacitor/filesystem"
const fs = createFileSystem(Filesystem, {
rootDir: "/",
directory: Directory.Documents,
base64Alway: true,
})
git.clone({
fs,
// ...
})
Host free
2021/07/01
webhost000, heroku, firebase, netflix