ModelMaker 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
// Copyright (c) <%= project.copyright %>. All rights reserved.
|
|
8
8
|
<% end %>
|
|
9
9
|
//
|
|
10
|
-
// Generated by
|
|
11
|
-
// See http://github.com/aspyct/
|
|
10
|
+
// Generated by ModelMaker
|
|
11
|
+
// See http://github.com/aspyct/ModelMaker
|
|
12
12
|
//
|
|
13
13
|
|
|
14
14
|
#import <Foundation/Foundation.h>
|
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
// Copyright (c) <%= project.copyright %>. All rights reserved.
|
|
8
8
|
<% end %>
|
|
9
9
|
//
|
|
10
|
-
// Generated by
|
|
11
|
-
// See http://github.com/aspyct/
|
|
10
|
+
// Generated by ModelMaker
|
|
11
|
+
// See http://github.com/aspyct/ModelMaker
|
|
12
12
|
//
|
|
13
13
|
|
|
14
14
|
#import "<%= entity.name %>Builder.h"
|
data/src/templates/header.erb
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
//
|
|
2
|
-
// <%=
|
|
3
|
-
// <%=
|
|
2
|
+
// <%= entity.name %>.h
|
|
3
|
+
// <%= project.name %>
|
|
4
4
|
|
|
5
|
+
<% if project.copyright %>
|
|
5
6
|
//
|
|
6
|
-
//
|
|
7
|
-
<% if @project.copyright %>
|
|
8
|
-
// Copyright (c) <%= @project.copyright %>. All rights reserved.
|
|
7
|
+
// Copyright (c) <%= project.copyright %>. All rights reserved.
|
|
9
8
|
<% end %>
|
|
10
9
|
//
|
|
11
|
-
//
|
|
10
|
+
// Generated by ModelMaker
|
|
11
|
+
// See http://github.com/aspyct/ModelMaker
|
|
12
12
|
//
|
|
13
13
|
|
|
14
14
|
#import <Foundation/Foundation.h>
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
//
|
|
2
|
-
// <%=
|
|
3
|
-
// <%=
|
|
2
|
+
// <%= entity.name %>.m
|
|
3
|
+
// <%= project.name %>
|
|
4
4
|
|
|
5
|
+
<% if project.copyright %>
|
|
5
6
|
//
|
|
6
|
-
//
|
|
7
|
-
<% if @project.copyright %>
|
|
8
|
-
// Copyright (c) <%= @project.copyright %>. All rights reserved.
|
|
7
|
+
// Copyright (c) <%= project.copyright %>. All rights reserved.
|
|
9
8
|
<% end %>
|
|
10
9
|
//
|
|
11
|
-
//
|
|
10
|
+
// Generated by ModelMaker
|
|
11
|
+
// See http://github.com/aspyct/ModelMaker
|
|
12
12
|
//
|
|
13
13
|
|
|
14
14
|
#import "<%= @entity.name %>.h"
|