Skip to content

Commit

Permalink
use aws/config instead of libNative
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazhvera committed Jul 10, 2024
1 parent 1271742 commit 6f566ec
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
6 changes: 1 addition & 5 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -272,9 +272,6 @@ packageTargets.append(contentsOf: [
exclude: awsCMqttExcludes,
cSettings: cSettings
),
.systemLibrary(
name: "LibNative"
),
.target(
name: "AwsCommonRuntimeKit",
dependencies: [ "AwsCAuth",
Expand All @@ -285,8 +282,7 @@ packageTargets.append(contentsOf: [
"AwsCCommon",
"AwsCChecksums",
"AwsCEventStream",
"AwsCMqtt",
"LibNative"],
"AwsCMqtt"],
path: "Source/AwsCommonRuntimeKit",
resources: [
.copy("PrivacyInfo.xcprivacy")
Expand Down
6 changes: 0 additions & 6 deletions Source/LibNative/module.modulemap

This file was deleted.

File renamed without changes.

0 comments on commit 6f566ec

Please sign in to comment.