Skip to content

Commit

Permalink
Fix ios build.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbruens committed Jul 26, 2023
1 parent 9dccb61 commit ef11009
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#if targetEnvironment(macCatalyst)
import CocoaLumberjack
import CocoaLumberjackSwift
import NetworkExtension
Expand Down Expand Up @@ -60,3 +61,4 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
}
}
}
#endif

0 comments on commit ef11009

Please sign in to comment.