This repository has been archived by the owner on Mar 3, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a038054
commit 1a98c63
Showing
2 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,6 +24,7 @@ bld/ | |
|
||
# Allow root-level build folder | ||
!/build/* | ||
/build/*.nupkg | ||
|
||
# Roslyn cache directories | ||
*.ide/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package> | ||
<metadata> | ||
<id>DependencySwizzler</id> | ||
<version>1.0.0</version> | ||
<title>Dependency Swizzler</title> | ||
<authors>James Blair</authors> | ||
<owners>feature[23]</owners> | ||
<copyright>Copyright 2015 feature[23]</copyright> | ||
<description>A Xamarin iOS library to enable dependency injection of UIViewControllers that use storyboards.</description> | ||
<summary>A Xamarin iOS library to enable dependency injection of UIViewControllers that use storyboards.</summary> | ||
<language>en-US</language> | ||
<projectUrl>https://github.com/feature23/DependencySwizzler</projectUrl> | ||
<licenseUrl>https://raw.githubusercontent.com/feature23/DependencySwizzler/master/LICENSE.md</licenseUrl> | ||
<iconUrl>https://raw.githubusercontent.com/feature23/DependencySwizzler/master/logo.png</iconUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<tags>dependency swizzler swizzle ios unity tinyioc .net</tags> | ||
</metadata> | ||
<files> | ||
<file src="../src/F23.Mobile.iOS.DependencySwizzler/bin/release/F23.Mobile.iOS.DependencySwizzler.dll" target="lib" /> | ||
</files> | ||
</package> |