Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
naivetoby committed Mar 21, 2024
1 parent 13d6e97 commit a905566
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ios/fluwx.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ The capability of implementing WeChat SDKs in Flutter. With Fluwx, developers ca

s.subspec 'pay' do |sp|
sp.vendored_frameworks = 'Libraries/Pay/*.xcframework'
sp.frameworks = 'CoreGraphics', 'Security', 'WebKit'
sp.libraries = 'c++', 'z', 'sqlite3.0'

pod_target_xcconfig["GCC_PREPROCESSOR_DEFINITIONS"] = "$(inherited) #{logging_status} #{scene_delegate}"

Expand All @@ -104,6 +106,8 @@ The capability of implementing WeChat SDKs in Flutter. With Fluwx, developers ca

s.subspec 'no_pay' do |sp|
sp.vendored_frameworks = 'Libraries/NoPay/*.xcframework'
sp.frameworks = 'CoreGraphics', 'Security', 'WebKit'
sp.libraries = 'c++', 'z', 'sqlite3.0'

pod_target_xcconfig["GCC_PREPROCESSOR_DEFINITIONS"] = "$(inherited) NO_PAY=1 #{logging_status} #{scene_delegate}"

Expand Down

0 comments on commit a905566

Please sign in to comment.