Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
brianquinlan committed Aug 30, 2024
1 parent 1ed32fa commit 31d16b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
1 change: 1 addition & 0 deletions pkgs/cupertino_http/darwin/cupertino_http.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Pod::Spec.new do |s|
s.homepage = 'https://github.com/dart-lang/http/tree/master/pkgs/cupertino_http'
s.license = { :type => 'BSD', :file => '../LICENSE' }
s.author = { 'TODO' => 'use-valid-author' }
s.source = { :http => 'https://github.com/dart-lang/http/tree/master/pkgs/cupertino_http' }

s.source_files = 'cupertino_http/Sources/cupertino_http/**/*'
s.ios.dependency 'Flutter'
Expand Down
16 changes: 2 additions & 14 deletions pkgs/cupertino_http/darwin/cupertino_http/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,25 +15,13 @@ let package = Package(
dependencies: [],
targets: [
.target(
// TODO: Update your target name.
name: "cupertino_http",
dependencies: [],
resources: [
// TODO: If your plugin requires a privacy manifest
// (e.g. if it uses any required reason APIs), update the PrivacyInfo.xcprivacy file
// to describe your plugin's privacy impact, and then uncomment this line.
// For more information, see:
// https://developer.apple.com/documentation/bundleresources/privacy_manifest_files
// .process("PrivacyInfo.xcprivacy"),

// TODO: If you have other resources that need to be bundled with your plugin, refer to
// the following instructions to add them:
// https://developer.apple.com/documentation/xcode/bundling-resources-with-a-swift-package
],
cSettings: [
// TODO: Update your plugin name.
.headerSearchPath("include")
.headerSearchPath("include/cupertino_http")
.headerSearchPath("include/cupertino_http"),
.unsafeFlags(["-fno-objc-arc"]),
]
)
]
Expand Down

0 comments on commit 31d16b1

Please sign in to comment.