Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
thryve
Specs
Commits
46c8a588
Commit
46c8a588
authored
1 month ago
by
Bernard Oppong
Browse files
Options
Download
Email Patches
Plain Diff
Updated Thryve iOS SDK to 4.12.4
parent
6fa66f25
main
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
ModuleAppleHealth/4.12.4/ModuleAppleHealth.podspec
+1
-1
ModuleAppleHealth/4.12.4/ModuleAppleHealth.podspec
ModuleBGM/4.12.4/ModuleBGM.podspec
+1
-1
ModuleBGM/4.12.4/ModuleBGM.podspec
ThryveCommons/4.12.4/ThryveCommons.podspec
+1
-1
ThryveCommons/4.12.4/ThryveCommons.podspec
ThryveCore/4.12.4/ThryveCore.podspec
+1
-1
ThryveCore/4.12.4/ThryveCore.podspec
with
4 additions
and
4 deletions
+4
-4
ModuleAppleHealth/4.12.4/ModuleAppleHealth.podspec
View file @
46c8a588
...
...
@@ -24,6 +24,6 @@ Pod::Spec.new do |spec|
spec
.
platform
=
:ios
,
'13.0'
spec
.
ios
.
vendored_frameworks
=
'ModuleAppleHealth.xcframework'
spec
.
source
=
{
:git
=>
'
git@gitlab.internal.thryve.de:frontend/thryve-sdk-pods.git
'
,
:tag
=>
spec
.
version
.
to_s
}
spec
.
source
=
{
:git
=>
'
https://gitlab.und-gesund.de/thryve/Pods
'
,
:tag
=>
spec
.
version
.
to_s
}
end
This diff is collapsed.
Click to expand it.
ModuleBGM/4.12.4/ModuleBGM.podspec
View file @
46c8a588
...
...
@@ -24,6 +24,6 @@ Pod::Spec.new do |spec|
spec
.
platform
=
:ios
,
'13.0'
spec
.
ios
.
vendored_frameworks
=
'ModuleBGM.xcframework'
spec
.
source
=
{
:git
=>
'
git@gitlab.internal.thryve.de:frontend/thryve-sdk-pods.git
'
,
:tag
=>
spec
.
version
.
to_s
}
spec
.
source
=
{
:git
=>
'
https://gitlab.und-gesund.de/thryve/Pods
'
,
:tag
=>
spec
.
version
.
to_s
}
end
This diff is collapsed.
Click to expand it.
ThryveCommons/4.12.4/ThryveCommons.podspec
View file @
46c8a588
...
...
@@ -24,7 +24,7 @@ Pod::Spec.new do |spec|
spec
.
platform
=
:ios
,
'13.0'
spec
.
ios
.
vendored_frameworks
=
'ThryveCommons.xcframework'
spec
.
source
=
{
:git
=>
'
git@gitlab.internal.thryve.de:frontend/thryve-sdk-pods.git
'
,
:tag
=>
spec
.
version
.
to_s
}
spec
.
source
=
{
:git
=>
'
https://gitlab.und-gesund.de/thryve/Pods
'
,
:tag
=>
spec
.
version
.
to_s
}
end
This diff is collapsed.
Click to expand it.
ThryveCore/4.12.4/ThryveCore.podspec
View file @
46c8a588
...
...
@@ -24,7 +24,7 @@ Pod::Spec.new do |spec|
spec
.
platform
=
:ios
,
'13.0'
spec
.
vendored_frameworks
=
'ThryveCore.xcframework'
spec
.
source
=
{
:git
=>
'
git@gitlab.internal.thryve.de:frontend/thryve-sdk-pods.git
'
,
:tag
=>
spec
.
version
.
to_s
}
spec
.
source
=
{
:git
=>
'
https://gitlab.und-gesund.de/thryve/Pods
'
,
:tag
=>
spec
.
version
.
to_s
}
end
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help