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

Commit 02334fe

Browse files
committed
[ios13] remove author as Browse Samples shows from GitHub metadata
Also, this commit is needed to trigger the webhook to ingest these samples into the samples browser
1 parent 5d27f45 commit 02334fe

File tree

6 files changed

+35
-59
lines changed
  • ios13
    • AddingTheSignInWithAppleFlowToYourApp
    • AdoptingIOSDarkMode
    • DisablingPullingDownASheet
    • RefreshingAndMaintainingYourAppUsingBackgroundTasks
    • SupportingMultipleWindowsOniPad
    • UsingCollectionViewCompositionalLayoutsAndDiffableDataSources

6 files changed

+35
-59
lines changed

ios13/AddingTheSignInWithAppleFlowToYourApp/README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ Building this sample requires Xcode 11.0 and iOS 13.0 SDK
3535

3636
## References
3737

38-
* [Original sample page.][1]
39-
* [Sign In with Apple Entitlement.][2]
40-
* This sample code project is associated with WWDC 2019 session 706: [Introducing Sign In with Apple.][3]
38+
- [Original sample page.][1]
39+
- [Sign In with Apple Entitlement.][2]
40+
- This sample code project is associated with WWDC 2019 session 706: [Introducing Sign In with Apple.][3]
4141

4242
## Target
4343

@@ -49,10 +49,6 @@ Xamarin port changes are released under the MIT license.
4949

5050
The original sample is released under the following [license][4].
5151

52-
## Author
53-
54-
Ported to Xamarin.iOS by Israel Soto.
55-
5652
[1]: https://developer.apple.com/documentation/authenticationservices/adding_the_sign_in_with_apple_flow_to_your_app
5753
[2]: https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_developer_applesignin
5854
[3]: https://developer.apple.com/videos/play/wwdc19/706/

ios13/AdoptingIOSDarkMode/README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@ Adopt Dark Mode in your iOS app by using dynamic colors and visual effects.
1919

2020
## Instructions
2121

22-
* Open the solution and deploy it!
22+
- Open the solution and deploy it!
2323

2424
## Build Requirements
2525

2626
Building this sample requires Xcode 11.0 and iOS 13.0 SDK
2727

2828
## References
2929

30-
* [Original sample page.][1]
31-
* [Supporting Dark Mode in Your Interface.][2]
32-
* This sample code project is associated with WWDC 2019 session 214: [Implementing Dark Mode on iOS.][3]
30+
- [Original sample page.][1]
31+
- [Supporting Dark Mode in Your Interface.][2]
32+
- This sample code project is associated with WWDC 2019 session 214: [Implementing Dark Mode on iOS.][3]
3333

3434
## Target
3535

@@ -41,10 +41,6 @@ Xamarin port changes are released under the MIT license.
4141

4242
The original sample is released under the following [license][4].
4343

44-
## Author
45-
46-
Ported to Xamarin.iOS by Israel Soto.
47-
4844
[1]: https://developer.apple.com/documentation/uikit/appearance_customization/adopting_ios_dark_mode?language=objc
4945
[2]: https://developer.apple.com/documentation/appkit/supporting_dark_mode_in_your_interface?language=objc
5046
[3]: https://developer.apple.com/wwdc19/214

ios13/DisablingPullingDownASheet/README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@ Disable the sheet pull-down gesture when dismissal would be destructive.
1919

2020
## Instructions
2121

22-
* Open the solution and deploy it!
22+
- Open the solution and deploy it!
2323

2424
## Build Requirements
2525

2626
Building this sample requires Xcode 11.0 and iOS 13.0 SDK
2727

2828
## References
2929

30-
* [Original sample page.][1]
31-
* [UIPresentationController.][2]
32-
* This sample code project is associated with WWDC 2019 session 224: [Modernizing Your UI for iOS 13.][3]
30+
- [Original sample page.][1]
31+
- [UIPresentationController.][2]
32+
- This sample code project is associated with WWDC 2019 session 224: [Modernizing Your UI for iOS 13.][3]
3333

3434
## Target
3535

@@ -41,10 +41,6 @@ Xamarin port changes are released under the MIT license.
4141

4242
The original sample is released under the following [license][4].
4343

44-
## Author
45-
46-
Ported to Xamarin.iOS by Israel Soto.
47-
4844
[1]: https://developer.apple.com/documentation/uikit/view_controllers/disabling_pulling_down_a_sheet?language=objc
4945
[2]: https://developer.apple.com/documentation/uikit/uipresentationcontroller?language=objc
5046
[3]: https://developer.apple.com/videos/play/wwdc19/224/

ios13/RefreshingAndMaintainingYourAppUsingBackgroundTasks/README.md

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ To be able to test Background tasks, please, follow these steps:
4545

4646
3. To be able to test a background task, you need to the debug the app with Xcode by:
4747

48-
* Following [these steps][6]
49-
* or by running the app on Visual Studio with Debug configuration and attaching the process to Xcode by clicking on **Debug** menu > **Attach to process** > **ColorFeed** (or the app name.)
48+
- Following [these steps][6]
49+
- or by running the app on Visual Studio with Debug configuration and attaching the process to Xcode by clicking on **Debug** menu > **Attach to process** > **ColorFeed** (or the app name.)
5050

5151
4. Once attached to Xcode, send the app to background and open it again; this, to register the background tasks in the OS.
5252
5. On Xcode, enable the `lldb` in the debugger by pausing the debug session.
@@ -74,25 +74,21 @@ Building this sample requires Xcode 11.0 and iOS 13.0 SDK
7474

7575
## Refs
7676

77-
* [Original sample page.][1]
78-
* [class `BGTaskScheduler`][2]
79-
* [Starting and Terminating Tasks During Development][3]
80-
* This sample code project is associated with WWDC 2019 session 707: [Advances in App Background Execution.][4]
77+
- [Original sample page.][1]
78+
- [class `BGTaskScheduler`][2]
79+
- [Starting and Terminating Tasks During Development][3]
80+
- This sample code project is associated with WWDC 2019 session 707: [Advances in App Background Execution.][4]
8181

8282
## Target
8383

8484
This sample runnable on iPhone/iPad
8585

86-
## Copyright
86+
## License
8787

8888
Xamarin port changes are released under the MIT license.
8989

9090
The original sample is released under the following [license][5].
9191

92-
## Author
93-
94-
Ported to Xamarin.iOS by Israel Soto.
95-
9692
[1]: https://developer.apple.com/documentation/backgroundtasks/refreshing_and_maintaining_your_app_using_background_tasks
9793
[2]: https://developer.apple.com/documentation/backgroundtasks/bgtaskscheduler
9894
[3]: https://developer.apple.com/documentation/backgroundtasks/starting_and_terminating_tasks_during_development

ios13/SupportingMultipleWindowsOniPad/README.md

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ urlFragment: ios13-supportingmultiplewindowsonipad
1313
---
1414
# Supporting Multiple Windows on iPad
1515

16-
This is a Xamarin port of Apple's [Supporting Multiple Windows on iPad][1] sample.
16+
This is a Xamarin port of Apple's [Supporting Multiple Windows on iPad][1] sample.
1717

1818
Use the UIScene lifecycle to support two side-by-side instances of your interface and learn how to create a new window with drag and drop.
1919

@@ -57,27 +57,23 @@ Building this sample requires Xcode 11.0 and iOS 13.0 SDK
5757

5858
## Refs
5959

60-
* [Original sample page.][1]
61-
* [protocol UIWindowSceneDelegate][2]
62-
* [class UIWindowScene][3]
63-
* [protocol UISceneDelegate][4]
64-
* [class UIScene][5]
65-
* This sample code project is associated with WWDC 2019 session 212: [Introducing Multiple Windows on iPad.][6]
60+
- [Original sample page.][1]
61+
- [protocol UIWindowSceneDelegate][2]
62+
- [class UIWindowScene][3]
63+
- [protocol UISceneDelegate][4]
64+
- [class UIScene][5]
65+
- This sample code project is associated with WWDC 2019 session 212: [Introducing Multiple Windows on iPad.][6]
6666

6767
## Target
6868

6969
This sample runnable on iPhoneSimulator/iPadSimulator iPhone/iPad
7070

71-
## Copyright
71+
## License
7272

7373
Xamarin port changes are released under the MIT license.
7474

7575
The original sample is released under the following [license][7].
7676

77-
## Author
78-
79-
Ported to Xamarin.iOS by Israel Soto.
80-
8177
[1]: https://developer.apple.com/documentation/uikit/app_and_environment/scenes/supporting_multiple_windows_on_ipad
8278
[2]: https://developer.apple.com/documentation/uikit/uiwindowscenedelegate
8379
[3]: https://developer.apple.com/documentation/uikit/uiwindowscene

ios13/UsingCollectionViewCompositionalLayoutsAndDiffableDataSources/README.md

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,22 @@ Learn how to bring complex, high-performance layouts to your app, and simplify u
1919

2020
## Instructions
2121

22-
* Open the solution and deploy it!
22+
- Open the solution and deploy it!
2323

2424
## Build Requirements
2525

2626
Building this sample requires Xcode 11.0 and iOS 13.0 SDK
2727

2828
## References
2929

30-
* [Original sample page.][1]
31-
* [class `NSCollectionViewFlowLayout`][2]
32-
* [protocol `NSCollectionViewDelegateFlowLayout`][3]
33-
* [class `NSCollectionViewGridLayout`][4]
34-
* [class `NSCollectionViewTransitionLayout`][5]
35-
* [class `NSCollectionViewLayoutAttributes`][6]
36-
* [class `NSCollectionViewLayout`][7]
37-
* This sample code project is associated with WWDC 2019 sessions [215: Advances in Collection View Layout][8] and [220: Advances in UI Data Sources][9].
30+
- [Original sample page.][1]
31+
- [class `NSCollectionViewFlowLayout`][2]
32+
- [protocol `NSCollectionViewDelegateFlowLayout`][3]
33+
- [class `NSCollectionViewGridLayout`][4]
34+
- [class `NSCollectionViewTransitionLayout`][5]
35+
- [class `NSCollectionViewLayoutAttributes`][6]
36+
- [class `NSCollectionViewLayout`][7]
37+
- This sample code project is associated with WWDC 2019 sessions [215: Advances in Collection View Layout][8] and [220: Advances in UI Data Sources][9].
3838

3939
## Target
4040

@@ -46,10 +46,6 @@ Xamarin port changes are released under the MIT license.
4646

4747
The original sample is released under the following [license][10].
4848

49-
## Author
50-
51-
Ported to Xamarin.iOS by Israel Soto.
52-
5349
[1]: https://developer.apple.com/documentation/uikit/views_and_controls/collection_views/using_collection_view_compositional_layouts_and_diffable_data_sources
5450
[2]: https://developer.apple.com/documentation/uikit/views_and_controls/collection_views/using_collection_view_compositional_layouts_and_diffable_data_sources
5551
[3]: https://developer.apple.com/documentation/appkit/nscollectionviewdelegateflowlayout

0 commit comments

Comments
 (0)