diff --git a/.nuget/NuGet.Config b/.nuget/NuGet.Config deleted file mode 100644 index e45cfc08..00000000 --- a/.nuget/NuGet.Config +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.nuget/NuGet.targets b/.nuget/NuGet.targets deleted file mode 100644 index bcbcd146..00000000 --- a/.nuget/NuGet.targets +++ /dev/null @@ -1,135 +0,0 @@ - - - - $(MSBuildProjectDirectory)\..\ - - - true - - - false - - - false - - - true - - - - - - - - - - - - - $([System.IO.Path]::Combine($(SolutionDir), ".nuget")) - $([System.IO.Path]::Combine($(ProjectDir), "packages.config")) - - - - - $(SolutionDir).nuget - packages.config - - - - - $(NuGetToolsPath)\NuGet.exe - @(PackageSource) - - "$(NuGetExePath)" - mono --runtime=v4.0.30319 $(NuGetExePath) - - $(TargetDir.Trim('\\')) - - -RequireConsent - -NonInteractive - - - $(NuGetCommand) install "$(PackagesConfig)" -source "$(PackageSources)" $(NonInteractiveSwitch) $(RequireConsentSwitch) -solutionDir "$(SolutionDir) " - $(NuGetCommand) pack "$(ProjectPath)" -Properties Configuration=$(Configuration) $(NonInteractiveSwitch) -OutputDirectory "$(PackageOutputDir)" -symbols - - - - RestorePackages; - $(BuildDependsOn); - - - - - $(BuildDependsOn); - BuildPackage; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index 301294bd..00000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,11 +0,0 @@ -# Changelog - -## [1.0.0] - 2019-08-14 - -### Added - -Added `initiallyShowAppBar`, `allowToggleAppBar`, and `showBackButton` url params. See readme for details. - -### Removed - -Removed the "capabilities" message exchange. diff --git a/build/s3publish.proj b/build/s3publish.proj deleted file mode 100644 index 618aa139..00000000 --- a/build/s3publish.proj +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - - - - - BloomLibrary - dev.bloomlibrary.org - bloom-player - - - - - - - - - - - - - - diff --git a/updateFiles.bat b/updateFiles.bat deleted file mode 100644 index c52ff866..00000000 --- a/updateFiles.bat +++ /dev/null @@ -1,20 +0,0 @@ -rem copy the generated outputs from where our build puts them to various places they need to be - -rem bloom itself -rem it would normally get here by fetching the latest npm version of bloom-player, but we are bypassing updating bp on npm. This is the source for Bloom's build process to get it. -copy "dist\*.*" "..\BloomDesktop\src\BloomBrowserUI\node_modules\bloom-player\dist" -rem it would get here by Bloom's gulp copy task (because listed in nodeFilesNeededInOutput), but we can save a step -copy "dist\*.*" "..\BloomDesktop\output\browser\bloom-player\dist" - -rem bloom-reader rn -rem where bloom-reader should get it from npm -copy "dist\*.*" "..\BloomReader-RN\node_modules\bloom-player\dist" - -rem BloomReader -rem where bloom-reader should get it from npm -copy "dist\*.*" "..\BloomReader\app\node_modules\bloom-player\dist" -rem where bloom-reader's copyBloomPlayerAssets puts it for deployment -copy "dist\*.*" "..\BloomReader\app\src\main\assets\bloom-player" - -rem BloomLibrary (requires a change to bloomPlayerUrl in detailController.js, and a browser ignoring CORS, as in https://alfilatov.com/posts/run-chrome-without-cors/) -copy "dist\*.*" "..\BloomLibrary\build\bloom-player"