This repository has been archived by the owner on Apr 29, 2024. It is now read-only.
Releases: xamarin/ios-samples
Releases · xamarin/ios-samples
Xamarin.iOS - Background Transfer
223883 Correct SimpleBackgroundTransfer sample to export optional protocol s…
Xamarin.iOS - Soup Chef
[SoupChef] Fix build with Xcode 12.2 (#409) Xcode 12.2 - adds `arm64` to the simulator architectures - removes `i386` from the simulator architectures `lipo` cannot create a _classic_ fat archive with `arm64` simulator and `arm64` device slices - since they are the same architecture. This requires `.xcframework` support which is not yet supported by XI and XM. However we can tweak the build to do: - x86_64 only for simulator, which is the only support arch for XI today - arm64 for devices and that makes `lipo` happy and we can continue to have this sample under test automation. Note: the original `.a` names were incorrect as they did not match the architectures that were present in the files. I changed them to mention the platform.
Xamarin.iOS - UICatalog
[UICatalog] Fix ambiguous call in sample (#408) a new API with a similar signature (wrt null) was added in XI 14
Xamarin.iOS - File System
Remove invalid project from FileSystemSampleCode (#404) The FileSystem2.csproj project does not exist, its entry has been removed from WorkingWithTheFileSystem.sln.
Xamarin.iOS - Refreshing And Maintaining Your App Using Background Tasks
Fix ColorFeed sample by adding required Info.plist keys (#393) - https://github.com/xamarin/ios-samples/issues/392
Xamarin.iOS - Background Transfer
111390 fix spelling mistake
Xamarin.iOS - Background Transfer
111387 [background] update project
Xamarin.iOS - Memory Demo
103176 [MemoryDemo] Make sure the same output path isn't used with multiple …
Xamarin.iOS - Background Transfer
95115 Update README.md
Xamarin.iOS - AQTapDemo
94197 Update README.md