Skip to content

Commit

Permalink
預留 group 欄位, 進版 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
DaidoujiChen committed Dec 24, 2014
1 parent 1d3dc57 commit 75da410
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions e-Hentai/RealmModels/HentaiSaveLibrary/HentaiSaveLibrary.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
@interface HentaiSaveLibrary : RLMObject

@property NSString *hentaiKey;
@property NSString *group;
@property HentaiSaveLibrary_HentaiInfo *hentaiInfo;
@property RLMArray <HentaiSaveLibrary_HentaiResult> *hentaiResult;
@property RLMArray <HentaiSaveLibrary_Images> *images;
Expand Down
1 change: 1 addition & 0 deletions e-Hentai/RealmModels/HentaiSaveLibrary/HentaiSaveLibrary.m
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ @implementation HentaiSaveLibrary
+ (void)addSaveInfo:(NSDictionary *)saveInfo {
HentaiSaveLibrary *newLibrary = [HentaiSaveLibrary new];
newLibrary.hentaiKey = saveInfo[@"hentaiKey"];
newLibrary.group = @"";

HentaiSaveLibrary_HentaiInfo *newInfo = [HentaiSaveLibrary_HentaiInfo new];
newInfo.category = saveInfo[@"hentaiInfo"][@"category"];
Expand Down
2 changes: 1 addition & 1 deletion e-Hentai/e-Hentai-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>1.7</string>
<string>1.8</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIFileSharingEnabled</key>
Expand Down

0 comments on commit 75da410

Please sign in to comment.