Giter VIP home page Giter VIP logo

ipad-ibooks-plist-editor's Introduction

iPad iBooks Plist editor CI/CD

Generate .plist entries for iBooks on iPad with an interactive script. It is useful for old iPads that do not work with webservices anymore.

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>Books</key>
	<array>
		<dict>
			<key>Inserted-By-iBooks</key>
			<true/>
			<key>Name</key>
			<string>SQL - The complete reference</string>
			<key>Package Hash</key>
			<string>4BBF070DD0974E62AAD0E24F14AECEAA</string>
			<key>Path</key>
			<string>SQL - The complete reference.pdf</string>
			<key>Persistent ID</key>
			<string>4BBF070DD0974E62</string>
			<key>Persistent ID Generated On Device</key>
			<false/>
			<key>importDate</key>
			<date>2023-07-15T14:33:32Z</date>
		</dict>
	</array>
</dict>
</plist>

Usage

  1. Copy Purchases.plist from /User/Media/Books/Purchases on iPad to local machine.
  2. Download script from releases.
  3. (Linux only) Add permissions chmod +x ipad-ibooks-plist-editor.
  4. Execute script and follow prompts.
  5. Copy books and Purchases.plist to iPad.
  6. After restarting iBooks, the new books should apear in the library.

Getting started

Install .NET CLI.

Debug project:

dotnet run

Build project:

dotnet build

Publish: dotnet publish -c Release

Supported file types

pdf

ipad-ibooks-plist-editor's People

Contributors

matiasg19 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.