This repository has been archived by the owner on Jan 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 175
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
a4d7e69
commit 18cf1bb
Showing
67 changed files
with
338 additions
and
291 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
Binary file not shown.
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
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,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 not shown.
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,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 |
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,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.
Empty file.
Empty file.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+10.5 KB
(100%)
sdks/Xamarin/ADBMobile/lib/android/ADBMobile.XamarinAndroidBinding.dll
Binary file not shown.
Binary file modified
BIN
+41 KB
(100%)
sdks/Xamarin/ADBMobile/lib/ios-unified/ADBMobile.XamarinIOSBinding.dll
Binary file not shown.
34 changes: 17 additions & 17 deletions
34
sdks/Xamarin/ADBMobile/samples/AndroidSample/AndroidSample.sln
100755 → 100644
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 |
---|---|---|
@@ -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
144
sdks/Xamarin/ADBMobile/samples/AndroidSample/AndroisSample/AndroidSample.csproj
100755 → 100644
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 |
---|---|---|
@@ -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 modified
0
sdks/Xamarin/ADBMobile/samples/AndroidSample/AndroisSample/Assets/ADBMobileConfig.json
100755 → 100644
Empty file.
Empty file modified
0
sdks/Xamarin/ADBMobile/samples/AndroidSample/AndroisSample/Assets/AboutAssets.txt
100755 → 100644
Empty file.
Empty file modified
0
sdks/Xamarin/ADBMobile/samples/AndroidSample/AndroisSample/MainActivity.cs
100755 → 100644
Empty file.
Empty file modified
0
sdks/Xamarin/ADBMobile/samples/AndroidSample/AndroisSample/Properties/AndroidManifest.xml
100755 → 100644
Empty file.
Empty file modified
0
sdks/Xamarin/ADBMobile/samples/AndroidSample/AndroisSample/Properties/AssemblyInfo.cs
100755 → 100644
Empty file.
Empty file modified
0
sdks/Xamarin/ADBMobile/samples/AndroidSample/AndroisSample/ReferralReceiver.cs
100755 → 100644
Empty file.
Empty file modified
0
sdks/Xamarin/ADBMobile/samples/AndroidSample/AndroisSample/Resources/AboutResources.txt
100755 → 100644
Empty file.
19 changes: 0 additions & 19 deletions
19
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.
Oops, something went wrong.
Empty file modified
0
.../ADBMobile/samples/AndroidSample/AndroisSample/Resources/drawable-hdpi/Icon.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified
0
.../ADBMobile/samples/AndroidSample/AndroisSample/Resources/drawable-mdpi/Icon.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified
0
...ADBMobile/samples/AndroidSample/AndroisSample/Resources/drawable-xhdpi/Icon.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified
0
...DBMobile/samples/AndroidSample/AndroisSample/Resources/drawable-xxhdpi/Icon.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified
0
...BMobile/samples/AndroidSample/AndroisSample/Resources/drawable-xxxhdpi/Icon.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified
0
sdks/Xamarin/ADBMobile/samples/AndroidSample/AndroisSample/Resources/layout/Main.axml
100755 → 100644
Empty file.
Empty file modified
0
sdks/Xamarin/ADBMobile/samples/AndroidSample/AndroisSample/Resources/values/Strings.xml
100755 → 100644
Empty file.
70 changes: 35 additions & 35 deletions
70
sdks/Xamarin/ADBMobile/samples/iOSSample/iOSSample.sln
100755 → 100644
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 |
---|---|---|
@@ -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 |
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
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
Empty file modified
0
...Xamarin/ADBMobile/samples/iOSSample/iOSSample/AdobeMobileSampleViewController.designer.cs
100755 → 100644
Empty file.
Empty file modified
0
sdks/Xamarin/ADBMobile/samples/iOSSample/iOSSample/AppDelegate.cs
100755 → 100644
Empty file.
Empty file modified
0
sdks/Xamarin/ADBMobile/samples/iOSSample/iOSSample/Entitlements.plist
100755 → 100644
Empty file.
Empty file.
Empty file.
Empty file modified
0
sdks/Xamarin/ADBMobile/samples/iOSSample/iOSSample/MainStoryboard.storyboard
100755 → 100644
Empty file.
Empty file modified
0
...e/samples/iOSSample/iOSSample/Resources/Images.xcassets/AppIcons.appiconset/Contents.json
100755 → 100644
Empty file.
Empty file modified
0
sdks/Xamarin/ADBMobile/samples/iOSSample/iOSSample/Resources/LaunchScreen.xib
100755 → 100644
Empty file.
Oops, something went wrong.