Skip to content

Instantly share code, notes, and snippets.

APP = LL
WORKSPACE = LL
CONFIG = AdHoc
SCHEME = LLAdHoc
ICON_NAME = "Icon@2x.png"
BASE_URL = http://ota.nsnotfound.com/
EMAIL_LIST = "newproject@lexrus.mailgun.org"
EMAIL_DOMAIN = "lexrus.mailgun.org"
SFTP_SERVER = lex@nsnotfound.com
#!/bin/bash
# Need Install NOMAD: gem install nomad-cli
# More About NOMAD http://nomad-cli.com
####### Configuration
# Directory Config
SOURCE_NAME="xxx" # Project Bundle name, commonly Project Name
TARGET_DIRECTORY="./xxx" # Target ipa and dSYM file Directoy
TARGET_NAME_PREFIX="xxx" # Target ipa and dSYM file name
[user]
name = Pavan Kumar Sunkara
email = pavan.sss1991@gmail.com
[core]
editor = vim
whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol
excludesfile = ~/.gitignore
[sendemail]
smtpencryption = tls
smtpserver = smtp.gmail.com
//
// KBCollectionExtensions.h
//
// Created by Guy English on 25/02/08.
// Copyright 2008 Kickingbear. All rights reserved.
//
#import <Cocoa/Cocoa.h>
/*
#
# Uncrustify Configuration File
# File Created With UncrustifyX 0.4.3 (252)
#
# Alignment
# ---------
## Alignment
#import <Foundation/Foundation.h>
#import <termios.h>
#import <time.h>
#import <sys/ioctl.h>
//UCS2编码支持
@implementation NSString(UCS2Encoding)
- (NSString*)ucs2EncodingString{
NSMutableString *result = [NSMutableString string];
@easonoutlook
easonoutlook / iOS8HasInstalledAppList
Created July 28, 2014 09:08
iOS8 MobileInstallationLookup work for jailbreak device.
Code from Clutch, Thanks. https://github.com/KJCracks/Clutch
#define mobileinstallationcache @"/private/var/mobile/Library/Caches/com.apple.mobile.installation.plist"
typedef NSDictionary* (*MobileInstallationLookup)(NSDictionary *options);
# !/bin/bash
# Copyright (c) 2011 Float Mobile Learning
# http://www.floatlearning.com/
# Extension Copyright (c) 2013 Weptun Gmbh
# http://www.weptun.de
#
# Extended by Ronan O Ciosoig January 2012
#
# Extended by Patrick Blitz, April 2013
@easonoutlook
easonoutlook / IOPlatformSerialNumber
Created September 10, 2014 11:33
"IOPlatformSerialNumber" = “removed”
This file has been truncated, but you can view the full file.
*** IOService Tree ***
+-o Root <class IORegistryEntry, retain count 11>
| {
| "IOKitBuildVersion" = "Darwin Kernel Version 14.0.0: Mon Sep 9 20:56:02 PDT 2013; root:xnu-2423.1.74~2/RELEASE_ARM64_S5L8960X"
| "OS Build Version" = "11A470a"
| "OSKernelCPUSubtype" = 0
| "OSKernelCPUType" = 16777228
| "OSPrelinkKextCount" = 152
| "IOConsoleLocked" = Yes
| "IORegistryPlanes" = {"IO80211Plane"="IO80211Plane","IOPower"="IOPower","IODeviceTree"="IODeviceTree","IOService"="IOService","IOAccessory"="IOAccessory","CoreCapture"="CoreCapture"}