Skip to content

Commit

Permalink
fix: copy xcdatamodeld resources (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwthanh authored Aug 2, 2024
1 parent 9c6eff9 commit fb4befd
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ struct ResourcesAnalyzer<S: ResourcesRepresentable> {
if let last = components.last {
var fixed = last
.replacingOccurrences(of: "xcassets", with: "xcassets/**")
.replacingOccurrences(of: "xcdatamodeld", with: "xcdatamodeld/**")
// .replacingOccurrences(of: "lproj", with: "lproj")
if fixed.isEmpty || fixed == "*" {
fixed = "**"
Expand Down
3 changes: 3 additions & 0 deletions TestTools/Pods.json
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,9 @@
"SuperPlayer": {
"version": "3.7.7"
},
"SuperwallKit": {
"version": "3.7.0"
},
"SwiftCSV": {
"version": "0.9.1"
},
Expand Down
3 changes: 3 additions & 0 deletions TestTools/Pods_Integration.json
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,9 @@
"SwiftyJSON": {
"version": "5.0.1"
},
"SuperwallKit": {
"version": "3.7.0"
},
"Yoga": {
"version": "1.14.0"
},
Expand Down
2 changes: 1 addition & 1 deletion Tests/Recorded/CoreStore/BUILD.bazel

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Tests/Recorded/StreamChat/BUILD.bazel

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fb4befd

Please sign in to comment.