Skip to content

Tags: PlatanoCode/ios-samples

Tags

223883

Toggle 223883's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Correct SimpleBackgroundTransfer sample to export optional protocol s…

…electors (xamarin#410)

- Fixes xamarin#406
- Optional protocol methods must export if you use IFoo instead of Foo base class

221928

Toggle 221928's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[SoupChef] Fix build with Xcode 12.2 (xamarin#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.

221923

Toggle 221923's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[UICatalog] Fix ambiguous call in sample (xamarin#408)

a new API with a similar signature (wrt null) was added in XI 14

182511

Toggle 182511's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove invalid project from FileSystemSampleCode (xamarin#404)

The FileSystem2.csproj project does not exist, its entry has been
removed from WorkingWithTheFileSystem.sln.

135783

Toggle 135783's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix ColorFeed sample by adding required Info.plist keys (xamarin#393)

- xamarin#392

111390

Toggle 111390's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix spelling mistake

111387

Toggle 111387's commit message
[background] update project

103176

Toggle 103176's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[MemoryDemo] Make sure the same output path isn't used with multiple …

…configurations. (xamarin#395)

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

95115

Toggle 95115's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

94197

Toggle 94197's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md