Skip to content

Commit

Permalink
First commit (#1)
Browse files Browse the repository at this point in the history
* first commit
  • Loading branch information
sgong-pdftron authored Oct 3, 2018
1 parent b111761 commit 23da6bf
Show file tree
Hide file tree
Showing 94 changed files with 14,190 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.pbxproj -text
49 changes: 49 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@

# OSX
#
.DS_Store

# node.js
#
node_modules/
npm-debug.log
yarn-error.log


# Xcode
#
build/
Pods/
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
*.xccheckout
*.moved-aside
DerivedData
*.hmap
*.ipa
*.xcuserstate
project.xcworkspace


# Android/IntelliJ
#
build/
.idea
.gradle
local.properties
*.iml

# BUCK
buck-out/
\.buckd/
*.keystore

example/android/app/src/main/assets/index.android.bundle
example/android/app/src/main/assets/index.android.bundle.meta
8 changes: 8 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Copyright 2018 PDFTron Systems Inc. All rights reserved.

PDFTron ReactNative project/codebase or any derived works is only permitted
in solutions with an active commercial PDFTron mobile SDK license.

For exact licensing terms please refer to your commercial PDFTron license.

For use in other scenario, please contact [email protected]
Loading

0 comments on commit 23da6bf

Please sign in to comment.