Send Xcode-users mailing list submissions to
email@hidden
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.apple.com/mailman/listinfo/xcode-users
or, via email, send a message with subject or body 'help' to
email@hidden
You can reach the person managing the list at
email@hidden
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Xcode-users digest..."
Today's Topics:
1. Xcode, Refactoring C++? (Jacob Ole Juul Kolding)
2. Core Data Model in Tool (Karl Moskowski)
3. Re: Core Data Model in Tool (Chris Ridd)
4. Help with help... (Matthew Weinstein)
5. Re: Core Data Model in Tool (Karl Moskowski)
6. Re: Help with help... (Bill Cheeseman)
----------------------------------------------------------------------
Message: 1
Date: Wed, 31 Mar 2010 06:27:13 +0200
From: Jacob Ole Juul Kolding <email@hidden>
Subject: Xcode, Refactoring C++?
To: email@hidden
Message-ID: <email@hidden>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Hello List
I've been searching high 'n low for a decent way to do intelligent
search and replace in C/C++ code
and the found that what I was looking for was refactoring.
Problem is, Xcode 3.2.1 will only refactor C and Objective-C... :'(
Does anyone know of an alternative to refactor C++ in OS X?
Best Regards
Jacob
------------------------------
Message: 2
Date: Wed, 31 Mar 2010 10:21:00 -0400
From: Karl Moskowski <email@hidden>
Subject: Core Data Model in Tool
To: Developer Lists <email@hidden>
Message-ID:
<email@hidden>
Content-Type: text/plain; charset="us-ascii"
After prototyping my logic in a Cocoa app, I'm trying to use Core
Data a single-file tool. When you use Xcode's command line tool with
Core Data project template, the project builds the tool and .xcmodel
separately, and they both have to be distributed.
Is there a way to build the .mom into the tool itself (like you
build an Info.plist into the tool using -sectcreate for code signing)?
Thanks.
----
Karl Moskowski <email@hidden>
Voodoo Ergonomics Inc. <http://voodooergonomics.com/>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 3692 bytes
Desc: not available
Url : http://lists.apple.com/pipermail/xcode-users/attachments/20100331/6ea2e61e/smime.bin
------------------------------
Message: 3
Date: Wed, 31 Mar 2010 18:19:23 +0100
From: Chris Ridd <email@hidden>
Subject: Re: Core Data Model in Tool
To: Karl Moskowski <email@hidden>
Cc: Developer Lists <email@hidden>
Message-ID: <email@hidden>
Content-Type: text/plain; charset=us-ascii
On 31 Mar 2010, at 15:21, Karl Moskowski wrote:
After prototyping my logic in a Cocoa app, I'm trying to use Core
Data a single-file tool. When you use Xcode's command line tool
with Core Data project template, the project builds the tool
and .xcmodel separately, and they both have to be distributed.
Is there a way to build the .mom into the tool itself (like you
build an Info.plist into the tool using -sectcreate for code
signing)?
Have you read <http://developer.apple.com/mac/library/documentation/Cocoa/Conceptual/CoreDataUtilityTutorial/Articles/00_introduction.html
> ?
It looks like it is created in code, but I just glanced through it
quickly.
Cheers,
Chris
------------------------------
Message: 4
Date: Wed, 31 Mar 2010 10:36:37 -0700
From: Matthew Weinstein <email@hidden>
Subject: Help with help...
To: email@hidden
Message-ID: <email@hidden>
Content-Type: text/plain; charset=us-ascii
Dear xcode users,
Two items regarding the help system. My app uses traditional help,
though I update it far less often than I should. Well I just tried
to update it, and I notice 2 things:
1. After recreating my html, putting it in the help system, using
the help indexer and dropping the whole thing in my English.lproj
folder SVN doesn't see it as changed (No M in the column) so it
isn't going to update my help. Help!
2. OS X doesn't seem to realize I've changed the help. The old help
still appears when I pull up help. It must be cacheing the help, but
how do I tell it to use the new version?
I appreciate your help!
Matthew Weinstein
May Day Softworks
http://tamsys.sf.net/
------------------------------
Message: 5
Date: Wed, 31 Mar 2010 13:54:25 -0400
From: Karl Moskowski <email@hidden>
Subject: Re: Core Data Model in Tool
To: Chris Ridd <email@hidden>
Cc: Developer Lists <email@hidden>
Message-ID:
<email@hidden>
Content-Type: text/plain; charset="us-ascii"
On 2010-03-31, at 1:19 PM, Chris Ridd wrote:
On 31 Mar 2010, at 15:21, Karl Moskowski wrote:
After prototyping my logic in a Cocoa app, I'm trying to use Core
Data a single-file tool. When you use Xcode's command line tool
with Core Data project template, the project builds the tool
and .xcmodel separately, and they both have to be distributed.
Is there a way to build the .mom into the tool itself (like you
build an Info.plist into the tool using -sectcreate for code
signing)?
Have you read <http://developer.apple.com/mac/library/documentation/Cocoa/Conceptual/CoreDataUtilityTutorial/Articles/00_introduction.html
> ?
It looks like it is created in code, but I just glanced through it
quickly.
Thanks, I saw that after I sent the message.
For now, I'm considering that "Plan B". :-)
----
Karl Moskowski <email@hidden>
Voodoo Ergonomics Inc. <http://voodooergonomics.com/>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 3692 bytes
Desc: not available
Url : http://lists.apple.com/pipermail/xcode-users/attachments/20100331/f6f68520/smime.bin
------------------------------
Message: 6
Date: Wed, 31 Mar 2010 14:50:17 -0400
From: Bill Cheeseman <email@hidden>
Subject: Re: Help with help...
To: Xcode-Users Xcode-Users Mail <email@hidden>
Message-ID: <email@hidden>
Content-Type: text/plain; charset=us-ascii
On Mar 31, 2010, at 1:36 PM, Matthew Weinstein wrote:
2. OS X doesn't seem to realize I've changed the help. The old help
still appears when I pull up help. It must be cacheing the help,
but how do I tell it to use the new version?
Do you still have the old version of your app on your development
computer? I discovered a few days ago that, if you leave the old
version in place, the new app, even when running in debug mode via
Xcode, picks up the old Help book from the old version of the app in
the Applications folder. I solved the problem by compressing the old
version of the app into a zip file.
--
Bill Cheeseman
email@hidden
------------------------------
_______________________________________________
Xcode-users mailing list
email@hidden
http://lists.apple.com/mailman/listinfo/xcode-users
End of Xcode-users Digest, Vol 7, Issue 140
*******************************************