Skip to content

Commit 34f2177

Browse files
committed
Merge branch 'swift-package-manager'
2 parents 4cd4445 + c57de0b commit 34f2177

File tree

44 files changed

+44
-6
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+44
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions

ios/Assets/.gitkeep

Whitespace-only changes.

ios/background_fetch.podspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ Pod::Spec.new do |s|
1414
s.license = { :file => '../LICENSE' }
1515
s.author = { 'Transistor Software' => '[email protected]' }
1616
s.source = { :path => '.' }
17-
s.source_files = 'Classes/**/*'
18-
s.public_header_files = 'Classes/**/*.h'
17+
s.source_files = 'background_fetch/Sources/background_fetch/**/*.{h,m}'
18+
s.public_header_files = 'background_fetch/Sources/include/**/*.h'
1919
s.dependency 'Flutter'
20-
s.vendored_frameworks = ['TSBackgroundFetch.xcframework']
21-
s.resource_bundles = {'TSBackgroundFetch' => ['Resources/PrivacyInfo.xcprivacy']}
20+
s.vendored_frameworks = ['background_fetch/Frameworks/TSBackgroundFetch.xcframework']
21+
s.resource_bundles = {'TSBackgroundFetch' => ['background_fetch/Sources/background_fetch/PrivacyInfo.xcprivacy']}
2222
s.ios.deployment_target = '8.0'
2323
end
2424

ios/TSBackgroundFetch.xcframework/Info.plist renamed to ios/background_fetch/Frameworks/TSBackgroundFetch.xcframework/Info.plist

File renamed without changes.

ios/TSBackgroundFetch.xcframework/_CodeSignature/CodeDirectory renamed to ios/background_fetch/Frameworks/TSBackgroundFetch.xcframework/_CodeSignature/CodeDirectory

File renamed without changes.

ios/TSBackgroundFetch.xcframework/_CodeSignature/CodeRequirements renamed to ios/background_fetch/Frameworks/TSBackgroundFetch.xcframework/_CodeSignature/CodeRequirements

File renamed without changes.

ios/TSBackgroundFetch.xcframework/_CodeSignature/CodeRequirements-1 renamed to ios/background_fetch/Frameworks/TSBackgroundFetch.xcframework/_CodeSignature/CodeRequirements-1

File renamed without changes.

ios/TSBackgroundFetch.xcframework/_CodeSignature/CodeResources renamed to ios/background_fetch/Frameworks/TSBackgroundFetch.xcframework/_CodeSignature/CodeResources

File renamed without changes.

ios/TSBackgroundFetch.xcframework/_CodeSignature/CodeSignature renamed to ios/background_fetch/Frameworks/TSBackgroundFetch.xcframework/_CodeSignature/CodeSignature

File renamed without changes.

ios/TSBackgroundFetch.xcframework/ios-arm64/TSBackgroundFetch.framework/Headers/TSBackgroundFetch.h renamed to ios/background_fetch/Frameworks/TSBackgroundFetch.xcframework/ios-arm64/TSBackgroundFetch.framework/Headers/TSBackgroundFetch.h

File renamed without changes.

0 commit comments

Comments
 (0)