Skip to content

Commit 12c1867

Browse files
committed
Fixes
1 parent 1ed32fa commit 12c1867

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

pkgs/cupertino_http/darwin/cupertino_http.podspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Pod::Spec.new do |s|
1212
s.homepage = 'https://github.com/dart-lang/http/tree/master/pkgs/cupertino_http'
1313
s.license = { :type => 'BSD', :file => '../LICENSE' }
1414
s.author = { 'TODO' => 'use-valid-author' }
15+
s.source = { :http => 'https://github.com/dart-lang/http/tree/master/pkgs/cupertino_http' }
1516

1617
s.source_files = 'cupertino_http/Sources/cupertino_http/**/*'
1718
s.ios.dependency 'Flutter'

pkgs/cupertino_http/darwin/cupertino_http/Package.swift

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@ let package = Package(
3232
],
3333
cSettings: [
3434
// TODO: Update your plugin name.
35-
.headerSearchPath("include")
36-
.headerSearchPath("include/cupertino_http")
35+
//.headerSearchPath("include"),
36+
.headerSearchPath("include/cupertino_http"),
37+
.unsafeFlags(["-fno-objc-arc"]),
3738
]
3839
)
3940
]

0 commit comments

Comments
 (0)