add new version 20.2.2
This commit is contained in:
		
							parent
							
								
									930a459f74
								
							
						
					
					
						commit
						14167cc64b
					
				@ -14,6 +14,11 @@ let package = Package(
 | 
				
			|||||||
    ],
 | 
					    ],
 | 
				
			||||||
    dependencies: [
 | 
					    dependencies: [
 | 
				
			||||||
        // Dependencies declare other packages that this package depends on.
 | 
					        // Dependencies declare other packages that this package depends on.
 | 
				
			||||||
 | 
					        .package(
 | 
				
			||||||
 | 
					            name: "WebIdPluginCore",
 | 
				
			||||||
 | 
					            url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git",
 | 
				
			||||||
 | 
					            .exact("20.2.1")
 | 
				
			||||||
 | 
					        ),
 | 
				
			||||||
        .package(
 | 
					        .package(
 | 
				
			||||||
            name: "DeviceKit",
 | 
					            name: "DeviceKit",
 | 
				
			||||||
            url: "https://github.com/devicekit/DeviceKit.git",
 | 
					            url: "https://github.com/devicekit/DeviceKit.git",
 | 
				
			||||||
@ -24,11 +29,6 @@ let package = Package(
 | 
				
			|||||||
            url: "https://github.com/ahoyconference/ahoykit-swift",
 | 
					            url: "https://github.com/ahoyconference/ahoykit-swift",
 | 
				
			||||||
            .exact("6.1.0")
 | 
					            .exact("6.1.0")
 | 
				
			||||||
        ),
 | 
					        ),
 | 
				
			||||||
        .package(
 | 
					 | 
				
			||||||
            name: "WebIdPluginCore",
 | 
					 | 
				
			||||||
            url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git",
 | 
					 | 
				
			||||||
            .exact("15.0.0")
 | 
					 | 
				
			||||||
        ),
 | 
					 | 
				
			||||||
        .package(
 | 
					        .package(
 | 
				
			||||||
            name: "AhoyWebRTC",
 | 
					            name: "AhoyWebRTC",
 | 
				
			||||||
            url: "https://github.com/ahoyconference/ahoywebrtc-swift.git",
 | 
					            url: "https://github.com/ahoyconference/ahoywebrtc-swift.git",
 | 
				
			||||||
@ -38,8 +38,8 @@ let package = Package(
 | 
				
			|||||||
    targets: [
 | 
					    targets: [
 | 
				
			||||||
        .binaryTarget(
 | 
					        .binaryTarget(
 | 
				
			||||||
            name: "WebIdVideoIdentPlugin",
 | 
					            name: "WebIdVideoIdentPlugin",
 | 
				
			||||||
            url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdVideoIdentPlugin/15.0.0/WebIdVideoIdentPlugin.framework-v15.0.0.zip",
 | 
					            url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdVideoIdentPlugin/20.2.2/WebIdVideoIdentPlugin.framework-v20.2.2.zip",
 | 
				
			||||||
            checksum: "874cfbc908ca6aeaa0d6a588024085b27153969488cc06ac0c8daa44bab740ff"
 | 
					            checksum: "5744ae023a7c490dfd862f88a67d3f604a31cd3d5941ae2b78a6fd1fde2e1395"
 | 
				
			||||||
        ),
 | 
					        ),
 | 
				
			||||||
        .target(
 | 
					        .target(
 | 
				
			||||||
            name: "WebIdVideoIdentPluginWrapper",
 | 
					            name: "WebIdVideoIdentPluginWrapper",
 | 
				
			||||||
@ -47,9 +47,9 @@ let package = Package(
 | 
				
			|||||||
                .target(name: "WebIdVideoIdentPlugin"),
 | 
					                .target(name: "WebIdVideoIdentPlugin"),
 | 
				
			||||||
                // [target dependecies here]
 | 
					                // [target dependecies here]
 | 
				
			||||||
                
 | 
					                
 | 
				
			||||||
 | 
					                .product(name: "WebIdPluginCore", package: "WebIdPluginCore"),
 | 
				
			||||||
                .product(name: "DeviceKit", package: "DeviceKit"),
 | 
					                .product(name: "DeviceKit", package: "DeviceKit"),
 | 
				
			||||||
                .product(name: "AhoyKit", package: "AhoyKit"),
 | 
					                .product(name: "AhoyKit", package: "AhoyKit"),
 | 
				
			||||||
                .product(name: "WebIdPluginCore", package: "WebIdPluginCore"),
 | 
					 | 
				
			||||||
                .product(name: "AhoyWebRTC", package: "AhoyWebRTC"),
 | 
					                .product(name: "AhoyWebRTC", package: "AhoyWebRTC"),
 | 
				
			||||||
            ]
 | 
					            ]
 | 
				
			||||||
        )
 | 
					        )
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user