Skip to content

Instantly share code, notes, and snippets.

View nilesh1883's full-sized avatar

Username nilesh1883

View GitHub Profile
@nilesh1883
nilesh1883 / jenikns_ci_on_osx.md
Created May 31, 2018 10:36 — forked from ostinelli/jenkins_ci_on_osx.md
Setup Jenkins CI on OSX.

Jenkins CI on OSX

Instructions on how to setup a secured Jenkins CI on a Mac.

Download & Install dependencies

All of these operations are done with your admin user.

Developer tools

Install the command line developer tools.

@nilesh1883
nilesh1883 / openssl-build-fips.sh
Last active February 16, 2021 13:19 — forked from jostster/openssl-build-fips.sh
Build openssl FIPS compliant module for iOS
#!/bin/bash
# This script downloads and builds the iOS, tvOS and Mac openSSL libraries with Bitcode enabled and FIPS compliant
# Credits:
# https://github.com/st3fan/ios-openssl
# https://github.com/x2on/OpenSSL-for-iPhone/blob/master/build-libssl.sh
# https://gist.github.com/foozmeat/5154962
# Peter Steinberger, PSPDFKit GmbH, @steipete.
# Felix Schwarz, IOSPIRIT GmbH, @felix_schwarz.