Skip to content

Commit

Permalink
update resources
Browse files Browse the repository at this point in the history
  • Loading branch information
ry-itto committed Sep 1, 2023
1 parent 24d8645 commit 0d3a2c4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app-ios/Modules/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,10 @@ package.targets = package.targets.map { target in
if let ciEnvPointer = getenv("CI") {
let ciEnv = String(cString: ciEnvPointer)
if ciEnv == "TRUE" {
if target.name == "About" {
target.resources?.append(.process("Resources"))
}

if target.type == .regular || target.type == .test {
target.plugins = []
}
Expand Down

0 comments on commit 0d3a2c4

Please sign in to comment.