Skip to content

Commit

Permalink
fix(ios): remove functionality
Browse files Browse the repository at this point in the history
Signed-off-by: Berend Sliedrecht <[email protected]>
  • Loading branch information
Berend Sliedrecht committed Nov 19, 2024
1 parent 552de2e commit 6d1964c
Show file tree
Hide file tree
Showing 12 changed files with 5,510 additions and 3,723 deletions.
13 changes: 1 addition & 12 deletions MdocDataTransfer.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Pod::Spec.new do |s|
s.license = package['license']
s.author = package['author']
s.homepage = package['homepage']
s.platforms = { :ios => '14.0' }
s.platforms = { :ios => '13.4' }
s.swift_version = '5.4'
s.source = { git: 'https://github.com/animo/mdoc-data-transfer' }

Expand All @@ -20,16 +20,5 @@ Pod::Spec.new do |s|
}

s.source_files = "ios/**/*.{h,m,mm,swift}"
install_modules_dependencies(s)

if defined?(:spm_dependency)
spm_dependency(s,
url: 'https://github.com/eu-digital-identity-wallet/eudi-lib-ios-iso18013-data-transfer.git',
requirement: {kind: 'upToNextMajorVersion', minimumVersion: '0.3.3'},
products: ['MdocDataTransfer18013']
)
else
raise "Please upgrade React Native to >=0.75.0 to use SPM dependencies."
end

end
14 changes: 1 addition & 13 deletions example/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,14 @@
"scheme": "mdoc-data-transfer-example",
"userInterfaceStyle": "automatic",
"plugins": [
[
"../app.plugin.js",
{
"ios": {
"buildStatic": ["RNReanimated", "RNScreens"]
}
}
],
"../app.plugin.js",
[
"expo-build-properties",
{
"android": {
"minSdkVersion": 26,
"useLegacyPackaging": true,
"extraMavenRepos": ["https://s01.oss.sonatype.org/content/repositories/snapshots/"]
},
"ios": {
"deploymentTarget": "14.0",
"useFrameworks": "dynamic",
"newArchEnabled": false
}
}
]
Expand Down
Loading

0 comments on commit 6d1964c

Please sign in to comment.