alcatraz / alcatraz-packages

Package list repository for Alcatraz
alcatraz.io
382 stars 386 forks source link

Renamed AJKExtendedOpening to Open With Application… #185

Closed inquisitiveSoft closed 10 years ago

inquisitiveSoft commented 10 years ago

Updated descripition and screenshot

jurre commented 10 years ago

Hey, i dont think this will work, the name should be the same as the .xcodeproj file.

inquisitiveSoft commented 10 years ago

How about if I renamed the Xcode project to Open With Application.xcodeproj (to match the project name). Would that work/be acceptable

jurre commented 10 years ago

Yeah I think that should work, we can try it out if you rename the .xcodeproj by pointing to your packages repo :)

inquisitiveSoft commented 10 years ago

Hi Jurre, I've updated the .xcodeproj. What's the best way to test it?

jurre commented 10 years ago

Hi, the best way to do it is to change the PLUGINS_REPO_PATH (located in ATZDownloader.m) to your fork and run alcatraz (it'll spawn a second instance of Xcode which uses your updated packages.json)

jurre commented 10 years ago

I get this:


1 error generated.

2014-09-08 19:53:20.947 xcodebuild[60576:307]  DVTAssertions: Warning in /SourceCache/IDEXcode3ProjectSupport/IDEXcode3ProjectSupport-5069/Xcode3Core/LegacyProjects/Frameworks/DevToolsCore/DevToolsCore/SpecificationTypes/BuiltInSpecifications/Compilers/XCGccMakefileDependencies.m:76
Details:  Failed to load dependencies output contents from ``/Users/jurre/Library/Application Support/Alcatraz/Plug-ins/Open With Application/build/Open With Application.build/Debug/AJKOpenWith.build/Objects-normal/x86_64/AJKOpenWithPlugin.d''. Error: Error Domain=NSCocoaErrorDomain Code=260 "The file “AJKOpenWithPlugin.d” couldn’t be opened because there is no such file." UserInfo=0x600001277500 {NSFilePath=/Users/jurre/Library/Application Support/Alcatraz/Plug-ins/Open With Application/build/Open With Application.build/Debug/AJKOpenWith.build/Objects-normal/x86_64/AJKOpenWithPlugin.d, NSUnderlyingError=0x600001241a40 "The operation couldn’t be completed. No such file or directory"}. User info: {
    NSFilePath = "/Users/jurre/Library/Application Support/Alcatraz/Plug-ins/Open With Application/build/Open With Application.build/Debug/AJKOpenWith.build/Objects-normal/x86_64/AJKOpenWithPlugin.d";
    NSUnderlyingError = "Error Domain=NSPOSIXErrorDomain Code=2 \"The operation couldn\U2019t be completed. No such file or directory\"";
}.
Function: void XCGccMakefileDependenciesParsePathsFromRuleFile(NSString *__strong, void (^__strong)(NSString *__strong))
Thread:   <NSThread: 0x600001276c80>{name = (null), num = 9}
Please file a bug at http://bugreport.apple.com with this warning message and any useful information you can provide.
** BUILD FAILED **

The following build commands failed:
    CompileC build/Open\ With\ Application.build/Debug/AJKOpenWith.build/Objects-normal/x86_64/AJKOpenWithPlugin.o Classes/AJKOpenWithPlugin.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
    CompileC build/Open\ With\ Application.build/Debug/AJKOpenWith.build/Objects-normal/x86_64/AJKShortcutWindowController.o Classes/AJKShortcutWindowController.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(2 failures)
inquisitiveSoft commented 10 years ago

Urgh.. that's no good at all. Thank you for the pointer to debugging it.

inquisitiveSoft commented 10 years ago

All fixed as far as I can tell. The 'second instance of Xcode' approach is really elegant Would you mind trying again.. see if it works for you?

jurre commented 10 years ago

Sorry, totally missed this but I tested it and seems to work great! Thanks!

inquisitiveSoft commented 10 years ago

Thank you Jurre, much appreciated!

On Monday, 22 September 2014 at 09:09, Jurre wrote:

Merged #185 (https://github.com/supermarin/alcatraz-packages/pull/185).

— Reply to this email directly or view it on GitHub (https://github.com/supermarin/alcatraz-packages/pull/185#event-168311418).