Skip to content

Commit

Permalink
Dropping dynamic libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
KyNorthstar committed Jun 9, 2023
1 parent cd69ac1 commit 5a6dbca
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,6 @@ let package = Package(
.library(
name: "SimpleLogging",
targets: ["SimpleLogging"]),

// DEPRECATED: Does not play nice with App Store requirements
.library(
name: "SimpleLogging_dynamic",
type: .dynamic,
targets: ["SimpleLogging"]),

.library(
name: "SimpleLoggingDynamic",
type: .dynamic,
targets: ["SimpleLogging"]),
],

dependencies: [
Expand Down

0 comments on commit 5a6dbca

Please sign in to comment.