This repository was archived by the owner on Jan 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 33
44var TARGET = Argument ( "t" , Argument ( "target" , "ci" ) ) ;
55
6- var SWIFT_RUNTIME_SUPPORT_VERSION = "0.2.1 " ;
6+ var SWIFT_RUNTIME_SUPPORT_VERSION = "0.2.2 " ;
77var SWIFT_RUNTIME_SUPPORT_NUGET_VERSION = SWIFT_RUNTIME_SUPPORT_VERSION ;
88
99Task ( "externals" )
Original file line number Diff line number Diff line change 1818 <PackageProjectUrl >https://go.microsoft.com/fwlink/?linkid=2092210</PackageProjectUrl >
1919 <PackageLicenseFile >LICENSE.md</PackageLicenseFile >
2020 <PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
21- <PackageVersion >0.2.1 </PackageVersion >
21+ <PackageVersion >0.2.2 </PackageVersion >
2222 </PropertyGroup >
2323
2424 <ItemGroup >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<Project ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3- <PropertyGroup >
4- <_SRSMasterAfterTargets >_CodesignNativeLibraries </_SRSMasterAfterTargets >
3+ <PropertyGroup >
4+ <_SRSMasterAfterTargets >BeforeCodesign </_SRSMasterAfterTargets >
55 <_SRSMasterDependsOnTargets >_SRSCopySwiftDependencies</_SRSMasterDependsOnTargets >
66 <_XcodeToolChainRelativeToSdkRoot >/../../../../../Toolchains/XcodeDefault.xctoolchain/</_XcodeToolChainRelativeToSdkRoot >
77 <_TargetPlatform Condition =" '$(Platform)' == 'iPhoneSimulator' " >iphonesimulator</_TargetPlatform >
1414 <_SRSRemoteMirror Condition =" '$(Configuration)' != 'Debug' " ></_SRSRemoteMirror >
1515 <_SRSRemoteMirror Condition =" '$(Configuration)' == 'Debug' " >--resource-destination '$(_AppBundlePath)' --resource-library libswiftRemoteMirror.dylib</_SRSRemoteMirror >
1616 </PropertyGroup >
17-
17+
1818 <Message Text =" Copying Swift Frameworks dependencies for $(_NativeExecutable) to the $(_AppBundlePath)Frameworks folder." />
19- <Exec Condition =" '$(_CodeSigningKey)' != ''" SessionId =" $(BuildSessionId)" Command =" $(_SdkRoot)$(_XcodeToolChainRelativeToSdkRoot)usr/bin/swift-stdlib-tool --copy --verbose --sign '$(_CodeSigningKey)' --scan-executable '$(_NativeExecutable)' --scan-folder '$(_AppBundlePath)Frameworks/' --scan-folder '$(_AppBundlePath)PlugIns/' --platform '$(_TargetPlatform)' --toolchain '$(_SdkRoot)$(_XcodeToolChainRelativeToSdkRoot)' -- destination '$(_AppBundlePath)Frameworks/' $(_SRSRemoteMirror) --unsigned-destination '$(DeviceSpecificIntermediateOutputPath)SwiftSupport' --strip-bitcode --strip-bitcode-tool '$(_SdkRoot)$(_XcodeToolChainRelativeToSdkRoot)usr/bin/bitcode_strip' --emit-dependency-info '$(DeviceSpecificIntermediateOutputPath)SwiftStdLibToolInputDependencies.dep' --source-libraries '$(_SdkRoot)$(_XcodeToolChainRelativeToSdkRoot)usr/lib/swift-5.5/$(_TargetPlatform)'" />
20- <Exec Condition =" '$(_CodeSigningKey)' == ''" SessionId =" $(BuildSessionId)" Command =" $(_SdkRoot)$(_XcodeToolChainRelativeToSdkRoot)usr/bin/swift-stdlib-tool --copy --verbose --scan-executable '$(_NativeExecutable)' --scan-folder '$(_AppBundlePath)Frameworks/' --scan-folder '$(_AppBundlePath)PlugIns/' --platform '$(_TargetPlatform)' --toolchain '$(_SdkRoot)$(_XcodeToolChainRelativeToSdkRoot)' -- destination '$(_AppBundlePath)Frameworks/' $(_SRSRemoteMirror) --unsigned-destination '$(DeviceSpecificIntermediateOutputPath)SwiftSupport' --strip-bitcode --strip-bitcode-tool '$(_SdkRoot)$(_XcodeToolChainRelativeToSdkRoot)usr/bin/bitcode_strip' --emit-dependency-info '$(DeviceSpecificIntermediateOutputPath)SwiftStdLibToolInputDependencies.dep' --source-libraries '$(_SdkRoot)$(_XcodeToolChainRelativeToSdkRoot)usr/lib/swift-5.5/$(_TargetPlatform)'" />
19+ <Exec Condition =" '$(_CodeSigningKey)' != ''" SessionId =" $(BuildSessionId)" Command =" $(_SdkRoot)$(_XcodeToolChainRelativeToSdkRoot)usr/bin/swift-stdlib-tool --copy --verbose --sign '$(_CodeSigningKey)' --scan-executable '$(_NativeExecutable)' --scan-folder '$(_AppBundlePath)Frameworks/' --scan-folder '$(_AppBundlePath)PlugIns/' --platform '$(_TargetPlatform)' --destination '$(_AppBundlePath)Frameworks/' $(_SRSRemoteMirror) --unsigned-destination '$(DeviceSpecificIntermediateOutputPath)SwiftSupport' --strip-bitcode --source-libraries '$(_SdkRoot)$(_XcodeToolChainRelativeToSdkRoot)usr/lib/swift-5.5/$(_TargetPlatform)'" />
20+ <Exec Condition =" '$(_CodeSigningKey)' == ''" SessionId =" $(BuildSessionId)" Command =" $(_SdkRoot)$(_XcodeToolChainRelativeToSdkRoot)usr/bin/swift-stdlib-tool --copy --verbose --scan-executable '$(_NativeExecutable)' --scan-folder '$(_AppBundlePath)Frameworks/' --scan-folder '$(_AppBundlePath)PlugIns/' --platform '$(_TargetPlatform)' --destination '$(_AppBundlePath)Frameworks/' $(_SRSRemoteMirror) --unsigned-destination '$(DeviceSpecificIntermediateOutputPath)SwiftSupport' --strip-bitcode --source-libraries '$(_SdkRoot)$(_XcodeToolChainRelativeToSdkRoot)usr/lib/swift-5.5/$(_TargetPlatform)'" />
2121 </Target >
22-
22+
2323 <Target Name =" _SRSCopySwiftSupport" Condition =" '$(ArchiveOnBuild)'=='true'" AfterTargets =" Archive" >
2424 <Message Text =" Copying SwiftSupport folder from $(DeviceSpecificIntermediateOutputPath)SwiftSupport to $(ArchiveDir)/SwiftSupport folder." />
2525 <Ditto SessionId =" $(BuildSessionId)" Condition =" '$(IsMacEnabled)' == 'true'" ToolExe =" $(DittoExe)" ToolPath =" $(DittoPath)" Source =" $(DeviceSpecificIntermediateOutputPath)SwiftSupport" Destination =" $(ArchiveDir)/SwiftSupport" />
2626 </Target >
27- </Project >
27+ </Project >
You can’t perform that action at this time.
0 commit comments