Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

Commit

Permalink
April release
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterpeterson committed Apr 17, 2015
1 parent a4d7e69 commit 18cf1bb
Show file tree
Hide file tree
Showing 67 changed files with 338 additions and 291 deletions.
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
id="com.adobe.ADBMobile"
version="4.4.1">
version="4.4.2">
<name>ADBMobile</name>
<description>Adobe Mobile Services Plugin</description>

Expand Down Expand Up @@ -39,7 +39,7 @@
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
</config-file>
<source-file src="sdks/Cordova/ADBMobile/Android/ADBMobile_PhoneGap.java" target-dir="src/com/adobe/" />
<source-file src="sdks/Android/AdobeMobileLibrary/adobeMobileLibrary-4.4.1.jar" target-dir="libs" />
<source-file src="sdks/Android/AdobeMobileLibrary/adobeMobileLibrary-4.4.2.jar" target-dir="libs" />
<source-file src="sdks/Android/AdobeMobileLibrary/ADBMobileConfig.json" target-dir="assets" />
</platform>
</plugin>
Binary file not shown.
5 changes: 5 additions & 0 deletions sdks/Android/ReleaseNotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ Included are notes from the latest major revision to current.
For full SDK documentation, please visit:
https://marketing.adobe.com/resources/help/en_US/mobile/android/

4.4.2 (16 Apr, 2015)
- Added Locale to in-app messaging traits
- Added custom data on lifecycle to in-app messaging traits
- Added ssl support for Target calls

4.4.1 (19 Feb, 2015)
- Fixed an issue where ssl connections could cause a full connection on every call

Expand Down
11 changes: 11 additions & 0 deletions sdks/Cordova/ReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Release Notes for the Adobe Cordova Plugin for App Measurement Library version 4.x:

Included are notes from the latest major revision to current.

For full SDK documentation, please visit:
https://marketing.adobe.com/resources/help/en_US/mobile/ios/phonegap.html
https://marketing.adobe.com/resources/help/en_US/mobile/android/phonegap.html

4.4.2 (16 Apr, 2015)
- Updated Plugin to use iOS Adobe Mobile Library 4.4.1
- Updated Plugin to use Android Adobe Mobile Library 4.4.2
Binary file modified sdks/Unity/ADBMobile.unitypackage
Binary file not shown.
15 changes: 15 additions & 0 deletions sdks/Unity/ReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Release Notes for the Adobe Unity Plugin for App Measurement Library version 4.x:

Included are notes from the latest major revision to current.

For full SDK documentation, please visit:
https://marketing.adobe.com/resources/help/en_US/mobile/unity/

4.4.2 (16 Apr, 2015)
- Updated Plugin to use iOS Adobe Mobile Library 4.4.1
- Updated Plugin to use Android Adobe Mobile Library 4.4.2
- Exposed overloaded method of CollectLifecycleData that allows Android apps to send additional data on their lifecycle hits
- Exposing OverrideConfigPath that allows Android apps to use custom config files

4.4.1 (19 Mar, 2015)
- Initial release of Unity plugin
14 changes: 14 additions & 0 deletions sdks/Unity/documentation.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0;url=https://marketing.adobe.com/resources/help/en_US/mobile/unity/">
<script language="javascript">
window.location.href = "https://marketing.adobe.com/resources/help/en_US/mobile/unity/"
</script>
<title>Page Redirection</title>
</head>
<body>
<p>The latest Unity Plugin documentation is available online at <a href="https://marketing.adobe.com/resources/help/en_US/mobile/unity/">https://marketing.adobe.com/resources/help/en_US/mobile/unity/</a></p>>
</body>
</html>
Empty file modified sdks/Xamarin/ADBMobile/component/Details.md
100755 → 100644
Empty file.
Empty file modified sdks/Xamarin/ADBMobile/component/GettingStarted.md
100755 → 100644
Empty file.
Empty file modified sdks/Xamarin/ADBMobile/component/License.md
100755 → 100644
Empty file.
18 changes: 0 additions & 18 deletions sdks/Xamarin/ADBMobile/component/Manifest.xml

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
34 changes: 17 additions & 17 deletions sdks/Xamarin/ADBMobile/samples/AndroidSample/AndroidSample.sln
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AndroidSample", "AndroisSample\AndroidSample.csproj", "{799579C6-BBA2-44ED-BF6E-1D4561549D1C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{799579C6-BBA2-44ED-BF6E-1D4561549D1C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{799579C6-BBA2-44ED-BF6E-1D4561549D1C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{799579C6-BBA2-44ED-BF6E-1D4561549D1C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{799579C6-BBA2-44ED-BF6E-1D4561549D1C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AndroidSample", "AndroisSample\AndroidSample.csproj", "{799579C6-BBA2-44ED-BF6E-1D4561549D1C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{799579C6-BBA2-44ED-BF6E-1D4561549D1C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{799579C6-BBA2-44ED-BF6E-1D4561549D1C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{799579C6-BBA2-44ED-BF6E-1D4561549D1C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{799579C6-BBA2-44ED-BF6E-1D4561549D1C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal
144 changes: 72 additions & 72 deletions sdks/Xamarin/ADBMobile/samples/AndroidSample/AndroisSample/AndroidSample.csproj
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,73 +1,73 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectTypeGuids>{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<ProjectGuid>{799579C6-BBA2-44ED-BF6E-1D4561549D1C}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>AndroidSample</RootNamespace>
<MonoAndroidAssetsPrefix>Assets</MonoAndroidAssetsPrefix>
<MonoAndroidResourcePrefix>Resources</MonoAndroidResourcePrefix>
<AndroidResgenClass>Resource</AndroidResgenClass>
<AndroidResgenFile>Resources\Resource.designer.cs</AndroidResgenFile>
<AndroidApplication>True</AndroidApplication>
<AndroidUseLatestPlatformSdk>True</AndroidUseLatestPlatformSdk>
<AssemblyName>XamarinTest</AssemblyName>
<TargetFrameworkVersion>v5.0</TargetFrameworkVersion>
<AndroidManifest>Properties\AndroidManifest.xml</AndroidManifest>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug</OutputPath>
<DefineConstants>DEBUG;</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AndroidLinkMode>None</AndroidLinkMode>
<ConsolePause>false</ConsolePause>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>full</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AndroidUseSharedRuntime>false</AndroidUseSharedRuntime>
<ConsolePause>false</ConsolePause>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Xml" />
<Reference Include="System.Core" />
<Reference Include="Mono.Android" />
<Reference Include="ADBMobile.XamarinAndroidBinding">
<HintPath>../../../lib\/android/ADBMobile.XamarinAndroidBinding.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="MainActivity.cs" />
<Compile Include="Resources\Resource.designer.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="ReferralReceiver.cs" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\AboutResources.txt" />
<None Include="Assets\AboutAssets.txt" />
<None Include="Properties\AndroidManifest.xml" />
</ItemGroup>
<ItemGroup>
<AndroidResource Include="Resources\layout\Main.axml" />
<AndroidResource Include="Resources\values\Strings.xml" />
<AndroidResource Include="Resources\drawable-hdpi\Icon.png" />
<AndroidResource Include="Resources\drawable-mdpi\Icon.png" />
<AndroidResource Include="Resources\drawable-xhdpi\Icon.png" />
<AndroidResource Include="Resources\drawable-xxhdpi\Icon.png" />
<AndroidResource Include="Resources\drawable-xxxhdpi\Icon.png" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Novell\Novell.MonoDroid.CSharp.targets" />
<ItemGroup>
<AndroidAsset Include="Assets\ADBMobileConfig.json" />
</ItemGroup>
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectTypeGuids>{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<ProjectGuid>{799579C6-BBA2-44ED-BF6E-1D4561549D1C}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>AndroidSample</RootNamespace>
<MonoAndroidAssetsPrefix>Assets</MonoAndroidAssetsPrefix>
<MonoAndroidResourcePrefix>Resources</MonoAndroidResourcePrefix>
<AndroidResgenClass>Resource</AndroidResgenClass>
<AndroidResgenFile>Resources\Resource.designer.cs</AndroidResgenFile>
<AndroidApplication>True</AndroidApplication>
<AndroidUseLatestPlatformSdk>True</AndroidUseLatestPlatformSdk>
<AssemblyName>XamarinTest</AssemblyName>
<TargetFrameworkVersion>v5.0</TargetFrameworkVersion>
<AndroidManifest>Properties\AndroidManifest.xml</AndroidManifest>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug</OutputPath>
<DefineConstants>DEBUG;</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AndroidLinkMode>None</AndroidLinkMode>
<ConsolePause>false</ConsolePause>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>full</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AndroidUseSharedRuntime>false</AndroidUseSharedRuntime>
<ConsolePause>false</ConsolePause>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Xml" />
<Reference Include="System.Core" />
<Reference Include="Mono.Android" />
<Reference Include="ADBMobile.XamarinAndroidBinding">
<HintPath>..\..\..\lib\android\ADBMobile.XamarinAndroidBinding.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="MainActivity.cs" />
<Compile Include="Resources\Resource.designer.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="ReferralReceiver.cs" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\AboutResources.txt" />
<None Include="Assets\AboutAssets.txt" />
<None Include="Properties\AndroidManifest.xml" />
</ItemGroup>
<ItemGroup>
<AndroidResource Include="Resources\layout\Main.axml" />
<AndroidResource Include="Resources\values\Strings.xml" />
<AndroidResource Include="Resources\drawable-hdpi\Icon.png" />
<AndroidResource Include="Resources\drawable-mdpi\Icon.png" />
<AndroidResource Include="Resources\drawable-xhdpi\Icon.png" />
<AndroidResource Include="Resources\drawable-xxhdpi\Icon.png" />
<AndroidResource Include="Resources\drawable-xxxhdpi\Icon.png" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Novell\Novell.MonoDroid.CSharp.targets" />
<ItemGroup>
<AndroidAsset Include="Assets\ADBMobileConfig.json" />
</ItemGroup>
</Project>
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
19 changes: 0 additions & 19 deletions sdks/Xamarin/ADBMobile/samples/AndroidSample/AndroisSample/Resources/Resource.designer.cs
100755 → 100644

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
Empty file.
70 changes: 35 additions & 35 deletions sdks/Xamarin/ADBMobile/samples/iOSSample/iOSSample.sln
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "iOSSample", "iOSSample\iOSSample.csproj", "{23B37102-4080-443A-8375-B36D6C75888C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
Debug|iPhoneSimulator = Debug|iPhoneSimulator
Release|iPhoneSimulator = Release|iPhoneSimulator
Debug|iPhone = Debug|iPhone
Release|iPhone = Release|iPhone
Ad-Hoc|iPhone = Ad-Hoc|iPhone
AppStore|iPhone = AppStore|iPhone
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{23B37102-4080-443A-8375-B36D6C75888C}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone
{23B37102-4080-443A-8375-B36D6C75888C}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone
{23B37102-4080-443A-8375-B36D6C75888C}.AppStore|iPhone.ActiveCfg = AppStore|iPhone
{23B37102-4080-443A-8375-B36D6C75888C}.AppStore|iPhone.Build.0 = AppStore|iPhone
{23B37102-4080-443A-8375-B36D6C75888C}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator
{23B37102-4080-443A-8375-B36D6C75888C}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator
{23B37102-4080-443A-8375-B36D6C75888C}.Debug|iPhone.ActiveCfg = Debug|iPhone
{23B37102-4080-443A-8375-B36D6C75888C}.Debug|iPhone.Build.0 = Debug|iPhone
{23B37102-4080-443A-8375-B36D6C75888C}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{23B37102-4080-443A-8375-B36D6C75888C}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{23B37102-4080-443A-8375-B36D6C75888C}.Release|Any CPU.ActiveCfg = Debug|iPhoneSimulator
{23B37102-4080-443A-8375-B36D6C75888C}.Release|Any CPU.Build.0 = Debug|iPhoneSimulator
{23B37102-4080-443A-8375-B36D6C75888C}.Release|iPhone.ActiveCfg = Release|iPhone
{23B37102-4080-443A-8375-B36D6C75888C}.Release|iPhone.Build.0 = Release|iPhone
{23B37102-4080-443A-8375-B36D6C75888C}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{23B37102-4080-443A-8375-B36D6C75888C}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
EndGlobalSection
EndGlobal

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "iOSSample", "iOSSample\iOSSample.csproj", "{23B37102-4080-443A-8375-B36D6C75888C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
Debug|iPhoneSimulator = Debug|iPhoneSimulator
Release|iPhoneSimulator = Release|iPhoneSimulator
Debug|iPhone = Debug|iPhone
Release|iPhone = Release|iPhone
Ad-Hoc|iPhone = Ad-Hoc|iPhone
AppStore|iPhone = AppStore|iPhone
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{23B37102-4080-443A-8375-B36D6C75888C}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone
{23B37102-4080-443A-8375-B36D6C75888C}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone
{23B37102-4080-443A-8375-B36D6C75888C}.AppStore|iPhone.ActiveCfg = AppStore|iPhone
{23B37102-4080-443A-8375-B36D6C75888C}.AppStore|iPhone.Build.0 = AppStore|iPhone
{23B37102-4080-443A-8375-B36D6C75888C}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator
{23B37102-4080-443A-8375-B36D6C75888C}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator
{23B37102-4080-443A-8375-B36D6C75888C}.Debug|iPhone.ActiveCfg = Debug|iPhone
{23B37102-4080-443A-8375-B36D6C75888C}.Debug|iPhone.Build.0 = Debug|iPhone
{23B37102-4080-443A-8375-B36D6C75888C}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{23B37102-4080-443A-8375-B36D6C75888C}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{23B37102-4080-443A-8375-B36D6C75888C}.Release|Any CPU.ActiveCfg = Debug|iPhoneSimulator
{23B37102-4080-443A-8375-B36D6C75888C}.Release|Any CPU.Build.0 = Debug|iPhoneSimulator
{23B37102-4080-443A-8375-B36D6C75888C}.Release|iPhone.ActiveCfg = Release|iPhone
{23B37102-4080-443A-8375-B36D6C75888C}.Release|iPhone.Build.0 = Release|iPhone
{23B37102-4080-443A-8375-B36D6C75888C}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{23B37102-4080-443A-8375-B36D6C75888C}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
EndGlobalSection
EndGlobal
2 changes: 1 addition & 1 deletion sdks/Xamarin/ADBMobile/samples/iOSSample/iOSSample/ADBMobileConfig.json
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"version" : "1.0",
"analytics" : {
"rsids" : "adobemobiledemo",
"server" : "10.30.93.52:50001",
"server" : "adobemobiledemo.d1.sc.omtrdc.net",
"charset" : "UTF-8",
"ssl" : false,
"offlineEnabled" : true,
Expand Down
2 changes: 2 additions & 0 deletions sdks/Xamarin/ADBMobile/samples/iOSSample/iOSSample/AdobeMobileSampleViewController.cs
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ public override void DidReceiveMemoryWarning ()
public override void ViewDidLoad ()
{
base.ViewDidLoad ();
NSDictionary cData = NSDictionary.FromObjectAndKey (NSObject.FromObject("val1"), NSObject.FromObject("key1"));
ADBMobile.collectLifecycleDataWithAdditionalData (cData);

table = new UITableView(View.Bounds); // defaults to Plain style
string[] tableItems = new string[] {
Expand Down
Empty file.
Empty file.
Empty file.
Empty file modified sdks/Xamarin/ADBMobile/samples/iOSSample/iOSSample/Info.plist
100755 → 100644
Empty file.
Empty file modified sdks/Xamarin/ADBMobile/samples/iOSSample/iOSSample/Main.cs
100755 → 100644
Empty file.
Empty file.
Empty file.
Empty file.
Loading

0 comments on commit 18cf1bb

Please sign in to comment.