A version of Paper modified to pretend to be the Facebook app.
Paper was an alternative to the Facebook app released in February 2014 and discontinued in July 2016. While the app was disabled remotely, the client is still functional. This project brings Paper back to life by making it indistinguishable from the standard Facebook for iOS app.
-
Recent macOS and Xcode.
-
Ninja to build:
brew install ninja
-
ios-deploy to install:
brew install node npm install -g ios-deploy
-
An unmodified, decrypted copy of
Paper.app
, version 1.2.6. -
An iOS Developer program membership, to re-sign the app.
-
Put the decrypted
Paper.app
into the same directory as the code. -
Modify
Entitlements.xml
to reference the appropriate App ID prefix for your provisioning profile. -
Set the
CODE_SIGN_IDENTITY
environment variable to reference the appropriate code signing identity (ofteniPhone Developer
).export CODE_SIGN_IDENTITY="iPhone Developer"
-
Build:
ninja build
-
Install onto attached device:
ninja install
Alternatively, package
build/Paper.app
and install with iTunes or OTA.
See the LICENSE
file for details.
Thanks to everyone who made Paper possible.