MKStorekit configs plist files needs to go where?

195 views
Skip to first unread message

Michael Hayes

unread,
Apr 11, 2013, 5:49:14 PM4/11/13
to rubym...@googlegroups.com
I am using the Cocoapod. Where does one place the MKStoreKitConfigs.plist file? I've tried resources and the root directory of the app, also the root directory of the Cocoapod, but I still get the error: '* MKStoreKit note *
          Don't forget to create and add MKStoreKitConfigs.plist file to you project.

everytime I rake.

Ben Sheldon

unread,
Apr 12, 2013, 3:10:35 PM4/12/13
to rubym...@googlegroups.com
As far as I can tell, it should be loading the plist from the resources directory. This is the line from MKStoreKit:

+(NSDictionary*) storeKitItems
{
  return [NSDictionary dictionaryWithContentsOfFile:
          [[[NSBundle mainBundle] resourcePath] stringByAppendingPathComponent:
           @"MKStoreKitConfigs.plist"]];
}




--
 
---
You received this message because you are subscribed to the Google Groups "RubyMotion - Ruby for iOS" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubymotion+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply all
Reply to author
Forward
0 new messages