Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Releases: xamarin/ios-samples

Xamarin.iOS - Background Transfer

03 Nov 15:50
56aa9e2
Compare
Choose a tag to compare
Correct SimpleBackgroundTransfer sample to export optional protocol s…

…electors (#410)

- Fixes https://github.com/xamarin/ios-samples/issues/406
- Optional protocol methods must export if you use IFoo instead of Foo base class

Xamarin.iOS - Soup Chef

30 Oct 20:59
0a6947d
Compare
Choose a tag to compare
[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

30 Oct 20:35
73d7d0c
Compare
Choose a tag to compare
[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

12 Aug 21:31
e020b63
Compare
Choose a tag to compare
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

07 Apr 00:25
6c133fa
Compare
Choose a tag to compare
Fix ColorFeed sample by adding required Info.plist keys (#393)

- https://github.com/xamarin/ios-samples/issues/392

Xamarin.iOS - Background Transfer

02 Jan 20:55
6d8680b
Compare
Choose a tag to compare
111390

fix spelling mistake

Xamarin.iOS - Background Transfer

02 Jan 20:36
Compare
Choose a tag to compare
111387

[background] update project

Xamarin.iOS - Memory Demo

02 Dec 21:45
150f0e6
Compare
Choose a tag to compare
[MemoryDemo] Make sure the same output path isn't used with multiple …

…configurations. (#395)

Make sure the same output path isn't used with multiple configurations by
using the correct configuration name in the output path.

Xamarin.iOS - Background Transfer

25 Oct 22:56
74b7c18
Compare
Choose a tag to compare
95115

Update README.md

Xamarin.iOS - AQTapDemo

23 Oct 17:38
12d4503
Compare
Choose a tag to compare
94197

Update README.md