1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-19 09:43:27 +00:00

ios extension removed storyboard. return values to js.

This commit is contained in:
Kyle Spearrin
2016-05-26 22:22:38 -04:00
parent 38a8010b81
commit b5a7f9430a
7 changed files with 71 additions and 96 deletions

View File

@@ -87,16 +87,16 @@
<CodesignKey>iPhone Distribution</CodesignKey>
</PropertyGroup>
<ItemGroup>
<Compile Include="ActionViewController.cs" />
<Compile Include="ActionViewController.designer.cs">
<DependentUpon>ActionViewController.cs</DependentUpon>
</Compile>
<Compile Include="Main.cs" />
<Compile Include="AppDelegate.cs" />
<InterfaceDefinition Include="ActionViewController.xib" />
<None Include="Info.plist" />
<None Include="Entitlements.plist" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="ActionViewController.cs" />
<InterfaceDefinition Include="MainInterface.storyboard" />
</ItemGroup>
<ItemGroup>
<Reference Include="System" />