Skip to content
This repository has been archived by the owner on Apr 18, 2019. It is now read-only.

Commit

Permalink
Updated template for 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
purplecabbage committed Dec 15, 2011
1 parent 6ea7a33 commit 41137b5
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 14 deletions.
Binary file removed GapAppStarter.zip
Binary file not shown.
Binary file added PhoneGapStarter.zip
Binary file not shown.
6 changes: 0 additions & 6 deletions framework/WP7GapClassLib.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010 Express for Windows Phone
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WP7GapClassLib", "WP7GapClassLib.csproj", "{FC6A1A70-892D-46AD-9E4A-9793F72AF780}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WP7GapClassLibBare", "WP7GapClassLibBare.csproj", "{BC0F2FBA-FBA4-47F5-93BD-C88C171246F4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -15,10 +13,6 @@ Global
{FC6A1A70-892D-46AD-9E4A-9793F72AF780}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FC6A1A70-892D-46AD-9E4A-9793F72AF780}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FC6A1A70-892D-46AD-9E4A-9793F72AF780}.Release|Any CPU.Build.0 = Release|Any CPU
{BC0F2FBA-FBA4-47F5-93BD-C88C171246F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BC0F2FBA-FBA4-47F5-93BD-C88C171246F4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BC0F2FBA-FBA4-47F5-93BD-C88C171246F4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BC0F2FBA-FBA4-47F5-93BD-C88C171246F4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
6 changes: 3 additions & 3 deletions template/GapAppProj.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,12 @@
<ItemGroup>
<Content Include="GapLib\WP7GapClassLib.dll" />
<Content Include="GapSourceDictionary.xml" />
<Content Include="ManifestProcessor.js" />
<None Include="ManifestProcessor.js" />
<Content Include="www\index.html">
<SubType>Designer</SubType>
</Content>
<Content Include="www\master.css" />
<Content Include="www\phonegap-1.3.0rc2.js" />
<Content Include="www\phonegap-1.3.0.js" />
<None Include="Properties\AppManifest.xml">
<SubType>Designer</SubType>
</None>
Expand Down Expand Up @@ -122,7 +122,7 @@
-->
<ProjectExtensions />
<PropertyGroup>
<PreBuildEvent>CScript "$(ProjectDir)/ManifestProcessor.js"</PreBuildEvent>
<PreBuildEvent>CScript "$(ProjectDir)/ManifestProcessor.js" "$(ProjectPath)"</PreBuildEvent>
</PropertyGroup>
<PropertyGroup>
<PostBuildEvent>
Expand Down
Binary file modified template/GapLib/WP7GapClassLib.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion template/www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<link rel="stylesheet" href="master.css" type="text/css" media="screen" title="no title" charset="utf-8"/>

<script type="text/javascript" charset="utf-8" src="phonegap-1.3.0rc2.js"></script>
<script type="text/javascript" charset="utf-8" src="phonegap-1.3.0.js"></script>

<script type="text/javascript">

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
*/


/*

/*
* PhoneGap is available under *either* the terms of the modified BSD license *or* the
* MIT License (2008). See http://opensource.org/licenses/alphabetical for full text.
*
Expand Down Expand Up @@ -654,6 +655,7 @@ PhoneGap.fireEvent = function(_targ,evtName)
target.dispatchEvent( eventObj );
}


/*
* PhoneGap is available under *either* the terms of the modified BSD license *or* the
* MIT License (2008). See http://opensource.org/licenses/alphabetical for full text.
Expand Down Expand Up @@ -798,6 +800,7 @@ function()
}
});
}

/*
* PhoneGap is available under *either* the terms of the modified BSD license *or* the
* MIT License (2008). See http://opensource.org/licenses/alphabetical for full text.
Expand Down Expand Up @@ -944,6 +947,7 @@ PhoneGap.onPhoneGapInit.subscribeOnce(function() {
}
});
}

/*
* PhoneGap is available under *either* the terms of the modified BSD license *or* the
* MIT License (2008). See http://opensource.org/licenses/alphabetical for full text.
Expand Down Expand Up @@ -1144,7 +1148,9 @@ PhoneGap.onPhoneGapInit.subscribeOnce(function () {
navigator.device.capture = window.device.capture = new Capture();
}
});
}/*
}

/*
* PhoneGap is available under *either* the terms of the modified BSD license *or* the
* MIT License (2008). See http://opensource.org/licenses/alphabetical for full text.
*
Expand Down Expand Up @@ -1293,6 +1299,7 @@ function()
}
});
}

/*
* PhoneGap is available under *either* the terms of the modified BSD license *or* the
* MIT License (2008). See http://opensource.org/licenses/alphabetical for full text.
Expand Down Expand Up @@ -1605,6 +1612,7 @@ PhoneGap.onPhoneGapInit.subscribeOnce(function() {
}
});
}

/*
* PhoneGap is available under *either* the terms of the modified BSD license *or* the
* MIT License (2008). See http://opensource.org/licenses/alphabetical for full text.
Expand Down Expand Up @@ -1665,7 +1673,9 @@ PhoneGap.onPhoneGapInit.subscribeOnce(function() {
navigator.debugConsole = debugConsole;
});

}/*
}

/*
* PhoneGap is available under *either* the terms of the modified BSD license *or* the
* MIT License (2008). See http://opensource.org/licenses/alphabetical for full text.
*
Expand Down Expand Up @@ -1741,6 +1751,7 @@ PhoneGap.onPhoneGapInit.subscribeOnce(function() {
});
}


// this is a WP7 Only implementation of the Storage API for use in webpages loaded from the local file system
// inside phonegap application.
// there is a native implementation which is backing this and providing the persistance of values.
Expand Down Expand Up @@ -1947,6 +1958,7 @@ if(!window.localStorage)

})();};


/*
* PhoneGap is available under *either* the terms of the modified BSD license *or* the
* MIT License (2008). See http://opensource.org/licenses/alphabetical for full text.
Expand Down Expand Up @@ -2988,6 +3000,7 @@ PhoneGap.onPhoneGapInit.subscribeOnce(function () {
if(typeof window.resolveLocalFileSystemURI == "undefined") window.resolveLocalFileSystemURI = pgLocalFileSystem.resolveLocalFileSystemURI;
});
}

/*
* PhoneGap is available under *either* the terms of the modified BSD license *or* the
* MIT License (2008). See http://opensource.org/licenses/alphabetical for full text.
Expand Down Expand Up @@ -3084,6 +3097,7 @@ var FileUploadOptions = function(fileKey, fileName, mimeType, params) {
this.params = params || null;
};
}

/*
* PhoneGap is available under *either* the terms of the modified BSD license *or* the
* MIT License (2008). See http://opensource.org/licenses/alphabetical for full text.
Expand Down Expand Up @@ -3311,6 +3325,7 @@ PhoneGapMediaonStatus = function (args) {
}

}

/*
* PhoneGap is available under *either* the terms of the modified BSD license *or* the
* MIT License (2008). See http://opensource.org/licenses/alphabetical for full text.
Expand Down Expand Up @@ -3399,6 +3414,7 @@ PhoneGap.onPhoneGapInit.subscribeOnce(function() {
}
});
}

/*
* PhoneGap is available under *either* the terms of the modified BSD license *or* the
* MIT License (2008). See http://opensource.org/licenses/alphabetical for full text.
Expand Down Expand Up @@ -3527,7 +3543,8 @@ PhoneGap.onPhoneGapInit.subscribeOnce(function() {
}
});
}
/**

/**
* @author purplecabbage
*/

Expand Down Expand Up @@ -3662,3 +3679,4 @@ PhoneGap.onPhoneGapInit.subscribeOnce(function() {
})(window,document);



0 comments on commit 41137b5

Please sign in to comment.