Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View kim3er's full-sized avatar

Richard Kimber kim3er

View GitHub Profile
@kim3er
kim3er / Making Apple Developer certificates on Linux.md
Last active October 25, 2023 07:55 — forked from boodle/Making Apple Developer certificates on Linux.md
Making Apple Developer certificates on WSL (Linux) for Azure Pipelines

This document describes how to create an Apple certificate and provisioning profile for use in Azure Pipelines, using WSL. The document assumes the follwing stack:

  1. Windows with WSL, but should be the same with straight Linux.
  2. Open SSL installed.
  3. You're using Azure Pipelines to delpoy.
  4. You're building a Cordova project.

Tips:

  1. I typically start from the home directory (~).
@kim3er
kim3er / gist:6594588
Last active June 12, 2017 21:49 — forked from Sigmus/gist:4014642
Example of parallel Mongoose execution.
var performers;
performers = {};
async.parallel({
conductor: function(callback) {
return conductor.find({}, function(err, result) {
return callback(err, result);
});
},
@kim3er
kim3er / mobile-meta-links.html
Created May 16, 2012 09:04
iOS Web App Configuration