Skip to content

Commit

Permalink
Merge pull request #7051 from cheekiatng/timob-19379
Browse files Browse the repository at this point in the history
[TIMOB-19379] iOS: Cannot build for devices/Package with Xcode 7
  • Loading branch information
cheekiatng committed Aug 19, 2015
2 parents 17c1124 + e3354a1 commit f75a2ab
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion iphone/Classes/TiAppiOSSearchableIndexProxy.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
@interface TiAppiOSSearchableIndexProxy : TiProxy {

}
#endif
@end
#endif
#endif
3 changes: 1 addition & 2 deletions iphone/Classes/TiAppiOSSearchableItemAttributeSetProxy.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

@property(nonatomic,retain) CSSearchableItemAttributeSet *attributes;

#endif

@end
#endif
#endif
2 changes: 1 addition & 1 deletion iphone/Classes/TiAppiOSSearchableItemProxy.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@

@property(nonatomic,retain) CSSearchableItem *item;

#endif
@end
#endif
#endif
2 changes: 1 addition & 1 deletion iphone/Classes/TiAppiOSSearchableItemProxy.m
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ -(void)setExpirationDate:(id)value
_item.expirationDate = [TiUtils dateForUTCDate:value];
}

#endif
@end
#endif
#endif

0 comments on commit f75a2ab

Please sign in to comment.