Hi Laurent

Thanks for the quick reply.  I had checked the FAQ out, but I'm not
sure I'm doing the right thing…

The FAQ says "When including bundles inside your app, it's
particularly important that you ensure they have unique bundle
identifiers that match your company's naming scheme"

So even if it sounded strange to me, I have a script in the build
process that after embedding MacRuby, but before signing the app,
changes the Info.plist at
./Frameworks/MacRuby.framework/Versions/0.8/Resources/ of the MacRuby
I just embedded in my app.  The key CFBundleIdentifier there is
changed from com.apple.macruby to com.mycompany.myapp.macruby

Still it doesn't fix the issue.  It may be that since the embedded
framework has a link ./Frameworks/MacRuby.framework that points to
./Frameworks/MacRuby.framework/Versions/0.8/Resources/, and there is
an Info.plist there, the validator looks at this as two different
Info.plist with the same name?

Anyone in the list has embedded MacRuby in an app submitted to the Mac
App Store and can share?

Thanks in advance!

Juan C. Méndez

On Sat, Jan 15, 2011 at 8:26 PM, Laurent Sansonetti
<lsansone...@apple.com> wrote:
>
> Hi Juan,
> You will probably get better feedback if you ask on 
> http://devforums.apple.com.
> I just searched and found that this problem is actually covered in question 
> #10 of the official FAQ:
> https://devforums.apple.com/thread/75228?tstart=0
> HTH,
> Laurent
> On Jan 15, 2011, at 4:56 PM, Juan C. Méndez wrote:
>
> Dear all
>
> I hope someone in this list can help.  I'm submitting an application to
>
> the Mac App Store.  I can compile, embed the MacRuby framework, and archive
>
> the application for submission.
>
> When I try to validate it, I get the error
>
> -Package "com.mycompany.myapp": Bundle at
>
> "MyApp.app/Contents/Frameworks/MacRuby.framework/Versions/0.8" in Payload
>
> not declared in PackageInfo
>
> Any pointers on what should I include in the Info.plist for declaring that
>
> the MacRuby framework is included?
>
> Thanks!
>
> Juan C. Méndez
>
> _______________________________________________
> MacRuby-devel mailing list
> MacRuby-devel@lists.macosforge.org
> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
>
>
> _______________________________________________
> MacRuby-devel mailing list
> MacRuby-devel@lists.macosforge.org
> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
>
_______________________________________________
MacRuby-devel mailing list
MacRuby-devel@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Reply via email to