File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed
Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -25,13 +25,6 @@ let package = Package(
2525 . target(
2626 name: " mParticle_Apple_SDK_Swift " ,
2727 path: " mParticle-Apple-SDK-Swift/Sources " ,
28- exclude: [ ] ,
29- sources: nil ,
30- publicHeadersPath: nil ,
31- cSettings: nil ,
32- cxxSettings: nil ,
33- swiftSettings: nil ,
34- linkerSettings: nil
3528 ) ,
3629 // Objective-C SDK (NoLocation variant) - source-based distribution
3730 . target(
@@ -59,13 +52,13 @@ let package = Package(
5952 . headerSearchPath( " Custom Modules " ) ,
6053 . headerSearchPath( " AppNotifications " ) ,
6154 . headerSearchPath( " Data Model " ) ,
62- . headerSearchPath( " Libraries/Reachability " ) ,
55+ . headerSearchPath( " Libraries/Reachability " )
6356 ] ,
6457 linkerSettings: [
6558 . linkedFramework( " Foundation " ) ,
6659 . linkedFramework( " UIKit " , . when( platforms: [ . iOS] ) ) ,
6760 . linkedFramework( " WebKit " , . when( platforms: [ . iOS] ) ) ,
68- . linkedFramework( " UserNotifications " , . when( platforms: [ . iOS] ) ) ,
61+ . linkedFramework( " UserNotifications " , . when( platforms: [ . iOS] ) )
6962 ]
7063 ) ,
7164 // Binary target (kept for backward compatibility or as alternative)
You can’t perform that action at this time.
0 commit comments