Skip to content

Commit

Permalink
0.0.1-test-with-aosl
Browse files Browse the repository at this point in the history
  • Loading branch information
agorabuilder committed Oct 14, 2024
1 parent cb69143 commit e975e76
Showing 1 changed file with 1 addition and 23 deletions.
24 changes: 1 addition & 23 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,23 +1 @@
// swift-tools-version:5.3
// The swift-tools-version declares the minimum version of Swift required to build this package.
import PackageDescription

let package = Package(
name: "{{package_name}}",
defaultLocalization: "en",
platforms: [{{platforms}}],
products: [
{%- for product in products %}
.library(name: "{{ product.name}}", targets: {{product.targets}}),
{%- endfor %}
],
targets: [
{%- for target in targets %}
.binaryTarget(
name: "{{target.name}}",
url: "{{target.url}}",
checksum: "{{target.checksum}}"
),
{%- endfor %}
]
)
sdk/Agora_Native_SDK_for_iOS_FULL/Package.swift

0 comments on commit e975e76

Please sign in to comment.