depicus

  just another nerd on the interweb…



  • home
  • gallery
  • play page
  • support
  • videos
  • what is depicus

Posts Tagged ‘XCode’

Sometimes it the little things that make you smile… :)

Wednesday, February 29th, 2012



Tags: XCode
Posted in Apple, Computers, Software Development, VMWare | No Comments »

Writing to OS X ~/Library/Logs from your app

Saturday, June 18th, 2011



In your main.m file just amend to look like the following.

View Code OBJC
1
2
3
4
5
6
7
8
9
10
11
#import <Cocoa/Cocoa.h>
 
int main(int argc, char *argv[]) {
 
    id pool = [NSAutoreleasePool new];
	NSString *logPath = [NSHomeDirectory() stringByAppendingPathComponent:@"Library/Logs/Depicus"];
	freopen([logPath fileSystemRepresentation], "a", stderr);
	[pool release];
 
    return NSApplicationMain(argc,  (const char **) argv);
}

Tags: Objective C, XCode
Posted in Apple, OS X, Software Development | No Comments »

Adding a GIT repository to an existing XCode 4 project

Saturday, May 28th, 2011



Simple really.

1. Close XCode 4
2. Open Terminal and cd to your project folder
3. Type git init
4. Then git add .
5. And finally git commit -m “First commit of XCode project”

Reopen XCode and fingers crossed you are now all GITed up.

The original article is here

Tags: GIT, XCode
Posted in Computers, OS X, Software Development | 2 Comments »

Adding a UILabel to a UIToolbar the easy way…

Friday, May 6th, 2011



I simply quote…

“For those using Interface Builder to layout your toolbar, it is also possible to do this using Interface Builder alone.

To add a label to a toolbar you need to add a generic UIView object to your Toolbar in IB by dragging a new UIView object over your UIToolbar. IB will automatically create a UIBarButtonItem that will be initialized with your custom UIView. Next add a UILabel to the UIView and edit the label graphically to match your preferred style. You can then visually set up your fixed and/or variable spacers as desired to position your label appropriately.

You must also set the background of both the UILabel and the UIView to clearColor to get the toolbar to show through correctly under the label.”

Genius and simple. Thanks to Matt R and Stackoverflow

Tags: Hints, XCode
Posted in iOS | No Comments »

Mac App Rejection….

Saturday, January 1st, 2011



Bummer just been rejected for “2.30 Apps that do not comply with the Mac OS X File System documentation will be rejected”

“The application is creating files or writing to ~/Library/Application Support/Depicus/…. Appropriate app-identifiers are ‘WakeOnLan’, ‘com.depicus.osx.wakeonlan’ and your name”

Well have filed an appeal so lets see how we get on but looks like I won’t make it into the App Store for launch.

UPDATE WE WON – Wake on Lan will be in the Mac App Store wheeeeeeeheeee

Tags: App Store, Apple, Code, OSX, Rejected, Wake On Lan, XCode
Posted in Software Development, Wake On Lan | 8 Comments »

<< Previous

  • how i pay the bills

  • google rank getter

    Android Apache Aperture Apple App Store bbPress Bike Bug Canon 7D Code Dell DotNet Dropbox Fail Firefox forum Frustration Golf iPad iPhone iPod Touch Java Kenya Linksys Macbook Pro Netgear Objective C Open Source OSX PHP Rejected Safari Server Skype Support Ubuntu Update WakeOnLan Wake On Lan Wifi Windows Windows 7 Phone Wireshark Wordpress XCode
  • depicus in africa

    depicus in africa
  • friends

    • Agency Manager
    • AllClear Travel
    • Climbing Tikes
    • Globe Bloggers
    • Marchday
    • The Travel Toad
  • gallery

    Bisley Developments Ltd IMG_2580 IMG_0287 IMG_4642
  • videos

    Vimeo

    YouTube
  • twitter

    • Holy geekness batman we have an Arduino doing Wake on Lan forwarding programmed in less than 4 hours… amazing - #iamanubergeektoday view
    • Arduino WoLF app coming along nicely view
    • RT @pasm69: On the one hand we are in a #drought says #thameswater, on the other £4.1B to throw rainwater down the #supersewer #itisjust ... view
  • recent comments

    • Sef: Yo, thats 720p @ 60fps. Huge Difference… in file size, processing, everything. DSLRs aren’t there...
    • Finson: Worked..!! Replaced all the InstallOnLHS and InstallOnWinXP with value 0 and the installation completed...
    • Geux: Terminal command didn’t work, but editing the plist manually did the trick. Thanks !!!
    • Nebras Alattar: Hi The code that you posted is very useful, but i faced a problem when i run the app i got the...
    • leon: how can I get the ImageIO.framework ? I’ve read that it doesn’t exist for iphone!!!! Can anyone...
  • archives

    • May 2012 (2)
    • April 2012 (4)
    • February 2012 (8)
    • January 2012 (6)
    • December 2011 (7)
    • November 2011 (1)
    • October 2011 (2)
    • September 2011 (2)
    • August 2011 (4)
    • July 2011 (6)
    • June 2011 (9)
    • May 2011 (8)
    • April 2011 (2)
    • February 2011 (6)
    • January 2011 (14)
    • December 2010 (9)
    • November 2010 (8)
    • October 2010 (14)
    • September 2010 (6)
    • August 2010 (9)
    • July 2010 (1)
    • June 2010 (2)
    • May 2010 (2)
    • April 2010 (2)
    • March 2010 (11)
    • February 2010 (3)

Copyright © - depicus | Entries (RSS) | Comments (RSS)

WordPress theme butchered and amended by me.