Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
buenaflor committed Oct 17, 2024
1 parent d7c3f52 commit 61b6664
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ Pod::Spec.new do |spec|
}
]

end
end
12 changes: 6 additions & 6 deletions sentry-samples/kmp-app-cocoapods/iosApp/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PODS:
- Sentry (8.37.0):
- Sentry/Core (= 8.37.0)
- Sentry/Core (8.37.0)
- Sentry (8.38.0):
- Sentry/Core (= 8.38.0)
- Sentry/Core (8.38.0)
- shared (1.0):
- Sentry (= 8.37.0)
- Sentry (= 8.38.0)

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

SPEC CHECKSUMS:
Sentry: ee060c09b2f7ec1240e95c766ab44c04c7bdb052
shared: 4717ae7bad4e94adc1177508d0519ab174142885
Sentry: 205813e7e758b53df157cedb8c55b31a14300645
shared: 29ad91c0e6392887a08175041ce5c1ff1cb63ee7

PODFILE CHECKSUM: f282da88f39e69507b0a255187c8a6b644477756

Expand Down
2 changes: 1 addition & 1 deletion sentry-samples/kmp-app-cocoapods/shared/shared.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Pod::Spec.new do |spec|
spec.vendored_frameworks = 'build/cocoapods/framework/shared.framework'
spec.libraries = 'c++'
spec.ios.deployment_target = '14.1'
spec.dependency 'Sentry', '8.37.0'
spec.dependency 'Sentry', '8.38.0'

if !Dir.exist?('build/cocoapods/framework/shared.framework') || Dir.empty?('build/cocoapods/framework/shared.framework')
raise "
Expand Down

0 comments on commit 61b6664

Please sign in to comment.