Skip to content

Commit

Permalink
Remove xcf from Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
yurii-glia authored and rasmustautsglia committed Jan 17, 2024
1 parent 223b1bf commit 25c7af9
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ let package = Package(
.library(
name: "GliaWidgets",
targets: ["GliaWidgets"]
),
.library(
name: "GliaWidgets-xcframework",
targets: ["GliaWidgetsSDK-xcframework"]
)
],
targets: [
Expand All @@ -38,11 +34,6 @@ let package = Package(
url: "https://github.com/salemove/ios-bundle/releases/download/1.3.3/GliaCoreSDK.xcframework.zip",
checksum: "63b691ee44da15611edc7054a1d4eaa66de5cd770b045dddd708c37eb76360c8"
),
.binaryTarget(
name: "GliaWidgetsXcf",
url: "https://github.com/salemove/ios-sdk-widgets/releases/download/2.3.0/GliaWidgetsXcf.xcframework.zip",
checksum: "ec38f87eb46ba560f513ad4cda995061d7aa8fff53c24b7045edcf05822eb250"
),
.target(
name: "GliaWidgets",
dependencies: [
Expand All @@ -60,16 +51,6 @@ let package = Package(
resources: [
.process("Resources")
]
),
.target(
name: "GliaWidgetsSDK-xcframework",
dependencies: [
"GliaCoreSDK",
"GliaWidgetsXcf",
"GliaCoreDependency",
"TwilioVoice",
"WebRTC"
]
)
]
)

0 comments on commit 25c7af9

Please sign in to comment.