File tree Expand file tree Collapse file tree 10 files changed +13
-13
lines changed Expand file tree Collapse file tree 10 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import CoreData
6
6
internal extension Data {
7
7
8
8
internal static var torch_name : String {
9
- return " UserProject.Data "
9
+ return " UserProject_Data "
10
10
}
11
11
12
12
internal static let id = Torch . Property < Data , Int ? > ( name: " id " )
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import CoreData
6
6
internal extension Data {
7
7
8
8
internal static var torch_name : String {
9
- return " UserProject.Data "
9
+ return " UserProject_Data "
10
10
}
11
11
12
12
internal static let id = Torch . Property < Data , Int ? > ( name: " id " )
@@ -36,7 +36,7 @@ import CoreData
36
36
public extension Data2 {
37
37
38
38
public static var torch_name : String {
39
- return " UserProject.Data2 "
39
+ return " UserProject_Data2 "
40
40
}
41
41
42
42
public static let id = Torch . Property < Data2 , Int ? > ( name: " id " )
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import CoreData
6
6
internal extension Data {
7
7
8
8
internal static var torch_name : String {
9
- return " CustomPrefix.Data "
9
+ return " CustomPrefix_Data "
10
10
}
11
11
12
12
internal static let id = Torch . Property < Data , Int ? > ( name: " id " )
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import UIKit
9
9
internal extension Data {
10
10
11
11
internal static var torch_name : String {
12
- return " UserProject.Data "
12
+ return " UserProject_Data "
13
13
}
14
14
15
15
internal static let id = Torch . Property < Data , Int ? > ( name: " id " )
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import CoreData
6
6
internal extension Data {
7
7
8
8
internal static var torch_name : String {
9
- return " UserProject.Data "
9
+ return " UserProject_Data "
10
10
}
11
11
12
12
internal static let id = Torch . Property < Data , Int ? > ( name: " id " )
@@ -31,7 +31,7 @@ internal extension Data {
31
31
internal extension Data2 {
32
32
33
33
internal static var torch_name : String {
34
- return " UserProject.Data2 "
34
+ return " UserProject_Data2 "
35
35
}
36
36
37
37
internal static let id = Torch . Property < Data2 , Int ? > ( name: " id " )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import CoreData
4
4
internal extension Data {
5
5
6
6
internal static var torch_name : String {
7
- return " UserProject.Data "
7
+ return " UserProject_Data "
8
8
}
9
9
10
10
internal static let id = Torch . Property < Data , Int ? > ( name: " id " )
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import CoreData
6
6
internal extension Data {
7
7
8
8
internal static var torch_name : String {
9
- return " UserProject.Data "
9
+ return " UserProject_Data "
10
10
}
11
11
12
12
internal static let id = Torch . Property < Data , Int ? > ( name: " id " )
@@ -79,7 +79,7 @@ internal extension Data {
79
79
internal extension OtherData {
80
80
81
81
internal static var torch_name : String {
82
- return " UserProject.OtherData "
82
+ return " UserProject_OtherData "
83
83
}
84
84
85
85
internal static let id = Torch . Property < OtherData , Int ? > ( name: " id " )
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import CoreData
6
6
internal extension Data {
7
7
8
8
internal static var torch_name : String {
9
- return " UserProject.Data "
9
+ return " UserProject_Data "
10
10
}
11
11
12
12
internal static let id = Torch . Property < Data , Int ? > ( name: " id " )
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import CoreData
6
6
public extension Data2 {
7
7
8
8
public static var torch_name : String {
9
- return " UserProject.Data2 "
9
+ return " UserProject_Data2 "
10
10
}
11
11
12
12
public static let id = Torch . Property < Data2 , Int ? > ( name: " id " )
Original file line number Diff line number Diff line change 1
- ../../Build/torch .app/Contents/MacOS/torch
1
+ ../../Build/torch_generator .app/Contents/MacOS/torch_generator
You can’t perform that action at this time.
0 commit comments