Skip to content

Commit

Permalink
renamed to Sources
Browse files Browse the repository at this point in the history
  • Loading branch information
ren6 committed Apr 17, 2024
1 parent 9b7d383 commit 07b861a
Show file tree
Hide file tree
Showing 74 changed files with 3,398 additions and 1,660 deletions.
4 changes: 2 additions & 2 deletions ApphudSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ Pod::Spec.new do |s|
s.tvos.deployment_target = '13.0'
s.watchos.deployment_target = '6.2'
s.swift_version = '5.0'
s.source_files = 'ApphudSDK/**/*.{swift,h,m}'
s.resource_bundles = {'ApphudSDK' => ['ApphudSDK/PrivacyInfo.xcprivacy']}
s.source_files = 'Sources/**/*.{swift,h,m}'
s.resource_bundles = {'ApphudSDK' => ['Sources/PrivacyInfo.xcprivacy']}
end
6 changes: 3 additions & 3 deletions Example/ApphudDemoSwift/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- ApphudSDK (3.1.0)
- ApphudSDK (3.3.0)

DEPENDENCIES:
- ApphudSDK (from `../../`)
Expand All @@ -9,8 +9,8 @@ EXTERNAL SOURCES:
:path: "../../"

SPEC CHECKSUMS:
ApphudSDK: 37bf7c088dd98dc8edac54bf79f003d5d5cdf0fd
ApphudSDK: b6f5043ac996f43627626184a324f8bd5a108269

PODFILE CHECKSUM: aa34782827bdb35a5ec369ddc9b74f0ba69bd0ec

COCOAPODS: 1.12.1
COCOAPODS: 1.15.2

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Example/ApphudDemoSwift/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3,018 changes: 1,667 additions & 1,351 deletions Example/ApphudDemoSwift/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Example/ApphudDemoSwiftUI/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- ApphudSDK (3.0.0)
- ApphudSDK (3.3.0)

DEPENDENCIES:
- ApphudSDK (from `../../`)
Expand All @@ -9,8 +9,8 @@ EXTERNAL SOURCES:
:path: "../../"

SPEC CHECKSUMS:
ApphudSDK: acfff4bd9bfc68036f9832d63aae3cc46f147ffe
ApphudSDK: b6f5043ac996f43627626184a324f8bd5a108269

PODFILE CHECKSUM: 4b9915c3556364dfea2be629bb16d3499b9ecc2d

COCOAPODS: 1.11.3
COCOAPODS: 1.15.2

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Example/ApphudDemoSwiftUI/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 07b861a

Please sign in to comment.