Category: Fix

  • Type “@” on Microsoft Remote Desktop on Mac.

    Encounter problems typing a ‘@’ and other characters like [ { } } on a Microsoft Remote Desktop (10.5.01) on Mac. Setting the keyboard mode to “unicode” fixed the issue for me.

  • Een bestaande iOS build aanpassen

    De bundle naam en/of de versie van je bestaande app (.ipa) wijzigen voor je ze gaat opladen in de AppStore.

    Open je terminal

    1. Unzip {your application}.ipa
    2. rm -r Payload/Configurator.app/_CodeSignature
    3. Pas de “bundle name” en “version” aan in  info.plist
    4. codesign -f -s “iPhone Distribution: {Your distribution name} ({Your distribution id})” –entitlements entitlements.plist Payload/{your application}.app
    5. zip -qr {your application}-signed.ipa Payload/