Skip to content

Commit bd12466

Browse files
author
Pietro Passarelli
committed
consolidated with master
2 parents 0f88b4a + 83469ec commit bd12466

14 files changed

Lines changed: 7208 additions & 8213 deletions

File tree

.travis.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
os: osx
2+
# https://docs.travis-ci.com/user/reference/osx/#macos-version
23
osx_image: xcode9.4
34
language: node_js
4-
node_js: "8"
5+
node_js: "8" # one of node js travis pre installed versions
56
sudo: required
67

78
env:
@@ -30,6 +31,14 @@ script:
3031
- find . | grep mac.zip;
3132
- find . | grep x86_64.AppImage;
3233
- find . | grep .exe;
34+
- npm run adobe-panel-package-sign-build
35+
# package all files and folders needed inside adobe-panel-build folder
36+
# - npm run adobe-panel-build
37+
# # creating a certificate
38+
# - $ZXPSignCmd_PATH -selfSignedCert $COUNTRY_CODE $STATE_OR_PROVINCE $ORGANIZATION "$COMMON_NAME" $CERTIFICATE_PASSWORD $CERTIFICATE_OUTPUT_PATH
39+
# # pack and sign the extension
40+
# - $ZXPSignCmd_PATH -sign $INPUT_DIRECTORY $OUTPUT_ZXP $CERTIFICATE_OUTPUT_PATH $CERTIFICATE_PASSWORD -tsa $TIMESTAMPS_URL
41+
- node travis_to_github_upload.js
3342

3443
branches:
3544
except:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ _How to run build_
7272
[See documentation section for Travis CI continuous build](https://autoedit.gitbook.io/documentation/overview/deploymentbuild/travis-ci-continuous-build)
7373

7474

75-
### Deployment as adobe panel - work in progress 🚧
75+
### Deployment as adobe panel
7676

7777
[See documentation section for more info](https://autoedit.gitbook.io/documentation/adobe-panel/autoedit-adobe-cep-panel-dev-setup)
7878

adobe-panel-src/CSXS/manifest.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<ExtensionManifest Version="6.0" ExtensionBundleId="com.autoedit2.it" ExtensionBundleVersion="1.0.0" ExtensionBundleName="autoEdit2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
2+
<ExtensionManifest Version="6.0" ExtensionBundleId="com.autoedit2.it" ExtensionBundleVersion="1.0.3" ExtensionBundleName="autoEdit2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
33
<ExtensionList>
4-
<Extension Id="com.autoedit2.it" Version="1.0.2" />
4+
<Extension Id="com.autoedit2.it" Version="1.0.3" />
55
</ExtensionList>
66
<ExecutionEnvironment>
77
<HostList>
8-
<Host Name="PPRO" Version="9.0" />
8+
<Host Name="PPRO" Version="[9.0,14.9]"/>
99
</HostList>
1010
<LocaleList>
1111
<Locale Code="All" />

adobe-panel-src/adobe-panel-build-script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ const autoEditadobeExtensionFolder = `${adobeExtensionsFolder}/${panelExtensionF
4444

4545
// if folder exists delete it
4646

47-
test 3
47+
// test 3

adobe-panel-src/jsx/Premiere.jsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// from https://community.adobe.com/t5/premiere-pro/jsx-intermittently-getting-json-is-undefined-alert/td-p/9500726
2+
// adding support for json
3+
//@include ./json2.jsx
14
if (typeof($) == 'undefined') $ = {};
25
$._PPP = {
36
say: function(something) {

0 commit comments

Comments
 (0)