Skip to content

Instantly share code, notes, and snippets.

@eternalstorms
eternalstorms / Apple Evangelists.txt
Created June 12, 2013 09:07
Apple Evangelists (WWDC 2013)
UI- and App Frameworks Evangelist - Jake Behrens, [email protected], twitter: @Behrens
- What's new in Cocoa
- Accessibility in iOS
- Building User Interfaces for iOS 7
- Getting Started with UIKit Dynamics
- What's new in Cocoa Touch
- What's New With Multitasking
- Best Practices for Cocoa Animation
- Improving Power Efficiency with App Nap
- Introducing Text Kit
@samdmarshall
samdmarshall / Read Me
Last active January 17, 2018 13:49
Fat Static Library build script for iOS and OS X
This script is for generating a single static library out of iOS (device and sim) and OS X versions of the same code.
https://gist.github.com/samdmarshall/7516723
To use:
1. Create separate targets for each platform in xcode.
(The iOS device and simulator target can be the same one)
2. Add a new target of type "Mac" and "Aggregate". This can be found under "Other" in the target types list.
3. Add a new build phase to this target, "Add Run Script Phase to this Target"
4. Open Terminal.app, run this script, specifying the path to the output path of the build script
EX: ./BuildScriptGenerator.sh -o ~/Desktop
@subfuzion
subfuzion / curl.md
Last active May 13, 2025 18:51
curl POST examples

Common Options

-#, --progress-bar Make curl display a simple progress bar instead of the more informational standard meter.

-b, --cookie <name=data> Supply cookie with request. If no =, then specifies the cookie file to use (see -c).

-c, --cookie-jar <file name> File to save response cookies to.