Public Gists by shanev

Gravatar
Sat Jul 25 12:11:29 -0700 2009
1
2
3
#pragma mark FBDialogDelegate
 
- (void)dialogDidSucceed:(FBDialog*)dialog {
Gravatar
Mon Jul 06 22:31:46 -0700 2009
1
2
3
/usr/bin/gerve: line 53: syntax error near unexpected token `fi'
/usr/bin/gerve: line 53: `fi'
fatal: The remote end hung up unexpectedly
Gravatar
Wed Apr 01 15:08:19 -0700 2009
1
2
3
# xcode noise
build/*
*.pbxuser
Gravatar
Thu Jan 22 11:01:32 -0800 2009
1
2
3
Thanks a lot for willing to help debug Strength. Lets see if there
are any errors in the log files. First, install this:
 
Gravatar
Mon Aug 18 11:00:24 -0700 2008
1
2
3
Thanks a lot for willing to help debug Drum Kit. Getting a crash log
is pretty complicated, so before that I'm going to try to see if there
are any errors in the log files instead. First, install this:
Gravatar
Wed Aug 13 14:07:02 -0700 2008
1
2
3
1. Download the provisioning profile: http://s3.amazonaws.com/crimsonjet/Ad_Hoc_Distribution_Profile-4.mobileprovision
2. Drag the provisioning profile over your iTunes icon in the Dock.
3. Sync the device.
Gravatar
Tue Aug 12 11:00:21 -0700 2008
1
iTunes will display the Identifier if you click on the Serial Number after selecting the device in the source list. Pressing Cmd-C (Mac) or Ctrl-C (Windows) will copy the 40 character hex string to the clipboard.
Gravatar
Tue Jul 22 00:59:34 -0700 2008
1
2
3
[CATransaction begin];
[CATransaction setValue:[NSNumber numberWithFloat:10.0f]
forKey:kCATransactionAnimationDuration];