summaryrefslogtreecommitdiffstats
path: root/src/pdf/configure.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/pdf/configure.json')
-rw-r--r--src/pdf/configure.json11
1 files changed, 9 insertions, 2 deletions
diff --git a/src/pdf/configure.json b/src/pdf/configure.json
index 069893660..baea3520d 100644
--- a/src/pdf/configure.json
+++ b/src/pdf/configure.json
@@ -44,7 +44,13 @@
"purpose": "Enables XFA-TIFF support.",
"condition": "features.pdf-xfa",
"output": ["privateFeature" ]
- }
+ },
+ "pdf-bitcode": {
+ "label": "Bitcode support",
+ "purpose": "Enables bitcode",
+ "condition": "config.ios",
+ "output": ["privateFeature"]
+ }
},
"report": [
],
@@ -57,7 +63,8 @@
"pdf-xfa-bmp",
"pdf-xfa-gif",
"pdf-xfa-png",
- "pdf-xfa-tiff"
+ "pdf-xfa-tiff",
+ "pdf-bitcode"
]
}
]