Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
albho committed Nov 29, 2024
1 parent a995766 commit 0b5b93b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions binding/ios/Falcon.swift
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ public class Falcon {
throw FalconIOError("Could not retrieve default model from the package bundle")
}

let bundle = Bundle(for: type(of: self))

#else

let bundle = Bundle(for: type(of: self))

modelPathArg = bundle.path(forResource: "falcon_params", ofType: "pv")
if modelPathArg == nil {
throw FalconIOError("Could not retrieve default model from app bundle")
Expand Down

0 comments on commit 0b5b93b

Please sign in to comment.