-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to add source (class & header) with specific path ? #33
Comments
I think not currently, though it should be very simple to support. |
I was edited in XCGroup
|
There's a different flag for relative vs absolute file paths.
|
Ah, I did not want to add with absolute path. (sorry didn't mentioned that before) Anyways, Thank for your answer. |
Did you try running all of the tests? There's a sample project that gets unpacked into /tmp You can observe the updates there by opening that project in Xcode.
|
Yes. I think it need support for
or
or
instead of
in
|
Its possible to add the source with a specific path, if you create groups as needed as you go. Will this work for you? |
Sorry for late ACK
XCGroup.h
XCGroup.m
|
You mean its working OK for you now? What is the edit? Something you went merged into the main XcodeEditor branch? |
Yep! OK |
Ok, glad to hear it's working for you now. |
Hi iziz/jasper, I am not able to find this api with the parameter withPath, [group addSourceFile:newSourceFile withPath:TARGET_NAME]; |
Is this is possible to add source to group with specific path ?
The text was updated successfully, but these errors were encountered: