Skip to content

Commit

Permalink
No need to explicitly state resources for the Assets catalog as Xcode…
Browse files Browse the repository at this point in the history
… treats these as resources automatically.
  • Loading branch information
sbruens committed Aug 15, 2023
1 parent 04370b8 commit 1b85943
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/cordova/apple/OutlineAppleLib/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ let package = Package(
dependencies: [
.product(name: "CocoaLumberjackSwift", package: "CocoaLumberjack"),
"OutlinePlugin",
],
//resources: [.process("Resources")]
resources: [.process("Assets.xcassets")]
]
),
.target(
name: "PacketTunnelProvider",
Expand Down

0 comments on commit 1b85943

Please sign in to comment.