add new version 9.0.0-SNAPSHOT-572
This commit is contained in:
		
							parent
							
								
									7980d7e31d
								
							
						
					
					
						commit
						52068baa0f
					
				
							
								
								
									
										35
									
								
								Package.swift
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										35
									
								
								Package.swift
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,35 @@ | ||||
| // swift-tools-version:5.3 | ||||
| // The swift-tools-version declares the minimum version of Swift required to build this package. | ||||
| 
 | ||||
| import PackageDescription | ||||
| 
 | ||||
| let package = Package( | ||||
|     name: "WebIdIosSdk", | ||||
|     platforms: [ | ||||
|         .iOS(.v13) | ||||
|     ], | ||||
|     products: [ | ||||
|         // Products define the executables and libraries a package produces, and make them visible to other packages. | ||||
|         .library(name: "WebIdIosSdk", targets: ["WebIdIosSdkWrapper"]), | ||||
|     ], | ||||
|     dependencies: [ | ||||
|         // Dependencies declare other packages that this package depends on. | ||||
|          | ||||
|     ], | ||||
|     targets: [ | ||||
|         .binaryTarget( | ||||
|             name: "WebIdIosSdk", | ||||
|             url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdIosSdk/9.0.0/WebIdIosSdk.framework-v9.0.0-SNAPSHOT-572.zip", | ||||
|             checksum: "e1ffe505cd79a444fb36cb1f3772bc67ce8c3479a571931a5f1aafadb505cff8" | ||||
|         ), | ||||
|         .target( | ||||
|             name: "WebIdIosSdkWrapper", | ||||
|             dependencies: [ | ||||
|                 .target(name: "WebIdIosSdk"), | ||||
|                 // [target dependecies here] | ||||
|                  | ||||
|             ] | ||||
|         ) | ||||
|     ], | ||||
|     swiftLanguageVersions: [SwiftVersion.v5] | ||||
| ) | ||||
							
								
								
									
										4
									
								
								Sources/WebIdIosSdkWrapper/Dummy.swift
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										4
									
								
								Sources/WebIdIosSdkWrapper/Dummy.swift
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,4 @@ | ||||
| // | ||||
| // Created by WebID Solutions GmbH | www.webid-solutions.de. | ||||
| // See the file "LICENSE" for the full license governing this code. | ||||
| // | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user