Skip to content

Instantly share code, notes, and snippets.

@gooichi
gooichi / xcode-clang-vers
Created November 16, 2019 09:52 — forked from yamaya/xcode-clang-vers
Xcode clang version record
# Xcode 4.3.3
Apple clang version 3.1 (tags/Apple/clang-318.0.61) (based on LLVM 3.1svn)
Target: x86_64-apple-darwin11.4.0
Thread model: posix
# Xcode 4.3.2
Apple clang version 3.1 (tags/Apple/clang-318.0.58) (based on LLVM 3.1svn)
Target: x86_64-apple-darwin11.4.0
Thread model: posix
@gooichi
gooichi / swift-mode
Created November 21, 2018 11:44
auto-complete/dict/swift-mode
associatedtype
class
deinit
enum
extension
func
import
init
inout
let
@gooichi
gooichi / objc-mode
Created November 21, 2018 11:42
auto-complete/dict/objc-mode
#not_keyword
#if
#ifdef
#ifndef
#elif
#else
#endif
#defined
#include
#__include_macros
@gooichi
gooichi / Xcode_Diagnostics.md
Last active November 21, 2018 11:46
Xcode Diagnostics

Xcode Diagnostics

Xcode 10.1

Xcode 10.0

Xcode 9.3

  • CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS
  • Clang flag
@gooichi
gooichi / lock.m
Created January 4, 2018 07:22 — forked from typcn/lock.m
Unlock & Lock your mac
extern void SACLockScreenImmediate ( );
SACLockScreenImmediate();
@gooichi
gooichi / README.md
Created December 13, 2017 12:58 — forked from acrookston/README.md
Xcode pre-action to build custom Info.plist

Automatic build versions from git in Xcode (and other goodies)

Installation procedure for pre-build actions to automatically populate Xcode Info.plist with dynamic data.

1. Xcode Scheme pre-action

Edit Xcode Scheme and add a pre-action script. Copy the contents of preaction.sh into the pre-action script box.

@gooichi
gooichi / 1-ssldump.md
Last active September 9, 2015 06:08 — forked from mtigas/1-ssldump.md
patches for ssldump. see also https://github.com/mtigas/homebrew-ssldump

Patches for ssldump

Patches for [ssldump][ssldump] (the last ssldump-0.9b3.tar.gz version).

You can install a Mac OS X version of ssldump with these patches included, using [Homebrew][brew]. Check https://github.com/mtigas/homebrew-ssldump for instructions.


Patch 2-ssldump-tls12.diff adds information about new TLSv1.2 cipher suites