File tree Expand file tree Collapse file tree 4 files changed +35
-1
lines changed
Expand file tree Collapse file tree 4 files changed +35
-1
lines changed Original file line number Diff line number Diff line change @@ -38,3 +38,4 @@ Thumbs.db
3838
3939# dotCover
4040* .dotCover
41+ * .nupkg
Original file line number Diff line number Diff line change 1- <?xml version =" 1.0" encoding =" UTF-8" ?>
1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
22<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33<plist version =" 1.0" >
44<dict >
3636 </array >
3737 <key >XSAppIconAssets </key >
3838 <string >Assets.xcassets/AppIcon.appiconset </string >
39+ <key >UIViewControllerBasedStatusBarAppearance </key >
40+ <false />
41+ <key >UIStatusBarHidden </key >
42+ <true />
3943</dict >
4044</plist >
Original file line number Diff line number Diff line change 1+ # Xamarin.iOS Library
2+ C# Version of Ramotion.ExpandingCollection
3+
4+ ```
5+ Install-Package Naxam.ExpandingCollection.iOS
6+ ```
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <package xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
3+ <metadata >
4+ <!-- Required elements-->
5+ <id >Naxam.ExpandingCollection.iOS</id >
6+ <version >1.0.4</version >
7+ <description >C# version of Ramotion.ExpandingCollection</description >
8+ <authors >Vu Duc Tuyen</authors >
9+ <owners >NAXAM CO.,LTD</owners >
10+ <requireLicenseAcceptance >false</requireLicenseAcceptance >
11+ <title >Naxam - ExpandingCollection</title >
12+ <releaseNotes >Ramotion.ExpandingCollection v1.0.4</releaseNotes >
13+ <summary >Xamarin.iOS Expanding Collection</summary >
14+ <licenseUrl >https://opensource.org/licenses/MIT</licenseUrl >
15+ <projectUrl >https://github.com/NAXAM/xios-expandingcollection</projectUrl >
16+ <copyright >Copyright (c) 2017 NAXAM</copyright >
17+ <tags >Xamarin.iOS, ExpandingCollection, expanding-collection</tags >
18+ </metadata >
19+ <!-- Optional 'files' node -->
20+ <files >
21+ <file src =" Naxam.ExpandingCollection.iOS/bin/Release/Naxam.ExpandingCollection.iOS.dll" target =" lib/Xamarin.iOS10/Naxam.ExpandingCollection.iOS.dll" />
22+ </files >
23+ </package >
You can’t perform that action at this time.
0 commit comments