Skip to content

Commit

Permalink
use angular brackets in umbrella header for EasyMapping to avoid Incl…
Browse files Browse the repository at this point in the history
…ude of non-modular header inside framework warning.
  • Loading branch information
DenTelezhkin committed Jun 30, 2016
1 parent 831ae54 commit b52e4d1
Show file tree
Hide file tree
Showing 4 changed files with 131 additions and 108 deletions.
23 changes: 12 additions & 11 deletions EasyMapping/EasyMapping.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,15 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.

#import "EKMapper.h"
#import "EKSerializer.h"
#import "EKObjectMapping.h"
#import "EKManagedObjectMapper.h"
#import "EKManagedObjectMapping.h"
#import "EKMappingBlocks.h"
#import "EKObjectModel.h"
#import "EKManagedObjectModel.h"
#import "EKMappingProtocol.h"
#import "EKPropertyMapping.h"
#import "NSDateFormatter+EasyMappingAdditions.h"
#import <EasyMapping/EKMapper.h>
#import <EasyMapping/EKSerializer.h>
#import <EasyMapping/EKObjectMapping.h>
#import <EasyMapping/EKManagedObjectMapper.h>
#import <EasyMapping/EKManagedObjectMapping.h>
#import <EasyMapping/EKMappingBlocks.h>
#import <EasyMapping/EKObjectModel.h>
#import <EasyMapping/EKManagedObjectModel.h>
#import <EasyMapping/EKMappingProtocol.h>
#import <EasyMapping/EKPropertyMapping.h>
#import <EasyMapping/EKRelationshipMapping.h>
#import <EasyMapping/NSDateFormatter+EasyMappingAdditions.h>
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,31 @@
"size" : "29x29",
"scale" : "2x"
},
{
"idiom" : "iphone",
"size" : "29x29",
"scale" : "3x"
},
{
"idiom" : "iphone",
"size" : "40x40",
"scale" : "2x"
},
{
"idiom" : "iphone",
"size" : "40x40",
"scale" : "3x"
},
{
"idiom" : "iphone",
"size" : "60x60",
"scale" : "2x"
},
{
"idiom" : "iphone",
"size" : "60x60",
"scale" : "3x"
},
{
"idiom" : "ipad",
"size" : "29x29",
Expand Down Expand Up @@ -44,6 +59,11 @@
"idiom" : "ipad",
"size" : "76x76",
"scale" : "2x"
},
{
"idiom" : "ipad",
"size" : "83.5x83.5",
"scale" : "2x"
}
],
"info" : {
Expand Down
Loading

0 comments on commit b52e4d1

Please sign in to comment.