Skip to content

Commit

Permalink
Updated Package to match AudioKit
Browse files Browse the repository at this point in the history
  • Loading branch information
aure committed Aug 19, 2022
1 parent 9c0b377 commit e64677f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI

on: [push, pull_request]
env:
XCODE_VER: 12.4
XCODE_VER: latest-stable

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"repositoryURL": "https://github.com/AudioKit/AudioKit",
"state": {
"branch": null,
"revision": "3360ddec30659447201a9ca4360d20cd924aab32",
"revision": "491ae3d76c64c848e308fb1f659099e3c82cd65b",
"version": "5.3.0"
}
},
Expand Down
8 changes: 4 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
// swift-tools-version:5.3
// swift-tools-version:5.5
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription

let package = Package(
name: "DevoloopAudioKit",
platforms: [.macOS(.v10_13), .iOS(.v11), .tvOS(.v11)],
platforms: [.macOS(.v12), .iOS(.v13), .tvOS(.v13)],
products: [.library(name: "DevoloopAudioKit", targets: ["DevoloopAudioKit"])],
dependencies: [
.package(url: "https://github.com/AudioKit/AudioKit", from: "5.3.0"),
.package(url: "https://github.com/AudioKit/AudioKitEX", from: "5.3.0"),
.package(url: "https://github.com/AudioKit/AudioKit", from: "5.5.0"),
.package(url: "https://github.com/AudioKit/AudioKitEX", from: "5.5.0"),
],
targets: [
.target(name: "DevoloopAudioKit", dependencies: ["AudioKit", "AudioKitEX", "CDevoloopAudioKit"]),
Expand Down

0 comments on commit e64677f

Please sign in to comment.