We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb8f89e commit 4ecd7bcCopy full SHA for 4ecd7bc
Classes/JSONAPIResource.h
@@ -20,6 +20,8 @@
20
+ (id)jsonAPIResource:(NSDictionary*)dictionary withLinked:(NSDictionary*)linked;
21
+ (id)jsonAPIResource:(NSDictionary*)dictionary withLinked:(NSDictionary*)linked withClass:(Class)resourceObjectClass;
22
23
+- (id)initWithDictionary:(NSDictionary*)dict withLinked:(NSDictionary*)linked;
24
+
25
- (id)objectForKey:(NSString*)key;
26
- (id)linkedResourceForKey:(NSString*)key;
27
Project/JSONAPI/JSONAPI-Info.plist
@@ -22,8 +22,6 @@
<string>????</string>
<key>CFBundleVersion</key>
<string>1.0</string>
- <key>LSApplicationCategoryType</key>
- <string></string>
<key>LSRequiresIPhoneOS</key>
28
<true/>
29
<key>UIMainStoryboardFile</key>
0 commit comments