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];
# !/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