File tree Expand file tree Collapse file tree 4 files changed +26
-3
lines changed Expand file tree Collapse file tree 4 files changed +26
-3
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ osx_image: xcode9.4
3
3
before_install :
4
4
- sudo systemsetup -settimezone Asia/Tokyo
5
5
script :
6
+ - export/add-keychain.sh
6
7
- make archive
7
8
branches :
8
9
only :
14
15
- LC_ALL=en_US.UTF-8
15
16
- secure : HzmvvSQk7/I93PA0oQDcreIGFMEcpr/fIfiUOlUf8oJ/jEk6wqSqoZN+ZXI97dQFXAtHsDcKMCKEZq1CCNiRo7kykpyH+NItK3vXCVEA5yp/6kM4wjAy+BI3XrN55xWKVpwwIC/a7mgjBU1PAf7zbAb1qKNAdjRhg3rQ0ctqbQYFuqx5yb9n6cpomlIP1SFJVnbLuH2sAVqkZWSSqn7kcIAnzD4TOFTbJXorotpM1AU/P2zHPPzxrJSPF36T4WROc2fHZv8eFIUwNnIY7tu0B6wsa/rLHINZvXZDAd8IpxUBbTl64NYjWm6xs6fjFcGMdjvxdLvI4CkjwZqfLdIoM9g/g/dhTSmSy9Bh0wKDAlChZuQtNm9ilKRTM+0NyV4qB/E8G8Y/PZgJg/uz7YId1XeNCCJXaozA0NgeCJ0DVind+SDwQ3ILrQuBPADPlleieSx7BTvX13k15v/fk2uBhP+Y1w2ZpBXyBt7xj9NYkEJ78FSBr22lZfkCOh9gleytzn3F4q6kAEPwhw4uVJZsYLdnvvzGnif0oKk/LRaP00ERBOjXR04bRzGJhWfTjtOj7WB9AjqdGZBJ1aQaTqcPuWqcaZDiUpyeDxmGTGY21VlPgX+nLei6dz0UY7HpU6VxdgN3loOko6XL4i8V+NOh7k7aQZmHDwx2pucrm6kHIR4=
16
17
before_deploy :
17
- - export/add-keychain.sh
18
18
- make export
19
19
- zip -r --symlinks OctotreeForSafari-$TRAVIS_TAG.zip OctotreeForSafari.app
20
20
deploy :
Original file line number Diff line number Diff line change @@ -69,14 +69,13 @@ fix_file_modes:
69
69
70
70
update_octotree_files : octotree/file-icons.css octotree/octotree.js octotree/ondemand.js update_css update_fonts update_icons update_js fix_file_modes
71
71
72
- XCODE_FLAGS = -project OctotreeForSafari.xcodeproj -scheme OctotreeForSafari CODE_SIGN_IDENTITY=""
72
+ XCODE_FLAGS = -project OctotreeForSafari.xcodeproj -scheme OctotreeForSafari CODE_SIGN_IDENTITY="Developer ID Application" CODE_SIGN_STYLE=Manual
73
73
ARCHIVE_PATH = OctotreeForSafari.xcarchive
74
74
75
75
build : update_octotree_files
76
76
xcodebuild $(XCODE_FLAGS )
77
77
78
78
archive :
79
- @mkdir -p dist
80
79
xcodebuild $(XCODE_FLAGS ) -archivePath $(ARCHIVE_PATH ) archive
81
80
82
81
export : archive
Original file line number Diff line number Diff line change
1
+ # OctotreeForSafari
2
+ [ ![ GPL Lincese] ( https://img.shields.io/badge/license-GPL-blue.svg?style=flat )] ( LICENSE )
3
+
4
+ ` OctotreeForSafari ` packages [ buunguyen/octotree] ( https://github.com/buunguyen/octotree ) into Safari App Extension.
5
+
6
+ ## Requirements
7
+ - macOS 10.12 or later
8
+ - Safari 11.1.2 or later
9
+
10
+ ## Installation
11
+ 1 . Download [ OctotreeForSafari-0.1.0.zip] ( http://github.com/norio-nomura/OctotreeForSafari/releases/download/0.1.0/OctotreeForSafari-0.1.0.zip ) (2018/08/25 updated)
12
+ 2 . Unzip it
13
+ 3 . Move ` OctotreeForSafari ` to ` /Applications ` folder
14
+ 4 . Launch ` OctotreeForSafari `
15
+ 5 . Enable ` octotree ` in Safari > Preferences... > Extensions
16
+ ![ PreferenceSafari 11.1.2 on macOS 10.12.6] ( screenshot/safari-11.1.2-on-macOS-10.12.6.png )
17
+
18
+ ## Author
19
+
20
+ Norio Nomura
21
+
22
+ ## License
23
+
24
+ ` OctotreeForSafari ` is available under the GPL license. See the [ LICENSE] ( LICENSE ) file for more info.
You can’t perform that action at this time.
0 commit comments