diff --git a/.github/workflows/macOS.yml b/.github/workflows/macOS.yml new file mode 100644 index 00000000..cee2a661 --- /dev/null +++ b/.github/workflows/macOS.yml @@ -0,0 +1,43 @@ +name: macOS + +on: [push] + +jobs: + build: + env: + PACKAGE_NAME: Speculid + + runs-on: macos-latest + if: "!contains(github.event.head_commit.message, 'ci skip')" + + steps: + - uses: actions/checkout@v2 + - name: Prepare Build + run: brew bundle + #- name: Build + # run: swift build + - name: Lint + run: swiftformat --lint . && swiftlint + #- name: Run tests + # run: swift test -v --enable-code-coverage + #- name: Prepare Code Coverage + # run: xcrun llvm-cov export -format="lcov" .build/debug/${{ env.PACKAGE_NAME }}PackageTests.xctest/Contents/MacOS/${{ env.PACKAGE_NAME }}PackageTests -instr-profile .build/debug/codecov/default.profdata > info.lcov + #- name: Upload to CodeCov.io + # run: bash <(curl https://codecov.io/bash) -F github -F macOS -n ${{ github.sha }} + # env: + # CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} + #- name: Build Documentation + # run: sourcedocs generate --spm-module ${{ env.PACKAGE_NAME }} + #- name: Verify Valid Swift Package + # run: swift package dump-package | jq -e ".products | length > 0" + #- name: CocoaPods Action + # run: pod lib lint + + #- name: Commit files + # run: | + # git config --local user.email "action@github.com" + # git config --local user.name "GitHub Action" + # git status + # git add Documentation + # git diff-index --quiet HEAD || git commit -m "[github action] Update Docs" + # git push diff --git a/.gitignore b/.gitignore index ba8a525a..080d8696 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,6 @@ -# Created by https://www.gitignore.io/api/macos,swift,xcode,objective-c,jekyll - -### Jekyll ### +# Created by https://www.gitignore.io/api/xcode,macos,swift +# Edit at https://www.gitignore.io/?templates=xcode,macos,swift _site/ .sass-cache/ .jekyll-cache/ @@ -35,7 +34,7 @@ Network Trash Folder Temporary Items .apdisk -### Objective-C ### +### Swift ### # Xcode # # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore @@ -66,26 +65,34 @@ xcuserdata/ *.dSYM.zip *.dSYM +## Playgrounds +timeline.xctimeline +playground.xcworkspace + +# Swift Package Manager +# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies. +# Packages/ +# Package.pins +# Package.resolved +.build/ +# Add this line if you want to avoid checking in Xcode SPM integration. +# .swiftpm/xcode + # CocoaPods -# # We recommend against adding the Pods directory to your .gitignore. However # you should judge for yourself, the pros and cons are mentioned at: # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control -# # Pods/ -# # Add this line if you want to avoid checking in source code from the Xcode workspace # *.xcworkspace # Carthage -# # Add this line if you want to avoid checking in source code from Carthage dependencies. # Carthage/Checkouts Carthage/Build # fastlane -# # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the # screenshots whenever they are needed. # For more information about the recommended setup visit: @@ -97,67 +104,13 @@ fastlane/screenshots/**/*.png fastlane/test_output # Code Injection -# # After new code Injection tools there's a generated folder /iOSInjectionProject # https://github.com/johnno1962/injectionforxcode iOSInjectionProject/ -### Objective-C Patch ### - -### Swift ### -# Xcode -# -# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore - -## Build generated - -## Various settings - -## Other - -## Obj-C/Swift specific - -## Playgrounds -timeline.xctimeline -playground.xcworkspace - -# Swift Package Manager -# -# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies. -# Packages/ -# Package.pins -# Package.resolved -.build/ - -# CocoaPods -# -# We recommend against adding the Pods directory to your .gitignore. However -# you should judge for yourself, the pros and cons are mentioned at: -# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control -# -Pods/ -# -# Add this line if you want to avoid checking in source code from the Xcode workspace -# *.xcworkspace - -# Carthage -# -# Add this line if you want to avoid checking in source code from Carthage dependencies. -# Carthage/Checkouts - - -# fastlane -# -# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the -# screenshots whenever they are needed. -# For more information about the recommended setup visit: -# https://docs.fastlane.tools/best-practices/source-control/#source-control - - ### Xcode ### # Xcode -# # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore ## User settings @@ -166,7 +119,7 @@ Pods/ ## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4) -### Xcode Patch ### +## Xcode Patch *.xcodeproj/* !*.xcodeproj/project.pbxproj !*.xcodeproj/xcshareddata/ @@ -191,16 +144,17 @@ certs/*.p12 *.toc.* *.orig.* -examples/**/*.xcassets/**/*.png -examples/**/*.xcassets/**/*.pdf +examples/*/*.xcassets/*/*.png +examples/*/*.xcassets/*/*.pdf + +### Xcode Patch ### +**/xcshareddata/WorkspaceSettings.xcsettings -#examples/sample/**/*.xcassets/***/*.png -#examples/sample/**/*.xcassets/*/*.pdf +# End of https://www.gitignore.io/api/xcode,macos,swift -playgrounds -.version -*.coverage.txt -**/fastlane/report.xml +!scripts/github-markdown-toc -examples/samples +**/*.xcassets/**/*.png +**/*.xcassets/**/*.pdf +**/*.xcassets/**/*.svg \ No newline at end of file diff --git a/.gitmodules b/.gitmodules index 4d3c2816..82d7dbf2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,7 @@ [submodule "scripts/github-markdown-toc"] path = scripts/github-markdown-toc url = https://github.com/ekalinin/github-markdown-toc.git -[submodule "packages/homebrew"] - path = packages/homebrew - url = https://github.com/brightdigit/homebrew-speculid.git -[submodule "packages/fastlane"] - path = packages/fastlane - url = https://github.com/brightdigit/fastlane-plugin-speculid.git +[submodule "packages/SpeculidKit"] + path = packages/SpeculidKit + url = https://github.com/brightdigit/SpeculidKit.git + branch = release/3.0.0-alpha.2 diff --git a/.hound.yml b/.hound.yml new file mode 100644 index 00000000..6941f639 --- /dev/null +++ b/.hound.yml @@ -0,0 +1,2 @@ +swiftlint: + config_file: .swiftlint.yml diff --git a/.swift-version b/.swift-version index a75b92f1..7ed6ff82 100644 --- a/.swift-version +++ b/.swift-version @@ -1 +1 @@ -5.1 +5 diff --git a/.swiftformat b/.swiftformat new file mode 100644 index 00000000..41eea2a7 --- /dev/null +++ b/.swiftformat @@ -0,0 +1,4 @@ +--indent 2 +--header strip +--commas inline +--exclude _archive, DerivedData, packages \ No newline at end of file diff --git a/.swiftlint.yml b/.swiftlint.yml index 81c80020..29291d75 100644 --- a/.swiftlint.yml +++ b/.swiftlint.yml @@ -1,6 +1,16 @@ -excluded: # paths to ignore during linting. Takes precedence over `included`. - - Pods - - __archive - - frameworks/speculid/Models/VCS.swift +cyclomatic_complexity: 12 +file_length: 550 +function_body_length: 80 +function_parameter_count: 8 +line_length: 150 +type_body_length: 300 +identifier_name: + excluded: # excluded via string array + - id +excluded: + - Tests/*/XCTestManifests.swift - DerivedData - - examples/setup/DerivedData + - .build + - _archive + - vendor + - packages diff --git a/.travis.yml b/.travis.yml old mode 100644 new mode 100755 index 0446839d..4732cd46 --- a/.travis.yml +++ b/.travis.yml @@ -1,42 +1,6 @@ -language: objective-c -env: - global: - - secure: hVl7EFbdJhUsIzMXOZ0BESzmcMwro5fSHoFD33xCoWF+4Ov5TtiW5iy02Z4096fbgziD5SBdNG/4y87Z0kqRPPJgcGOObfwE3VWkIYj6dIHaXXnGlmieTEMRkq4a4GOjXJFpJODkKPmMSL1NLqdxUYFmn3rvCyBEQjiRQzygTj4= -branches: - except: - - develop - - release/v2.0.0-beta.1 -git: - quiet: true -osx_image: xcode11 -xcode_workspace: Speculid.xcworkspace -xcode_scheme: Speculid-Mac-App -xcode_destination: platform=macOS -install: -- bundle install -- pod repo update --silent -- pod install --silent +os: osx +osx_image: xcode12.2 +before_install: + - bash -e ./Scripts/before_install.sh script: -- ./scripts/decrypt-certs.sh -- ./scripts/build-keychain.sh -- xcodebuild test -enableCodeCoverage YES -quiet -workspace speculid.xcworkspace -scheme "Speculid-Mac-App" -- xcodebuild archive -quiet -workspace speculid.xcworkspace -scheme "Speculid-Mac-App" -configuration Release -derivedDataPath ./build -archivePath ./build/Products/Speculid.xcarchive -- xcodebuild -quiet -exportArchive -archivePath ./build/Products/Speculid.xcarchive -exportOptionsPlist ./exportOptions.plist -exportPath ./build/Products/App -- ditto -c -k --sequesterRsrc --keepParent ./build/Products/App/Speculid.app build/Speculid.zip -- open Build/Products/App/Speculid.app -- osascript -e 'tell application "Speculid" to quit' -- diff examples/shasum <(./scripts/shasum.sh) -- ./build/Products/App/Speculid.app/Contents/SharedSupport/speculid --version --useLocation ./build/Products/App/Speculid.app -after_success: -- bash <(curl -s https://codecov.io/bash) -J "Speculid" -after_failure: -- "./scripts/shasum.sh" -- find "examples/Assets/." -type f \( -iname \*.icns -o -iname \*.png -o -iname \*.pdf - \) -print0 | sort -z | xargs -0 shasum -a 512 -notifications: - webhooks: - urls: - - https://webhooks.gitter.im/e/f596466e5c30701b566d - on_success: change - on_failure: always - on_start: never + - bash -e ./Scripts/script.sh diff --git a/Brewfile b/Brewfile new file mode 100644 index 00000000..3c4a469a --- /dev/null +++ b/Brewfile @@ -0,0 +1,5 @@ +brew "swiftformat" +brew "swiftlint" +brew "sourcedocs" +brew "carthage" +brew "jq" \ No newline at end of file diff --git a/Documentation/README.md b/Documentation/README.md new file mode 100644 index 00000000..718d0754 --- /dev/null +++ b/Documentation/README.md @@ -0,0 +1,4 @@ + +# Reference Documentation +This reference documentation was generated with +[SourceDocs](https://github.com/eneko/SourceDocs). \ No newline at end of file diff --git a/Documentation/Reference/README.md b/Documentation/Reference/README.md new file mode 100644 index 00000000..718d0754 --- /dev/null +++ b/Documentation/Reference/README.md @@ -0,0 +1,4 @@ + +# Reference Documentation +This reference documentation was generated with +[SourceDocs](https://github.com/eneko/SourceDocs). \ No newline at end of file diff --git a/Gemfile b/Gemfile deleted file mode 100644 index 34267509..00000000 --- a/Gemfile +++ /dev/null @@ -1,5 +0,0 @@ -source 'https://rubygems.org' -gem 'github-pages', group: :jekyll_plugins -gem 'faraday', '0.17.3' -gem "cocoapods", "~> 1.5" -gem 'slather' diff --git a/Gemfile.lock b/Gemfile.lock index 0a07830b..2e590eb7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,314 +2,178 @@ GEM remote: https://rubygems.org/ specs: CFPropertyList (3.0.2) - activesupport (4.2.11.1) - i18n (~> 0.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) addressable (2.7.0) public_suffix (>= 2.0.2, < 5.0) - algoliasearch (1.27.1) - httpclient (~> 2.8, >= 2.8.3) - json (>= 1.5.1) atomos (0.1.3) + aws-eventstream (1.0.3) + aws-partitions (1.294.0) + aws-sdk-core (3.92.0) + aws-eventstream (~> 1.0, >= 1.0.2) + aws-partitions (~> 1, >= 1.239.0) + aws-sigv4 (~> 1.1) + jmespath (~> 1.0) + aws-sdk-kms (1.30.0) + aws-sdk-core (~> 3, >= 3.71.0) + aws-sigv4 (~> 1.1) + aws-sdk-s3 (1.61.2) + aws-sdk-core (~> 3, >= 3.83.0) + aws-sdk-kms (~> 1) + aws-sigv4 (~> 1.1) + aws-sigv4 (1.1.1) + aws-eventstream (~> 1.0, >= 1.0.2) + babosa (1.0.3) claide (1.0.3) - clamp (1.3.1) - cocoapods (1.8.4) - activesupport (>= 4.0.2, < 5) - claide (>= 1.0.2, < 2.0) - cocoapods-core (= 1.8.4) - cocoapods-deintegrate (>= 1.0.3, < 2.0) - cocoapods-downloader (>= 1.2.2, < 2.0) - cocoapods-plugins (>= 1.0.0, < 2.0) - cocoapods-search (>= 1.0.0, < 2.0) - cocoapods-stats (>= 1.0.0, < 2.0) - cocoapods-trunk (>= 1.4.0, < 2.0) - cocoapods-try (>= 1.1.0, < 2.0) - colored2 (~> 3.1) - escape (~> 0.0.4) - fourflusher (>= 2.3.0, < 3.0) - gh_inspector (~> 1.0) - molinillo (~> 0.6.6) - nap (~> 1.0) - ruby-macho (~> 1.4) - xcodeproj (>= 1.11.1, < 2.0) - cocoapods-core (1.8.4) - activesupport (>= 4.0.2, < 6) - algoliasearch (~> 1.0) - concurrent-ruby (~> 1.1) - fuzzy_match (~> 2.0.4) - nap (~> 1.0) - cocoapods-deintegrate (1.0.4) - cocoapods-downloader (1.3.0) - cocoapods-plugins (1.0.0) - nap - cocoapods-search (1.0.0) - cocoapods-stats (1.1.0) - cocoapods-trunk (1.4.1) - nap (>= 0.8, < 2.0) - netrc (~> 0.11) - cocoapods-try (1.1.0) - coffee-script (2.4.1) - coffee-script-source - execjs - coffee-script-source (1.11.1) - colorator (1.1.0) + colored (1.2) colored2 (3.1.2) - commonmarker (0.17.13) - ruby-enum (~> 0.5) - concurrent-ruby (1.1.5) - dnsruby (1.61.3) - addressable (~> 2.5) - em-websocket (0.5.1) - eventmachine (>= 0.12.9) - http_parser.rb (~> 0.6.0) - escape (0.0.4) - ethon (0.12.0) - ffi (>= 1.3.0) - eventmachine (1.2.7) - execjs (2.7.0) + commander-fastlane (4.4.6) + highline (~> 1.7.2) + declarative (0.0.10) + declarative-option (0.1.0) + digest-crc (0.5.1) + domain_name (0.5.20190701) + unf (>= 0.0.5, < 1.0.0) + dotenv (2.7.5) + emoji_regex (1.0.1) + excon (0.73.0) faraday (0.17.3) multipart-post (>= 1.2, < 3) - ffi (1.12.1) - forwardable-extended (2.6.0) - fourflusher (2.3.1) - fuzzy_match (2.0.4) - gemoji (3.0.1) + faraday-cookie_jar (0.0.6) + faraday (>= 0.7.4) + http-cookie (~> 1.0.0) + faraday_middleware (0.13.1) + faraday (>= 0.7.4, < 1.0) + fastimage (2.1.7) + fastlane (2.144.0) + CFPropertyList (>= 2.3, < 4.0.0) + addressable (>= 2.3, < 3.0.0) + aws-sdk-s3 (~> 1.0) + babosa (>= 1.0.2, < 2.0.0) + bundler (>= 1.12.0, < 3.0.0) + colored + commander-fastlane (>= 4.4.6, < 5.0.0) + dotenv (>= 2.1.1, < 3.0.0) + emoji_regex (>= 0.1, < 2.0) + excon (>= 0.71.0, < 1.0.0) + faraday (~> 0.17) + faraday-cookie_jar (~> 0.0.6) + faraday_middleware (~> 0.13.1) + fastimage (>= 2.1.0, < 3.0.0) + gh_inspector (>= 1.1.2, < 2.0.0) + google-api-client (>= 0.29.2, < 0.37.0) + google-cloud-storage (>= 1.15.0, < 2.0.0) + highline (>= 1.7.2, < 2.0.0) + json (< 3.0.0) + jwt (~> 2.1.0) + mini_magick (>= 4.9.4, < 5.0.0) + multi_xml (~> 0.5) + multipart-post (~> 2.0.0) + plist (>= 3.1.0, < 4.0.0) + public_suffix (~> 2.0.0) + rubyzip (>= 1.3.0, < 2.0.0) + security (= 0.1.3) + simctl (~> 1.6.3) + slack-notifier (>= 2.0.0, < 3.0.0) + terminal-notifier (>= 2.0.0, < 3.0.0) + terminal-table (>= 1.4.5, < 2.0.0) + tty-screen (>= 0.6.3, < 1.0.0) + tty-spinner (>= 0.8.0, < 1.0.0) + word_wrap (~> 1.0.0) + xcodeproj (>= 1.13.0, < 2.0.0) + xcpretty (~> 0.3.0) + xcpretty-travis-formatter (>= 0.0.3) gh_inspector (1.1.3) - github-pages (203) - github-pages-health-check (= 1.16.1) - jekyll (= 3.8.5) - jekyll-avatar (= 0.7.0) - jekyll-coffeescript (= 1.1.1) - jekyll-commonmark-ghpages (= 0.1.6) - jekyll-default-layout (= 0.1.4) - jekyll-feed (= 0.13.0) - jekyll-gist (= 1.5.0) - jekyll-github-metadata (= 2.12.1) - jekyll-mentions (= 1.5.1) - jekyll-optional-front-matter (= 0.3.2) - jekyll-paginate (= 1.1.0) - jekyll-readme-index (= 0.3.0) - jekyll-redirect-from (= 0.15.0) - jekyll-relative-links (= 0.6.1) - jekyll-remote-theme (= 0.4.1) - jekyll-sass-converter (= 1.5.2) - jekyll-seo-tag (= 2.6.1) - jekyll-sitemap (= 1.4.0) - jekyll-swiss (= 1.0.0) - jekyll-theme-architect (= 0.1.1) - jekyll-theme-cayman (= 0.1.1) - jekyll-theme-dinky (= 0.1.1) - jekyll-theme-hacker (= 0.1.1) - jekyll-theme-leap-day (= 0.1.1) - jekyll-theme-merlot (= 0.1.1) - jekyll-theme-midnight (= 0.1.1) - jekyll-theme-minimal (= 0.1.1) - jekyll-theme-modernist (= 0.1.1) - jekyll-theme-primer (= 0.5.4) - jekyll-theme-slate (= 0.1.1) - jekyll-theme-tactile (= 0.1.1) - jekyll-theme-time-machine (= 0.1.1) - jekyll-titles-from-headings (= 0.5.3) - jemoji (= 0.11.1) - kramdown (= 1.17.0) - liquid (= 4.0.3) - mercenary (~> 0.3) - minima (= 2.5.1) - nokogiri (>= 1.10.4, < 2.0) - rouge (= 3.13.0) - terminal-table (~> 1.4) - github-pages-health-check (1.16.1) - addressable (~> 2.3) - dnsruby (~> 1.60) - octokit (~> 4.0) - public_suffix (~> 3.0) - typhoeus (~> 1.3) - html-pipeline (2.12.3) - activesupport (>= 2) - nokogiri (>= 1.4) - http_parser.rb (0.6.0) + google-api-client (0.36.4) + addressable (~> 2.5, >= 2.5.1) + googleauth (~> 0.9) + httpclient (>= 2.8.1, < 3.0) + mini_mime (~> 1.0) + representable (~> 3.0) + retriable (>= 2.0, < 4.0) + signet (~> 0.12) + google-cloud-core (1.5.0) + google-cloud-env (~> 1.0) + google-cloud-errors (~> 1.0) + google-cloud-env (1.3.1) + faraday (>= 0.17.3, < 2.0) + google-cloud-errors (1.0.0) + google-cloud-storage (1.25.1) + addressable (~> 2.5) + digest-crc (~> 0.4) + google-api-client (~> 0.33) + google-cloud-core (~> 1.2) + googleauth (~> 0.9) + mini_mime (~> 1.0) + googleauth (0.11.0) + faraday (>= 0.17.3, < 2.0) + jwt (>= 1.4, < 3.0) + memoist (~> 0.16) + multi_json (~> 1.11) + os (>= 0.9, < 2.0) + signet (~> 0.12) + highline (1.7.10) + http-cookie (1.0.3) + domain_name (~> 0.5) httpclient (2.8.3) - i18n (0.9.5) - concurrent-ruby (~> 1.0) - jekyll (3.8.5) - addressable (~> 2.4) - colorator (~> 1.0) - em-websocket (~> 0.5) - i18n (~> 0.7) - jekyll-sass-converter (~> 1.0) - jekyll-watch (~> 2.0) - kramdown (~> 1.14) - liquid (~> 4.0) - mercenary (~> 0.3.3) - pathutil (~> 0.9) - rouge (>= 1.7, < 4) - safe_yaml (~> 1.0) - jekyll-avatar (0.7.0) - jekyll (>= 3.0, < 5.0) - jekyll-coffeescript (1.1.1) - coffee-script (~> 2.2) - coffee-script-source (~> 1.11.1) - jekyll-commonmark (1.3.1) - commonmarker (~> 0.14) - jekyll (>= 3.7, < 5.0) - jekyll-commonmark-ghpages (0.1.6) - commonmarker (~> 0.17.6) - jekyll-commonmark (~> 1.2) - rouge (>= 2.0, < 4.0) - jekyll-default-layout (0.1.4) - jekyll (~> 3.0) - jekyll-feed (0.13.0) - jekyll (>= 3.7, < 5.0) - jekyll-gist (1.5.0) - octokit (~> 4.2) - jekyll-github-metadata (2.12.1) - jekyll (~> 3.4) - octokit (~> 4.0, != 4.4.0) - jekyll-mentions (1.5.1) - html-pipeline (~> 2.3) - jekyll (>= 3.7, < 5.0) - jekyll-optional-front-matter (0.3.2) - jekyll (>= 3.0, < 5.0) - jekyll-paginate (1.1.0) - jekyll-readme-index (0.3.0) - jekyll (>= 3.0, < 5.0) - jekyll-redirect-from (0.15.0) - jekyll (>= 3.3, < 5.0) - jekyll-relative-links (0.6.1) - jekyll (>= 3.3, < 5.0) - jekyll-remote-theme (0.4.1) - addressable (~> 2.0) - jekyll (>= 3.5, < 5.0) - rubyzip (>= 1.3.0) - jekyll-sass-converter (1.5.2) - sass (~> 3.4) - jekyll-seo-tag (2.6.1) - jekyll (>= 3.3, < 5.0) - jekyll-sitemap (1.4.0) - jekyll (>= 3.7, < 5.0) - jekyll-swiss (1.0.0) - jekyll-theme-architect (0.1.1) - jekyll (~> 3.5) - jekyll-seo-tag (~> 2.0) - jekyll-theme-cayman (0.1.1) - jekyll (~> 3.5) - jekyll-seo-tag (~> 2.0) - jekyll-theme-dinky (0.1.1) - jekyll (~> 3.5) - jekyll-seo-tag (~> 2.0) - jekyll-theme-hacker (0.1.1) - jekyll (~> 3.5) - jekyll-seo-tag (~> 2.0) - jekyll-theme-leap-day (0.1.1) - jekyll (~> 3.5) - jekyll-seo-tag (~> 2.0) - jekyll-theme-merlot (0.1.1) - jekyll (~> 3.5) - jekyll-seo-tag (~> 2.0) - jekyll-theme-midnight (0.1.1) - jekyll (~> 3.5) - jekyll-seo-tag (~> 2.0) - jekyll-theme-minimal (0.1.1) - jekyll (~> 3.5) - jekyll-seo-tag (~> 2.0) - jekyll-theme-modernist (0.1.1) - jekyll (~> 3.5) - jekyll-seo-tag (~> 2.0) - jekyll-theme-primer (0.5.4) - jekyll (> 3.5, < 5.0) - jekyll-github-metadata (~> 2.9) - jekyll-seo-tag (~> 2.0) - jekyll-theme-slate (0.1.1) - jekyll (~> 3.5) - jekyll-seo-tag (~> 2.0) - jekyll-theme-tactile (0.1.1) - jekyll (~> 3.5) - jekyll-seo-tag (~> 2.0) - jekyll-theme-time-machine (0.1.1) - jekyll (~> 3.5) - jekyll-seo-tag (~> 2.0) - jekyll-titles-from-headings (0.5.3) - jekyll (>= 3.3, < 5.0) - jekyll-watch (2.2.1) - listen (~> 3.0) - jemoji (0.11.1) - gemoji (~> 3.0) - html-pipeline (~> 2.2) - jekyll (>= 3.0, < 5.0) + jmespath (1.4.0) json (2.3.0) - kramdown (1.17.0) - liquid (4.0.3) - listen (3.2.1) - rb-fsevent (~> 0.10, >= 0.10.3) - rb-inotify (~> 0.9, >= 0.9.10) - mercenary (0.3.6) - mini_portile2 (2.4.0) - minima (2.5.1) - jekyll (>= 3.5, < 5.0) - jekyll-feed (~> 0.9) - jekyll-seo-tag (~> 2.1) - minitest (5.14.0) - molinillo (0.6.6) - multipart-post (2.1.1) + jwt (2.1.0) + memoist (0.16.2) + mini_magick (4.10.1) + mini_mime (1.0.2) + multi_json (1.14.1) + multi_xml (0.6.0) + multipart-post (2.0.0) nanaimo (0.2.6) - nap (1.1.0) - netrc (0.11.0) - nokogiri (1.10.8) - mini_portile2 (~> 2.4.0) - octokit (4.15.0) - faraday (>= 0.9) - sawyer (~> 0.8.0, >= 0.5.3) - pathutil (0.16.2) - forwardable-extended (~> 2.6) - public_suffix (3.1.1) - rb-fsevent (0.10.3) - rb-inotify (0.10.1) - ffi (~> 1.0) - rouge (3.13.0) - ruby-enum (0.7.2) - i18n - ruby-macho (1.4.0) - rubyzip (2.0.0) - safe_yaml (1.0.5) - sass (3.7.4) - sass-listen (~> 4.0.0) - sass-listen (4.0.0) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - sawyer (0.8.2) - addressable (>= 2.3.5) - faraday (> 0.8, < 2.0) - slather (2.4.7) - CFPropertyList (>= 2.2, < 4) - activesupport (>= 4.0.2, < 5) - clamp (~> 1.3) - nokogiri (~> 1.8) - xcodeproj (~> 1.7) + naturally (2.2.0) + os (1.1.0) + plist (3.5.0) + public_suffix (2.0.5) + representable (3.0.4) + declarative (< 0.1.0) + declarative-option (< 0.2.0) + uber (< 0.2.0) + retriable (3.1.2) + rouge (2.0.7) + rubyzip (1.3.0) + security (0.1.3) + signet (0.14.0) + addressable (~> 2.3) + faraday (>= 0.17.3, < 2.0) + jwt (>= 1.5, < 3.0) + multi_json (~> 1.10) + simctl (1.6.8) + CFPropertyList + naturally + slack-notifier (2.3.2) + terminal-notifier (2.0.0) terminal-table (1.8.0) unicode-display_width (~> 1.1, >= 1.1.1) - thread_safe (0.3.6) - typhoeus (1.3.1) - ethon (>= 0.9.0) - tzinfo (1.2.6) - thread_safe (~> 0.1) - unicode-display_width (1.6.1) - xcodeproj (1.14.0) + tty-cursor (0.7.1) + tty-screen (0.7.1) + tty-spinner (0.9.3) + tty-cursor (~> 0.7) + uber (0.1.0) + unf (0.1.4) + unf_ext + unf_ext (0.0.7.7) + unicode-display_width (1.7.0) + word_wrap (1.0.0) + xcodeproj (1.15.0) CFPropertyList (>= 2.3.3, < 4.0) atomos (~> 0.1.3) claide (>= 1.0.2, < 2.0) colored2 (~> 3.1) nanaimo (~> 0.2.6) + xcpretty (0.3.0) + rouge (~> 2.0.7) + xcpretty-travis-formatter (1.0.0) + xcpretty (~> 0.2, >= 0.0.7) PLATFORMS ruby DEPENDENCIES - cocoapods (~> 1.5) - faraday (= 0.17.3) - github-pages - slather + fastlane BUNDLED WITH 1.17.2 diff --git a/LICENSE b/LICENSE new file mode 100644 index 00000000..314ce884 --- /dev/null +++ b/LICENSE @@ -0,0 +1,22 @@ +MIT License + +Copyright (c) 2020 brightdigit + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/Podfile.lock b/Podfile.lock deleted file mode 100644 index f3328960..00000000 --- a/Podfile.lock +++ /dev/null @@ -1,24 +0,0 @@ -PODS: - - SwiftFormat/CLI (0.44.7) - - SwiftLint (0.39.2) - - SwiftVer (2.0.6) - -DEPENDENCIES: - - SwiftFormat/CLI - - SwiftLint - - SwiftVer - -SPEC REPOS: - trunk: - - SwiftFormat - - SwiftLint - - SwiftVer - -SPEC CHECKSUMS: - SwiftFormat: fd97e27b8de5a46c9d1988bf1db1dc92e79f86a3 - SwiftLint: 22ccbbe3b8008684be5955693bab135e0ed6a447 - SwiftVer: bf87a159a5e363059f350f4cc98910ce43184b26 - -PODFILE CHECKSUM: 432b032d04411cede9e0269a79b2d07c89f85f01 - -COCOAPODS: 1.8.4 diff --git a/README.md b/README.md index c5746008..b23c7795 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ * [ Illustrator](#-illustrator) * [Xcode Integration and Automation](#xcode-integration-and-automation) - + @@ -226,20 +226,16 @@ end -**Speculid** only supports being called through a command line terminal for now. Once you have copied the command to your */usr/local/bin* folder you should be able to access it easily. +Speculid only supports being called through a command line terminal for now. Once you have copied the command to your */usr/local/bin* folder you should be able to access it easily. ```bash -$ speculid # opens file dialog in macOS $ speculid --process -$ speculid --initialize $ speculid --help $ speculid --version Options: ---help Show this screen. ---version Show version. ---process Process the *.speculid file ---initialize ... Create a new .speculid file with the source image, set folder path, destination speculid files + --help Show this screen. + --version Show version. ``` ## File Format and Properties @@ -366,14 +362,7 @@ With **Speculid**, the process of building image assets can be automated in **Xc ![Xcode Target Membership](https://rawcdn.githack.com/brightdigit/Speculid/master/images/XcodeTargetMembership.png) - *Note: you don't need to add these files to any target membership* - - **NEW *skip to step 4* and use the `--initialize` flag:** - - ``` - $ speculid --initialize \ - "Assets.xcassets/iOS AppIcon.appiconset" geometry.svg app-icon.speculid - ``` + * *Note: you don't need to add these files to any target membership* 2. In the speculid file, **Add the property for the source** - the path to the SVG or PNG file. ```json @@ -417,7 +406,11 @@ With **Speculid**, the process of building image assets can be automated in **Xc 2. **Add the *Run Script* Build Phase** to the top of your project with the following code: ```bash - speculid --process "${SRCROOT}" + find "${SRCROOT}" -name "*.speculid" -print0 | + while IFS= read -r -d $'\0' line; do + speculid --process "$line" & + done + wait ``` ![Xcode Build Phase Run Script](https://rawcdn.githack.com/brightdigit/Speculid/master/images/XcodeBuildPhaseRunScript.jpg) @@ -441,7 +434,7 @@ With **Speculid**, the process of building image assets can be automated in **Xc ----- -**Speculid** ©2020, BrightDigit, LLC. +**Speculid** ©2018, BrightDigit, LLC. [sketch-step-1]: /images/svg-export/sketch/step-1.jpg "Sketch iOS App Icon Template Window" [sketch-step-2]: /images/svg-export/sketch/step-2.jpg "Sketch Slice Panel" diff --git a/Scripts/before_install.sh b/Scripts/before_install.sh new file mode 100755 index 00000000..28bebcbd --- /dev/null +++ b/Scripts/before_install.sh @@ -0,0 +1,13 @@ +#!/bin/bash + +SWIFT_VER="5.2" + +if [[ $TRAVIS_OS_NAME = 'osx' ]]; then + brew update >/dev/null + brew bundle +elif [[ $TRAVIS_OS_NAME = 'linux' ]]; then + RELEASE_DOT=$(lsb_release -sr) + RELEASE_NUM=${RELEASE_DOT//[-._]/} + wget https://swift.org/builds/swift-${SWIFT_VER}-release/ubuntu${RELEASE_NUM}/swift-${SWIFT_VER}-RELEASE/swift-${SWIFT_VER}-RELEASE-ubuntu${RELEASE_DOT}.tar.gz + tar xzf swift-${SWIFT_VER}-RELEASE-ubuntu${RELEASE_DOT}.tar.gz +fi diff --git a/Scripts/script.sh b/Scripts/script.sh new file mode 100755 index 00000000..b796730c --- /dev/null +++ b/Scripts/script.sh @@ -0,0 +1,33 @@ +#!/bin/bash + +SWIFT_VER="5.2" + +if [[ $TRAVIS_OS_NAME = 'osx' ]]; then + swiftformat --lint . && swiftlint +elif [[ $TRAVIS_OS_NAME = 'linux' ]]; then + # What to do in Ubunutu + RELEASE_DOT=$(lsb_release -r) + RELEASE_NUM=$(cut -f2 <<< "$RELEASE_DOT") + export PATH="${PWD}/swift-${SWIFT_VER}-RELEASE-ubuntu${RELEASE_NUM}/usr/bin:$PATH" +fi + +#swift build +#swift test --enable-code-coverage + +#if [[ $TRAVIS_OS_NAME = 'osx' ]]; then + #xcrun llvm-cov export -format="lcov" .build/debug/${FRAMEWORK_NAME}PackageTests.xctest/Contents/MacOS/${FRAMEWORK_NAME}PackageTests -instr-profile .build/debug/codecov/default.profdata > info.lcov + #bash <(curl https://codecov.io/bash) -F travis -F macOS -n $TRAVIS_JOB_NUMBER-$TRAVIS_OS_NAME +#else + #llvm-cov export -format="lcov" .build/x86_64-unknown-linux-gnu/debug/${FRAMEWORK_NAME}PackageTests.xctest -instr-profile .build/debug/codecov/default.profdata > info.lcov + #bash <(curl https://codecov.io/bash) -F travis -F bionic -n $TRAVIS_JOB_NUMBER-$TRAVIS_OS_NAME +#fi + +#if [[ $TRAVIS_OS_NAME = 'osx' ]]; then + #swift package dump-package | jq -e ".products | length > 0" + #pod lib lint + #swift package generate-xcodeproj + #pod install --project-directory=Example + #xcodebuild -workspace Example/Example.xcworkspace -scheme "iOS_Example" ONLY_ACTIVE_ARCH=NO CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO + #xcodebuild -workspace Example/Example.xcworkspace -scheme "tvOS_Example" ONLY_ACTIVE_ARCH=NO CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO + #xcodebuild -workspace Example/Example.xcworkspace -scheme "macOS_Example" ONLY_ACTIVE_ARCH=NO CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO +#fi diff --git a/Speculid.xcodeproj/project.pbxproj b/Speculid.xcodeproj/project.pbxproj index c748e82e..ffd18991 100644 --- a/Speculid.xcodeproj/project.pbxproj +++ b/Speculid.xcodeproj/project.pbxproj @@ -3,6100 +3,408 @@ archiveVersion = 1; classes = { }; - objectVersion = 48; + objectVersion = 54; objects = { /* Begin PBXBuildFile section */ - 205A5AF735ED0AFE6D8E3753 /* Pods_CairoSVG.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9F8599C40CCA72FBF9FA1098 /* Pods_CairoSVG.framework */; }; - 63B850290A8C8F568F554912 /* Pods_SpeculidTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4D7E00CC4EE1B4A785089460 /* Pods_SpeculidTests.framework */; }; - 71C6A7B0A517CC55637B2E17 /* Pods_Speculid_Mac_XPC.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5EA075855931F18A5DA87B15 /* Pods_Speculid_Mac_XPC.framework */; }; - 8673F38CC6D59040A2F46D0E /* Pods_CairoSVGTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E776BC2A0843F84E3CBC279B /* Pods_CairoSVGTests.framework */; }; - 8B89F9F58D273C27DCE0A008 /* Pods_Speculid_Mac_App.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 054FC9E3CE2F6BD2F948CF5D /* Pods_Speculid_Mac_App.framework */; }; - 8CFE676AD2939E9961A20D07 /* Pods_Speculid_Mac_AppUITests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 63BDAD4963D80A5FF54A9272 /* Pods_Speculid_Mac_AppUITests.framework */; }; - B3033B1E1F9AEFC100787279 /* AssetSpecificationDocumentProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3033B1D1F9AEFC100787279 /* AssetSpecificationDocumentProtocol.swift */; }; - B3033B201F9AEFE600787279 /* AssetSpecificationDocument.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3033B1F1F9AEFE600787279 /* AssetSpecificationDocument.swift */; }; - B3081399218A067800DB07D0 /* geometry.svg in Resources */ = {isa = PBXBuildFile; fileRef = B3081398218A067300DB07D0 /* geometry.svg */; }; - B3136DCE1F90E45F0002B7AB /* ErrorCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136DC91F90E2A20002B7AB /* ErrorCollection.swift */; }; - B3136DD11F90E45F0002B7AB /* ImageFile.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136DBB1F90E27B0002B7AB /* ImageFile.swift */; }; - B3136DD41F90E45F0002B7AB /* Service.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136DCC1F90E2A20002B7AB /* Service.swift */; }; - B3136DD51F90E45F0002B7AB /* ServiceProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136DC61F90E2A20002B7AB /* ServiceProtocol.swift */; }; - B3136DD61F90E45F0002B7AB /* Speculid_Mac_Framework.h in Headers */ = {isa = PBXBuildFile; fileRef = B3136DBC1F90E27B0002B7AB /* Speculid_Mac_Framework.h */; }; - B3136DD71F90E4AC0002B7AB /* layers.svg in Resources */ = {isa = PBXBuildFile; fileRef = B3136DC31F90E2A10002B7AB /* layers.svg */; }; - B3136DD91F90E96A0002B7AB /* cairo.h in Headers */ = {isa = PBXBuildFile; fileRef = B3136DD81F90E96A0002B7AB /* cairo.h */; }; - B3136DDE1F90EF470002B7AB /* Application.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136DDD1F90EF460002B7AB /* Application.swift */; }; - B3136DDF1F90EFB10002B7AB /* Application.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136DDB1F90EF370002B7AB /* Application.swift */; }; - B3136E251F90F73B0002B7AB /* CairoConversionSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136DE81F90F73A0002B7AB /* CairoConversionSet.swift */; }; - B3136E271F90F73B0002B7AB /* AnalyticsTracker.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136DEA1F90F73A0002B7AB /* AnalyticsTracker.swift */; }; - B3136E291F90F73B0002B7AB /* ClientIdentifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136DEC1F90F73A0002B7AB /* ClientIdentifier.swift */; }; - B3136E2D1F90F73B0002B7AB /* ImageConversionSetBuilder.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136DF01F90F73A0002B7AB /* ImageConversionSetBuilder.swift */; }; - B3136E2E1F90F73B0002B7AB /* AnalyticsSessionManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136DF11F90F73A0002B7AB /* AnalyticsSessionManager.swift */; }; - B3136E2F1F90F73B0002B7AB /* SpeculidBuilder.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136DF21F90F73A0002B7AB /* SpeculidBuilder.swift */; }; - B3136E301F90F73B0002B7AB /* ImageConversionBuilder.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136DF31F90F73A0002B7AB /* ImageConversionBuilder.swift */; }; - B3136E311F90F73B0002B7AB /* CairoConversionSetBuilder.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136DF41F90F73A0002B7AB /* CairoConversionSetBuilder.swift */; }; - B3136E321F90F73B0002B7AB /* NSColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136DF61F90F73A0002B7AB /* NSColor.swift */; }; - B3136E331F90F73B0002B7AB /* String.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136DF71F90F73A0002B7AB /* String.swift */; }; - B3136E341F90F73B0002B7AB /* CGFloat.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136DF81F90F73A0002B7AB /* CGFloat.swift */; }; - B3136E351F90F73B0002B7AB /* AnalyticsParameterDictionary.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136DFA1F90F73A0002B7AB /* AnalyticsParameterDictionary.swift */; }; - B3136E361F90F73B0002B7AB /* GeometryDimension.Codable.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136DFB1F90F73A0002B7AB /* GeometryDimension.Codable.swift */; }; - B3136E371F90F73B0002B7AB /* SpeculidSpecificationsFile.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136DFC1F90F73A0002B7AB /* SpeculidSpecificationsFile.swift */; }; - B3136E3B1F90F73B0002B7AB /* GeometryDimension.ScalingBy.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136E001F90F73A0002B7AB /* GeometryDimension.ScalingBy.swift */; }; - B3136E3C1F90F73B0002B7AB /* SpeculidDocument.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136E011F90F73A0002B7AB /* SpeculidDocument.swift */; }; - B3136E3D1F90F73B0002B7AB /* AnalyticsParameterKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136E021F90F73A0002B7AB /* AnalyticsParameterKey.swift */; }; - B3136E3F1F90F73B0002B7AB /* AssetSpecification.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136E041F90F73A0002B7AB /* AssetSpecification.swift */; }; - B3136E401F90F73B0002B7AB /* AnalyticsConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136E051F90F73A0002B7AB /* AnalyticsConfiguration.swift */; }; - B3136E421F90F73B0002B7AB /* ImageIdiom.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136E071F90F73A0002B7AB /* ImageIdiom.swift */; }; - B3136E431F90F73B0002B7AB /* SpeculidSpecificationsFileProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136E091F90F73B0002B7AB /* SpeculidSpecificationsFileProtocol.swift */; }; - B3136E451F90F73B0002B7AB /* ImageConversionSetBuilderProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136E0B1F90F73B0002B7AB /* ImageConversionSetBuilderProtocol.swift */; }; - B3136E461F90F73B0002B7AB /* ImageConversionTaskProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136E0C1F90F73B0002B7AB /* ImageConversionTaskProtocol.swift */; }; - B3136E471F90F73B0002B7AB /* ClientIdentifierDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136E0D1F90F73B0002B7AB /* ClientIdentifierDelegate.swift */; }; - B3136E491F90F73B0002B7AB /* ImageConversionSetProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136E0F1F90F73B0002B7AB /* ImageConversionSetProtocol.swift */; }; - B3136E4A1F90F73B0002B7AB /* SpeculidDocumentProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136E101F90F73B0002B7AB /* SpeculidDocumentProtocol.swift */; }; - B3136E4B1F90F73B0002B7AB /* SpeculidConfigurationProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136E111F90F73B0002B7AB /* SpeculidConfigurationProtocol.swift */; }; - B3136E4C1F90F73B0002B7AB /* AnalyticsEventProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136E121F90F73B0002B7AB /* AnalyticsEventProtocol.swift */; }; - B3136E4D1F90F73B0002B7AB /* AnalyticsSessionManagerProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136E131F90F73B0002B7AB /* AnalyticsSessionManagerProtocol.swift */; }; - B3136E4E1F90F73B0002B7AB /* AssetSpecificationProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136E141F90F73B0002B7AB /* AssetSpecificationProtocol.swift */; }; - B3136E4F1F90F73B0002B7AB /* GeometryProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136E151F90F73B0002B7AB /* GeometryProtocol.swift */; }; - B3136E501F90F73B0002B7AB /* SpeculidArgumentsProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136E161F90F73B0002B7AB /* SpeculidArgumentsProtocol.swift */; }; - B3136E511F90F73B0002B7AB /* AnalyticsConfigurationProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136E171F90F73B0002B7AB /* AnalyticsConfigurationProtocol.swift */; }; - B3136E521F90F73B0002B7AB /* AnalyticsTrackerProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136E181F90F73B0002B7AB /* AnalyticsTrackerProtocol.swift */; }; - B3136E531F90F73B0002B7AB /* SpeculidBuilderProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136E191F90F73B0002B7AB /* SpeculidBuilderProtocol.swift */; }; - B3136E541F90F73B0002B7AB /* ApplicationProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136E1A1F90F73B0002B7AB /* ApplicationProtocol.swift */; }; - B3136E551F90F73B0002B7AB /* ImageConversionBuilderProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136E1B1F90F73B0002B7AB /* ImageConversionBuilderProtocol.swift */; }; - B3136E561F90F73B0002B7AB /* versions.plist in Resources */ = {isa = PBXBuildFile; fileRef = B3136E1C1F90F73B0002B7AB /* versions.plist */; }; - B3136E571F90F73B0002B7AB /* MissingRequiredInstallationError.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136E1E1F90F73B0002B7AB /* MissingRequiredInstallationError.swift */; }; - B3136E581F90F73B0002B7AB /* ProcessError.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136E1F1F90F73B0002B7AB /* ProcessError.swift */; }; - B3136E591F90F73B0002B7AB /* ArrayError.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136E201F90F73B0002B7AB /* ArrayError.swift */; }; - B3136E5A1F90F73B0002B7AB /* UnknownConversionError.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136E211F90F73B0002B7AB /* UnknownConversionError.swift */; }; - B3136E5B1F90FB710002B7AB /* ImageSpecification.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136DBE1F90E27B0002B7AB /* ImageSpecification.swift */; }; - B3136E631F90FCCF0002B7AB /* SpeculidUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136E621F90FCCF0002B7AB /* SpeculidUITests.swift */; }; - B3136E831F90FD2E0002B7AB /* SpeculidKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B37C74731F8C5ADA00DF505B /* SpeculidKit.framework */; }; - B3136E901F90FD3D0002B7AB /* CairoSVGTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136E8F1F90FD3D0002B7AB /* CairoSVGTests.swift */; }; - B3136E921F90FD3D0002B7AB /* CairoSVG.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B37C74891F8C5B5C00DF505B /* CairoSVG.framework */; }; - B3136EA31F910BC90002B7AB /* svg-appicon.speculid in Resources */ = {isa = PBXBuildFile; fileRef = B3136EA11F910BC90002B7AB /* svg-appicon.speculid */; }; - B3136EB01F9124730002B7AB /* svg-trayicon.speculid in Resources */ = {isa = PBXBuildFile; fileRef = B3136EA21F910BC90002B7AB /* svg-trayicon.speculid */; }; - B317B0D11FA560EE00BB5E57 /* QuitMenuItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = B317B0D01FA560EE00BB5E57 /* QuitMenuItem.swift */; }; - B318906A1F918F0300D0EFA0 /* GeometryValue.Multiply.swift in Sources */ = {isa = PBXBuildFile; fileRef = B31890691F918F0300D0EFA0 /* GeometryValue.Multiply.swift */; }; - B319DCB1233BE09700F9381E /* AssetCatalogItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = B319DCAF233BE00400F9381E /* AssetCatalogItem.swift */; }; - B31BD6EA20E7A6A400A560C2 /* libffi.6.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = B3F8074120E5855F00030497 /* libffi.6.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - B31BD91520E7E0D800A560C2 /* translit.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD70020E7E0D500A560C2 /* translit.h */; }; - B31BD91620E7E0D800A560C2 /* ustdio.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD70120E7E0D500A560C2 /* ustdio.h */; }; - B31BD91720E7E0D800A560C2 /* utf_old.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD70220E7E0D500A560C2 /* utf_old.h */; }; - B31BD91820E7E0D800A560C2 /* ucsdet.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD70320E7E0D500A560C2 /* ucsdet.h */; }; - B31BD91920E7E0D800A560C2 /* tzfmt.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD70420E7E0D500A560C2 /* tzfmt.h */; }; - B31BD91A20E7E0D800A560C2 /* ubrk.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD70520E7E0D500A560C2 /* ubrk.h */; }; - B31BD91B20E7E0D800A560C2 /* ufieldpositer.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD70620E7E0D500A560C2 /* ufieldpositer.h */; }; - B31BD91C20E7E0D800A560C2 /* stringpiece.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD70720E7E0D500A560C2 /* stringpiece.h */; }; - B31BD91D20E7E0D800A560C2 /* ucat.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD70820E7E0D500A560C2 /* ucat.h */; }; - B31BD91E20E7E0D800A560C2 /* tblcoll.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD70920E7E0D500A560C2 /* tblcoll.h */; }; - B31BD91F20E7E0D800A560C2 /* stringoptions.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD70A20E7E0D500A560C2 /* stringoptions.h */; }; - B31BD92020E7E0D800A560C2 /* dtfmtsym.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD70B20E7E0D500A560C2 /* dtfmtsym.h */; }; - B31BD92120E7E0D800A560C2 /* unirepl.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD70C20E7E0D500A560C2 /* unirepl.h */; }; - B31BD92220E7E0D800A560C2 /* ptypes.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD70D20E7E0D500A560C2 /* ptypes.h */; }; - B31BD92320E7E0D800A560C2 /* fmtable.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD70E20E7E0D500A560C2 /* fmtable.h */; }; - B31BD92420E7E0D800A560C2 /* dtitvfmt.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD70F20E7E0D500A560C2 /* dtitvfmt.h */; }; - B31BD92520E7E0D800A560C2 /* choicfmt.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD71020E7E0D500A560C2 /* choicfmt.h */; }; - B31BD92620E7E0D800A560C2 /* usetiter.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD71120E7E0D500A560C2 /* usetiter.h */; }; - B31BD92720E7E0D800A560C2 /* errorcode.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD71220E7E0D500A560C2 /* errorcode.h */; }; - B31BD92820E7E0D800A560C2 /* tznames.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD71320E7E0D500A560C2 /* tznames.h */; }; - B31BD92920E7E0D800A560C2 /* dtintrv.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD71420E7E0D500A560C2 /* dtintrv.h */; }; - B31BD92A20E7E0D900A560C2 /* ucurr.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD71520E7E0D500A560C2 /* ucurr.h */; }; - B31BD92B20E7E0D900A560C2 /* icuplug.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD71620E7E0D500A560C2 /* icuplug.h */; }; - B31BD92C20E7E0D900A560C2 /* uregion.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD71720E7E0D500A560C2 /* uregion.h */; }; - B31BD92D20E7E0D900A560C2 /* utext.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD71820E7E0D500A560C2 /* utext.h */; }; - B31BD92E20E7E0D900A560C2 /* edits.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD71920E7E0D500A560C2 /* edits.h */; }; - B31BD92F20E7E0D900A560C2 /* parsepos.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD71A20E7E0D500A560C2 /* parsepos.h */; }; - B31BD93020E7E0D900A560C2 /* ucal.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD71B20E7E0D500A560C2 /* ucal.h */; }; - B31BD93120E7E0D900A560C2 /* fpositer.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD71C20E7E0D500A560C2 /* fpositer.h */; }; - B31BD93220E7E0D900A560C2 /* dtitvinf.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD71D20E7E0D500A560C2 /* dtitvinf.h */; }; - B31BD93320E7E0D900A560C2 /* rbnf.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD71E20E7E0D500A560C2 /* rbnf.h */; }; - B31BD93420E7E0D900A560C2 /* udat.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD71F20E7E0D500A560C2 /* udat.h */; }; - B31BD93520E7E0D900A560C2 /* urep.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD72020E7E0D500A560C2 /* urep.h */; }; - B31BD93620E7E0D900A560C2 /* utf32.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD72120E7E0D500A560C2 /* utf32.h */; }; - B31BD93720E7E0D900A560C2 /* vtzone.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD72220E7E0D500A560C2 /* vtzone.h */; }; - B31BD93820E7E0D900A560C2 /* ustring.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD72320E7E0D500A560C2 /* ustring.h */; }; - B31BD93920E7E0D900A560C2 /* ubiditransform.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD72420E7E0D500A560C2 /* ubiditransform.h */; }; - B31BD93A20E7E0D900A560C2 /* uenum.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD72520E7E0D500A560C2 /* uenum.h */; }; - B31BD93B20E7E0D900A560C2 /* appendable.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD72620E7E0D500A560C2 /* appendable.h */; }; - B31BD93C20E7E0D900A560C2 /* usearch.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD72720E7E0D500A560C2 /* usearch.h */; }; - B31BD93D20E7E0D900A560C2 /* numsys.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD72820E7E0D500A560C2 /* numsys.h */; }; - B31BD93E20E7E0D900A560C2 /* timezone.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD72920E7E0D500A560C2 /* timezone.h */; }; - B31BD93F20E7E0D900A560C2 /* uset.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD72A20E7E0D500A560C2 /* uset.h */; }; - B31BD94020E7E0D900A560C2 /* casemap.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD72B20E7E0D500A560C2 /* casemap.h */; }; - B31BD94120E7E0D900A560C2 /* coleitr.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD72C20E7E0D500A560C2 /* coleitr.h */; }; - B31BD94220E7E0D900A560C2 /* schriter.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD72D20E7E0D500A560C2 /* schriter.h */; }; - B31BD94320E7E0D900A560C2 /* msgfmt.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD72E20E7E0D500A560C2 /* msgfmt.h */; }; - B31BD94420E7E0D900A560C2 /* fieldpos.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD72F20E7E0D500A560C2 /* fieldpos.h */; }; - B31BD94520E7E0D900A560C2 /* simpletz.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD73020E7E0D500A560C2 /* simpletz.h */; }; - B31BD94620E7E0D900A560C2 /* uldnames.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD73120E7E0D500A560C2 /* uldnames.h */; }; - B31BD94720E7E0D900A560C2 /* uiter.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD73220E7E0D500A560C2 /* uiter.h */; }; - B31BD94820E7E0D900A560C2 /* umsg.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD73320E7E0D500A560C2 /* umsg.h */; }; - B31BD94920E7E0D900A560C2 /* sortkey.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD73420E7E0D500A560C2 /* sortkey.h */; }; - B31BD94A20E7E0D900A560C2 /* docmain.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD73520E7E0D500A560C2 /* docmain.h */; }; - B31BD94B20E7E0D900A560C2 /* uniset.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD73620E7E0D500A560C2 /* uniset.h */; }; - B31BD94C20E7E0D900A560C2 /* basictz.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD73720E7E0D500A560C2 /* basictz.h */; }; - B31BD94D20E7E0D900A560C2 /* udata.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD73820E7E0D500A560C2 /* udata.h */; }; - B31BD94E20E7E0D900A560C2 /* stringtriebuilder.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD73920E7E0D500A560C2 /* stringtriebuilder.h */; }; - B31BD94F20E7E0D900A560C2 /* chariter.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD73A20E7E0D500A560C2 /* chariter.h */; }; - B31BD95020E7E0D900A560C2 /* umisc.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD73B20E7E0D500A560C2 /* umisc.h */; }; - B31BD95120E7E0D900A560C2 /* reldatefmt.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD73C20E7E0D500A560C2 /* reldatefmt.h */; }; - B31BD95220E7E0D900A560C2 /* uloc.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD73D20E7E0D500A560C2 /* uloc.h */; }; - B31BD95320E7E0D900A560C2 /* plurrule.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD73E20E7E0D500A560C2 /* plurrule.h */; }; - B31BD95420E7E0D900A560C2 /* bytestriebuilder.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD73F20E7E0D500A560C2 /* bytestriebuilder.h */; }; - B31BD95520E7E0D900A560C2 /* measunit.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD74020E7E0D500A560C2 /* measunit.h */; }; - B31BD95620E7E0D900A560C2 /* utrace.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD74120E7E0D500A560C2 /* utrace.h */; }; - B31BD95720E7E0D900A560C2 /* locdspnm.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD74220E7E0D500A560C2 /* locdspnm.h */; }; - B31BD95820E7E0D900A560C2 /* gregocal.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD74320E7E0D500A560C2 /* gregocal.h */; }; - B31BD95920E7E0D900A560C2 /* uchriter.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD74420E7E0D500A560C2 /* uchriter.h */; }; - B31BD95A20E7E0D900A560C2 /* enumset.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD74520E7E0D500A560C2 /* enumset.h */; }; - B31BD95B20E7E0D900A560C2 /* nounit.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD74620E7E0D500A560C2 /* nounit.h */; }; - B31BD95C20E7E0D900A560C2 /* utf.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD74720E7E0D500A560C2 /* utf.h */; }; - B31BD95D20E7E0D900A560C2 /* measure.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD74820E7E0D500A560C2 /* measure.h */; }; - B31BD95E20E7E0D900A560C2 /* tzrule.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD74920E7E0D500A560C2 /* tzrule.h */; }; - B31BD95F20E7E0D900A560C2 /* strenum.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD74A20E7E0D500A560C2 /* strenum.h */; }; - B31BD96020E7E0D900A560C2 /* regex.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD74B20E7E0D500A560C2 /* regex.h */; }; - B31BD96120E7E0D900A560C2 /* gender.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD74C20E7E0D500A560C2 /* gender.h */; }; - B31BD96220E7E0D900A560C2 /* dcfmtsym.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD74D20E7E0D500A560C2 /* dcfmtsym.h */; }; - B31BD96320E7E0D900A560C2 /* ucnv_err.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD74E20E7E0D500A560C2 /* ucnv_err.h */; }; - B31BD96420E7E0D900A560C2 /* decimfmt.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD74F20E7E0D500A560C2 /* decimfmt.h */; }; - B31BD96520E7E0D900A560C2 /* bytestrie.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD75020E7E0D500A560C2 /* bytestrie.h */; }; - B31BD96620E7E0D900A560C2 /* udatpg.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD75120E7E0D500A560C2 /* udatpg.h */; }; - B31BD96720E7E0D900A560C2 /* listformatter.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD75220E7E0D500A560C2 /* listformatter.h */; }; - B31BD96820E7E0D900A560C2 /* uobject.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD75320E7E0D500A560C2 /* uobject.h */; }; - B31BD96920E7E0D900A560C2 /* calendar.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD75420E7E0D500A560C2 /* calendar.h */; }; - B31BD96A20E7E0D900A560C2 /* ures.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD75520E7E0D500A560C2 /* ures.h */; }; - B31BD96B20E7E0D900A560C2 /* normlzr.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD75620E7E0D500A560C2 /* normlzr.h */; }; - B31BD96C20E7E0D900A560C2 /* usprep.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD75720E7E0D500A560C2 /* usprep.h */; }; - B31BD96D20E7E0D900A560C2 /* urename.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD75820E7E0D500A560C2 /* urename.h */; }; - B31BD96E20E7E0D900A560C2 /* caniter.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD75920E7E0D500A560C2 /* caniter.h */; }; - B31BD96F20E7E0D900A560C2 /* ucol.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD75A20E7E0D500A560C2 /* ucol.h */; }; - B31BD97020E7E0D900A560C2 /* upluralrules.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD75B20E7E0D500A560C2 /* upluralrules.h */; }; - B31BD97120E7E0D900A560C2 /* ucharstrie.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD75C20E7E0D500A560C2 /* ucharstrie.h */; }; - B31BD97220E7E0D900A560C2 /* tmunit.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD75D20E7E0D500A560C2 /* tmunit.h */; }; - B31BD97320E7E0D900A560C2 /* unistr.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD75E20E7E0D500A560C2 /* unistr.h */; }; - B31BD97420E7E0D900A560C2 /* rbbi.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD75F20E7E0D500A560C2 /* rbbi.h */; }; - B31BD97520E7E0D900A560C2 /* ulocdata.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD76020E7E0D500A560C2 /* ulocdata.h */; }; - B31BD97620E7E0D900A560C2 /* idna.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD76120E7E0D500A560C2 /* idna.h */; }; - B31BD97720E7E0D900A560C2 /* unorm2.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD76220E7E0D500A560C2 /* unorm2.h */; }; - B31BD97820E7E0D900A560C2 /* dtptngen.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD76320E7E0D500A560C2 /* dtptngen.h */; }; - B31BD97920E7E0D900A560C2 /* dbbi.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD76420E7E0D500A560C2 /* dbbi.h */; }; - B31BD97A20E7E0D900A560C2 /* bytestream.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD76520E7E0D500A560C2 /* bytestream.h */; }; - B31BD97B20E7E0D900A560C2 /* uversion.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD76620E7E0D500A560C2 /* uversion.h */; }; - B31BD97C20E7E0D900A560C2 /* messagepattern.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD76720E7E0D500A560C2 /* messagepattern.h */; }; - B31BD97D20E7E0D900A560C2 /* uidna.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD76820E7E0D500A560C2 /* uidna.h */; }; - B31BD97E20E7E0D900A560C2 /* filteredbrk.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD76920E7E0D500A560C2 /* filteredbrk.h */; }; - B31BD97F20E7E0D900A560C2 /* tmutamt.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD76A20E7E0D500A560C2 /* tmutamt.h */; }; - B31BD98020E7E0D900A560C2 /* char16ptr.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD76B20E7E0D500A560C2 /* char16ptr.h */; }; - B31BD98120E7E0D900A560C2 /* symtable.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD76C20E7E0D500A560C2 /* symtable.h */; }; - B31BD98220E7E0D900A560C2 /* ucasemap.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD76D20E7E0D500A560C2 /* ucasemap.h */; }; - B31BD98320E7E0D900A560C2 /* ucoleitr.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD76E20E7E0D500A560C2 /* ucoleitr.h */; }; - B31BD98420E7E0D900A560C2 /* compactdecimalformat.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD76F20E7E0D500A560C2 /* compactdecimalformat.h */; }; - B31BD98520E7E0D900A560C2 /* unum.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD77020E7E0D500A560C2 /* unum.h */; }; - B31BD98620E7E0D900A560C2 /* udisplaycontext.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD77120E7E0D500A560C2 /* udisplaycontext.h */; }; - B31BD98720E7E0D900A560C2 /* tztrans.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD77220E7E0D500A560C2 /* tztrans.h */; }; - B31BD98820E7E0D900A560C2 /* umachine.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD77320E7E0D500A560C2 /* umachine.h */; }; - B31BD98920E7E0D900A560C2 /* numberformatter.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD77420E7E0D500A560C2 /* numberformatter.h */; }; - B31BD98A20E7E0D900A560C2 /* datefmt.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD77520E7E0D500A560C2 /* datefmt.h */; }; - B31BD98B20E7E0D900A560C2 /* utmscale.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD77620E7E0D500A560C2 /* utmscale.h */; }; - B31BD98C20E7E0D900A560C2 /* coll.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD77720E7E0D500A560C2 /* coll.h */; }; - B31BD98D20E7E0D900A560C2 /* currpinf.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD77820E7E0D500A560C2 /* currpinf.h */; }; - B31BD98E20E7E0D900A560C2 /* uregex.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD77920E7E0D500A560C2 /* uregex.h */; }; - B31BD98F20E7E0D900A560C2 /* tmutfmt.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD77A20E7E0D500A560C2 /* tmutfmt.h */; }; - B31BD99020E7E0D900A560C2 /* plurfmt.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD77B20E7E0D500A560C2 /* plurfmt.h */; }; - B31BD99120E7E0D900A560C2 /* ustringtrie.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD77C20E7E0D500A560C2 /* ustringtrie.h */; }; - B31BD99220E7E0D900A560C2 /* smpdtfmt.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD77D20E7E0D500A560C2 /* smpdtfmt.h */; }; - B31BD99320E7E0D900A560C2 /* icudataver.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD77E20E7E0D500A560C2 /* icudataver.h */; }; - B31BD99420E7E0D900A560C2 /* uchar.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD77F20E7E0D500A560C2 /* uchar.h */; }; - B31BD99520E7E0D900A560C2 /* unorm.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD78020E7E0D500A560C2 /* unorm.h */; }; - B31BD99620E7E0D900A560C2 /* ushape.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD78120E7E0D500A560C2 /* ushape.h */; }; - B31BD99720E7E0D900A560C2 /* unifunct.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD78220E7E0D500A560C2 /* unifunct.h */; }; - B31BD99820E7E0D900A560C2 /* ugender.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD78320E7E0D500A560C2 /* ugender.h */; }; - B31BD99920E7E0D900A560C2 /* selfmt.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD78420E7E0D500A560C2 /* selfmt.h */; }; - B31BD99A20E7E0D900A560C2 /* uformattable.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD78520E7E0D500A560C2 /* uformattable.h */; }; - B31BD99B20E7E0D900A560C2 /* ustream.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD78620E7E0D500A560C2 /* ustream.h */; }; - B31BD99C20E7E0D900A560C2 /* simpleformatter.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD78720E7E0D500A560C2 /* simpleformatter.h */; }; - B31BD99D20E7E0D900A560C2 /* ucnv_cb.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD78820E7E0D500A560C2 /* ucnv_cb.h */; }; - B31BD99E20E7E0D900A560C2 /* curramt.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD78920E7E0D500A560C2 /* curramt.h */; }; - B31BD99F20E7E0D900A560C2 /* locid.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD78A20E7E0D500A560C2 /* locid.h */; }; - B31BD9A020E7E0D900A560C2 /* udateintervalformat.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD78B20E7E0D500A560C2 /* udateintervalformat.h */; }; - B31BD9A120E7E0D900A560C2 /* resbund.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD78C20E7E0D500A560C2 /* resbund.h */; }; - B31BD9A220E7E0D900A560C2 /* ubidi.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD78D20E7E0D500A560C2 /* ubidi.h */; }; - B31BD9A320E7E0D900A560C2 /* stsearch.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD78E20E7E0D500A560C2 /* stsearch.h */; }; - B31BD9A420E7E0D900A560C2 /* alphaindex.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD78F20E7E0D500A560C2 /* alphaindex.h */; }; - B31BD9A520E7E0D900A560C2 /* uvernum.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD79020E7E0D500A560C2 /* uvernum.h */; }; - B31BD9A620E7E0D900A560C2 /* unimatch.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD79120E7E0D600A560C2 /* unimatch.h */; }; - B31BD9A720E7E0D900A560C2 /* rbtz.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD79220E7E0D600A560C2 /* rbtz.h */; }; - B31BD9A820E7E0D900A560C2 /* ucnvsel.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD79320E7E0D600A560C2 /* ucnvsel.h */; }; - B31BD9A920E7E0D900A560C2 /* uspoof.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD79420E7E0D600A560C2 /* uspoof.h */; }; - B31BD9AA20E7E0D900A560C2 /* region.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD79520E7E0D600A560C2 /* region.h */; }; - B31BD9AB20E7E0D900A560C2 /* ureldatefmt.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD79620E7E0D600A560C2 /* ureldatefmt.h */; }; - B31BD9AC20E7E0D900A560C2 /* utrans.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD79720E7E0D600A560C2 /* utrans.h */; }; - B31BD9AD20E7E0D900A560C2 /* parseerr.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD79820E7E0D600A560C2 /* parseerr.h */; }; - B31BD9AE20E7E0D900A560C2 /* putil.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD79920E7E0D600A560C2 /* putil.h */; }; - B31BD9AF20E7E0D900A560C2 /* format.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD79A20E7E0D600A560C2 /* format.h */; }; - B31BD9B020E7E0D900A560C2 /* scientificnumberformatter.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD79B20E7E0D600A560C2 /* scientificnumberformatter.h */; }; - B31BD9B120E7E0D900A560C2 /* normalizer2.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD79C20E7E0D600A560C2 /* normalizer2.h */; }; - B31BD9B220E7E0D900A560C2 /* dtrule.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD79D20E7E0D600A560C2 /* dtrule.h */; }; - B31BD9B320E7E0D900A560C2 /* ucnv.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD79E20E7E0D600A560C2 /* ucnv.h */; }; - B31BD9B420E7E0D900A560C2 /* ucharstriebuilder.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD79F20E7E0D600A560C2 /* ucharstriebuilder.h */; }; - B31BD9B520E7E0D900A560C2 /* search.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD7A020E7E0D600A560C2 /* search.h */; }; - B31BD9B620E7E0D900A560C2 /* unumsys.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD7A120E7E0D600A560C2 /* unumsys.h */; }; - B31BD9B720E7E0D900A560C2 /* uconfig.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD7A220E7E0D600A560C2 /* uconfig.h */; }; - B31BD9B820E7E0D900A560C2 /* utf16.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD7A320E7E0D600A560C2 /* utf16.h */; }; - B31BD9B920E7E0D900A560C2 /* brkiter.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD7A420E7E0D600A560C2 /* brkiter.h */; }; - B31BD9BA20E7E0D900A560C2 /* platform.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD7A520E7E0D600A560C2 /* platform.h */; }; - B31BD9BB20E7E0D900A560C2 /* rep.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD7A620E7E0D600A560C2 /* rep.h */; }; - B31BD9BC20E7E0D900A560C2 /* std_string.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD7A720E7E0D600A560C2 /* std_string.h */; }; - B31BD9BD20E7E0D900A560C2 /* utf8.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD7A820E7E0D600A560C2 /* utf8.h */; }; - B31BD9BE20E7E0D900A560C2 /* localpointer.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD7A920E7E0D600A560C2 /* localpointer.h */; }; - B31BD9BF20E7E0D900A560C2 /* uclean.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD7AA20E7E0D600A560C2 /* uclean.h */; }; - B31BD9C020E7E0D900A560C2 /* uscript.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD7AB20E7E0D600A560C2 /* uscript.h */; }; - B31BD9C120E7E0D900A560C2 /* numfmt.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD7AC20E7E0D600A560C2 /* numfmt.h */; }; - B31BD9C220E7E0D900A560C2 /* currunit.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD7AD20E7E0D600A560C2 /* currunit.h */; }; - B31BD9C320E7E0D900A560C2 /* utypes.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD7AE20E7E0D600A560C2 /* utypes.h */; }; - B31BD9C420E7E0D900A560C2 /* ulistformatter.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD7AF20E7E0D600A560C2 /* ulistformatter.h */; }; - B31BD9C520E7E0D900A560C2 /* measfmt.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD7B020E7E0D600A560C2 /* measfmt.h */; }; - B31BD9C620E7E0D900A560C2 /* unifilt.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD7B120E7E0D600A560C2 /* unifilt.h */; }; - B31BD9D920E7E0DA00A560C2 /* libicuio.61.1.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B31BD7C720E7E0D600A560C2 /* libicuio.61.1.dylib */; }; - B31BD9DC20E7E0DA00A560C2 /* libicui18n.61.1.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B31BD7CA20E7E0D600A560C2 /* libicui18n.61.1.dylib */; }; - B31BD9DD20E7E0DA00A560C2 /* libicutu.61.1.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B31BD7CB20E7E0D600A560C2 /* libicutu.61.1.dylib */; }; - B31BD9E620E7E0DA00A560C2 /* libicudata.61.1.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B31BD7D420E7E0D600A560C2 /* libicudata.61.1.dylib */; }; - B31BD9E720E7E0DA00A560C2 /* libicutest.61.1.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B31BD7D520E7E0D600A560C2 /* libicutest.61.1.dylib */; }; - B31BD9EE20E7E0DA00A560C2 /* libicuuc.61.1.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B31BD7DF20E7E0D600A560C2 /* libicuuc.61.1.dylib */; }; - B31BDB0120E7E26200A560C2 /* libicuio.61.1.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = B31BD7C720E7E0D600A560C2 /* libicuio.61.1.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - B31BDB0320E7E26200A560C2 /* libicui18n.61.1.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = B31BD7CA20E7E0D600A560C2 /* libicui18n.61.1.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - B31BDB0420E7E26200A560C2 /* libicutu.61.1.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = B31BD7CB20E7E0D600A560C2 /* libicutu.61.1.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - B31BDB0B20E7E26200A560C2 /* libicudata.61.1.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = B31BD7D420E7E0D600A560C2 /* libicudata.61.1.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - B31BDB0C20E7E26200A560C2 /* libicutest.61.1.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = B31BD7D520E7E0D600A560C2 /* libicutest.61.1.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - B31BDB0D20E7E26200A560C2 /* libicuuc.61.1.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = B31BD7DF20E7E0D600A560C2 /* libicuuc.61.1.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - B31BEAFA1F96268700496E7A /* RegularExpressionSetBuilder.swift in Sources */ = {isa = PBXBuildFile; fileRef = B31BEAF81F96268000496E7A /* RegularExpressionSetBuilder.swift */; }; - B31BEAFC1F96269F00496E7A /* RegularExpressionSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = B31BEAFB1F96269F00496E7A /* RegularExpressionSet.swift */; }; - B31BEAFE1F9626AC00496E7A /* RegularExpressionSetProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = B31BEAFD1F9626AC00496E7A /* RegularExpressionSetProtocol.swift */; }; - B31BEB001F9626BB00496E7A /* RegularExpressionSetBuilderProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = B31BEAFF1F9626BB00496E7A /* RegularExpressionSetBuilderProtocol.swift */; }; - B3242E9A213DBE6C0063037C /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3242E99213DBE6C0063037C /* main.swift */; }; - B326F25621811BA20072D652 /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = B323FC10217FB5CB00D95E9C /* main.swift */; }; - B326F25721811BA20072D652 /* ServiceDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = B323FC12217FB5F500D95E9C /* ServiceDelegate.swift */; }; - B326F25821811C870072D652 /* InstallerProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3FDF6442180A3FF00455A43 /* InstallerProtocol.swift */; }; - B326F25921811CCD0072D652 /* com.brightdigit.Speculid-Mac-Installer in CopyFiles */ = {isa = PBXBuildFile; fileRef = B326F24F21811B970072D652 /* com.brightdigit.Speculid-Mac-Installer */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - B33A533E1F954FF800E74800 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = B33A533D1F954FF800E74800 /* Result.swift */; }; - B33F0BB61F958640004A87DD /* StatusItemProviderProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = B33A53391F954E4B00E74800 /* StatusItemProviderProtocol.swift */; }; - B33F0BB71F958640004A87DD /* RemoteObjectInterfaceProviderProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = B33A533B1F954F8C00E74800 /* RemoteObjectInterfaceProviderProtocol.swift */; }; - B33F0BB91F958695004A87DD /* RemoteObjectInterfaceProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = B33F0BB81F958695004A87DD /* RemoteObjectInterfaceProvider.swift */; }; - B33F0BBB1F9586A9004A87DD /* StatusItemProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = B33F0BBA1F9586A9004A87DD /* StatusItemProvider.swift */; }; - B341888A1F9A44A700C5F356 /* CommandLineArgumentProviderProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = B34188891F9A44A700C5F356 /* CommandLineArgumentProviderProtocol.swift */; }; - B341888E1F9A460300C5F356 /* CommandLineArgumentProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = B341888D1F9A460300C5F356 /* CommandLineArgumentProvider.swift */; }; - B34188911F9A479900C5F356 /* SpeculidApplicationModeParserTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = B34188901F9A479900C5F356 /* SpeculidApplicationModeParserTest.swift */; }; - B34B52C8217E5D700080E6DC /* InstallType.swift in Sources */ = {isa = PBXBuildFile; fileRef = B34B52C7217E5D700080E6DC /* InstallType.swift */; }; - B34B52CA217E5FC40080E6DC /* CommandLineInstaller.swift in Sources */ = {isa = PBXBuildFile; fileRef = B34B52C9217E5FC40080E6DC /* CommandLineInstaller.swift */; }; - B34E82FB1F8FD4EF0032268F /* ImageFileFormat.h in Headers */ = {isa = PBXBuildFile; fileRef = B34E82FA1F8FD4EF0032268F /* ImageFileFormat.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B34E82FF1F8FD6860032268F /* ImageFileProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = B34E82FE1F8FD6860032268F /* ImageFileProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B34E83071F8FDCA30032268F /* GeometryDimension.h in Headers */ = {isa = PBXBuildFile; fileRef = B34E83061F8FDC4C0032268F /* GeometryDimension.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B34E83091F8FDCB80032268F /* Dimension.h in Headers */ = {isa = PBXBuildFile; fileRef = B34E83081F8FDCB80032268F /* Dimension.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B34E830B1F8FDDAC0032268F /* CairoColorProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = B34E830A1F8FDDAC0032268F /* CairoColorProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B35B71231F9041B900BE477E /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = B35B71221F9041B900BE477E /* main.swift */; }; - B35B71271F904CF100BE477E /* SurfaceHandleBuilder.h in Headers */ = {isa = PBXBuildFile; fileRef = B35B71251F904CF100BE477E /* SurfaceHandleBuilder.h */; }; - B35B71281F904CF100BE477E /* SurfaceHandleBuilder.m in Sources */ = {isa = PBXBuildFile; fileRef = B35B71261F904CF100BE477E /* SurfaceHandleBuilder.m */; }; - B35B712A1F9052B200BE477E /* CairoSize.h in Headers */ = {isa = PBXBuildFile; fileRef = B35B71291F9052B200BE477E /* CairoSize.h */; }; - B36C2E8B1FA5B876003F48BD /* build.list in Resources */ = {isa = PBXBuildFile; fileRef = B36C2E8A1FA5B876003F48BD /* build.list */; }; - B37C74441F8C58F300DF505B /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = B37C74431F8C58F300DF505B /* Assets.xcassets */; }; - B37C745E1F8C590D00DF505B /* Speculid-Mac-XPC.xpc in Embed XPC Services */ = {isa = PBXBuildFile; fileRef = B37C74531F8C590D00DF505B /* Speculid-Mac-XPC.xpc */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; }; - B37C74641F8C592400DF505B /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = B37C74631F8C592400DF505B /* main.swift */; }; - B37C746B1F8C598500DF505B /* ServiceDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = B37C74681F8C598500DF505B /* ServiceDelegate.swift */; }; - B37C747A1F8C5ADA00DF505B /* SpeculidKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B37C74731F8C5ADA00DF505B /* SpeculidKit.framework */; }; - B37C747B1F8C5ADA00DF505B /* SpeculidKit.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = B37C74731F8C5ADA00DF505B /* SpeculidKit.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; - B37C748D1F8C5B5C00DF505B /* CairoSVG.h in Headers */ = {isa = PBXBuildFile; fileRef = B37C748B1F8C5B5C00DF505B /* CairoSVG.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B37C74901F8C5B5C00DF505B /* CairoSVG.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B37C74891F8C5B5C00DF505B /* CairoSVG.framework */; }; - B37C74911F8C5B5C00DF505B /* CairoSVG.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = B37C74891F8C5B5C00DF505B /* CairoSVG.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; - B37C74A41F8C5C7400DF505B /* SVGImageHandle.h in Headers */ = {isa = PBXBuildFile; fileRef = B37C74951F8C5C7200DF505B /* SVGImageHandle.h */; }; - B37C74A51F8C5C7400DF505B /* PNGImageHandle.m in Sources */ = {isa = PBXBuildFile; fileRef = B37C74961F8C5C7200DF505B /* PNGImageHandle.m */; }; - B37C74A61F8C5C7400DF505B /* CairoInterface.m in Sources */ = {isa = PBXBuildFile; fileRef = B37C74971F8C5C7300DF505B /* CairoInterface.m */; }; - B37C74A71F8C5C7400DF505B /* PDFSurface.h in Headers */ = {isa = PBXBuildFile; fileRef = B37C74981F8C5C7300DF505B /* PDFSurface.h */; }; - B37C74A81F8C5C7400DF505B /* ImageSpecificationProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = B37C74991F8C5C7300DF505B /* ImageSpecificationProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B37C74A91F8C5C7400DF505B /* CairoInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = B37C749A1F8C5C7300DF505B /* CairoInterface.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B37C74AA1F8C5C7400DF505B /* SurfaceHandle.h in Headers */ = {isa = PBXBuildFile; fileRef = B37C749B1F8C5C7300DF505B /* SurfaceHandle.h */; }; - B37C74AB1F8C5C7400DF505B /* ImageHandleBuilder.h in Headers */ = {isa = PBXBuildFile; fileRef = B37C749C1F8C5C7300DF505B /* ImageHandleBuilder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B37C74AC1F8C5C7400DF505B /* PDFSurface.m in Sources */ = {isa = PBXBuildFile; fileRef = B37C749D1F8C5C7300DF505B /* PDFSurface.m */; }; - B37C74AD1F8C5C7400DF505B /* SVGImageHandle.m in Sources */ = {isa = PBXBuildFile; fileRef = B37C749E1F8C5C7300DF505B /* SVGImageHandle.m */; }; - B37C74AE1F8C5C7400DF505B /* PNGSurface.m in Sources */ = {isa = PBXBuildFile; fileRef = B37C749F1F8C5C7300DF505B /* PNGSurface.m */; }; - B37C74AF1F8C5C7400DF505B /* ImageHandleBuilder.m in Sources */ = {isa = PBXBuildFile; fileRef = B37C74A01F8C5C7400DF505B /* ImageHandleBuilder.m */; }; - B37C74B01F8C5C7400DF505B /* ImageHandle.h in Headers */ = {isa = PBXBuildFile; fileRef = B37C74A11F8C5C7400DF505B /* ImageHandle.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B37C74B11F8C5C7400DF505B /* PNGSurface.h in Headers */ = {isa = PBXBuildFile; fileRef = B37C74A21F8C5C7400DF505B /* PNGSurface.h */; }; - B37C74B21F8C5C7400DF505B /* PNGImageHandle.h in Headers */ = {isa = PBXBuildFile; fileRef = B37C74A31F8C5C7400DF505B /* PNGImageHandle.h */; }; - B37C74BC1F8C5D2A00DF505B /* CairoSVG.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B37C74891F8C5B5C00DF505B /* CairoSVG.framework */; }; - B3825EFC20F91807008F2A02 /* Segment.h in Headers */ = {isa = PBXBuildFile; fileRef = B3825EF320F91806008F2A02 /* Segment.h */; }; - B3825EFD20F91807008F2A02 /* Types.h in Headers */ = {isa = PBXBuildFile; fileRef = B3825EF420F91806008F2A02 /* Types.h */; }; - B3825EFE20F91807008F2A02 /* Log.h in Headers */ = {isa = PBXBuildFile; fileRef = B3825EF520F91806008F2A02 /* Log.h */; }; - B3825EFF20F91807008F2A02 /* Font.h in Headers */ = {isa = PBXBuildFile; fileRef = B3825EF620F91806008F2A02 /* Font.h */; }; - B3825F0120F91807008F2A02 /* libgraphite2.3.0.1.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B3825EF920F91806008F2A02 /* libgraphite2.3.0.1.dylib */; }; - B3825F0420F9183F008F2A02 /* libgraphite2.3.0.1.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = B3825EF920F91806008F2A02 /* libgraphite2.3.0.1.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - B3891B8420F6402F00FEDF89 /* libcroco-0.6.3.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = B3F8078C20E5858100030497 /* libcroco-0.6.3.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - B3891B8620F6406B00FEDF89 /* libfribidi.0.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = B3F8083220E585BF00030497 /* libfribidi.0.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - B3891BBE20F7CE010095E1FD /* CwlSysctl.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3891BBD20F7CE010095E1FD /* CwlSysctl.swift */; }; - B394EEBF2195FE46004EB090 /* BadGeometryCGSizeValueError.swift in Sources */ = {isa = PBXBuildFile; fileRef = B394EEBE2195FE46004EB090 /* BadGeometryCGSizeValueError.swift */; }; - B394EEC02195FE4A004EB090 /* BadGeometryStringValueError.swift in Sources */ = {isa = PBXBuildFile; fileRef = B394EEBC2195FE2D004EB090 /* BadGeometryStringValueError.swift */; }; - B3A2BCF9213F2622005FC8A1 /* speculid in CopyFiles */ = {isa = PBXBuildFile; fileRef = B3242E97213DBE6C0063037C /* speculid */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - B3B5E9DA1F96C1C1004A6BEB /* SpeculidConfigurationBuilder.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3B5E9D81F96C1BE004A6BEB /* SpeculidConfigurationBuilder.swift */; }; - B3B5E9DC1F96C1D2004A6BEB /* SpeculidConfigurationBuilderProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3B5E9DB1F96C1D2004A6BEB /* SpeculidConfigurationBuilderProtocol.swift */; }; - B3B5E9DE1F96C2A2004A6BEB /* SpeculidConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3B5E9DD1F96C2A2004A6BEB /* SpeculidConfiguration.swift */; }; - B3B5E9E01F96C416004A6BEB /* SpeculidApplicationMode.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3B5E9DF1F96C416004A6BEB /* SpeculidApplicationMode.swift */; }; - B3B5E9E21F96C44D004A6BEB /* SpeculidCommandArgumentSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3B5E9E11F96C44D004A6BEB /* SpeculidCommandArgumentSet.swift */; }; - B3B5E9E41F96C5F1004A6BEB /* CommandLineActivityProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3B5E9E31F96C5F1004A6BEB /* CommandLineActivityProtocol.swift */; }; - B3B5E9E61F96C604004A6BEB /* CommandLineRunnerProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3B5E9E51F96C604004A6BEB /* CommandLineRunnerProtocol.swift */; }; - B3B5E9E81F96C74C004A6BEB /* CommandLineRunner.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3B5E9E71F96C74C004A6BEB /* CommandLineRunner.swift */; }; - B3B5E9EA1F96C777004A6BEB /* SpeculidApplicationModeParserProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3B5E9E91F96C777004A6BEB /* SpeculidApplicationModeParserProtocol.swift */; }; - B3B5E9EC1F96C7D5004A6BEB /* SpeculidApplicationModeParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3B5E9EB1F96C7D5004A6BEB /* SpeculidApplicationModeParser.swift */; }; - B3BF4C42213ED5CB003744F4 /* SpeculidKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B37C74731F8C5ADA00DF505B /* SpeculidKit.framework */; }; - B3C6CA8E2114C9EB000D5120 /* dummy in Resources */ = {isa = PBXBuildFile; fileRef = B3C6CA8D2114C9EB000D5120 /* dummy */; }; - B3CB15702113AA8C00A6DC5C /* VersionProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3CB156F2113AA8C00A6DC5C /* VersionProvider.swift */; }; - B3D32A021F9A5D760042B46F /* help.txt in Resources */ = {isa = PBXBuildFile; fileRef = B3D32A011F9A5D750042B46F /* help.txt */; }; - B3D32A041F9A5E8F0042B46F /* CommandLineRunnerTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3D32A031F9A5E8F0042B46F /* CommandLineRunnerTest.swift */; }; - B3D32A061F9A5FEE0042B46F /* FileHandle.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3D32A051F9A5FEE0042B46F /* FileHandle.swift */; }; - B3D32A081F9A73740042B46F /* AsyncBlockOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3D32A071F9A73740042B46F /* AsyncBlockOperation.swift */; }; - B3E204B020E568C3009EA554 /* pixman.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F4C220E568A5009EA554 /* pixman.h */; }; - B3E204B120E568C3009EA554 /* pixman-version.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F4C320E568A5009EA554 /* pixman-version.h */; }; - B3E204B820E568C3009EA554 /* libpixman-1.0.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B3E2F4CC20E568A5009EA554 /* libpixman-1.0.dylib */; }; - B3E204BD20E568C3009EA554 /* ftsnames.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F4D820E568A5009EA554 /* ftsnames.h */; }; - B3E204BE20E568C3009EA554 /* ftwinfnt.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F4D920E568A5009EA554 /* ftwinfnt.h */; }; - B3E204BF20E568C3009EA554 /* ftsizes.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F4DA20E568A5009EA554 /* ftsizes.h */; }; - B3E204C020E568C3009EA554 /* fttypes.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F4DB20E568A5009EA554 /* fttypes.h */; }; - B3E204C120E568C3009EA554 /* ftparams.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F4DC20E568A5009EA554 /* ftparams.h */; }; - B3E204C220E568C3009EA554 /* ftmm.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F4DD20E568A5009EA554 /* ftmm.h */; }; - B3E204C320E568C3009EA554 /* ftstdlib.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F4DF20E568A5009EA554 /* ftstdlib.h */; }; - B3E204C420E568C3009EA554 /* ftheader.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F4E020E568A5009EA554 /* ftheader.h */; }; - B3E204C520E568C3009EA554 /* ftconfig.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F4E120E568A5009EA554 /* ftconfig.h */; }; - B3E204C620E568C3009EA554 /* ftoption.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F4E220E568A5009EA554 /* ftoption.h */; }; - B3E204C720E568C3009EA554 /* ftmodule.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F4E320E568A5009EA554 /* ftmodule.h */; }; - B3E204C820E568C3009EA554 /* ftmodapi.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F4E420E568A5009EA554 /* ftmodapi.h */; }; - B3E204C920E568C3009EA554 /* ftbzip2.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F4E520E568A5009EA554 /* ftbzip2.h */; }; - B3E204CA20E568C3009EA554 /* fttrigon.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F4E620E568A5009EA554 /* fttrigon.h */; }; - B3E204CB20E568C3009EA554 /* ftbbox.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F4E720E568A5009EA554 /* ftbbox.h */; }; - B3E204CC20E568C3009EA554 /* ftgzip.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F4E820E568A5009EA554 /* ftgzip.h */; }; - B3E204CD20E568C3009EA554 /* ftdriver.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F4E920E568A5009EA554 /* ftdriver.h */; }; - B3E204CE20E568C3009EA554 /* ftoutln.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F4EA20E568A6009EA554 /* ftoutln.h */; }; - B3E204CF20E568C3009EA554 /* ftadvanc.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F4EB20E568A6009EA554 /* ftadvanc.h */; }; - B3E204D020E568C3009EA554 /* ftsynth.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F4EC20E568A6009EA554 /* ftsynth.h */; }; - B3E204D120E568C3009EA554 /* fterrors.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F4ED20E568A6009EA554 /* fterrors.h */; }; - B3E204D220E568C3009EA554 /* ftgasp.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F4EE20E568A6009EA554 /* ftgasp.h */; }; - B3E204D320E568C3009EA554 /* ftstroke.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F4EF20E568A6009EA554 /* ftstroke.h */; }; - B3E204D420E568C3009EA554 /* ftcache.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F4F020E568A6009EA554 /* ftcache.h */; }; - B3E204D520E568C3009EA554 /* ftotval.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F4F120E568A6009EA554 /* ftotval.h */; }; - B3E204D620E568C3009EA554 /* freetype.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F4F220E568A6009EA554 /* freetype.h */; }; - B3E204D720E568C3009EA554 /* ftincrem.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F4F320E568A6009EA554 /* ftincrem.h */; }; - B3E204D820E568C3009EA554 /* ftfntfmt.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F4F420E568A6009EA554 /* ftfntfmt.h */; }; - B3E204D920E568C3009EA554 /* fterrdef.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F4F520E568A6009EA554 /* fterrdef.h */; }; - B3E204DA20E568C3009EA554 /* ttnameid.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F4F620E568A6009EA554 /* ttnameid.h */; }; - B3E204DB20E568C3009EA554 /* ftpfr.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F4F720E568A6009EA554 /* ftpfr.h */; }; - B3E204DC20E568C3009EA554 /* ftgxval.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F4F820E568A6009EA554 /* ftgxval.h */; }; - B3E204DD20E568C3009EA554 /* ftchapters.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F4F920E568A6009EA554 /* ftchapters.h */; }; - B3E204DE20E568C3009EA554 /* tttags.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F4FA20E568A6009EA554 /* tttags.h */; }; - B3E204DF20E568C3009EA554 /* ftlzw.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F4FB20E568A6009EA554 /* ftlzw.h */; }; - B3E204E020E568C3009EA554 /* ftsystem.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F4FC20E568A6009EA554 /* ftsystem.h */; }; - B3E204E120E568C3009EA554 /* t1tables.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F4FD20E568A6009EA554 /* t1tables.h */; }; - B3E204E220E568C3009EA554 /* ftimage.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F4FE20E568A6009EA554 /* ftimage.h */; }; - B3E204E320E568C3009EA554 /* tttables.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F4FF20E568A6009EA554 /* tttables.h */; }; - B3E204E420E568C3009EA554 /* ftcid.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F50020E568A6009EA554 /* ftcid.h */; }; - B3E204E520E568C3009EA554 /* ftglyph.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F50120E568A6009EA554 /* ftglyph.h */; }; - B3E204E620E568C3009EA554 /* ftmoderr.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F50220E568A6009EA554 /* ftmoderr.h */; }; - B3E204E720E568C3009EA554 /* ftbitmap.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F50320E568A6009EA554 /* ftbitmap.h */; }; - B3E204E820E568C3009EA554 /* ftlist.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F50420E568A6009EA554 /* ftlist.h */; }; - B3E204E920E568C3009EA554 /* ftmac.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F50520E568A6009EA554 /* ftmac.h */; }; - B3E204EA20E568C3009EA554 /* ftlcdfil.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F50620E568A6009EA554 /* ftlcdfil.h */; }; - B3E204EB20E568C3009EA554 /* ftbdf.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F50720E568A6009EA554 /* ftbdf.h */; }; - B3E204EC20E568C3009EA554 /* ftrender.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F50820E568A6009EA554 /* ftrender.h */; }; - B3E204ED20E568C3009EA554 /* ft2build.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F50920E568A6009EA554 /* ft2build.h */; }; - B3E204F220E568C3009EA554 /* libfreetype.6.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B3E2F51020E568A6009EA554 /* libfreetype.6.dylib */; }; - B3E204FC20E568C3009EA554 /* gdk-pixbuf-animation.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F52520E568A6009EA554 /* gdk-pixbuf-animation.h */; }; - B3E204FD20E568C3009EA554 /* gdk-pixbuf-marshal.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F52620E568A6009EA554 /* gdk-pixbuf-marshal.h */; }; - B3E204FE20E568C3009EA554 /* gdk-pixbuf-io.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F52720E568A6009EA554 /* gdk-pixbuf-io.h */; }; - B3E204FF20E568C3009EA554 /* gdk-pixbuf.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F52820E568A6009EA554 /* gdk-pixbuf.h */; }; - B3E2050020E568C3009EA554 /* gdk-pixbuf-macros.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F52920E568A6009EA554 /* gdk-pixbuf-macros.h */; }; - B3E2050120E568C3009EA554 /* gdk-pixbuf-loader.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F52A20E568A6009EA554 /* gdk-pixbuf-loader.h */; }; - B3E2050220E568C3009EA554 /* gdk-pixbuf-autocleanups.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F52B20E568A6009EA554 /* gdk-pixbuf-autocleanups.h */; }; - B3E2050320E568C3009EA554 /* gdk-pixbuf-enum-types.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F52C20E568A6009EA554 /* gdk-pixbuf-enum-types.h */; }; - B3E2050420E568C3009EA554 /* gdk-pixdata.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F52D20E568A6009EA554 /* gdk-pixdata.h */; }; - B3E2050520E568C3009EA554 /* gdk-pixbuf-transform.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F52E20E568A6009EA554 /* gdk-pixbuf-transform.h */; }; - B3E2050620E568C3009EA554 /* gdk-pixbuf-core.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F52F20E568A6009EA554 /* gdk-pixbuf-core.h */; }; - B3E2050720E568C3009EA554 /* gdk-pixbuf-features.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F53020E568A6009EA554 /* gdk-pixbuf-features.h */; }; - B3E2050820E568C3009EA554 /* gdk-pixbuf-simple-anim.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F53120E568A6009EA554 /* gdk-pixbuf-simple-anim.h */; }; - B3E2050E20E568C3009EA554 /* libgdk_pixbuf-2.0.0.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B3E2F53920E568A6009EA554 /* libgdk_pixbuf-2.0.0.dylib */; }; - B3E205D020E568C4009EA554 /* gunixfdlist.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F6E320E568A9009EA554 /* gunixfdlist.h */; }; - B3E205D120E568C4009EA554 /* gunixsocketaddress.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F6E420E568A9009EA554 /* gunixsocketaddress.h */; }; - B3E205D220E568C4009EA554 /* gdesktopappinfo.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F6E520E568A9009EA554 /* gdesktopappinfo.h */; }; - B3E205D320E568C4009EA554 /* gunixconnection.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F6E620E568A9009EA554 /* gunixconnection.h */; }; - B3E205D420E568C4009EA554 /* gunixoutputstream.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F6E720E568A9009EA554 /* gunixoutputstream.h */; }; - B3E205D520E568C4009EA554 /* gunixcredentialsmessage.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F6E820E568A9009EA554 /* gunixcredentialsmessage.h */; }; - B3E205D620E568C4009EA554 /* gunixinputstream.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F6E920E568A9009EA554 /* gunixinputstream.h */; }; - B3E205D720E568C4009EA554 /* gunixmounts.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F6EA20E568A9009EA554 /* gunixmounts.h */; }; - B3E205D820E568C4009EA554 /* gunixfdmessage.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F6EB20E568A9009EA554 /* gunixfdmessage.h */; }; - B3E205D920E568C4009EA554 /* gfiledescriptorbased.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F6EC20E568A9009EA554 /* gfiledescriptorbased.h */; }; - B3E205DA20E568C4009EA554 /* glib-object.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F6EE20E568A9009EA554 /* glib-object.h */; }; - B3E205DB20E568C4009EA554 /* gparam.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F6F020E568A9009EA554 /* gparam.h */; }; - B3E205DC20E568C4009EA554 /* gparamspecs.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F6F120E568A9009EA554 /* gparamspecs.h */; }; - B3E205DD20E568C4009EA554 /* gsignal.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F6F220E568A9009EA554 /* gsignal.h */; }; - B3E205DE20E568C4009EA554 /* genums.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F6F320E568A9009EA554 /* genums.h */; }; - B3E205DF20E568C4009EA554 /* gclosure.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F6F420E568A9009EA554 /* gclosure.h */; }; - B3E205E020E568C4009EA554 /* gvaluearray.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F6F520E568A9009EA554 /* gvaluearray.h */; }; - B3E205E120E568C4009EA554 /* gbinding.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F6F620E568A9009EA554 /* gbinding.h */; }; - B3E205E220E568C4009EA554 /* gtypeplugin.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F6F720E568A9009EA554 /* gtypeplugin.h */; }; - B3E205E420E568C4009EA554 /* gsourceclosure.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F6F920E568A9009EA554 /* gsourceclosure.h */; }; - B3E205E520E568C4009EA554 /* glib-types.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F6FA20E568A9009EA554 /* glib-types.h */; }; - B3E205E620E568C4009EA554 /* gtype.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F6FB20E568A9009EA554 /* gtype.h */; }; - B3E205E720E568C4009EA554 /* gvaluetypes.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F6FC20E568A9009EA554 /* gvaluetypes.h */; }; - B3E205E820E568C4009EA554 /* gboxed.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F6FD20E568A9009EA554 /* gboxed.h */; }; - B3E205E920E568C4009EA554 /* gtypemodule.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F6FE20E568A9009EA554 /* gtypemodule.h */; }; - B3E205EA20E568C4009EA554 /* gvalue.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F6FF20E568A9009EA554 /* gvalue.h */; }; - B3E205EB20E568C4009EA554 /* gvaluecollector.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F70020E568AA009EA554 /* gvaluecollector.h */; }; - B3E205EC20E568C4009EA554 /* gobject-autocleanups.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F70120E568AA009EA554 /* gobject-autocleanups.h */; }; - B3E205ED20E568C4009EA554 /* gobject.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F70220E568AA009EA554 /* gobject.h */; }; - B3E205EE20E568C4009EA554 /* gmarshal.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F70320E568AA009EA554 /* gmarshal.h */; }; - B3E205EF20E568C4009EA554 /* glib-unix.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F70420E568AA009EA554 /* glib-unix.h */; }; - B3E205F020E568C4009EA554 /* glib.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F70520E568AA009EA554 /* glib.h */; }; - B3E205F120E568C4009EA554 /* gmarkup.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F70720E568AA009EA554 /* gmarkup.h */; }; - B3E205F220E568C4009EA554 /* ghmac.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F70820E568AA009EA554 /* ghmac.h */; }; - B3E205F320E568C4009EA554 /* gtimer.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F70920E568AA009EA554 /* gtimer.h */; }; - B3E205F420E568C4009EA554 /* gvariant.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F70A20E568AA009EA554 /* gvariant.h */; }; - B3E205F520E568C4009EA554 /* glist.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F70B20E568AA009EA554 /* glist.h */; }; - B3E205F620E568C4009EA554 /* gtrashstack.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F70C20E568AA009EA554 /* gtrashstack.h */; }; - B3E205F720E568C4009EA554 /* gbookmarkfile.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F70D20E568AA009EA554 /* gbookmarkfile.h */; }; - B3E205F820E568C4009EA554 /* gprimes.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F70E20E568AA009EA554 /* gprimes.h */; }; - B3E205F920E568C4009EA554 /* grand.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F70F20E568AA009EA554 /* grand.h */; }; - B3E205FA20E568C4009EA554 /* gurifuncs.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F71020E568AA009EA554 /* gurifuncs.h */; }; - B3E205FB20E568C4009EA554 /* gchecksum.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F71120E568AA009EA554 /* gchecksum.h */; }; - B3E205FC20E568C4009EA554 /* gtestutils.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F71220E568AA009EA554 /* gtestutils.h */; }; - B3E205FD20E568C4009EA554 /* gslist.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F71320E568AA009EA554 /* gslist.h */; }; - B3E205FE20E568C4009EA554 /* gthreadpool.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F71420E568AA009EA554 /* gthreadpool.h */; }; - B3E205FF20E568C4009EA554 /* garray.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F71520E568AA009EA554 /* garray.h */; }; - B3E2060020E568C4009EA554 /* gbytes.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F71620E568AA009EA554 /* gbytes.h */; }; - B3E2060120E568C4009EA554 /* gconvert.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F71720E568AA009EA554 /* gconvert.h */; }; - B3E2060220E568C4009EA554 /* gdir.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F71820E568AA009EA554 /* gdir.h */; }; - B3E2060320E568C4009EA554 /* gkeyfile.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F71920E568AA009EA554 /* gkeyfile.h */; }; - B3E2060420E568C4009EA554 /* gstrfuncs.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F71A20E568AA009EA554 /* gstrfuncs.h */; }; - B3E2060520E568C4009EA554 /* gmappedfile.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F71B20E568AA009EA554 /* gmappedfile.h */; }; - B3E2060620E568C4009EA554 /* gstdio.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F71C20E568AA009EA554 /* gstdio.h */; }; - B3E2060720E568C4009EA554 /* gpoll.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F71D20E568AA009EA554 /* gpoll.h */; }; - B3E2060820E568C4009EA554 /* gunicode.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F71E20E568AA009EA554 /* gunicode.h */; }; - B3E2060920E568C4009EA554 /* gdataset.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F71F20E568AA009EA554 /* gdataset.h */; }; - B3E2060A20E568C4009EA554 /* gqueue.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F72020E568AA009EA554 /* gqueue.h */; }; - B3E2060B20E568C4009EA554 /* gsequence.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F72120E568AA009EA554 /* gsequence.h */; }; - B3E2060C20E568C4009EA554 /* gvarianttype.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F72220E568AA009EA554 /* gvarianttype.h */; }; - B3E2060D20E568C4009EA554 /* ghash.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F72320E568AA009EA554 /* ghash.h */; }; - B3E2060E20E568C4009EA554 /* gqsort.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F72420E568AA009EA554 /* gqsort.h */; }; - B3E2060F20E568C4009EA554 /* gscanner.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F72520E568AA009EA554 /* gscanner.h */; }; - B3E2061020E568C4009EA554 /* ggettext.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F72620E568AA009EA554 /* ggettext.h */; }; - B3E2061120E568C4009EA554 /* gbase64.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F72720E568AA009EA554 /* gbase64.h */; }; - B3E2061220E568C4009EA554 /* gasyncqueue.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F72820E568AA009EA554 /* gasyncqueue.h */; }; - B3E2061320E568C4009EA554 /* gmem.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F72920E568AA009EA554 /* gmem.h */; }; - B3E2061420E568C4009EA554 /* genviron.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F72A20E568AA009EA554 /* genviron.h */; }; - B3E2061520E568C4009EA554 /* gshell.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F72B20E568AA009EA554 /* gshell.h */; }; - B3E2061620E568C4009EA554 /* gbacktrace.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F72C20E568AA009EA554 /* gbacktrace.h */; }; - B3E2061720E568C4009EA554 /* gerror.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F72D20E568AA009EA554 /* gerror.h */; }; - B3E2061820E568C4009EA554 /* gmain.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F72E20E568AA009EA554 /* gmain.h */; }; - B3E2061920E568C4009EA554 /* gfileutils.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F72F20E568AA009EA554 /* gfileutils.h */; }; - B3E2061A20E568C4009EA554 /* gutils.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F73020E568AA009EA554 /* gutils.h */; }; - B3E2061B20E568C4009EA554 /* gpattern.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F73120E568AA009EA554 /* gpattern.h */; }; - B3E2061C20E568C4009EA554 /* ghostutils.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F73220E568AA009EA554 /* ghostutils.h */; }; - B3E2061D20E568C4009EA554 /* gtypes.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F73320E568AA009EA554 /* gtypes.h */; }; - B3E2061E20E568C4009EA554 /* gstringchunk.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F73420E568AA009EA554 /* gstringchunk.h */; }; - B3E2061F20E568C4009EA554 /* guuid.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F73520E568AA009EA554 /* guuid.h */; }; - B3E2062020E568C4009EA554 /* gcharset.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F73620E568AA009EA554 /* gcharset.h */; }; - B3E2062120E568C4009EA554 /* gquark.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F73720E568AA009EA554 /* gquark.h */; }; - B3E2062220E568C4009EA554 /* gi18n-lib.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F73820E568AA009EA554 /* gi18n-lib.h */; }; - B3E2062320E568C4009EA554 /* gatomic.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F73920E568AA009EA554 /* gatomic.h */; }; - B3E2062420E568C4009EA554 /* gdatetime.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F73A20E568AA009EA554 /* gdatetime.h */; }; - B3E2062520E568C4009EA554 /* gstring.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F73B20E568AA009EA554 /* gstring.h */; }; - B3E2062620E568C4009EA554 /* goption.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F73C20E568AA009EA554 /* goption.h */; }; - B3E2062720E568C4009EA554 /* gdate.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F73D20E568AA009EA554 /* gdate.h */; }; - B3E2062820E568C4009EA554 /* gversion.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F73E20E568AA009EA554 /* gversion.h */; }; - B3E2062920E568C4009EA554 /* gslice.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F73F20E568AA009EA554 /* gslice.h */; }; - B3E2062A20E568C4009EA554 /* ghook.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F74020E568AA009EA554 /* ghook.h */; }; - B3E2062B20E568C4009EA554 /* glib-autocleanups.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F74120E568AA009EA554 /* glib-autocleanups.h */; }; - B3E2062C20E568C4009EA554 /* galloca.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F74220E568AA009EA554 /* galloca.h */; }; - B3E2062D20E568C4009EA554 /* gprintf.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F74320E568AA009EA554 /* gprintf.h */; }; - B3E2062E20E568C4009EA554 /* gthread.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F74420E568AA009EA554 /* gthread.h */; }; - B3E2062F20E568C4009EA554 /* gversionmacros.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F74520E568AA009EA554 /* gversionmacros.h */; }; - B3E2063020E568C4009EA554 /* gtimezone.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F74620E568AA009EA554 /* gtimezone.h */; }; - B3E2063120E568C4009EA554 /* gmacros.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F74720E568AA009EA554 /* gmacros.h */; }; - B3E2063220E568C4009EA554 /* giochannel.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F74820E568AA009EA554 /* giochannel.h */; }; - B3E2063320E568C4009EA554 /* gwin32.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F74920E568AA009EA554 /* gwin32.h */; }; - B3E2063420E568C4009EA554 /* gi18n.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F74A20E568AA009EA554 /* gi18n.h */; }; - B3E2063520E568C4009EA554 /* gbitlock.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F74B20E568AA009EA554 /* gbitlock.h */; }; - B3E2063620E568C4009EA554 /* gnode.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F74C20E568AA009EA554 /* gnode.h */; }; - B3E2063720E568C4009EA554 /* gmessages.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F74D20E568AA009EA554 /* gmessages.h */; }; - B3E2063820E568C4009EA554 /* gregex.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F74E20E568AA009EA554 /* gregex.h */; }; - B3E2063920E568C4009EA554 /* gspawn.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F74F20E568AA009EA554 /* gspawn.h */; }; - B3E2063A20E568C4009EA554 /* gtree.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F75020E568AA009EA554 /* gtree.h */; }; - B3E2063B20E568C4009EA554 /* gcompletion.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F75220E568AA009EA554 /* gcompletion.h */; }; - B3E2063C20E568C4009EA554 /* gallocator.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F75320E568AA009EA554 /* gallocator.h */; }; - B3E2063D20E568C4009EA554 /* grel.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F75420E568AA009EA554 /* grel.h */; }; - B3E2063E20E568C4009EA554 /* gmain.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F75520E568AA009EA554 /* gmain.h */; }; - B3E2063F20E568C4009EA554 /* gcache.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F75620E568AA009EA554 /* gcache.h */; }; - B3E2064020E568C4009EA554 /* gthread.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F75720E568AA009EA554 /* gthread.h */; }; - B3E2064120E568C4009EA554 /* gmodule.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F75820E568AA009EA554 /* gmodule.h */; }; - B3E2064220E568C4009EA554 /* gdbusobject.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F75A20E568AA009EA554 /* gdbusobject.h */; }; - B3E2064320E568C4009EA554 /* gsimpleproxyresolver.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F75B20E568AA009EA554 /* gsimpleproxyresolver.h */; }; - B3E2064420E568C4009EA554 /* gconverterinputstream.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F75C20E568AA009EA554 /* gconverterinputstream.h */; }; - B3E2064520E568C4009EA554 /* gsubprocesslauncher.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F75D20E568AA009EA554 /* gsubprocesslauncher.h */; }; - B3E2064620E568C4009EA554 /* gsimpleactiongroup.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F75E20E568AA009EA554 /* gsimpleactiongroup.h */; }; - B3E2064720E568C4009EA554 /* gdbusaddress.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F75F20E568AA009EA554 /* gdbusaddress.h */; }; - B3E2064820E568C4009EA554 /* gtlsinteraction.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F76020E568AA009EA554 /* gtlsinteraction.h */; }; - B3E2064920E568C4009EA554 /* gthreadedsocketservice.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F76120E568AA009EA554 /* gthreadedsocketservice.h */; }; - B3E2064A20E568C4009EA554 /* gsocketservice.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F76220E568AA009EA554 /* gsocketservice.h */; }; - B3E2064B20E568C4009EA554 /* gnetworkaddress.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F76320E568AA009EA554 /* gnetworkaddress.h */; }; - B3E2064C20E568C4009EA554 /* gasyncresult.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F76420E568AA009EA554 /* gasyncresult.h */; }; - B3E2064D20E568C4009EA554 /* gproxy.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F76520E568AA009EA554 /* gproxy.h */; }; - B3E2064E20E568C4009EA554 /* gio.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F76620E568AA009EA554 /* gio.h */; }; - B3E2064F20E568C4009EA554 /* gmemoryoutputstream.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F76720E568AA009EA554 /* gmemoryoutputstream.h */; }; - B3E2065020E568C4009EA554 /* gvolumemonitor.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F76820E568AA009EA554 /* gvolumemonitor.h */; }; - B3E2065120E568C4009EA554 /* gdatagrambased.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F76920E568AA009EA554 /* gdatagrambased.h */; }; - B3E2065220E568C4009EA554 /* gcontenttype.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F76A20E568AA009EA554 /* gcontenttype.h */; }; - B3E2065320E568C4009EA554 /* gsocketcontrolmessage.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F76B20E568AA009EA554 /* gsocketcontrolmessage.h */; }; - B3E2065420E568C4009EA554 /* gdbusnameowning.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F76C20E568AA009EA554 /* gdbusnameowning.h */; }; - B3E2065520E568C4009EA554 /* gfilemonitor.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F76D20E568AA009EA554 /* gfilemonitor.h */; }; - B3E2065620E568C4009EA554 /* gpollableoutputstream.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F76E20E568AA009EA554 /* gpollableoutputstream.h */; }; - B3E2065720E568C4009EA554 /* gseekable.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F76F20E568AA009EA554 /* gseekable.h */; }; - B3E2065820E568C4009EA554 /* gdbusobjectproxy.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F77020E568AA009EA554 /* gdbusobjectproxy.h */; }; - B3E2065920E568C4009EA554 /* gpropertyaction.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F77120E568AA009EA554 /* gpropertyaction.h */; }; - B3E2065A20E568C4009EA554 /* gsimpleiostream.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F77220E568AA009EA554 /* gsimpleiostream.h */; }; - B3E2065B20E568C4009EA554 /* gasyncinitable.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F77320E568AA009EA554 /* gasyncinitable.h */; }; - B3E2065C20E568C4009EA554 /* gremoteactiongroup.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F77420E568AA009EA554 /* gremoteactiongroup.h */; }; - B3E2065D20E568C4009EA554 /* gdbusmessage.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F77520E568AA009EA554 /* gdbusmessage.h */; }; - B3E2065E20E568C4009EA554 /* gmenu.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F77620E568AA009EA554 /* gmenu.h */; }; - B3E2065F20E568C4009EA554 /* gdbusinterface.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F77720E568AA009EA554 /* gdbusinterface.h */; }; - B3E2066020E568C4009EA554 /* gaction.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F77820E568AA009EA554 /* gaction.h */; }; - B3E2066120E568C4009EA554 /* gio-autocleanups.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F77920E568AA009EA554 /* gio-autocleanups.h */; }; - B3E2066220E568C4009EA554 /* gproxyaddress.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F77A20E568AA009EA554 /* gproxyaddress.h */; }; - B3E2066320E568C4009EA554 /* gdbusproxy.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F77B20E568AA009EA554 /* gdbusproxy.h */; }; - B3E2066420E568C4009EA554 /* giomodule.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F77C20E568AA009EA554 /* giomodule.h */; }; - B3E2066520E568C4009EA554 /* gdbusmethodinvocation.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F77D20E568AA009EA554 /* gdbusmethodinvocation.h */; }; - B3E2066620E568C4009EA554 /* gactionmap.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F77E20E568AA009EA554 /* gactionmap.h */; }; - B3E2066720E568C4009EA554 /* gbufferedinputstream.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F77F20E568AA009EA554 /* gbufferedinputstream.h */; }; - B3E2066820E568C4009EA554 /* gdbusnamewatching.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F78020E568AA009EA554 /* gdbusnamewatching.h */; }; - B3E2066920E568C4009EA554 /* gzlibcompressor.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F78120E568AA009EA554 /* gzlibcompressor.h */; }; - B3E2066A20E568C4009EA554 /* gloadableicon.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F78220E568AA009EA554 /* gloadableicon.h */; }; - B3E2066B20E568C4009EA554 /* gpermission.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F78320E568AA009EA554 /* gpermission.h */; }; - B3E2066C20E568C4009EA554 /* gioenums.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F78420E568AA009EA554 /* gioenums.h */; }; - B3E2066D20E568C5009EA554 /* gsocketaddressenumerator.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F78520E568AA009EA554 /* gsocketaddressenumerator.h */; }; - B3E2066E20E568C5009EA554 /* gmount.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F78620E568AA009EA554 /* gmount.h */; }; - B3E2066F20E568C5009EA554 /* gdbusserver.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F78720E568AA009EA554 /* gdbusserver.h */; }; - B3E2067020E568C5009EA554 /* gresource.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F78820E568AA009EA554 /* gresource.h */; }; - B3E2067120E568C5009EA554 /* gdbusconnection.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F78920E568AA009EA554 /* gdbusconnection.h */; }; - B3E2067220E568C5009EA554 /* gtlsconnection.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F78A20E568AA009EA554 /* gtlsconnection.h */; }; - B3E2067320E568C5009EA554 /* gsettingsbackend.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F78B20E568AA009EA554 /* gsettingsbackend.h */; }; - B3E2067420E568C5009EA554 /* gdbusintrospection.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F78C20E568AA009EA554 /* gdbusintrospection.h */; }; - B3E2067520E568C5009EA554 /* gfileicon.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F78D20E568AA009EA554 /* gfileicon.h */; }; - B3E2067620E568C5009EA554 /* gsocketaddress.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F78E20E568AA009EA554 /* gsocketaddress.h */; }; - B3E2067720E568C5009EA554 /* gnetworkservice.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F78F20E568AA009EA554 /* gnetworkservice.h */; }; - B3E2067820E568C5009EA554 /* gdbusmenumodel.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F79020E568AA009EA554 /* gdbusmenumodel.h */; }; - B3E2067920E568C5009EA554 /* gmenumodel.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F79120E568AA009EA554 /* gmenumodel.h */; }; - B3E2067A20E568C5009EA554 /* gdtlsconnection.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F79220E568AA009EA554 /* gdtlsconnection.h */; }; - B3E2067B20E568C5009EA554 /* gresolver.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F79320E568AA009EA554 /* gresolver.h */; }; - B3E2067C20E568C5009EA554 /* gproxyaddressenumerator.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F79420E568AA009EA554 /* gproxyaddressenumerator.h */; }; - B3E2067D20E568C5009EA554 /* ginputstream.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F79520E568AA009EA554 /* ginputstream.h */; }; - B3E2067E20E568C5009EA554 /* gproxyresolver.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F79620E568AA009EA554 /* gproxyresolver.h */; }; - B3E2067F20E568C5009EA554 /* gemblem.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F79720E568AA009EA554 /* gemblem.h */; }; - B3E2068020E568C5009EA554 /* gcredentials.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F79820E568AA009EA554 /* gcredentials.h */; }; - B3E2068120E568C5009EA554 /* gbytesicon.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F79920E568AA009EA554 /* gbytesicon.h */; }; - B3E2068220E568C5009EA554 /* gdbusobjectmanagerclient.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F79A20E568AA009EA554 /* gdbusobjectmanagerclient.h */; }; - B3E2068320E568C5009EA554 /* gdbusobjectmanagerserver.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F79B20E568AA009EA554 /* gdbusobjectmanagerserver.h */; }; - B3E2068420E568C5009EA554 /* gtask.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F79C20E568AA009EA554 /* gtask.h */; }; - B3E2068520E568C5009EA554 /* gvolume.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F79D20E568AA009EA554 /* gvolume.h */; }; - B3E2068620E568C5009EA554 /* gsocketclient.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F79E20E568AA009EA554 /* gsocketclient.h */; }; - B3E2068720E568C5009EA554 /* gappinfo.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F79F20E568AA009EA554 /* gappinfo.h */; }; - B3E2068820E568C5009EA554 /* gtcpconnection.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7A020E568AA009EA554 /* gtcpconnection.h */; }; - B3E2068920E568C5009EA554 /* gpollableutils.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7A120E568AA009EA554 /* gpollableutils.h */; }; - B3E2068A20E568C5009EA554 /* gdataoutputstream.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7A220E568AA009EA554 /* gdataoutputstream.h */; }; - B3E2068B20E568C5009EA554 /* gfilenamecompleter.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7A320E568AA009EA554 /* gfilenamecompleter.h */; }; - B3E2068C20E568C5009EA554 /* gfilteroutputstream.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7A420E568AA009EA554 /* gfilteroutputstream.h */; }; - B3E2068D20E568C5009EA554 /* gfileattribute.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7A520E568AA009EA554 /* gfileattribute.h */; }; - B3E2068E20E568C5009EA554 /* gmenuexporter.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7A620E568AA009EA554 /* gmenuexporter.h */; }; - B3E2068F20E568C5009EA554 /* gthemedicon.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7A720E568AA009EA554 /* gthemedicon.h */; }; - B3E2069020E568C5009EA554 /* gapplication.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7A820E568AA009EA554 /* gapplication.h */; }; - B3E2069120E568C5009EA554 /* gtlsserverconnection.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7A920E568AA009EA554 /* gtlsserverconnection.h */; }; - B3E2069220E568C5009EA554 /* gfileoutputstream.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7AA20E568AA009EA554 /* gfileoutputstream.h */; }; - B3E2069320E568C5009EA554 /* gdbusobjectmanager.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7AB20E568AA009EA554 /* gdbusobjectmanager.h */; }; - B3E2069420E568C5009EA554 /* gactiongroupexporter.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7AC20E568AA009EA554 /* gactiongroupexporter.h */; }; - B3E2069520E568C5009EA554 /* gdtlsclientconnection.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7AD20E568AA009EA554 /* gdtlsclientconnection.h */; }; - B3E2069620E568C5009EA554 /* gmemoryinputstream.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7AE20E568AA009EA554 /* gmemoryinputstream.h */; }; - B3E2069720E568C5009EA554 /* gioenumtypes.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7AF20E568AA009EA554 /* gioenumtypes.h */; }; - B3E2069820E568C5009EA554 /* gbufferedoutputstream.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7B020E568AB009EA554 /* gbufferedoutputstream.h */; }; - B3E2069920E568C5009EA554 /* gliststore.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7B120E568AB009EA554 /* gliststore.h */; }; - B3E2069A20E568C5009EA554 /* gsocket.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7B220E568AB009EA554 /* gsocket.h */; }; - B3E2069B20E568C5009EA554 /* gmountoperation.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7B320E568AB009EA554 /* gmountoperation.h */; }; - B3E2069C20E568C5009EA554 /* gsocketconnectable.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7B420E568AB009EA554 /* gsocketconnectable.h */; }; - B3E2069D20E568C5009EA554 /* ginetaddress.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7B520E568AB009EA554 /* ginetaddress.h */; }; - B3E2069E20E568C5009EA554 /* gtcpwrapperconnection.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7B620E568AB009EA554 /* gtcpwrapperconnection.h */; }; - B3E2069F20E568C5009EA554 /* gfileiostream.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7B720E568AB009EA554 /* gfileiostream.h */; }; - B3E206A020E568C5009EA554 /* gdbusauthobserver.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7B820E568AB009EA554 /* gdbusauthobserver.h */; }; - B3E206A120E568C5009EA554 /* gnotification.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7B920E568AB009EA554 /* gnotification.h */; }; - B3E206A220E568C5009EA554 /* goutputstream.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7BA20E568AB009EA554 /* goutputstream.h */; }; - B3E206A320E568C5009EA554 /* ginetsocketaddress.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7BB20E568AB009EA554 /* ginetsocketaddress.h */; }; - B3E206A420E568C5009EA554 /* gcharsetconverter.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7BC20E568AB009EA554 /* gcharsetconverter.h */; }; - B3E206A520E568C5009EA554 /* gdatainputstream.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7BD20E568AB009EA554 /* gdatainputstream.h */; }; - B3E206A620E568C5009EA554 /* gtlsdatabase.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7BE20E568AB009EA554 /* gtlsdatabase.h */; }; - B3E206A720E568C5009EA554 /* gfileenumerator.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7BF20E568AB009EA554 /* gfileenumerator.h */; }; - B3E206A820E568C5009EA554 /* ginitable.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7C020E568AB009EA554 /* ginitable.h */; }; - B3E206A920E568C5009EA554 /* gnativevolumemonitor.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7C120E568AB009EA554 /* gnativevolumemonitor.h */; }; - B3E206AA20E568C5009EA554 /* gsrvtarget.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7C220E568AB009EA554 /* gsrvtarget.h */; }; - B3E206AB20E568C5009EA554 /* gtlscertificate.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7C320E568AB009EA554 /* gtlscertificate.h */; }; - B3E206AC20E568C5009EA554 /* gfile.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7C420E568AB009EA554 /* gfile.h */; }; - B3E206AD20E568C5009EA554 /* gtlsbackend.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7C520E568AB009EA554 /* gtlsbackend.h */; }; - B3E206AE20E568C5009EA554 /* gpollableinputstream.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7C620E568AB009EA554 /* gpollableinputstream.h */; }; - B3E206AF20E568C5009EA554 /* gfilterinputstream.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7C720E568AB009EA554 /* gfilterinputstream.h */; }; - B3E206B020E568C5009EA554 /* gzlibdecompressor.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7C820E568AB009EA554 /* gzlibdecompressor.h */; }; - B3E206B120E568C5009EA554 /* gdbusutils.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7C920E568AB009EA554 /* gdbusutils.h */; }; - B3E206B220E568C5009EA554 /* gtestdbus.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7CA20E568AB009EA554 /* gtestdbus.h */; }; - B3E206B320E568C5009EA554 /* gdbusobjectskeleton.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7CB20E568AB009EA554 /* gdbusobjectskeleton.h */; }; - B3E206B420E568C5009EA554 /* gvfs.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7CC20E568AB009EA554 /* gvfs.h */; }; - B3E206B520E568C5009EA554 /* gioerror.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7CD20E568AB009EA554 /* gioerror.h */; }; - B3E206B620E568C5009EA554 /* gtlsclientconnection.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7CE20E568AB009EA554 /* gtlsclientconnection.h */; }; - B3E206B720E568C5009EA554 /* gnetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7CF20E568AB009EA554 /* gnetworking.h */; }; - B3E206B820E568C5009EA554 /* gtlsfiledatabase.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7D020E568AB009EA554 /* gtlsfiledatabase.h */; }; - B3E206B920E568C5009EA554 /* gdbuserror.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7D120E568AB009EA554 /* gdbuserror.h */; }; - B3E206BA20E568C5009EA554 /* gicon.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7D220E568AB009EA554 /* gicon.h */; }; - B3E206BB20E568C5009EA554 /* gdbusinterfaceskeleton.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7D320E568AB009EA554 /* gdbusinterfaceskeleton.h */; }; - B3E206BC20E568C5009EA554 /* gapplicationcommandline.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7D420E568AB009EA554 /* gapplicationcommandline.h */; }; - B3E206BD20E568C5009EA554 /* gconverter.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7D520E568AB009EA554 /* gconverter.h */; }; - B3E206BE20E568C5009EA554 /* gdtlsserverconnection.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7D620E568AB009EA554 /* gdtlsserverconnection.h */; }; - B3E206BF20E568C5009EA554 /* gnetworkmonitor.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7D720E568AB009EA554 /* gnetworkmonitor.h */; }; - B3E206C020E568C5009EA554 /* gtlspassword.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7D820E568AB009EA554 /* gtlspassword.h */; }; - B3E206C120E568C5009EA554 /* glistmodel.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7D920E568AB009EA554 /* glistmodel.h */; }; - B3E206C220E568C5009EA554 /* gioscheduler.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7DA20E568AB009EA554 /* gioscheduler.h */; }; - B3E206C320E568C5009EA554 /* gsettings.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7DB20E568AB009EA554 /* gsettings.h */; }; - B3E206C420E568C5009EA554 /* gfileinputstream.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7DC20E568AB009EA554 /* gfileinputstream.h */; }; - B3E206C520E568C5009EA554 /* giotypes.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7DD20E568AB009EA554 /* giotypes.h */; }; - B3E206C620E568C5009EA554 /* gsimplepermission.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7DE20E568AB009EA554 /* gsimplepermission.h */; }; - B3E206C720E568C5009EA554 /* gconverteroutputstream.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7DF20E568AB009EA554 /* gconverteroutputstream.h */; }; - B3E206C820E568C5009EA554 /* gsimpleaction.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7E020E568AB009EA554 /* gsimpleaction.h */; }; - B3E206C920E568C5009EA554 /* gsocketlistener.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7E120E568AB009EA554 /* gsocketlistener.h */; }; - B3E206CA20E568C5009EA554 /* gcancellable.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7E220E568AB009EA554 /* gcancellable.h */; }; - B3E206CB20E568C5009EA554 /* gsubprocess.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7E320E568AB009EA554 /* gsubprocess.h */; }; - B3E206CC20E568C5009EA554 /* gemblemedicon.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7E420E568AB009EA554 /* gemblemedicon.h */; }; - B3E206CD20E568C5009EA554 /* gsettingsschema.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7E520E568AB009EA554 /* gsettingsschema.h */; }; - B3E206CE20E568C5009EA554 /* gfileinfo.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7E620E568AB009EA554 /* gfileinfo.h */; }; - B3E206CF20E568C5009EA554 /* gsimpleasyncresult.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7E720E568AB009EA554 /* gsimpleasyncresult.h */; }; - B3E206D020E568C5009EA554 /* gdbusactiongroup.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7E820E568AB009EA554 /* gdbusactiongroup.h */; }; - B3E206D120E568C5009EA554 /* gdrive.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7E920E568AB009EA554 /* gdrive.h */; }; - B3E206D220E568C5009EA554 /* gactiongroup.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7EA20E568AB009EA554 /* gactiongroup.h */; }; - B3E206D320E568C5009EA554 /* ginetaddressmask.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7EB20E568AB009EA554 /* ginetaddressmask.h */; }; - B3E206D420E568C5009EA554 /* gsocketconnection.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7EC20E568AB009EA554 /* gsocketconnection.h */; }; - B3E206D520E568C5009EA554 /* giostream.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7ED20E568AB009EA554 /* giostream.h */; }; - B3E206E620E568C5009EA554 /* libglib-2.0.0.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B3E2F80020E568AB009EA554 /* libglib-2.0.0.dylib */; }; - B3E206E920E568C5009EA554 /* libgobject-2.0.0.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B3E2F80320E568AB009EA554 /* libgobject-2.0.0.dylib */; }; - B3E206EB20E568C5009EA554 /* libgmodule-2.0.0.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B3E2F80520E568AB009EA554 /* libgmodule-2.0.0.dylib */; }; - B3E206EE20E568C5009EA554 /* libgthread-2.0.0.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B3E2F80820E568AB009EA554 /* libgthread-2.0.0.dylib */; }; - B3E206EF20E568C5009EA554 /* glibconfig.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F80B20E568AB009EA554 /* glibconfig.h */; }; - B3E206F020E568C5009EA554 /* libgio-2.0.0.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B3E2F80C20E568AB009EA554 /* libgio-2.0.0.dylib */; }; - B3E2077120E568C5009EA554 /* cairo-version.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F96D20E568AD009EA554 /* cairo-version.h */; }; - B3E2077220E568C5009EA554 /* cairo-script-interpreter.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F96E20E568AD009EA554 /* cairo-script-interpreter.h */; }; - B3E2077320E568C5009EA554 /* cairo-svg.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F96F20E568AD009EA554 /* cairo-svg.h */; }; - B3E2077420E568C5009EA554 /* cairo-quartz-image.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F97020E568AD009EA554 /* cairo-quartz-image.h */; }; - B3E2077520E568C5009EA554 /* cairo.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F97120E568AD009EA554 /* cairo.h */; }; - B3E2077620E568C5009EA554 /* cairo-script.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F97220E568AD009EA554 /* cairo-script.h */; }; - B3E2077720E568C5009EA554 /* cairo-quartz.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F97320E568AD009EA554 /* cairo-quartz.h */; }; - B3E2077820E568C5009EA554 /* cairo-deprecated.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F97420E568AD009EA554 /* cairo-deprecated.h */; }; - B3E2077920E568C5009EA554 /* cairo-pdf.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F97520E568AD009EA554 /* cairo-pdf.h */; }; - B3E2077A20E568C5009EA554 /* cairo-features.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F97620E568AD009EA554 /* cairo-features.h */; }; - B3E2077B20E568C5009EA554 /* cairo-gobject.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F97720E568AD009EA554 /* cairo-gobject.h */; }; - B3E2077C20E568C5009EA554 /* cairo-tee.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F97820E568AE009EA554 /* cairo-tee.h */; }; - B3E2077D20E568C5009EA554 /* cairo-ft.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F97920E568AE009EA554 /* cairo-ft.h */; }; - B3E2077E20E568C5009EA554 /* cairo-ps.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F97A20E568AE009EA554 /* cairo-ps.h */; }; - B3E2079020E568C6009EA554 /* libcairo.2.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B3E2F98E20E568AE009EA554 /* libcairo.2.dylib */; }; - B3E2079120E568C6009EA554 /* libcairo-gobject.2.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B3E2F98F20E568AE009EA554 /* libcairo-gobject.2.dylib */; }; - B3E2079A20E568C6009EA554 /* libcairo-trace.0.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B3E2F99920E568AE009EA554 /* libcairo-trace.0.dylib */; }; - B3E2079D20E568C6009EA554 /* libcairo-script-interpreter.2.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B3E2F99C20E568AE009EA554 /* libcairo-script-interpreter.2.dylib */; }; - B3E207EE20E568C6009EA554 /* fontconfig.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F9F720E568AE009EA554 /* fontconfig.h */; }; - B3E207EF20E568C6009EA554 /* fcprivate.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F9F820E568AE009EA554 /* fcprivate.h */; }; - B3E207F020E568C6009EA554 /* fcfreetype.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F9F920E568AE009EA554 /* fcfreetype.h */; }; - B3E207F620E568C6009EA554 /* libfontconfig.1.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B3E2FA0120E568AE009EA554 /* libfontconfig.1.dylib */; }; - B3E209FA20E568C8009EA554 /* autosprintf.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2FC1C20E568B2009EA554 /* autosprintf.h */; }; - B3E209FB20E568C8009EA554 /* gettext-po.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2FC1D20E568B2009EA554 /* gettext-po.h */; }; - B3E209FC20E568C8009EA554 /* libintl.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2FC1E20E568B2009EA554 /* libintl.h */; }; - B3E20A0120E568C8009EA554 /* libgettextpo.0.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B3E2FC2420E568B2009EA554 /* libgettextpo.0.dylib */; }; - B3E20A0420E568C8009EA554 /* libintl.8.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B3E2FC2720E568B2009EA554 /* libintl.8.dylib */; }; - B3E20A0C20E568C8009EA554 /* libgettextsrc-0.19.8.1.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B3E2FC3020E568B2009EA554 /* libgettextsrc-0.19.8.1.dylib */; }; - B3E20B1020E568C9009EA554 /* gettext.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2FD9C20E568B4009EA554 /* gettext.h */; }; - B3E2117420E568D0009EA554 /* librsvg-features.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2046A20E568C0009EA554 /* librsvg-features.h */; }; - B3E2117520E568D0009EA554 /* rsvg-cairo.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2046B20E568C0009EA554 /* rsvg-cairo.h */; }; - B3E2117620E568D0009EA554 /* librsvg-enum-types.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2046C20E568C0009EA554 /* librsvg-enum-types.h */; }; - B3E2117720E568D0009EA554 /* rsvg.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2046D20E568C0009EA554 /* rsvg.h */; }; - B3E2117C20E568D0009EA554 /* librsvg-2.2.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B3E2047420E568C0009EA554 /* librsvg-2.2.dylib */; }; - B3E211A720E572B2009EA554 /* libcairo.2.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = B3E2F98E20E568AE009EA554 /* libcairo.2.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - B3E211A920E57A99009EA554 /* librsvg-2.2.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = B3E2047420E568C0009EA554 /* librsvg-2.2.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - B3E211AA20E57AC3009EA554 /* libcairo-script-interpreter.2.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = B3E2F99C20E568AE009EA554 /* libcairo-script-interpreter.2.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - B3E211AC20E57B5E009EA554 /* libpixman-1.0.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = B3E2F4CC20E568A5009EA554 /* libpixman-1.0.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - B3E211AE20E57B5E009EA554 /* libfreetype.6.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = B3E2F51020E568A6009EA554 /* libfreetype.6.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - B3E211B020E57B5E009EA554 /* libgdk_pixbuf-2.0.0.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = B3E2F53920E568A6009EA554 /* libgdk_pixbuf-2.0.0.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - B3E211B420E57B5E009EA554 /* libglib-2.0.0.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = B3E2F80020E568AB009EA554 /* libglib-2.0.0.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - B3E211B720E57B5E009EA554 /* libgobject-2.0.0.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = B3E2F80320E568AB009EA554 /* libgobject-2.0.0.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - B3E211B820E57B5E009EA554 /* libgmodule-2.0.0.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = B3E2F80520E568AB009EA554 /* libgmodule-2.0.0.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - B3E211B920E57B5E009EA554 /* libgthread-2.0.0.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = B3E2F80820E568AB009EA554 /* libgthread-2.0.0.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - B3E211BA20E57B5E009EA554 /* libgio-2.0.0.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = B3E2F80C20E568AB009EA554 /* libgio-2.0.0.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - B3E211BB20E57B5E009EA554 /* libcairo-gobject.2.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = B3E2F98F20E568AE009EA554 /* libcairo-gobject.2.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - B3E211BC20E57B5E009EA554 /* libcairo-trace.0.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = B3E2F99920E568AE009EA554 /* libcairo-trace.0.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - B3E211BD20E57B5E009EA554 /* libfontconfig.1.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = B3E2FA0120E568AE009EA554 /* libfontconfig.1.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - B3E211BF20E57B5E009EA554 /* libgettextpo.0.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = B3E2FC2420E568B2009EA554 /* libgettextpo.0.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - B3E211C120E57B5E009EA554 /* libintl.8.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = B3E2FC2720E568B2009EA554 /* libintl.8.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - B3E211C420E57BA0009EA554 /* libgettextlib-0.19.8.1.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = B3E2FC3420E568B2009EA554 /* libgettextlib-0.19.8.1.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - B3E211C520E57BCC009EA554 /* libgettextsrc-0.19.8.1.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = B3E2FC3020E568B2009EA554 /* libgettextsrc-0.19.8.1.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - B3E9A9011FB4DCCA00FD8E7A /* autorevision.json in Resources */ = {isa = PBXBuildFile; fileRef = B3E9A9001FB4DCCA00FD8E7A /* autorevision.json */; }; - B3E9A9031FB4DDE400FD8E7A /* Version.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3E9A9021FB4DDE400FD8E7A /* Version.swift */; }; - B3F0ECF01F9E6A4D0078690E /* SpeculidImageSpecificationBuilderProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3F0ECEF1F9E6A4D0078690E /* SpeculidImageSpecificationBuilderProtocol.swift */; }; - B3F0ECF21F9E6AAD0078690E /* SpeculidImageSpecificationBuilder.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3F0ECF11F9E6AAD0078690E /* SpeculidImageSpecificationBuilder.swift */; }; - B3F6E279233C3BF100B28DA2 /* AssetSpecificationFileProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3F6E278233C3BF100B28DA2 /* AssetSpecificationFileProtocol.swift */; }; - B3F6E27B233C3DC400B28DA2 /* AssetSpecificationFile.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3F6E27A233C3DC400B28DA2 /* AssetSpecificationFile.swift */; }; - B3F6E27D233C3EE100B28DA2 /* AssetCatalogItemSize.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3F6E27C233C3EE100B28DA2 /* AssetCatalogItemSize.swift */; }; - B3F6E27F233C3F0C00B28DA2 /* NSNumber.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3F6E27E233C3F0C00B28DA2 /* NSNumber.swift */; }; - B3F6E281233C3F2E00B28DA2 /* AssetSpecificationMetadata.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3F6E280233C3F2E00B28DA2 /* AssetSpecificationMetadata.swift */; }; - B3F6E283233C3F7300B28DA2 /* AssetSpecificationMetadataProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3F6E282233C3F7300B28DA2 /* AssetSpecificationMetadataProtocol.swift */; }; - B3F804D420E5820B00030497 /* pango.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8046220E5820B00030497 /* pango.h */; }; - B3F804D520E5820B00030497 /* pangoft2.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8046320E5820B00030497 /* pangoft2.h */; }; - B3F804D620E5820B00030497 /* pango-item.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8046420E5820B00030497 /* pango-item.h */; }; - B3F804D720E5820B00030497 /* pango-coverage.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8046520E5820B00030497 /* pango-coverage.h */; }; - B3F804D820E5820B00030497 /* pango-version-macros.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8046620E5820B00030497 /* pango-version-macros.h */; }; - B3F804D920E5820B00030497 /* pango-language.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8046720E5820B00030497 /* pango-language.h */; }; - B3F804DA20E5820B00030497 /* pango-matrix.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8046820E5820B00030497 /* pango-matrix.h */; }; - B3F804DB20E5820B00030497 /* pango-renderer.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8046920E5820B00030497 /* pango-renderer.h */; }; - B3F804DC20E5820B00030497 /* pango-ot.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8046A20E5820B00030497 /* pango-ot.h */; }; - B3F804DD20E5820B00030497 /* pango-enum-types.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8046B20E5820B00030497 /* pango-enum-types.h */; }; - B3F804DE20E5820B00030497 /* pango-glyph.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8046C20E5820B00030497 /* pango-glyph.h */; }; - B3F804DF20E5820B00030497 /* pango-features.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8046D20E5820B00030497 /* pango-features.h */; }; - B3F804E020E5820B00030497 /* pango-modules.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8046E20E5820B00030497 /* pango-modules.h */; }; - B3F804E120E5820B00030497 /* pango-fontset.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8046F20E5820B00030497 /* pango-fontset.h */; }; - B3F804E220E5820B00030497 /* pango-engine.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8047020E5820B00030497 /* pango-engine.h */; }; - B3F804E320E5820B00030497 /* pango-break.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8047120E5820B00030497 /* pango-break.h */; }; - B3F804E420E5820B00030497 /* pango-script.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8047220E5820B00030497 /* pango-script.h */; }; - B3F804E520E5820B00030497 /* pangocairo.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8047320E5820B00030497 /* pangocairo.h */; }; - B3F804E620E5820B00030497 /* pango-glyph-item.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8047420E5820B00030497 /* pango-glyph-item.h */; }; - B3F804E720E5820B00030497 /* pango-bidi-type.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8047520E5820B00030497 /* pango-bidi-type.h */; }; - B3F804E820E5820B00030497 /* pango-font.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8047620E5820B00030497 /* pango-font.h */; }; - B3F804E920E5820B00030497 /* pangofc-fontmap.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8047720E5820B00030497 /* pangofc-fontmap.h */; }; - B3F804EA20E5820B00030497 /* pango-context.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8047820E5820B00030497 /* pango-context.h */; }; - B3F804EB20E5820B00030497 /* pangofc-font.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8047920E5820B00030497 /* pangofc-font.h */; }; - B3F804EC20E5820B00030497 /* pango-fontmap.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8047A20E5820B00030497 /* pango-fontmap.h */; }; - B3F804ED20E5820B00030497 /* pangofc-decoder.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8047B20E5820B00030497 /* pangofc-decoder.h */; }; - B3F804EE20E5820B00030497 /* pango-types.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8047C20E5820B00030497 /* pango-types.h */; }; - B3F804EF20E5820B00030497 /* pango-attributes.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8047D20E5820B00030497 /* pango-attributes.h */; }; - B3F804F020E5820B00030497 /* pango-utils.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8047E20E5820B00030497 /* pango-utils.h */; }; - B3F804F120E5820B00030497 /* pango-layout.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8047F20E5820B00030497 /* pango-layout.h */; }; - B3F804F220E5820B00030497 /* pango-tabs.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8048020E5820B00030497 /* pango-tabs.h */; }; - B3F804F320E5820B00030497 /* pango-gravity.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8048120E5820B00030497 /* pango-gravity.h */; }; - B3F804F420E5820B00030497 /* pangocoretext.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8048220E5820B00030497 /* pangocoretext.h */; }; - B3F804F820E5820B00030497 /* libpango-1.0.0.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B3F8048720E5820B00030497 /* libpango-1.0.0.dylib */; }; - B3F804F920E5820B00030497 /* libpangoft2-1.0.0.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B3F8048820E5820B00030497 /* libpangoft2-1.0.0.dylib */; }; - B3F804FE20E5820B00030497 /* libpangocairo-1.0.0.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B3F8048E20E5820B00030497 /* libpangocairo-1.0.0.dylib */; }; - B3F8053820E5823600030497 /* libpango-1.0.0.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = B3F8048720E5820B00030497 /* libpango-1.0.0.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - B3F8053920E5823600030497 /* libpangoft2-1.0.0.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = B3F8048820E5820B00030497 /* libpangoft2-1.0.0.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - B3F8053B20E5823600030497 /* libpangocairo-1.0.0.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = B3F8048E20E5820B00030497 /* libpangocairo-1.0.0.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - B3F8056C20E584B300030497 /* png.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8054C20E584B300030497 /* png.h */; }; - B3F8056D20E584B300030497 /* pnglibconf.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8054D20E584B300030497 /* pnglibconf.h */; }; - B3F8056E20E584B300030497 /* pngconf.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8054E20E584B300030497 /* pngconf.h */; }; - B3F8056F20E584B300030497 /* png.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8054F20E584B300030497 /* png.h */; }; - B3F8057020E584B300030497 /* pnglibconf.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8055020E584B300030497 /* pnglibconf.h */; }; - B3F8057120E584B300030497 /* pngconf.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8055120E584B300030497 /* pngconf.h */; }; - B3F8057820E584B300030497 /* libpng16.16.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B3F8055A20E584B300030497 /* libpng16.16.dylib */; }; - B3F8057E20E584E700030497 /* libpng16.16.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = B3F8055A20E584B300030497 /* libpng16.16.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - B3F8066120E5851A00030497 /* pcrecpparg.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8058C20E5851900030497 /* pcrecpparg.h */; }; - B3F8066220E5851A00030497 /* pcreposix.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8058D20E5851900030497 /* pcreposix.h */; }; - B3F8066320E5851A00030497 /* pcre_scanner.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8058E20E5851900030497 /* pcre_scanner.h */; }; - B3F8066420E5851A00030497 /* pcre_stringpiece.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8058F20E5851900030497 /* pcre_stringpiece.h */; }; - B3F8066520E5851A00030497 /* pcre.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8059020E5851900030497 /* pcre.h */; }; - B3F8066620E5851A00030497 /* pcrecpp.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8059120E5851900030497 /* pcrecpp.h */; }; - B3F8066A20E5851A00030497 /* libpcre.1.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B3F8059620E5851900030497 /* libpcre.1.dylib */; }; - B3F8067020E5851A00030497 /* libpcreposix.0.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B3F8059D20E5851900030497 /* libpcreposix.0.dylib */; }; - B3F8067320E5851A00030497 /* libpcrecpp.0.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B3F805A020E5851900030497 /* libpcrecpp.0.dylib */; }; - B3F8067620E5851A00030497 /* libpcre16.0.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B3F805A320E5851900030497 /* libpcre16.0.dylib */; }; - B3F8067B20E5851A00030497 /* libpcre32.0.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B3F805A820E5851900030497 /* libpcre32.0.dylib */; }; - B3F8072620E5853700030497 /* libpcre.1.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = B3F8059620E5851900030497 /* libpcre.1.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - B3F8072720E5853700030497 /* libpcreposix.0.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = B3F8059D20E5851900030497 /* libpcreposix.0.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - B3F8072920E5853700030497 /* libpcrecpp.0.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = B3F805A020E5851900030497 /* libpcrecpp.0.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - B3F8072B20E5853700030497 /* libpcre16.0.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = B3F805A320E5851900030497 /* libpcre16.0.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - B3F8072F20E5853700030497 /* libpcre32.0.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = B3F805A820E5851900030497 /* libpcre32.0.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - B3F8075120E5855F00030497 /* ffitarget.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8073D20E5855F00030497 /* ffitarget.h */; }; - B3F8075220E5855F00030497 /* ffi.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8073E20E5855F00030497 /* ffi.h */; }; - B3F8075520E5855F00030497 /* libffi.6.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B3F8074120E5855F00030497 /* libffi.6.dylib */; }; - B3F807BE20E5858200030497 /* cr-parser.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8076820E5858100030497 /* cr-parser.h */; }; - B3F807BF20E5858200030497 /* cr-token.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8076920E5858100030497 /* cr-token.h */; }; - B3F807C020E5858200030497 /* cr-attr-sel.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8076A20E5858100030497 /* cr-attr-sel.h */; }; - B3F807C120E5858200030497 /* cr-tknzr.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8076B20E5858100030497 /* cr-tknzr.h */; }; - B3F807C220E5858200030497 /* cr-parsing-location.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8076C20E5858100030497 /* cr-parsing-location.h */; }; - B3F807C320E5858200030497 /* cr-doc-handler.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8076D20E5858100030497 /* cr-doc-handler.h */; }; - B3F807C420E5858200030497 /* cr-stylesheet.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8076E20E5858100030497 /* cr-stylesheet.h */; }; - B3F807C520E5858200030497 /* cr-enc-handler.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8076F20E5858100030497 /* cr-enc-handler.h */; }; - B3F807C620E5858200030497 /* cr-term.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8077020E5858100030497 /* cr-term.h */; }; - B3F807C720E5858200030497 /* cr-prop-list.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8077120E5858100030497 /* cr-prop-list.h */; }; - B3F807C820E5858200030497 /* cr-simple-sel.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8077220E5858100030497 /* cr-simple-sel.h */; }; - B3F807C920E5858200030497 /* cr-declaration.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8077320E5858100030497 /* cr-declaration.h */; }; - B3F807CA20E5858200030497 /* cr-rgb.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8077420E5858100030497 /* cr-rgb.h */; }; - B3F807CB20E5858200030497 /* cr-string.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8077520E5858100030497 /* cr-string.h */; }; - B3F807CC20E5858200030497 /* cr-pseudo.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8077620E5858100030497 /* cr-pseudo.h */; }; - B3F807CD20E5858200030497 /* cr-sel-eng.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8077720E5858100030497 /* cr-sel-eng.h */; }; - B3F807CE20E5858200030497 /* cr-style.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8077820E5858100030497 /* cr-style.h */; }; - B3F807CF20E5858200030497 /* cr-om-parser.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8077920E5858100030497 /* cr-om-parser.h */; }; - B3F807D020E5858200030497 /* cr-statement.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8077A20E5858100030497 /* cr-statement.h */; }; - B3F807D120E5858200030497 /* cr-fonts.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8077B20E5858100030497 /* cr-fonts.h */; }; - B3F807D220E5858200030497 /* libcroco.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8077C20E5858100030497 /* libcroco.h */; }; - B3F807D320E5858200030497 /* cr-input.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8077D20E5858100030497 /* cr-input.h */; }; - B3F807D420E5858200030497 /* cr-num.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8077E20E5858100030497 /* cr-num.h */; }; - B3F807D520E5858200030497 /* cr-selector.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8077F20E5858100030497 /* cr-selector.h */; }; - B3F807D620E5858200030497 /* cr-cascade.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8078020E5858100030497 /* cr-cascade.h */; }; - B3F807D720E5858200030497 /* cr-additional-sel.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8078120E5858100030497 /* cr-additional-sel.h */; }; - B3F807D820E5858200030497 /* cr-utils.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8078220E5858100030497 /* cr-utils.h */; }; - B3F807D920E5858200030497 /* libcroco-config.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8078320E5858100030497 /* libcroco-config.h */; }; - B3F807E020E5858200030497 /* libcroco-0.6.3.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B3F8078C20E5858100030497 /* libcroco-0.6.3.dylib */; }; - B3F808A620E585C000030497 /* fribidi-begindecls.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8081320E585BF00030497 /* fribidi-begindecls.h */; }; - B3F808A720E585C000030497 /* fribidi-config.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8081420E585BF00030497 /* fribidi-config.h */; }; - B3F808A820E585C000030497 /* fribidi-joining-types.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8081520E585BF00030497 /* fribidi-joining-types.h */; }; - B3F808A920E585C000030497 /* fribidi-char-sets.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8081620E585BF00030497 /* fribidi-char-sets.h */; }; - B3F808AA20E585C000030497 /* fribidi-char-sets-list.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8081720E585BF00030497 /* fribidi-char-sets-list.h */; }; - B3F808AB20E585C000030497 /* fribidi-unicode-version.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8081820E585BF00030497 /* fribidi-unicode-version.h */; }; - B3F808AC20E585C000030497 /* fribidi-common.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8081920E585BF00030497 /* fribidi-common.h */; }; - B3F808AD20E585C000030497 /* fribidi-unicode.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8081A20E585BF00030497 /* fribidi-unicode.h */; }; - B3F808AE20E585C000030497 /* fribidi-types.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8081B20E585BF00030497 /* fribidi-types.h */; }; - B3F808AF20E585C000030497 /* fribidi-bidi-types.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8081C20E585BF00030497 /* fribidi-bidi-types.h */; }; - B3F808B020E585C000030497 /* fribidi-deprecated.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8081D20E585BF00030497 /* fribidi-deprecated.h */; }; - B3F808B120E585C000030497 /* fribidi-mirroring.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8081E20E585BF00030497 /* fribidi-mirroring.h */; }; - B3F808B220E585C000030497 /* fribidi-joining.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8081F20E585BF00030497 /* fribidi-joining.h */; }; - B3F808B320E585C000030497 /* fribidi-enddecls.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8082020E585BF00030497 /* fribidi-enddecls.h */; }; - B3F808B420E585C000030497 /* fribidi-flags.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8082120E585BF00030497 /* fribidi-flags.h */; }; - B3F808B520E585C000030497 /* fribidi.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8082220E585BF00030497 /* fribidi.h */; }; - B3F808B620E585C000030497 /* fribidi-bidi.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8082320E585BF00030497 /* fribidi-bidi.h */; }; - B3F808B720E585C000030497 /* fribidi-brackets.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8082420E585BF00030497 /* fribidi-brackets.h */; }; - B3F808B820E585C000030497 /* fribidi-bidi-types-list.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8082520E585BF00030497 /* fribidi-bidi-types-list.h */; }; - B3F808B920E585C000030497 /* fribidi-arabic.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8082620E585BF00030497 /* fribidi-arabic.h */; }; - B3F808BA20E585C000030497 /* fribidi-shape.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8082720E585BF00030497 /* fribidi-shape.h */; }; - B3F808BB20E585C000030497 /* fribidi-joining-types-list.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8082820E585BF00030497 /* fribidi-joining-types-list.h */; }; - B3F808C320E585C000030497 /* libfribidi.0.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B3F8083220E585BF00030497 /* libfribidi.0.dylib */; }; - B3F80B0320E585E900030497 /* hb-buffer.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8093320E585E800030497 /* hb-buffer.h */; }; - B3F80B0420E585E900030497 /* hb-set.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8093420E585E800030497 /* hb-set.h */; }; - B3F80B0520E585E900030497 /* hb-face.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8093520E585E800030497 /* hb-face.h */; }; - B3F80B0620E585E900030497 /* hb-gobject-structs.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8093620E585E800030497 /* hb-gobject-structs.h */; }; - B3F80B0720E585E900030497 /* hb-common.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8093720E585E800030497 /* hb-common.h */; }; - B3F80B0820E585E900030497 /* hb-version.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8093820E585E800030497 /* hb-version.h */; }; - B3F80B0920E585E900030497 /* hb-font.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8093920E585E800030497 /* hb-font.h */; }; - B3F80B0A20E585E900030497 /* hb-coretext.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8093A20E585E800030497 /* hb-coretext.h */; }; - B3F80B0B20E585E900030497 /* hb-ot-tag.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8093B20E585E800030497 /* hb-ot-tag.h */; }; - B3F80B0C20E585E900030497 /* hb-deprecated.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8093C20E585E800030497 /* hb-deprecated.h */; }; - B3F80B0D20E585E900030497 /* hb-ot.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8093D20E585E800030497 /* hb-ot.h */; }; - B3F80B0E20E585E900030497 /* hb-ot-layout.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8093E20E585E800030497 /* hb-ot-layout.h */; }; - B3F80B0F20E585E900030497 /* hb-ot-var.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8093F20E585E800030497 /* hb-ot-var.h */; }; - B3F80B1020E585E900030497 /* hb-gobject-enums.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8094020E585E800030497 /* hb-gobject-enums.h */; }; - B3F80B1120E585E900030497 /* hb-shape.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8094120E585E800030497 /* hb-shape.h */; }; - B3F80B1220E585E900030497 /* hb-subset-plan.hh in Headers */ = {isa = PBXBuildFile; fileRef = B3F8094220E585E800030497 /* hb-subset-plan.hh */; }; - B3F80B1320E585E900030497 /* hb-shape-plan.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8094320E585E800030497 /* hb-shape-plan.h */; }; - B3F80B1420E585E900030497 /* hb-ot-font.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8094420E585E800030497 /* hb-ot-font.h */; }; - B3F80B1520E585E900030497 /* hb-unicode.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8094520E585E800030497 /* hb-unicode.h */; }; - B3F80B1620E585E900030497 /* hb-ot-shape.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8094620E585E800030497 /* hb-ot-shape.h */; }; - B3F80B1720E585E900030497 /* hb-blob.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8094720E585E800030497 /* hb-blob.h */; }; - B3F80B1820E585E900030497 /* hb-subset-private.hh in Headers */ = {isa = PBXBuildFile; fileRef = B3F8094820E585E800030497 /* hb-subset-private.hh */; }; - B3F80B1920E585E900030497 /* hb.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8094920E585E800030497 /* hb.h */; }; - B3F80B1A20E585E900030497 /* hb-glib.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8094A20E585E800030497 /* hb-glib.h */; }; - B3F80B1B20E585E900030497 /* hb-subset-glyf.hh in Headers */ = {isa = PBXBuildFile; fileRef = B3F8094B20E585E800030497 /* hb-subset-glyf.hh */; }; - B3F80B1C20E585E900030497 /* hb-graphite2.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8094C20E585E800030497 /* hb-graphite2.h */; }; - B3F80B1D20E585E900030497 /* hb-subset.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8094D20E585E800030497 /* hb-subset.h */; }; - B3F80B1E20E585E900030497 /* hb-gobject.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8094E20E585E800030497 /* hb-gobject.h */; }; - B3F80B1F20E585E900030497 /* hb-ot-math.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8094F20E585E800030497 /* hb-ot-math.h */; }; - B3F80B2020E585EA00030497 /* hb-icu.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8095020E585E800030497 /* hb-icu.h */; }; - B3F80B2120E585EA00030497 /* hb-ft.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8095120E585E800030497 /* hb-ft.h */; }; - B3F80B2820E585EA00030497 /* libharfbuzz-subset.0.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B3F8095920E585E800030497 /* libharfbuzz-subset.0.dylib */; }; - B3F80B2D20E585EA00030497 /* libharfbuzz-gobject.0.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B3F8095F20E585E800030497 /* libharfbuzz-gobject.0.dylib */; }; - B3F80B3020E585EA00030497 /* libharfbuzz.0.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B3F8096420E585E800030497 /* libharfbuzz.0.dylib */; }; - B3F80B3620E585EA00030497 /* libharfbuzz-icu.0.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B3F8096B20E585E800030497 /* libharfbuzz-icu.0.dylib */; }; - B3F80CA920E586A000030497 /* libharfbuzz-subset.0.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = B3F8095920E585E800030497 /* libharfbuzz-subset.0.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - B3F80CAA20E586A000030497 /* libharfbuzz-gobject.0.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = B3F8095F20E585E800030497 /* libharfbuzz-gobject.0.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - B3F80CAB20E586A000030497 /* libharfbuzz.0.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = B3F8096420E585E800030497 /* libharfbuzz.0.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - B3F80CAE20E586A000030497 /* libharfbuzz-icu.0.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = B3F8096B20E585E800030497 /* libharfbuzz-icu.0.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - B3F8DE1D243E9A1F0028BD75 /* NSError+GError.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8DE1B243E9A1F0028BD75 /* NSError+GError.h */; }; - B3F8DE1E243E9A1F0028BD75 /* NSError+GError.m in Sources */ = {isa = PBXBuildFile; fileRef = B3F8DE1C243E9A1F0028BD75 /* NSError+GError.m */; }; - B3FAD3EB1FA564D0004381A7 /* VersionMenuItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3FAD3EA1FA564D0004381A7 /* VersionMenuItem.swift */; }; - B3FDF6452180A3FF00455A43 /* InstallerProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3FDF6442180A3FF00455A43 /* InstallerProtocol.swift */; }; - CBE9EF18228D2DADFC9D264F /* Pods_Speculid.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DCB0AF202D3672415910AFDE /* Pods_Speculid.framework */; }; + B303554A24381F1200A8EAB9 /* SpeculidKit in Frameworks */ = {isa = PBXBuildFile; productRef = B303554924381F1200A8EAB9 /* SpeculidKit */; }; + B3326D4324C1CFF000629F70 /* Tooltip.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3326D4224C1CFF000629F70 /* Tooltip.swift */; }; + B347128924B64968001CCCFD /* ClassicDocument.swift in Sources */ = {isa = PBXBuildFile; fileRef = B347128824B64968001CCCFD /* ClassicDocument.swift */; }; + B347128B24B668DE001CCCFD /* ClassicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B347128A24B668DE001CCCFD /* ClassicView.swift */; }; + B34B6BC224BE354D00F4EE6B /* BookmarkURLCollectionObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = B34B6BC124BE354D00F4EE6B /* BookmarkURLCollectionObject.swift */; }; + B3B6A4D124B15292009C6E32 /* SpeculidApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = B364623E24B14DBB0089382E /* SpeculidApp.swift */; }; + B3DB48142431642600B1DA4F /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = B3DB48132431642600B1DA4F /* Assets.xcassets */; }; + B3DB48172431642600B1DA4F /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = B3DB48162431642600B1DA4F /* Preview Assets.xcassets */; }; + B3DB481A2431642600B1DA4F /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = B3DB48182431642600B1DA4F /* Main.storyboard */; }; + B3E1707C24C1DBF700784D20 /* LabeledOption.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3E1707B24C1DBF700784D20 /* LabeledOption.swift */; }; + B3E1707E24C1DC1100784D20 /* ResizeOption.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3E1707D24C1DC1100784D20 /* ResizeOption.swift */; }; + B3E1708024C1DC6C00784D20 /* ClassicObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3E1707F24C1DC6C00784D20 /* ClassicObject.swift */; }; + B3E741E82530AF2500002110 /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3E741E72530AF2500002110 /* main.swift */; }; + B3E741EE2530AF5A00002110 /* SpeculidKit in Frameworks */ = {isa = PBXBuildFile; productRef = B3E741ED2530AF5A00002110 /* SpeculidKit */; }; + B3E741F22530AFD500002110 /* ArgumentParser in Frameworks */ = {isa = PBXBuildFile; productRef = B3E741F12530AFD500002110 /* ArgumentParser */; }; + B3E7420F2530B78F00002110 /* speculid in CopyFiles */ = {isa = PBXBuildFile; fileRef = B3E741E52530AF2500002110 /* speculid */; }; /* End PBXBuildFile section */ -/* Begin PBXContainerItemProxy section */ - B3136E651F90FCCF0002B7AB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = B37C74361F8C58F300DF505B /* Project object */; - proxyType = 1; - remoteGlobalIDString = B37C743D1F8C58F300DF505B; - remoteInfo = "Speculid-Mac-App"; - }; - B3136E841F90FD2E0002B7AB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = B37C74361F8C58F300DF505B /* Project object */; - proxyType = 1; - remoteGlobalIDString = B37C74721F8C5ADA00DF505B; - remoteInfo = Speculid; - }; - B3136E931F90FD3D0002B7AB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = B37C74361F8C58F300DF505B /* Project object */; - proxyType = 1; - remoteGlobalIDString = B37C74881F8C5B5C00DF505B; - remoteInfo = CairoSVG; - }; - B331A7D8244BB29400FFA999 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = B33192F2244BB27100FFA999 /* examples.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = B38F735B1DA2B357008469FE; - remoteInfo = "speculid-example-macos"; - }; - B331A7DA244BB29400FFA999 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = B33192F2244BB27100FFA999 /* examples.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = B38F736D1DA2B37B008469FE; - remoteInfo = "speculid-example-ios"; - }; - B331A7DC244BB29400FFA999 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = B33192F2244BB27100FFA999 /* examples.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = B38F73811DA2B38C008469FE; - remoteInfo = "speculid-example-watchos"; - }; - B331A7DE244BB29400FFA999 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = B33192F2244BB27100FFA999 /* examples.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = B38F738D1DA2B38C008469FE; - remoteInfo = "speculid-example-watchos Extension"; - }; - B37C745C1F8C590D00DF505B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = B37C74361F8C58F300DF505B /* Project object */; - proxyType = 1; - remoteGlobalIDString = B37C74521F8C590D00DF505B; - remoteInfo = "Speculid-Mac-XPC"; - }; - B37C74781F8C5ADA00DF505B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = B37C74361F8C58F300DF505B /* Project object */; - proxyType = 1; - remoteGlobalIDString = B37C74721F8C5ADA00DF505B; - remoteInfo = "Speculid-Mac-Framework"; - }; - B37C748E1F8C5B5C00DF505B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = B37C74361F8C58F300DF505B /* Project object */; - proxyType = 1; - remoteGlobalIDString = B37C74881F8C5B5C00DF505B; - remoteInfo = "CairoSVG-Mac-Framework"; - }; -/* End PBXContainerItemProxy section */ - /* Begin PBXCopyFilesBuildPhase section */ - B3242E95213DBE6C0063037C /* CopyFiles */ = { - isa = PBXCopyFilesBuildPhase; - buildActionMask = 2147483647; - dstPath = /usr/share/man/man1/; - dstSubfolderSpec = 0; - files = ( - ); - runOnlyForDeploymentPostprocessing = 1; - }; - B326F24D21811B970072D652 /* CopyFiles */ = { - isa = PBXCopyFilesBuildPhase; - buildActionMask = 2147483647; - dstPath = /usr/share/man/man1/; - dstSubfolderSpec = 0; - files = ( - ); - runOnlyForDeploymentPostprocessing = 1; - }; - B33A533F1F95568F00E74800 /* CopyFiles */ = { - isa = PBXCopyFilesBuildPhase; - buildActionMask = 2147483647; - dstPath = ""; - dstSubfolderSpec = 7; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - B34B52DE217EB2530080E6DC /* CopyFiles */ = { - isa = PBXCopyFilesBuildPhase; - buildActionMask = 2147483647; - dstPath = Contents/Library/LaunchServices; - dstSubfolderSpec = 1; - files = ( - B326F25921811CCD0072D652 /* com.brightdigit.Speculid-Mac-Installer in CopyFiles */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - B37C74621F8C590D00DF505B /* Embed XPC Services */ = { - isa = PBXCopyFilesBuildPhase; - buildActionMask = 2147483647; - dstPath = "$(CONTENTS_FOLDER_PATH)/XPCServices"; - dstSubfolderSpec = 16; - files = ( - B37C745E1F8C590D00DF505B /* Speculid-Mac-XPC.xpc in Embed XPC Services */, - ); - name = "Embed XPC Services"; - runOnlyForDeploymentPostprocessing = 0; - }; - B37C747F1F8C5ADA00DF505B /* Embed Frameworks */ = { + B3796B7A2432C33600E5F5F9 /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; - buildActionMask = 2147483647; - dstPath = ""; - dstSubfolderSpec = 10; - files = ( - B37C74911F8C5B5C00DF505B /* CairoSVG.framework in Embed Frameworks */, - B37C747B1F8C5ADA00DF505B /* SpeculidKit.framework in Embed Frameworks */, - ); - name = "Embed Frameworks"; - runOnlyForDeploymentPostprocessing = 0; - }; - B3A2BCF8213F25F4005FC8A1 /* CopyFiles */ = { - isa = PBXCopyFilesBuildPhase; - buildActionMask = 2147483647; + buildActionMask = 12; dstPath = ""; dstSubfolderSpec = 12; files = ( - B3A2BCF9213F2622005FC8A1 /* speculid in CopyFiles */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - B3E211A620E57290009EA554 /* CopyFiles */ = { - isa = PBXCopyFilesBuildPhase; - buildActionMask = 2147483647; - dstPath = ""; - dstSubfolderSpec = 10; - files = ( - B3825F0420F9183F008F2A02 /* libgraphite2.3.0.1.dylib in CopyFiles */, - B3F80CAB20E586A000030497 /* libharfbuzz.0.dylib in CopyFiles */, - B3891B8620F6406B00FEDF89 /* libfribidi.0.dylib in CopyFiles */, - B3F8057E20E584E700030497 /* libpng16.16.dylib in CopyFiles */, - B3F80CAA20E586A000030497 /* libharfbuzz-gobject.0.dylib in CopyFiles */, - B3891B8420F6402F00FEDF89 /* libcroco-0.6.3.dylib in CopyFiles */, - B3F80CAE20E586A000030497 /* libharfbuzz-icu.0.dylib in CopyFiles */, - B31BDB0120E7E26200A560C2 /* libicuio.61.1.dylib in CopyFiles */, - B31BDB0320E7E26200A560C2 /* libicui18n.61.1.dylib in CopyFiles */, - B31BDB0420E7E26200A560C2 /* libicutu.61.1.dylib in CopyFiles */, - B31BDB0B20E7E26200A560C2 /* libicudata.61.1.dylib in CopyFiles */, - B31BDB0C20E7E26200A560C2 /* libicutest.61.1.dylib in CopyFiles */, - B31BDB0D20E7E26200A560C2 /* libicuuc.61.1.dylib in CopyFiles */, - B31BD6EA20E7A6A400A560C2 /* libffi.6.dylib in CopyFiles */, - B3F80CA920E586A000030497 /* libharfbuzz-subset.0.dylib in CopyFiles */, - B3F8072620E5853700030497 /* libpcre.1.dylib in CopyFiles */, - B3F8072720E5853700030497 /* libpcreposix.0.dylib in CopyFiles */, - B3F8072920E5853700030497 /* libpcrecpp.0.dylib in CopyFiles */, - B3F8072B20E5853700030497 /* libpcre16.0.dylib in CopyFiles */, - B3F8072F20E5853700030497 /* libpcre32.0.dylib in CopyFiles */, - B3E211C520E57BCC009EA554 /* libgettextsrc-0.19.8.1.dylib in CopyFiles */, - B3F8053820E5823600030497 /* libpango-1.0.0.dylib in CopyFiles */, - B3F8053920E5823600030497 /* libpangoft2-1.0.0.dylib in CopyFiles */, - B3F8053B20E5823600030497 /* libpangocairo-1.0.0.dylib in CopyFiles */, - B3E211AA20E57AC3009EA554 /* libcairo-script-interpreter.2.dylib in CopyFiles */, - B3E211C420E57BA0009EA554 /* libgettextlib-0.19.8.1.dylib in CopyFiles */, - B3E211A920E57A99009EA554 /* librsvg-2.2.dylib in CopyFiles */, - B3E211A720E572B2009EA554 /* libcairo.2.dylib in CopyFiles */, - B3E211AC20E57B5E009EA554 /* libpixman-1.0.dylib in CopyFiles */, - B3E211AE20E57B5E009EA554 /* libfreetype.6.dylib in CopyFiles */, - B3E211B020E57B5E009EA554 /* libgdk_pixbuf-2.0.0.dylib in CopyFiles */, - B3E211B420E57B5E009EA554 /* libglib-2.0.0.dylib in CopyFiles */, - B3E211B720E57B5E009EA554 /* libgobject-2.0.0.dylib in CopyFiles */, - B3E211B820E57B5E009EA554 /* libgmodule-2.0.0.dylib in CopyFiles */, - B3E211B920E57B5E009EA554 /* libgthread-2.0.0.dylib in CopyFiles */, - B3E211BA20E57B5E009EA554 /* libgio-2.0.0.dylib in CopyFiles */, - B3E211BB20E57B5E009EA554 /* libcairo-gobject.2.dylib in CopyFiles */, - B3E211BC20E57B5E009EA554 /* libcairo-trace.0.dylib in CopyFiles */, - B3E211BD20E57B5E009EA554 /* libfontconfig.1.dylib in CopyFiles */, - B3E211BF20E57B5E009EA554 /* libgettextpo.0.dylib in CopyFiles */, - B3E211C120E57B5E009EA554 /* libintl.8.dylib in CopyFiles */, + B3E7420F2530B78F00002110 /* speculid in CopyFiles */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ - 054FC9E3CE2F6BD2F948CF5D /* Pods_Speculid_Mac_App.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Speculid_Mac_App.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 1A1D3098AA00507F322B5177 /* Pods-SpeculidTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SpeculidTests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-SpeculidTests/Pods-SpeculidTests.debug.xcconfig"; sourceTree = ""; }; - 33189C1A2DCDF9FDE0D52DB2 /* Pods-CairoSVGTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-CairoSVGTests.release.xcconfig"; path = "Pods/Target Support Files/Pods-CairoSVGTests/Pods-CairoSVGTests.release.xcconfig"; sourceTree = ""; }; - 4D7E00CC4EE1B4A785089460 /* Pods_SpeculidTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_SpeculidTests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 503182BFEED5FCC7A0FD7113 /* Pods-Speculid-Mac-AppUITests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Speculid-Mac-AppUITests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Speculid-Mac-AppUITests/Pods-Speculid-Mac-AppUITests.debug.xcconfig"; sourceTree = ""; }; - 5598DB627CD85D918F6EAC73 /* Pods-Speculid-Mac-AppUITests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Speculid-Mac-AppUITests.release.xcconfig"; path = "Pods/Target Support Files/Pods-Speculid-Mac-AppUITests/Pods-Speculid-Mac-AppUITests.release.xcconfig"; sourceTree = ""; }; - 5EA075855931F18A5DA87B15 /* Pods_Speculid_Mac_XPC.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Speculid_Mac_XPC.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 63BDAD4963D80A5FF54A9272 /* Pods_Speculid_Mac_AppUITests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Speculid_Mac_AppUITests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 72377B2194FCD69B6D9FED05 /* Pods-CairoSVG.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-CairoSVG.release.xcconfig"; path = "Pods/Target Support Files/Pods-CairoSVG/Pods-CairoSVG.release.xcconfig"; sourceTree = ""; }; - 75FAFD8D34A5758295CE7C3E /* Pods-Speculid-Mac-App.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Speculid-Mac-App.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Speculid-Mac-App/Pods-Speculid-Mac-App.debug.xcconfig"; sourceTree = ""; }; - 7DD68C68194F71BF3C7B683C /* Pods-CairoSVG.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-CairoSVG.debug.xcconfig"; path = "Pods/Target Support Files/Pods-CairoSVG/Pods-CairoSVG.debug.xcconfig"; sourceTree = ""; }; - 87434B3EFCD8AF7732299E58 /* Pods-Speculid.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Speculid.release.xcconfig"; path = "Pods/Target Support Files/Pods-Speculid/Pods-Speculid.release.xcconfig"; sourceTree = ""; }; - 9F8599C40CCA72FBF9FA1098 /* Pods_CairoSVG.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_CairoSVG.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - B30216EF218B805E004C4BEA /* Gemfile */ = {isa = PBXFileReference; lastKnownFileType = text; path = Gemfile; sourceTree = ""; }; - B3033B191F9AEE9900787279 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; - B3033B1A1F9AEE9A00787279 /* .gitignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .gitignore; sourceTree = ""; }; - B3033B1D1F9AEFC100787279 /* AssetSpecificationDocumentProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AssetSpecificationDocumentProtocol.swift; sourceTree = ""; }; - B3033B1F1F9AEFE600787279 /* AssetSpecificationDocument.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AssetSpecificationDocument.swift; sourceTree = ""; }; - B3033B211F9AF03F00787279 /* Contents.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; name = Contents.json; path = Assets.xcassets/AppIcon.appiconset/Contents.json; sourceTree = ""; }; - B3033B231F9AF05900787279 /* Contents.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; name = Contents.json; path = Assets.xcassets/TrayIcon.imageset/Contents.json; sourceTree = ""; }; - B3081398218A067300DB07D0 /* geometry.svg */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = geometry.svg; sourceTree = ""; }; - B3136DBB1F90E27B0002B7AB /* ImageFile.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ImageFile.swift; sourceTree = ""; }; - B3136DBC1F90E27B0002B7AB /* Speculid_Mac_Framework.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Speculid_Mac_Framework.h; sourceTree = ""; }; - B3136DBE1F90E27B0002B7AB /* ImageSpecification.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ImageSpecification.swift; sourceTree = ""; }; - B3136DC01F90E27B0002B7AB /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - B3136DC31F90E2A10002B7AB /* layers.svg */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = layers.svg; sourceTree = ""; }; - B3136DC61F90E2A20002B7AB /* ServiceProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ServiceProtocol.swift; sourceTree = ""; }; - B3136DC91F90E2A20002B7AB /* ErrorCollection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ErrorCollection.swift; sourceTree = ""; }; - B3136DCC1F90E2A20002B7AB /* Service.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Service.swift; sourceTree = ""; }; - B3136DD81F90E96A0002B7AB /* cairo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = cairo.h; sourceTree = ""; }; - B3136DDA1F90EA520002B7AB /* rsvg.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = rsvg.h; sourceTree = ""; }; - B3136DDB1F90EF370002B7AB /* Application.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Application.swift; sourceTree = ""; }; - B3136DDD1F90EF460002B7AB /* Application.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Application.swift; sourceTree = ""; }; - B3136DE81F90F73A0002B7AB /* CairoConversionSet.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CairoConversionSet.swift; sourceTree = ""; }; - B3136DEA1F90F73A0002B7AB /* AnalyticsTracker.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AnalyticsTracker.swift; sourceTree = ""; }; - B3136DEC1F90F73A0002B7AB /* ClientIdentifier.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ClientIdentifier.swift; sourceTree = ""; }; - B3136DF01F90F73A0002B7AB /* ImageConversionSetBuilder.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ImageConversionSetBuilder.swift; sourceTree = ""; }; - B3136DF11F90F73A0002B7AB /* AnalyticsSessionManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AnalyticsSessionManager.swift; sourceTree = ""; }; - B3136DF21F90F73A0002B7AB /* SpeculidBuilder.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SpeculidBuilder.swift; sourceTree = ""; }; - B3136DF31F90F73A0002B7AB /* ImageConversionBuilder.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ImageConversionBuilder.swift; sourceTree = ""; }; - B3136DF41F90F73A0002B7AB /* CairoConversionSetBuilder.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CairoConversionSetBuilder.swift; sourceTree = ""; }; - B3136DF61F90F73A0002B7AB /* NSColor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NSColor.swift; sourceTree = ""; }; - B3136DF71F90F73A0002B7AB /* String.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = String.swift; sourceTree = ""; }; - B3136DF81F90F73A0002B7AB /* CGFloat.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CGFloat.swift; sourceTree = ""; }; - B3136DFA1F90F73A0002B7AB /* AnalyticsParameterDictionary.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AnalyticsParameterDictionary.swift; sourceTree = ""; }; - B3136DFB1F90F73A0002B7AB /* GeometryDimension.Codable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GeometryDimension.Codable.swift; sourceTree = ""; }; - B3136DFC1F90F73A0002B7AB /* SpeculidSpecificationsFile.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SpeculidSpecificationsFile.swift; sourceTree = ""; }; - B3136E001F90F73A0002B7AB /* GeometryDimension.ScalingBy.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GeometryDimension.ScalingBy.swift; sourceTree = ""; }; - B3136E011F90F73A0002B7AB /* SpeculidDocument.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SpeculidDocument.swift; sourceTree = ""; }; - B3136E021F90F73A0002B7AB /* AnalyticsParameterKey.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AnalyticsParameterKey.swift; sourceTree = ""; }; - B3136E041F90F73A0002B7AB /* AssetSpecification.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AssetSpecification.swift; sourceTree = ""; }; - B3136E051F90F73A0002B7AB /* AnalyticsConfiguration.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AnalyticsConfiguration.swift; sourceTree = ""; }; - B3136E071F90F73A0002B7AB /* ImageIdiom.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ImageIdiom.swift; sourceTree = ""; }; - B3136E091F90F73B0002B7AB /* SpeculidSpecificationsFileProtocol.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SpeculidSpecificationsFileProtocol.swift; sourceTree = ""; }; - B3136E0B1F90F73B0002B7AB /* ImageConversionSetBuilderProtocol.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ImageConversionSetBuilderProtocol.swift; sourceTree = ""; }; - B3136E0C1F90F73B0002B7AB /* ImageConversionTaskProtocol.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ImageConversionTaskProtocol.swift; sourceTree = ""; }; - B3136E0D1F90F73B0002B7AB /* ClientIdentifierDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ClientIdentifierDelegate.swift; sourceTree = ""; }; - B3136E0F1F90F73B0002B7AB /* ImageConversionSetProtocol.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ImageConversionSetProtocol.swift; sourceTree = ""; }; - B3136E101F90F73B0002B7AB /* SpeculidDocumentProtocol.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SpeculidDocumentProtocol.swift; sourceTree = ""; }; - B3136E111F90F73B0002B7AB /* SpeculidConfigurationProtocol.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SpeculidConfigurationProtocol.swift; sourceTree = ""; }; - B3136E121F90F73B0002B7AB /* AnalyticsEventProtocol.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AnalyticsEventProtocol.swift; sourceTree = ""; }; - B3136E131F90F73B0002B7AB /* AnalyticsSessionManagerProtocol.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AnalyticsSessionManagerProtocol.swift; sourceTree = ""; }; - B3136E141F90F73B0002B7AB /* AssetSpecificationProtocol.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AssetSpecificationProtocol.swift; sourceTree = ""; }; - B3136E151F90F73B0002B7AB /* GeometryProtocol.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GeometryProtocol.swift; sourceTree = ""; }; - B3136E161F90F73B0002B7AB /* SpeculidArgumentsProtocol.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SpeculidArgumentsProtocol.swift; sourceTree = ""; }; - B3136E171F90F73B0002B7AB /* AnalyticsConfigurationProtocol.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AnalyticsConfigurationProtocol.swift; sourceTree = ""; }; - B3136E181F90F73B0002B7AB /* AnalyticsTrackerProtocol.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AnalyticsTrackerProtocol.swift; sourceTree = ""; }; - B3136E191F90F73B0002B7AB /* SpeculidBuilderProtocol.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SpeculidBuilderProtocol.swift; sourceTree = ""; }; - B3136E1A1F90F73B0002B7AB /* ApplicationProtocol.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ApplicationProtocol.swift; sourceTree = ""; }; - B3136E1B1F90F73B0002B7AB /* ImageConversionBuilderProtocol.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ImageConversionBuilderProtocol.swift; sourceTree = ""; }; - B3136E1C1F90F73B0002B7AB /* versions.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = versions.plist; sourceTree = ""; }; - B3136E1E1F90F73B0002B7AB /* MissingRequiredInstallationError.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MissingRequiredInstallationError.swift; sourceTree = ""; }; - B3136E1F1F90F73B0002B7AB /* ProcessError.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ProcessError.swift; sourceTree = ""; }; - B3136E201F90F73B0002B7AB /* ArrayError.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ArrayError.swift; sourceTree = ""; }; - B3136E211F90F73B0002B7AB /* UnknownConversionError.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UnknownConversionError.swift; sourceTree = ""; }; - B3136E601F90FCCF0002B7AB /* Speculid-Mac-AppUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Speculid-Mac-AppUITests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; - B3136E621F90FCCF0002B7AB /* SpeculidUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SpeculidUITests.swift; sourceTree = ""; }; - B3136E641F90FCCF0002B7AB /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - B3136E7E1F90FD2E0002B7AB /* SpeculidTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SpeculidTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; - B3136E821F90FD2E0002B7AB /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - B3136E8D1F90FD3D0002B7AB /* CairoSVGTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = CairoSVGTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; - B3136E8F1F90FD3D0002B7AB /* CairoSVGTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CairoSVGTests.swift; sourceTree = ""; }; - B3136E911F90FD3D0002B7AB /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - B3136EA11F910BC90002B7AB /* svg-appicon.speculid */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "svg-appicon.speculid"; sourceTree = ""; }; - B3136EA21F910BC90002B7AB /* svg-trayicon.speculid */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "svg-trayicon.speculid"; sourceTree = ""; }; - B317B0D01FA560EE00BB5E57 /* QuitMenuItem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QuitMenuItem.swift; sourceTree = ""; }; - B31890691F918F0300D0EFA0 /* GeometryValue.Multiply.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GeometryValue.Multiply.swift; sourceTree = ""; }; - B318906D1F91A06B00D0EFA0 /* .swiftlint.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .swiftlint.yml; sourceTree = ""; }; - B319DCAF233BE00400F9381E /* AssetCatalogItem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AssetCatalogItem.swift; sourceTree = ""; }; - B31BD70020E7E0D500A560C2 /* translit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = translit.h; sourceTree = ""; }; - B31BD70120E7E0D500A560C2 /* ustdio.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ustdio.h; sourceTree = ""; }; - B31BD70220E7E0D500A560C2 /* utf_old.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = utf_old.h; sourceTree = ""; }; - B31BD70320E7E0D500A560C2 /* ucsdet.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ucsdet.h; sourceTree = ""; }; - B31BD70420E7E0D500A560C2 /* tzfmt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tzfmt.h; sourceTree = ""; }; - B31BD70520E7E0D500A560C2 /* ubrk.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ubrk.h; sourceTree = ""; }; - B31BD70620E7E0D500A560C2 /* ufieldpositer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ufieldpositer.h; sourceTree = ""; }; - B31BD70720E7E0D500A560C2 /* stringpiece.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = stringpiece.h; sourceTree = ""; }; - B31BD70820E7E0D500A560C2 /* ucat.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ucat.h; sourceTree = ""; }; - B31BD70920E7E0D500A560C2 /* tblcoll.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tblcoll.h; sourceTree = ""; }; - B31BD70A20E7E0D500A560C2 /* stringoptions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = stringoptions.h; sourceTree = ""; }; - B31BD70B20E7E0D500A560C2 /* dtfmtsym.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dtfmtsym.h; sourceTree = ""; }; - B31BD70C20E7E0D500A560C2 /* unirepl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = unirepl.h; sourceTree = ""; }; - B31BD70D20E7E0D500A560C2 /* ptypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ptypes.h; sourceTree = ""; }; - B31BD70E20E7E0D500A560C2 /* fmtable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = fmtable.h; sourceTree = ""; }; - B31BD70F20E7E0D500A560C2 /* dtitvfmt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dtitvfmt.h; sourceTree = ""; }; - B31BD71020E7E0D500A560C2 /* choicfmt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = choicfmt.h; sourceTree = ""; }; - B31BD71120E7E0D500A560C2 /* usetiter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = usetiter.h; sourceTree = ""; }; - B31BD71220E7E0D500A560C2 /* errorcode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = errorcode.h; sourceTree = ""; }; - B31BD71320E7E0D500A560C2 /* tznames.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tznames.h; sourceTree = ""; }; - B31BD71420E7E0D500A560C2 /* dtintrv.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dtintrv.h; sourceTree = ""; }; - B31BD71520E7E0D500A560C2 /* ucurr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ucurr.h; sourceTree = ""; }; - B31BD71620E7E0D500A560C2 /* icuplug.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = icuplug.h; sourceTree = ""; }; - B31BD71720E7E0D500A560C2 /* uregion.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = uregion.h; sourceTree = ""; }; - B31BD71820E7E0D500A560C2 /* utext.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = utext.h; sourceTree = ""; }; - B31BD71920E7E0D500A560C2 /* edits.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = edits.h; sourceTree = ""; }; - B31BD71A20E7E0D500A560C2 /* parsepos.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = parsepos.h; sourceTree = ""; }; - B31BD71B20E7E0D500A560C2 /* ucal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ucal.h; sourceTree = ""; }; - B31BD71C20E7E0D500A560C2 /* fpositer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = fpositer.h; sourceTree = ""; }; - B31BD71D20E7E0D500A560C2 /* dtitvinf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dtitvinf.h; sourceTree = ""; }; - B31BD71E20E7E0D500A560C2 /* rbnf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = rbnf.h; sourceTree = ""; }; - B31BD71F20E7E0D500A560C2 /* udat.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = udat.h; sourceTree = ""; }; - B31BD72020E7E0D500A560C2 /* urep.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = urep.h; sourceTree = ""; }; - B31BD72120E7E0D500A560C2 /* utf32.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = utf32.h; sourceTree = ""; }; - B31BD72220E7E0D500A560C2 /* vtzone.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vtzone.h; sourceTree = ""; }; - B31BD72320E7E0D500A560C2 /* ustring.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ustring.h; sourceTree = ""; }; - B31BD72420E7E0D500A560C2 /* ubiditransform.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ubiditransform.h; sourceTree = ""; }; - B31BD72520E7E0D500A560C2 /* uenum.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = uenum.h; sourceTree = ""; }; - B31BD72620E7E0D500A560C2 /* appendable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = appendable.h; sourceTree = ""; }; - B31BD72720E7E0D500A560C2 /* usearch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = usearch.h; sourceTree = ""; }; - B31BD72820E7E0D500A560C2 /* numsys.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = numsys.h; sourceTree = ""; }; - B31BD72920E7E0D500A560C2 /* timezone.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = timezone.h; sourceTree = ""; }; - B31BD72A20E7E0D500A560C2 /* uset.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = uset.h; sourceTree = ""; }; - B31BD72B20E7E0D500A560C2 /* casemap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = casemap.h; sourceTree = ""; }; - B31BD72C20E7E0D500A560C2 /* coleitr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = coleitr.h; sourceTree = ""; }; - B31BD72D20E7E0D500A560C2 /* schriter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = schriter.h; sourceTree = ""; }; - B31BD72E20E7E0D500A560C2 /* msgfmt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = msgfmt.h; sourceTree = ""; }; - B31BD72F20E7E0D500A560C2 /* fieldpos.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = fieldpos.h; sourceTree = ""; }; - B31BD73020E7E0D500A560C2 /* simpletz.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = simpletz.h; sourceTree = ""; }; - B31BD73120E7E0D500A560C2 /* uldnames.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = uldnames.h; sourceTree = ""; }; - B31BD73220E7E0D500A560C2 /* uiter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = uiter.h; sourceTree = ""; }; - B31BD73320E7E0D500A560C2 /* umsg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = umsg.h; sourceTree = ""; }; - B31BD73420E7E0D500A560C2 /* sortkey.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sortkey.h; sourceTree = ""; }; - B31BD73520E7E0D500A560C2 /* docmain.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = docmain.h; sourceTree = ""; }; - B31BD73620E7E0D500A560C2 /* uniset.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = uniset.h; sourceTree = ""; }; - B31BD73720E7E0D500A560C2 /* basictz.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = basictz.h; sourceTree = ""; }; - B31BD73820E7E0D500A560C2 /* udata.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = udata.h; sourceTree = ""; }; - B31BD73920E7E0D500A560C2 /* stringtriebuilder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = stringtriebuilder.h; sourceTree = ""; }; - B31BD73A20E7E0D500A560C2 /* chariter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = chariter.h; sourceTree = ""; }; - B31BD73B20E7E0D500A560C2 /* umisc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = umisc.h; sourceTree = ""; }; - B31BD73C20E7E0D500A560C2 /* reldatefmt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = reldatefmt.h; sourceTree = ""; }; - B31BD73D20E7E0D500A560C2 /* uloc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = uloc.h; sourceTree = ""; }; - B31BD73E20E7E0D500A560C2 /* plurrule.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = plurrule.h; sourceTree = ""; }; - B31BD73F20E7E0D500A560C2 /* bytestriebuilder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bytestriebuilder.h; sourceTree = ""; }; - B31BD74020E7E0D500A560C2 /* measunit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = measunit.h; sourceTree = ""; }; - B31BD74120E7E0D500A560C2 /* utrace.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = utrace.h; sourceTree = ""; }; - B31BD74220E7E0D500A560C2 /* locdspnm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = locdspnm.h; sourceTree = ""; }; - B31BD74320E7E0D500A560C2 /* gregocal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gregocal.h; sourceTree = ""; }; - B31BD74420E7E0D500A560C2 /* uchriter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = uchriter.h; sourceTree = ""; }; - B31BD74520E7E0D500A560C2 /* enumset.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = enumset.h; sourceTree = ""; }; - B31BD74620E7E0D500A560C2 /* nounit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = nounit.h; sourceTree = ""; }; - B31BD74720E7E0D500A560C2 /* utf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = utf.h; sourceTree = ""; }; - B31BD74820E7E0D500A560C2 /* measure.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = measure.h; sourceTree = ""; }; - B31BD74920E7E0D500A560C2 /* tzrule.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tzrule.h; sourceTree = ""; }; - B31BD74A20E7E0D500A560C2 /* strenum.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = strenum.h; sourceTree = ""; }; - B31BD74B20E7E0D500A560C2 /* regex.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = regex.h; sourceTree = ""; }; - B31BD74C20E7E0D500A560C2 /* gender.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gender.h; sourceTree = ""; }; - B31BD74D20E7E0D500A560C2 /* dcfmtsym.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dcfmtsym.h; sourceTree = ""; }; - B31BD74E20E7E0D500A560C2 /* ucnv_err.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ucnv_err.h; sourceTree = ""; }; - B31BD74F20E7E0D500A560C2 /* decimfmt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = decimfmt.h; sourceTree = ""; }; - B31BD75020E7E0D500A560C2 /* bytestrie.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bytestrie.h; sourceTree = ""; }; - B31BD75120E7E0D500A560C2 /* udatpg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = udatpg.h; sourceTree = ""; }; - B31BD75220E7E0D500A560C2 /* listformatter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = listformatter.h; sourceTree = ""; }; - B31BD75320E7E0D500A560C2 /* uobject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = uobject.h; sourceTree = ""; }; - B31BD75420E7E0D500A560C2 /* calendar.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = calendar.h; sourceTree = ""; }; - B31BD75520E7E0D500A560C2 /* ures.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ures.h; sourceTree = ""; }; - B31BD75620E7E0D500A560C2 /* normlzr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = normlzr.h; sourceTree = ""; }; - B31BD75720E7E0D500A560C2 /* usprep.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = usprep.h; sourceTree = ""; }; - B31BD75820E7E0D500A560C2 /* urename.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = urename.h; sourceTree = ""; }; - B31BD75920E7E0D500A560C2 /* caniter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = caniter.h; sourceTree = ""; }; - B31BD75A20E7E0D500A560C2 /* ucol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ucol.h; sourceTree = ""; }; - B31BD75B20E7E0D500A560C2 /* upluralrules.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = upluralrules.h; sourceTree = ""; }; - B31BD75C20E7E0D500A560C2 /* ucharstrie.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ucharstrie.h; sourceTree = ""; }; - B31BD75D20E7E0D500A560C2 /* tmunit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tmunit.h; sourceTree = ""; }; - B31BD75E20E7E0D500A560C2 /* unistr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = unistr.h; sourceTree = ""; }; - B31BD75F20E7E0D500A560C2 /* rbbi.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = rbbi.h; sourceTree = ""; }; - B31BD76020E7E0D500A560C2 /* ulocdata.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ulocdata.h; sourceTree = ""; }; - B31BD76120E7E0D500A560C2 /* idna.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = idna.h; sourceTree = ""; }; - B31BD76220E7E0D500A560C2 /* unorm2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = unorm2.h; sourceTree = ""; }; - B31BD76320E7E0D500A560C2 /* dtptngen.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dtptngen.h; sourceTree = ""; }; - B31BD76420E7E0D500A560C2 /* dbbi.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dbbi.h; sourceTree = ""; }; - B31BD76520E7E0D500A560C2 /* bytestream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bytestream.h; sourceTree = ""; }; - B31BD76620E7E0D500A560C2 /* uversion.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = uversion.h; sourceTree = ""; }; - B31BD76720E7E0D500A560C2 /* messagepattern.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = messagepattern.h; sourceTree = ""; }; - B31BD76820E7E0D500A560C2 /* uidna.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = uidna.h; sourceTree = ""; }; - B31BD76920E7E0D500A560C2 /* filteredbrk.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = filteredbrk.h; sourceTree = ""; }; - B31BD76A20E7E0D500A560C2 /* tmutamt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tmutamt.h; sourceTree = ""; }; - B31BD76B20E7E0D500A560C2 /* char16ptr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = char16ptr.h; sourceTree = ""; }; - B31BD76C20E7E0D500A560C2 /* symtable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = symtable.h; sourceTree = ""; }; - B31BD76D20E7E0D500A560C2 /* ucasemap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ucasemap.h; sourceTree = ""; }; - B31BD76E20E7E0D500A560C2 /* ucoleitr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ucoleitr.h; sourceTree = ""; }; - B31BD76F20E7E0D500A560C2 /* compactdecimalformat.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = compactdecimalformat.h; sourceTree = ""; }; - B31BD77020E7E0D500A560C2 /* unum.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = unum.h; sourceTree = ""; }; - B31BD77120E7E0D500A560C2 /* udisplaycontext.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = udisplaycontext.h; sourceTree = ""; }; - B31BD77220E7E0D500A560C2 /* tztrans.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tztrans.h; sourceTree = ""; }; - B31BD77320E7E0D500A560C2 /* umachine.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = umachine.h; sourceTree = ""; }; - B31BD77420E7E0D500A560C2 /* numberformatter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = numberformatter.h; sourceTree = ""; }; - B31BD77520E7E0D500A560C2 /* datefmt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = datefmt.h; sourceTree = ""; }; - B31BD77620E7E0D500A560C2 /* utmscale.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = utmscale.h; sourceTree = ""; }; - B31BD77720E7E0D500A560C2 /* coll.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = coll.h; sourceTree = ""; }; - B31BD77820E7E0D500A560C2 /* currpinf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = currpinf.h; sourceTree = ""; }; - B31BD77920E7E0D500A560C2 /* uregex.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = uregex.h; sourceTree = ""; }; - B31BD77A20E7E0D500A560C2 /* tmutfmt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tmutfmt.h; sourceTree = ""; }; - B31BD77B20E7E0D500A560C2 /* plurfmt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = plurfmt.h; sourceTree = ""; }; - B31BD77C20E7E0D500A560C2 /* ustringtrie.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ustringtrie.h; sourceTree = ""; }; - B31BD77D20E7E0D500A560C2 /* smpdtfmt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = smpdtfmt.h; sourceTree = ""; }; - B31BD77E20E7E0D500A560C2 /* icudataver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = icudataver.h; sourceTree = ""; }; - B31BD77F20E7E0D500A560C2 /* uchar.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = uchar.h; sourceTree = ""; }; - B31BD78020E7E0D500A560C2 /* unorm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = unorm.h; sourceTree = ""; }; - B31BD78120E7E0D500A560C2 /* ushape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ushape.h; sourceTree = ""; }; - B31BD78220E7E0D500A560C2 /* unifunct.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = unifunct.h; sourceTree = ""; }; - B31BD78320E7E0D500A560C2 /* ugender.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ugender.h; sourceTree = ""; }; - B31BD78420E7E0D500A560C2 /* selfmt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = selfmt.h; sourceTree = ""; }; - B31BD78520E7E0D500A560C2 /* uformattable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = uformattable.h; sourceTree = ""; }; - B31BD78620E7E0D500A560C2 /* ustream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ustream.h; sourceTree = ""; }; - B31BD78720E7E0D500A560C2 /* simpleformatter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = simpleformatter.h; sourceTree = ""; }; - B31BD78820E7E0D500A560C2 /* ucnv_cb.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ucnv_cb.h; sourceTree = ""; }; - B31BD78920E7E0D500A560C2 /* curramt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = curramt.h; sourceTree = ""; }; - B31BD78A20E7E0D500A560C2 /* locid.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = locid.h; sourceTree = ""; }; - B31BD78B20E7E0D500A560C2 /* udateintervalformat.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = udateintervalformat.h; sourceTree = ""; }; - B31BD78C20E7E0D500A560C2 /* resbund.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = resbund.h; sourceTree = ""; }; - B31BD78D20E7E0D500A560C2 /* ubidi.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ubidi.h; sourceTree = ""; }; - B31BD78E20E7E0D500A560C2 /* stsearch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = stsearch.h; sourceTree = ""; }; - B31BD78F20E7E0D500A560C2 /* alphaindex.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = alphaindex.h; sourceTree = ""; }; - B31BD79020E7E0D500A560C2 /* uvernum.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = uvernum.h; sourceTree = ""; }; - B31BD79120E7E0D600A560C2 /* unimatch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = unimatch.h; sourceTree = ""; }; - B31BD79220E7E0D600A560C2 /* rbtz.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = rbtz.h; sourceTree = ""; }; - B31BD79320E7E0D600A560C2 /* ucnvsel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ucnvsel.h; sourceTree = ""; }; - B31BD79420E7E0D600A560C2 /* uspoof.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = uspoof.h; sourceTree = ""; }; - B31BD79520E7E0D600A560C2 /* region.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = region.h; sourceTree = ""; }; - B31BD79620E7E0D600A560C2 /* ureldatefmt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ureldatefmt.h; sourceTree = ""; }; - B31BD79720E7E0D600A560C2 /* utrans.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = utrans.h; sourceTree = ""; }; - B31BD79820E7E0D600A560C2 /* parseerr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = parseerr.h; sourceTree = ""; }; - B31BD79920E7E0D600A560C2 /* putil.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = putil.h; sourceTree = ""; }; - B31BD79A20E7E0D600A560C2 /* format.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = format.h; sourceTree = ""; }; - B31BD79B20E7E0D600A560C2 /* scientificnumberformatter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = scientificnumberformatter.h; sourceTree = ""; }; - B31BD79C20E7E0D600A560C2 /* normalizer2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = normalizer2.h; sourceTree = ""; }; - B31BD79D20E7E0D600A560C2 /* dtrule.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dtrule.h; sourceTree = ""; }; - B31BD79E20E7E0D600A560C2 /* ucnv.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ucnv.h; sourceTree = ""; }; - B31BD79F20E7E0D600A560C2 /* ucharstriebuilder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ucharstriebuilder.h; sourceTree = ""; }; - B31BD7A020E7E0D600A560C2 /* search.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = search.h; sourceTree = ""; }; - B31BD7A120E7E0D600A560C2 /* unumsys.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = unumsys.h; sourceTree = ""; }; - B31BD7A220E7E0D600A560C2 /* uconfig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = uconfig.h; sourceTree = ""; }; - B31BD7A320E7E0D600A560C2 /* utf16.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = utf16.h; sourceTree = ""; }; - B31BD7A420E7E0D600A560C2 /* brkiter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = brkiter.h; sourceTree = ""; }; - B31BD7A520E7E0D600A560C2 /* platform.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = platform.h; sourceTree = ""; }; - B31BD7A620E7E0D600A560C2 /* rep.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = rep.h; sourceTree = ""; }; - B31BD7A720E7E0D600A560C2 /* std_string.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = std_string.h; sourceTree = ""; }; - B31BD7A820E7E0D600A560C2 /* utf8.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = utf8.h; sourceTree = ""; }; - B31BD7A920E7E0D600A560C2 /* localpointer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = localpointer.h; sourceTree = ""; }; - B31BD7AA20E7E0D600A560C2 /* uclean.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = uclean.h; sourceTree = ""; }; - B31BD7AB20E7E0D600A560C2 /* uscript.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = uscript.h; sourceTree = ""; }; - B31BD7AC20E7E0D600A560C2 /* numfmt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = numfmt.h; sourceTree = ""; }; - B31BD7AD20E7E0D600A560C2 /* currunit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = currunit.h; sourceTree = ""; }; - B31BD7AE20E7E0D600A560C2 /* utypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = utypes.h; sourceTree = ""; }; - B31BD7AF20E7E0D600A560C2 /* ulistformatter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ulistformatter.h; sourceTree = ""; }; - B31BD7B020E7E0D600A560C2 /* measfmt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = measfmt.h; sourceTree = ""; }; - B31BD7B120E7E0D600A560C2 /* unifilt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = unifilt.h; sourceTree = ""; }; - B31BD7C720E7E0D600A560C2 /* libicuio.61.1.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = libicuio.61.1.dylib; sourceTree = ""; }; - B31BD7CA20E7E0D600A560C2 /* libicui18n.61.1.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = libicui18n.61.1.dylib; sourceTree = ""; }; - B31BD7CB20E7E0D600A560C2 /* libicutu.61.1.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = libicutu.61.1.dylib; sourceTree = ""; }; - B31BD7D420E7E0D600A560C2 /* libicudata.61.1.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = libicudata.61.1.dylib; sourceTree = ""; }; - B31BD7D520E7E0D600A560C2 /* libicutest.61.1.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = libicutest.61.1.dylib; sourceTree = ""; }; - B31BD7DF20E7E0D600A560C2 /* libicuuc.61.1.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = libicuuc.61.1.dylib; sourceTree = ""; }; - B31BEAF81F96268000496E7A /* RegularExpressionSetBuilder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RegularExpressionSetBuilder.swift; sourceTree = ""; }; - B31BEAFB1F96269F00496E7A /* RegularExpressionSet.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RegularExpressionSet.swift; sourceTree = ""; }; - B31BEAFD1F9626AC00496E7A /* RegularExpressionSetProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RegularExpressionSetProtocol.swift; sourceTree = ""; }; - B31BEAFF1F9626BB00496E7A /* RegularExpressionSetBuilderProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RegularExpressionSetBuilderProtocol.swift; sourceTree = ""; }; - B3220A4721154D1A00047BF6 /* fix_dylibs.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = fix_dylibs.sh; sourceTree = ""; }; - B3220A4821154D1A00047BF6 /* codesign-framework.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = "codesign-framework.sh"; sourceTree = ""; }; - B3220A4921154D1A00047BF6 /* decrypt-certs.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = "decrypt-certs.sh"; sourceTree = ""; }; - B3220A4A21154D1A00047BF6 /* shasum.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = shasum.sh; sourceTree = ""; }; - B3220A4B21154D1A00047BF6 /* build-keychain.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = "build-keychain.sh"; sourceTree = ""; }; - B323FC09217FB2C400D95E9C /* Speculid-Mac-Installer-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Speculid-Mac-Installer-Info.plist"; sourceTree = ""; }; - B323FC0E217FB44400D95E9C /* Speculid-Mac-Installer-Launchd.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Speculid-Mac-Installer-Launchd.plist"; sourceTree = ""; }; - B323FC10217FB5CB00D95E9C /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = ""; }; - B323FC12217FB5F500D95E9C /* ServiceDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ServiceDelegate.swift; sourceTree = ""; }; - B3242E97213DBE6C0063037C /* speculid */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = speculid; sourceTree = BUILT_PRODUCTS_DIR; }; - B3242E99213DBE6C0063037C /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = ""; }; - B326F24821810F580072D652 /* CodeSignUpdate.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = CodeSignUpdate.sh; sourceTree = ""; }; - B326F24F21811B970072D652 /* com.brightdigit.Speculid-Mac-Installer */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "com.brightdigit.Speculid-Mac-Installer"; sourceTree = BUILT_PRODUCTS_DIR; }; - B32D69EA1F9EC5CA00C21C8C /* Speculid.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Speculid.entitlements; sourceTree = ""; }; - B33192E6244BB27100FFA999 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = ""; }; - B33192E7244BB27100FFA999 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; - B33192E8244BB27100FFA999 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - B33192EB244BB27100FFA999 /* InterfaceController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InterfaceController.swift; sourceTree = ""; }; - B33192EC244BB27100FFA999 /* ExtensionDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExtensionDelegate.swift; sourceTree = ""; }; - B33192ED244BB27100FFA999 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - B33192F0244BB27100FFA999 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Interface.storyboard; sourceTree = ""; }; - B33192F1244BB27100FFA999 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - B33192F2244BB27100FFA999 /* examples.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = examples.xcodeproj; sourceTree = ""; }; - B33192F5244BB27100FFA999 /* shasum */ = {isa = PBXFileReference; lastKnownFileType = text; path = shasum; sourceTree = ""; }; - B3319303244BB27100FFA999 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = ""; }; - B3319305244BB27100FFA999 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; }; - B3319307244BB27100FFA999 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; - B3319308244BB27100FFA999 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; - B3319309244BB27100FFA999 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - B331930B244BB27100FFA999 /* Pluginfile */ = {isa = PBXFileReference; lastKnownFileType = text; path = Pluginfile; sourceTree = ""; }; - B331930C244BB27100FFA999 /* Appfile */ = {isa = PBXFileReference; lastKnownFileType = text; path = Appfile; sourceTree = ""; }; - B331930D244BB27100FFA999 /* SnapshotHelper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SnapshotHelper.swift; sourceTree = ""; }; - B331930E244BB27100FFA999 /* Fastfile */ = {isa = PBXFileReference; lastKnownFileType = text; path = Fastfile; sourceTree = ""; }; - B331930F244BB27100FFA999 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; - B3319310244BB27100FFA999 /* Snapfile */ = {isa = PBXFileReference; lastKnownFileType = text; path = Snapfile; sourceTree = ""; }; - B3319311244BB27100FFA999 /* Gemfile */ = {isa = PBXFileReference; lastKnownFileType = text; path = Gemfile; sourceTree = ""; }; - B3319312244BB27100FFA999 /* Gemfile.lock */ = {isa = PBXFileReference; lastKnownFileType = text; path = Gemfile.lock; sourceTree = ""; }; - B33199AE244BB27B00FFA999 /* AppIcon.speculid */ = {isa = PBXFileReference; lastKnownFileType = text; path = AppIcon.speculid; sourceTree = ""; }; - B33199AF244BB27B00FFA999 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; - B33199B0244BB27B00FFA999 /* iOS AppIcon.speculid */ = {isa = PBXFileReference; lastKnownFileType = text; path = "iOS AppIcon.speculid"; sourceTree = ""; }; - B33199B1244BB27B00FFA999 /* geometry.svg */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = geometry.svg; sourceTree = ""; }; - B33199B2244BB27B00FFA999 /* Image Set.speculid */ = {isa = PBXFileReference; lastKnownFileType = text; path = "Image Set.speculid"; sourceTree = ""; }; - B33199B3244BB27B00FFA999 /* macOS AppIcon.speculid */ = {isa = PBXFileReference; lastKnownFileType = text; path = "macOS AppIcon.speculid"; sourceTree = ""; }; - B33199B4244BB27B00FFA999 /* Image Set (Scaled).speculid */ = {isa = PBXFileReference; lastKnownFileType = text; path = "Image Set (Scaled).speculid"; sourceTree = ""; }; - B33A53391F954E4B00E74800 /* StatusItemProviderProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StatusItemProviderProtocol.swift; sourceTree = ""; }; - B33A533B1F954F8C00E74800 /* RemoteObjectInterfaceProviderProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RemoteObjectInterfaceProviderProtocol.swift; sourceTree = ""; }; - B33A533D1F954FF800E74800 /* Result.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Result.swift; sourceTree = ""; }; - B33F0BB81F958695004A87DD /* RemoteObjectInterfaceProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RemoteObjectInterfaceProvider.swift; sourceTree = ""; }; - B33F0BBA1F9586A9004A87DD /* StatusItemProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StatusItemProvider.swift; sourceTree = ""; }; - B34188891F9A44A700C5F356 /* CommandLineArgumentProviderProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CommandLineArgumentProviderProtocol.swift; sourceTree = ""; }; - B341888D1F9A460300C5F356 /* CommandLineArgumentProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CommandLineArgumentProvider.swift; sourceTree = ""; }; - B34188901F9A479900C5F356 /* SpeculidApplicationModeParserTest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SpeculidApplicationModeParserTest.swift; sourceTree = ""; }; - B34B52C7217E5D700080E6DC /* InstallType.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InstallType.swift; sourceTree = ""; }; - B34B52C9217E5FC40080E6DC /* CommandLineInstaller.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CommandLineInstaller.swift; sourceTree = ""; }; - B34E82FA1F8FD4EF0032268F /* ImageFileFormat.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ImageFileFormat.h; sourceTree = ""; }; - B34E82FE1F8FD6860032268F /* ImageFileProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ImageFileProtocol.h; sourceTree = ""; }; - B34E83061F8FDC4C0032268F /* GeometryDimension.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeometryDimension.h; sourceTree = ""; }; - B34E83081F8FDCB80032268F /* Dimension.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Dimension.h; sourceTree = ""; }; - B34E830A1F8FDDAC0032268F /* CairoColorProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CairoColorProtocol.h; sourceTree = ""; }; - B35B71221F9041B900BE477E /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = ""; }; - B35B71251F904CF100BE477E /* SurfaceHandleBuilder.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SurfaceHandleBuilder.h; sourceTree = ""; }; - B35B71261F904CF100BE477E /* SurfaceHandleBuilder.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SurfaceHandleBuilder.m; sourceTree = ""; }; - B35B71291F9052B200BE477E /* CairoSize.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CairoSize.h; sourceTree = ""; }; - B36C2E8A1FA5B876003F48BD /* build.list */ = {isa = PBXFileReference; lastKnownFileType = text; path = build.list; sourceTree = ""; }; - B37C743E1F8C58F300DF505B /* Speculid.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Speculid.app; sourceTree = BUILT_PRODUCTS_DIR; }; - B37C74431F8C58F300DF505B /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; - B37C74481F8C58F300DF505B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - B37C74491F8C58F300DF505B /* Speculid_Mac_App.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Speculid_Mac_App.entitlements; sourceTree = ""; }; - B37C74531F8C590D00DF505B /* Speculid-Mac-XPC.xpc */ = {isa = PBXFileReference; explicitFileType = "wrapper.xpc-service"; includeInIndex = 0; path = "Speculid-Mac-XPC.xpc"; sourceTree = BUILT_PRODUCTS_DIR; }; - B37C745B1F8C590D00DF505B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - B37C74631F8C592400DF505B /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = ""; }; - B37C74681F8C598500DF505B /* ServiceDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ServiceDelegate.swift; sourceTree = ""; }; - B37C74731F8C5ADA00DF505B /* SpeculidKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SpeculidKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - B37C74891F8C5B5C00DF505B /* CairoSVG.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = CairoSVG.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - B37C748B1F8C5B5C00DF505B /* CairoSVG.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CairoSVG.h; sourceTree = ""; }; - B37C748C1F8C5B5C00DF505B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - B37C74951F8C5C7200DF505B /* SVGImageHandle.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SVGImageHandle.h; sourceTree = ""; }; - B37C74961F8C5C7200DF505B /* PNGImageHandle.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PNGImageHandle.m; sourceTree = ""; }; - B37C74971F8C5C7300DF505B /* CairoInterface.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CairoInterface.m; sourceTree = ""; }; - B37C74981F8C5C7300DF505B /* PDFSurface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PDFSurface.h; sourceTree = ""; }; - B37C74991F8C5C7300DF505B /* ImageSpecificationProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ImageSpecificationProtocol.h; sourceTree = ""; }; - B37C749A1F8C5C7300DF505B /* CairoInterface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CairoInterface.h; sourceTree = ""; }; - B37C749B1F8C5C7300DF505B /* SurfaceHandle.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SurfaceHandle.h; sourceTree = ""; }; - B37C749C1F8C5C7300DF505B /* ImageHandleBuilder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ImageHandleBuilder.h; sourceTree = ""; }; - B37C749D1F8C5C7300DF505B /* PDFSurface.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PDFSurface.m; sourceTree = ""; }; - B37C749E1F8C5C7300DF505B /* SVGImageHandle.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SVGImageHandle.m; sourceTree = ""; }; - B37C749F1F8C5C7300DF505B /* PNGSurface.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PNGSurface.m; sourceTree = ""; }; - B37C74A01F8C5C7400DF505B /* ImageHandleBuilder.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ImageHandleBuilder.m; sourceTree = ""; }; - B37C74A11F8C5C7400DF505B /* ImageHandle.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ImageHandle.h; sourceTree = ""; }; - B37C74A21F8C5C7400DF505B /* PNGSurface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PNGSurface.h; sourceTree = ""; }; - B37C74A31F8C5C7400DF505B /* PNGImageHandle.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PNGImageHandle.h; sourceTree = ""; }; - B3825EF320F91806008F2A02 /* Segment.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Segment.h; sourceTree = ""; }; - B3825EF420F91806008F2A02 /* Types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Types.h; sourceTree = ""; }; - B3825EF520F91806008F2A02 /* Log.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Log.h; sourceTree = ""; }; - B3825EF620F91806008F2A02 /* Font.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Font.h; sourceTree = ""; }; - B3825EF920F91806008F2A02 /* libgraphite2.3.0.1.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = libgraphite2.3.0.1.dylib; sourceTree = ""; }; - B3891BBD20F7CE010095E1FD /* CwlSysctl.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CwlSysctl.swift; sourceTree = ""; }; - B394EEBC2195FE2D004EB090 /* BadGeometryStringValueError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BadGeometryStringValueError.swift; sourceTree = ""; }; - B394EEBE2195FE46004EB090 /* BadGeometryCGSizeValueError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BadGeometryCGSizeValueError.swift; sourceTree = ""; }; - B3B049C81FA262A8002906B1 /* exportOptions.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = exportOptions.plist; sourceTree = ""; }; - B3B049CB1FA27D96002906B1 /* certs */ = {isa = PBXFileReference; lastKnownFileType = folder; path = certs; sourceTree = ""; }; - B3B27DE6218BC9D000569056 /* Speculid-Mac-XPC.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "Speculid-Mac-XPC.entitlements"; sourceTree = ""; }; - B3B5E9D81F96C1BE004A6BEB /* SpeculidConfigurationBuilder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SpeculidConfigurationBuilder.swift; sourceTree = ""; }; - B3B5E9DB1F96C1D2004A6BEB /* SpeculidConfigurationBuilderProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SpeculidConfigurationBuilderProtocol.swift; sourceTree = ""; }; - B3B5E9DD1F96C2A2004A6BEB /* SpeculidConfiguration.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SpeculidConfiguration.swift; sourceTree = ""; }; - B3B5E9DF1F96C416004A6BEB /* SpeculidApplicationMode.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SpeculidApplicationMode.swift; sourceTree = ""; }; - B3B5E9E11F96C44D004A6BEB /* SpeculidCommandArgumentSet.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SpeculidCommandArgumentSet.swift; sourceTree = ""; }; - B3B5E9E31F96C5F1004A6BEB /* CommandLineActivityProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CommandLineActivityProtocol.swift; sourceTree = ""; }; - B3B5E9E51F96C604004A6BEB /* CommandLineRunnerProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CommandLineRunnerProtocol.swift; sourceTree = ""; }; - B3B5E9E71F96C74C004A6BEB /* CommandLineRunner.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CommandLineRunner.swift; sourceTree = ""; }; - B3B5E9E91F96C777004A6BEB /* SpeculidApplicationModeParserProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SpeculidApplicationModeParserProtocol.swift; sourceTree = ""; }; - B3B5E9EB1F96C7D5004A6BEB /* SpeculidApplicationModeParser.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SpeculidApplicationModeParser.swift; sourceTree = ""; }; - B3C6CA8D2114C9EB000D5120 /* dummy */ = {isa = PBXFileReference; lastKnownFileType = text; path = dummy; sourceTree = ""; }; - B3CB156F2113AA8C00A6DC5C /* VersionProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VersionProvider.swift; sourceTree = ""; }; - B3CEF3C41FB611D200F1DF87 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; - B3D32A011F9A5D750042B46F /* help.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = help.txt; sourceTree = ""; }; - B3D32A031F9A5E8F0042B46F /* CommandLineRunnerTest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CommandLineRunnerTest.swift; sourceTree = ""; }; - B3D32A051F9A5FEE0042B46F /* FileHandle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FileHandle.swift; sourceTree = ""; }; - B3D32A071F9A73740042B46F /* AsyncBlockOperation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AsyncBlockOperation.swift; sourceTree = ""; }; - B3E2046A20E568C0009EA554 /* librsvg-features.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "librsvg-features.h"; sourceTree = ""; }; - B3E2046B20E568C0009EA554 /* rsvg-cairo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "rsvg-cairo.h"; sourceTree = ""; }; - B3E2046C20E568C0009EA554 /* librsvg-enum-types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "librsvg-enum-types.h"; sourceTree = ""; }; - B3E2046D20E568C0009EA554 /* rsvg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = rsvg.h; sourceTree = ""; }; - B3E2047420E568C0009EA554 /* librsvg-2.2.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = "librsvg-2.2.dylib"; sourceTree = ""; }; - B3E2F4C220E568A5009EA554 /* pixman.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pixman.h; sourceTree = ""; }; - B3E2F4C320E568A5009EA554 /* pixman-version.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "pixman-version.h"; sourceTree = ""; }; - B3E2F4CC20E568A5009EA554 /* libpixman-1.0.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = "libpixman-1.0.dylib"; sourceTree = ""; }; - B3E2F4D820E568A5009EA554 /* ftsnames.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftsnames.h; sourceTree = ""; }; - B3E2F4D920E568A5009EA554 /* ftwinfnt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftwinfnt.h; sourceTree = ""; }; - B3E2F4DA20E568A5009EA554 /* ftsizes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftsizes.h; sourceTree = ""; }; - B3E2F4DB20E568A5009EA554 /* fttypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = fttypes.h; sourceTree = ""; }; - B3E2F4DC20E568A5009EA554 /* ftparams.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftparams.h; sourceTree = ""; }; - B3E2F4DD20E568A5009EA554 /* ftmm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftmm.h; sourceTree = ""; }; - B3E2F4DF20E568A5009EA554 /* ftstdlib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftstdlib.h; sourceTree = ""; }; - B3E2F4E020E568A5009EA554 /* ftheader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftheader.h; sourceTree = ""; }; - B3E2F4E120E568A5009EA554 /* ftconfig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftconfig.h; sourceTree = ""; }; - B3E2F4E220E568A5009EA554 /* ftoption.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftoption.h; sourceTree = ""; }; - B3E2F4E320E568A5009EA554 /* ftmodule.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftmodule.h; sourceTree = ""; }; - B3E2F4E420E568A5009EA554 /* ftmodapi.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftmodapi.h; sourceTree = ""; }; - B3E2F4E520E568A5009EA554 /* ftbzip2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftbzip2.h; sourceTree = ""; }; - B3E2F4E620E568A5009EA554 /* fttrigon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = fttrigon.h; sourceTree = ""; }; - B3E2F4E720E568A5009EA554 /* ftbbox.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftbbox.h; sourceTree = ""; }; - B3E2F4E820E568A5009EA554 /* ftgzip.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftgzip.h; sourceTree = ""; }; - B3E2F4E920E568A5009EA554 /* ftdriver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftdriver.h; sourceTree = ""; }; - B3E2F4EA20E568A6009EA554 /* ftoutln.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftoutln.h; sourceTree = ""; }; - B3E2F4EB20E568A6009EA554 /* ftadvanc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftadvanc.h; sourceTree = ""; }; - B3E2F4EC20E568A6009EA554 /* ftsynth.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftsynth.h; sourceTree = ""; }; - B3E2F4ED20E568A6009EA554 /* fterrors.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = fterrors.h; sourceTree = ""; }; - B3E2F4EE20E568A6009EA554 /* ftgasp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftgasp.h; sourceTree = ""; }; - B3E2F4EF20E568A6009EA554 /* ftstroke.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftstroke.h; sourceTree = ""; }; - B3E2F4F020E568A6009EA554 /* ftcache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftcache.h; sourceTree = ""; }; - B3E2F4F120E568A6009EA554 /* ftotval.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftotval.h; sourceTree = ""; }; - B3E2F4F220E568A6009EA554 /* freetype.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = freetype.h; sourceTree = ""; }; - B3E2F4F320E568A6009EA554 /* ftincrem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftincrem.h; sourceTree = ""; }; - B3E2F4F420E568A6009EA554 /* ftfntfmt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftfntfmt.h; sourceTree = ""; }; - B3E2F4F520E568A6009EA554 /* fterrdef.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = fterrdef.h; sourceTree = ""; }; - B3E2F4F620E568A6009EA554 /* ttnameid.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ttnameid.h; sourceTree = ""; }; - B3E2F4F720E568A6009EA554 /* ftpfr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftpfr.h; sourceTree = ""; }; - B3E2F4F820E568A6009EA554 /* ftgxval.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftgxval.h; sourceTree = ""; }; - B3E2F4F920E568A6009EA554 /* ftchapters.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftchapters.h; sourceTree = ""; }; - B3E2F4FA20E568A6009EA554 /* tttags.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tttags.h; sourceTree = ""; }; - B3E2F4FB20E568A6009EA554 /* ftlzw.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftlzw.h; sourceTree = ""; }; - B3E2F4FC20E568A6009EA554 /* ftsystem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftsystem.h; sourceTree = ""; }; - B3E2F4FD20E568A6009EA554 /* t1tables.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = t1tables.h; sourceTree = ""; }; - B3E2F4FE20E568A6009EA554 /* ftimage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftimage.h; sourceTree = ""; }; - B3E2F4FF20E568A6009EA554 /* tttables.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tttables.h; sourceTree = ""; }; - B3E2F50020E568A6009EA554 /* ftcid.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftcid.h; sourceTree = ""; }; - B3E2F50120E568A6009EA554 /* ftglyph.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftglyph.h; sourceTree = ""; }; - B3E2F50220E568A6009EA554 /* ftmoderr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftmoderr.h; sourceTree = ""; }; - B3E2F50320E568A6009EA554 /* ftbitmap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftbitmap.h; sourceTree = ""; }; - B3E2F50420E568A6009EA554 /* ftlist.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftlist.h; sourceTree = ""; }; - B3E2F50520E568A6009EA554 /* ftmac.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftmac.h; sourceTree = ""; }; - B3E2F50620E568A6009EA554 /* ftlcdfil.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftlcdfil.h; sourceTree = ""; }; - B3E2F50720E568A6009EA554 /* ftbdf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftbdf.h; sourceTree = ""; }; - B3E2F50820E568A6009EA554 /* ftrender.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftrender.h; sourceTree = ""; }; - B3E2F50920E568A6009EA554 /* ft2build.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ft2build.h; sourceTree = ""; }; - B3E2F51020E568A6009EA554 /* libfreetype.6.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = libfreetype.6.dylib; sourceTree = ""; }; - B3E2F52520E568A6009EA554 /* gdk-pixbuf-animation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "gdk-pixbuf-animation.h"; sourceTree = ""; }; - B3E2F52620E568A6009EA554 /* gdk-pixbuf-marshal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "gdk-pixbuf-marshal.h"; sourceTree = ""; }; - B3E2F52720E568A6009EA554 /* gdk-pixbuf-io.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "gdk-pixbuf-io.h"; sourceTree = ""; }; - B3E2F52820E568A6009EA554 /* gdk-pixbuf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "gdk-pixbuf.h"; sourceTree = ""; }; - B3E2F52920E568A6009EA554 /* gdk-pixbuf-macros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "gdk-pixbuf-macros.h"; sourceTree = ""; }; - B3E2F52A20E568A6009EA554 /* gdk-pixbuf-loader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "gdk-pixbuf-loader.h"; sourceTree = ""; }; - B3E2F52B20E568A6009EA554 /* gdk-pixbuf-autocleanups.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "gdk-pixbuf-autocleanups.h"; sourceTree = ""; }; - B3E2F52C20E568A6009EA554 /* gdk-pixbuf-enum-types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "gdk-pixbuf-enum-types.h"; sourceTree = ""; }; - B3E2F52D20E568A6009EA554 /* gdk-pixdata.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "gdk-pixdata.h"; sourceTree = ""; }; - B3E2F52E20E568A6009EA554 /* gdk-pixbuf-transform.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "gdk-pixbuf-transform.h"; sourceTree = ""; }; - B3E2F52F20E568A6009EA554 /* gdk-pixbuf-core.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "gdk-pixbuf-core.h"; sourceTree = ""; }; - B3E2F53020E568A6009EA554 /* gdk-pixbuf-features.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "gdk-pixbuf-features.h"; sourceTree = ""; }; - B3E2F53120E568A6009EA554 /* gdk-pixbuf-simple-anim.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "gdk-pixbuf-simple-anim.h"; sourceTree = ""; }; - B3E2F53920E568A6009EA554 /* libgdk_pixbuf-2.0.0.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = "libgdk_pixbuf-2.0.0.dylib"; sourceTree = ""; }; - B3E2F6E320E568A9009EA554 /* gunixfdlist.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gunixfdlist.h; sourceTree = ""; }; - B3E2F6E420E568A9009EA554 /* gunixsocketaddress.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gunixsocketaddress.h; sourceTree = ""; }; - B3E2F6E520E568A9009EA554 /* gdesktopappinfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gdesktopappinfo.h; sourceTree = ""; }; - B3E2F6E620E568A9009EA554 /* gunixconnection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gunixconnection.h; sourceTree = ""; }; - B3E2F6E720E568A9009EA554 /* gunixoutputstream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gunixoutputstream.h; sourceTree = ""; }; - B3E2F6E820E568A9009EA554 /* gunixcredentialsmessage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gunixcredentialsmessage.h; sourceTree = ""; }; - B3E2F6E920E568A9009EA554 /* gunixinputstream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gunixinputstream.h; sourceTree = ""; }; - B3E2F6EA20E568A9009EA554 /* gunixmounts.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gunixmounts.h; sourceTree = ""; }; - B3E2F6EB20E568A9009EA554 /* gunixfdmessage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gunixfdmessage.h; sourceTree = ""; }; - B3E2F6EC20E568A9009EA554 /* gfiledescriptorbased.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gfiledescriptorbased.h; sourceTree = ""; }; - B3E2F6EE20E568A9009EA554 /* glib-object.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "glib-object.h"; sourceTree = ""; }; - B3E2F6F020E568A9009EA554 /* gparam.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gparam.h; sourceTree = ""; }; - B3E2F6F120E568A9009EA554 /* gparamspecs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gparamspecs.h; sourceTree = ""; }; - B3E2F6F220E568A9009EA554 /* gsignal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gsignal.h; sourceTree = ""; }; - B3E2F6F320E568A9009EA554 /* genums.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = genums.h; sourceTree = ""; }; - B3E2F6F420E568A9009EA554 /* gclosure.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gclosure.h; sourceTree = ""; }; - B3E2F6F520E568A9009EA554 /* gvaluearray.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gvaluearray.h; sourceTree = ""; }; - B3E2F6F620E568A9009EA554 /* gbinding.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gbinding.h; sourceTree = ""; }; - B3E2F6F720E568A9009EA554 /* gtypeplugin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gtypeplugin.h; sourceTree = ""; }; - B3E2F6F920E568A9009EA554 /* gsourceclosure.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gsourceclosure.h; sourceTree = ""; }; - B3E2F6FA20E568A9009EA554 /* glib-types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "glib-types.h"; sourceTree = ""; }; - B3E2F6FB20E568A9009EA554 /* gtype.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gtype.h; sourceTree = ""; }; - B3E2F6FC20E568A9009EA554 /* gvaluetypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gvaluetypes.h; sourceTree = ""; }; - B3E2F6FD20E568A9009EA554 /* gboxed.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gboxed.h; sourceTree = ""; }; - B3E2F6FE20E568A9009EA554 /* gtypemodule.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gtypemodule.h; sourceTree = ""; }; - B3E2F6FF20E568A9009EA554 /* gvalue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gvalue.h; sourceTree = ""; }; - B3E2F70020E568AA009EA554 /* gvaluecollector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gvaluecollector.h; sourceTree = ""; }; - B3E2F70120E568AA009EA554 /* gobject-autocleanups.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "gobject-autocleanups.h"; sourceTree = ""; }; - B3E2F70220E568AA009EA554 /* gobject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gobject.h; sourceTree = ""; }; - B3E2F70320E568AA009EA554 /* gmarshal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gmarshal.h; sourceTree = ""; }; - B3E2F70420E568AA009EA554 /* glib-unix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "glib-unix.h"; sourceTree = ""; }; - B3E2F70520E568AA009EA554 /* glib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = glib.h; sourceTree = ""; }; - B3E2F70720E568AA009EA554 /* gmarkup.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gmarkup.h; sourceTree = ""; }; - B3E2F70820E568AA009EA554 /* ghmac.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ghmac.h; sourceTree = ""; }; - B3E2F70920E568AA009EA554 /* gtimer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gtimer.h; sourceTree = ""; }; - B3E2F70A20E568AA009EA554 /* gvariant.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gvariant.h; sourceTree = ""; }; - B3E2F70B20E568AA009EA554 /* glist.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = glist.h; sourceTree = ""; }; - B3E2F70C20E568AA009EA554 /* gtrashstack.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gtrashstack.h; sourceTree = ""; }; - B3E2F70D20E568AA009EA554 /* gbookmarkfile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gbookmarkfile.h; sourceTree = ""; }; - B3E2F70E20E568AA009EA554 /* gprimes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gprimes.h; sourceTree = ""; }; - B3E2F70F20E568AA009EA554 /* grand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = grand.h; sourceTree = ""; }; - B3E2F71020E568AA009EA554 /* gurifuncs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gurifuncs.h; sourceTree = ""; }; - B3E2F71120E568AA009EA554 /* gchecksum.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gchecksum.h; sourceTree = ""; }; - B3E2F71220E568AA009EA554 /* gtestutils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gtestutils.h; sourceTree = ""; }; - B3E2F71320E568AA009EA554 /* gslist.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gslist.h; sourceTree = ""; }; - B3E2F71420E568AA009EA554 /* gthreadpool.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gthreadpool.h; sourceTree = ""; }; - B3E2F71520E568AA009EA554 /* garray.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = garray.h; sourceTree = ""; }; - B3E2F71620E568AA009EA554 /* gbytes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gbytes.h; sourceTree = ""; }; - B3E2F71720E568AA009EA554 /* gconvert.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gconvert.h; sourceTree = ""; }; - B3E2F71820E568AA009EA554 /* gdir.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gdir.h; sourceTree = ""; }; - B3E2F71920E568AA009EA554 /* gkeyfile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gkeyfile.h; sourceTree = ""; }; - B3E2F71A20E568AA009EA554 /* gstrfuncs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gstrfuncs.h; sourceTree = ""; }; - B3E2F71B20E568AA009EA554 /* gmappedfile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gmappedfile.h; sourceTree = ""; }; - B3E2F71C20E568AA009EA554 /* gstdio.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gstdio.h; sourceTree = ""; }; - B3E2F71D20E568AA009EA554 /* gpoll.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gpoll.h; sourceTree = ""; }; - B3E2F71E20E568AA009EA554 /* gunicode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gunicode.h; sourceTree = ""; }; - B3E2F71F20E568AA009EA554 /* gdataset.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gdataset.h; sourceTree = ""; }; - B3E2F72020E568AA009EA554 /* gqueue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gqueue.h; sourceTree = ""; }; - B3E2F72120E568AA009EA554 /* gsequence.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gsequence.h; sourceTree = ""; }; - B3E2F72220E568AA009EA554 /* gvarianttype.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gvarianttype.h; sourceTree = ""; }; - B3E2F72320E568AA009EA554 /* ghash.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ghash.h; sourceTree = ""; }; - B3E2F72420E568AA009EA554 /* gqsort.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gqsort.h; sourceTree = ""; }; - B3E2F72520E568AA009EA554 /* gscanner.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gscanner.h; sourceTree = ""; }; - B3E2F72620E568AA009EA554 /* ggettext.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ggettext.h; sourceTree = ""; }; - B3E2F72720E568AA009EA554 /* gbase64.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gbase64.h; sourceTree = ""; }; - B3E2F72820E568AA009EA554 /* gasyncqueue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gasyncqueue.h; sourceTree = ""; }; - B3E2F72920E568AA009EA554 /* gmem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gmem.h; sourceTree = ""; }; - B3E2F72A20E568AA009EA554 /* genviron.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = genviron.h; sourceTree = ""; }; - B3E2F72B20E568AA009EA554 /* gshell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gshell.h; sourceTree = ""; }; - B3E2F72C20E568AA009EA554 /* gbacktrace.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gbacktrace.h; sourceTree = ""; }; - B3E2F72D20E568AA009EA554 /* gerror.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gerror.h; sourceTree = ""; }; - B3E2F72E20E568AA009EA554 /* gmain.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gmain.h; sourceTree = ""; }; - B3E2F72F20E568AA009EA554 /* gfileutils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gfileutils.h; sourceTree = ""; }; - B3E2F73020E568AA009EA554 /* gutils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gutils.h; sourceTree = ""; }; - B3E2F73120E568AA009EA554 /* gpattern.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gpattern.h; sourceTree = ""; }; - B3E2F73220E568AA009EA554 /* ghostutils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ghostutils.h; sourceTree = ""; }; - B3E2F73320E568AA009EA554 /* gtypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gtypes.h; sourceTree = ""; }; - B3E2F73420E568AA009EA554 /* gstringchunk.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gstringchunk.h; sourceTree = ""; }; - B3E2F73520E568AA009EA554 /* guuid.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = guuid.h; sourceTree = ""; }; - B3E2F73620E568AA009EA554 /* gcharset.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gcharset.h; sourceTree = ""; }; - B3E2F73720E568AA009EA554 /* gquark.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gquark.h; sourceTree = ""; }; - B3E2F73820E568AA009EA554 /* gi18n-lib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "gi18n-lib.h"; sourceTree = ""; }; - B3E2F73920E568AA009EA554 /* gatomic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gatomic.h; sourceTree = ""; }; - B3E2F73A20E568AA009EA554 /* gdatetime.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gdatetime.h; sourceTree = ""; }; - B3E2F73B20E568AA009EA554 /* gstring.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gstring.h; sourceTree = ""; }; - B3E2F73C20E568AA009EA554 /* goption.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = goption.h; sourceTree = ""; }; - B3E2F73D20E568AA009EA554 /* gdate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gdate.h; sourceTree = ""; }; - B3E2F73E20E568AA009EA554 /* gversion.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gversion.h; sourceTree = ""; }; - B3E2F73F20E568AA009EA554 /* gslice.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gslice.h; sourceTree = ""; }; - B3E2F74020E568AA009EA554 /* ghook.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ghook.h; sourceTree = ""; }; - B3E2F74120E568AA009EA554 /* glib-autocleanups.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "glib-autocleanups.h"; sourceTree = ""; }; - B3E2F74220E568AA009EA554 /* galloca.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = galloca.h; sourceTree = ""; }; - B3E2F74320E568AA009EA554 /* gprintf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gprintf.h; sourceTree = ""; }; - B3E2F74420E568AA009EA554 /* gthread.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gthread.h; sourceTree = ""; }; - B3E2F74520E568AA009EA554 /* gversionmacros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gversionmacros.h; sourceTree = ""; }; - B3E2F74620E568AA009EA554 /* gtimezone.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gtimezone.h; sourceTree = ""; }; - B3E2F74720E568AA009EA554 /* gmacros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gmacros.h; sourceTree = ""; }; - B3E2F74820E568AA009EA554 /* giochannel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = giochannel.h; sourceTree = ""; }; - B3E2F74920E568AA009EA554 /* gwin32.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gwin32.h; sourceTree = ""; }; - B3E2F74A20E568AA009EA554 /* gi18n.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gi18n.h; sourceTree = ""; }; - B3E2F74B20E568AA009EA554 /* gbitlock.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gbitlock.h; sourceTree = ""; }; - B3E2F74C20E568AA009EA554 /* gnode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gnode.h; sourceTree = ""; }; - B3E2F74D20E568AA009EA554 /* gmessages.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gmessages.h; sourceTree = ""; }; - B3E2F74E20E568AA009EA554 /* gregex.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gregex.h; sourceTree = ""; }; - B3E2F74F20E568AA009EA554 /* gspawn.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gspawn.h; sourceTree = ""; }; - B3E2F75020E568AA009EA554 /* gtree.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gtree.h; sourceTree = ""; }; - B3E2F75220E568AA009EA554 /* gcompletion.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gcompletion.h; sourceTree = ""; }; - B3E2F75320E568AA009EA554 /* gallocator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gallocator.h; sourceTree = ""; }; - B3E2F75420E568AA009EA554 /* grel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = grel.h; sourceTree = ""; }; - B3E2F75520E568AA009EA554 /* gmain.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gmain.h; sourceTree = ""; }; - B3E2F75620E568AA009EA554 /* gcache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gcache.h; sourceTree = ""; }; - B3E2F75720E568AA009EA554 /* gthread.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gthread.h; sourceTree = ""; }; - B3E2F75820E568AA009EA554 /* gmodule.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gmodule.h; sourceTree = ""; }; - B3E2F75A20E568AA009EA554 /* gdbusobject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gdbusobject.h; sourceTree = ""; }; - B3E2F75B20E568AA009EA554 /* gsimpleproxyresolver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gsimpleproxyresolver.h; sourceTree = ""; }; - B3E2F75C20E568AA009EA554 /* gconverterinputstream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gconverterinputstream.h; sourceTree = ""; }; - B3E2F75D20E568AA009EA554 /* gsubprocesslauncher.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gsubprocesslauncher.h; sourceTree = ""; }; - B3E2F75E20E568AA009EA554 /* gsimpleactiongroup.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gsimpleactiongroup.h; sourceTree = ""; }; - B3E2F75F20E568AA009EA554 /* gdbusaddress.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gdbusaddress.h; sourceTree = ""; }; - B3E2F76020E568AA009EA554 /* gtlsinteraction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gtlsinteraction.h; sourceTree = ""; }; - B3E2F76120E568AA009EA554 /* gthreadedsocketservice.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gthreadedsocketservice.h; sourceTree = ""; }; - B3E2F76220E568AA009EA554 /* gsocketservice.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gsocketservice.h; sourceTree = ""; }; - B3E2F76320E568AA009EA554 /* gnetworkaddress.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gnetworkaddress.h; sourceTree = ""; }; - B3E2F76420E568AA009EA554 /* gasyncresult.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gasyncresult.h; sourceTree = ""; }; - B3E2F76520E568AA009EA554 /* gproxy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gproxy.h; sourceTree = ""; }; - B3E2F76620E568AA009EA554 /* gio.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gio.h; sourceTree = ""; }; - B3E2F76720E568AA009EA554 /* gmemoryoutputstream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gmemoryoutputstream.h; sourceTree = ""; }; - B3E2F76820E568AA009EA554 /* gvolumemonitor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gvolumemonitor.h; sourceTree = ""; }; - B3E2F76920E568AA009EA554 /* gdatagrambased.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gdatagrambased.h; sourceTree = ""; }; - B3E2F76A20E568AA009EA554 /* gcontenttype.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gcontenttype.h; sourceTree = ""; }; - B3E2F76B20E568AA009EA554 /* gsocketcontrolmessage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gsocketcontrolmessage.h; sourceTree = ""; }; - B3E2F76C20E568AA009EA554 /* gdbusnameowning.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gdbusnameowning.h; sourceTree = ""; }; - B3E2F76D20E568AA009EA554 /* gfilemonitor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gfilemonitor.h; sourceTree = ""; }; - B3E2F76E20E568AA009EA554 /* gpollableoutputstream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gpollableoutputstream.h; sourceTree = ""; }; - B3E2F76F20E568AA009EA554 /* gseekable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gseekable.h; sourceTree = ""; }; - B3E2F77020E568AA009EA554 /* gdbusobjectproxy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gdbusobjectproxy.h; sourceTree = ""; }; - B3E2F77120E568AA009EA554 /* gpropertyaction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gpropertyaction.h; sourceTree = ""; }; - B3E2F77220E568AA009EA554 /* gsimpleiostream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gsimpleiostream.h; sourceTree = ""; }; - B3E2F77320E568AA009EA554 /* gasyncinitable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gasyncinitable.h; sourceTree = ""; }; - B3E2F77420E568AA009EA554 /* gremoteactiongroup.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gremoteactiongroup.h; sourceTree = ""; }; - B3E2F77520E568AA009EA554 /* gdbusmessage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gdbusmessage.h; sourceTree = ""; }; - B3E2F77620E568AA009EA554 /* gmenu.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gmenu.h; sourceTree = ""; }; - B3E2F77720E568AA009EA554 /* gdbusinterface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gdbusinterface.h; sourceTree = ""; }; - B3E2F77820E568AA009EA554 /* gaction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gaction.h; sourceTree = ""; }; - B3E2F77920E568AA009EA554 /* gio-autocleanups.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "gio-autocleanups.h"; sourceTree = ""; }; - B3E2F77A20E568AA009EA554 /* gproxyaddress.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gproxyaddress.h; sourceTree = ""; }; - B3E2F77B20E568AA009EA554 /* gdbusproxy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gdbusproxy.h; sourceTree = ""; }; - B3E2F77C20E568AA009EA554 /* giomodule.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = giomodule.h; sourceTree = ""; }; - B3E2F77D20E568AA009EA554 /* gdbusmethodinvocation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gdbusmethodinvocation.h; sourceTree = ""; }; - B3E2F77E20E568AA009EA554 /* gactionmap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gactionmap.h; sourceTree = ""; }; - B3E2F77F20E568AA009EA554 /* gbufferedinputstream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gbufferedinputstream.h; sourceTree = ""; }; - B3E2F78020E568AA009EA554 /* gdbusnamewatching.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gdbusnamewatching.h; sourceTree = ""; }; - B3E2F78120E568AA009EA554 /* gzlibcompressor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gzlibcompressor.h; sourceTree = ""; }; - B3E2F78220E568AA009EA554 /* gloadableicon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gloadableicon.h; sourceTree = ""; }; - B3E2F78320E568AA009EA554 /* gpermission.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gpermission.h; sourceTree = ""; }; - B3E2F78420E568AA009EA554 /* gioenums.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gioenums.h; sourceTree = ""; }; - B3E2F78520E568AA009EA554 /* gsocketaddressenumerator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gsocketaddressenumerator.h; sourceTree = ""; }; - B3E2F78620E568AA009EA554 /* gmount.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gmount.h; sourceTree = ""; }; - B3E2F78720E568AA009EA554 /* gdbusserver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gdbusserver.h; sourceTree = ""; }; - B3E2F78820E568AA009EA554 /* gresource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gresource.h; sourceTree = ""; }; - B3E2F78920E568AA009EA554 /* gdbusconnection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gdbusconnection.h; sourceTree = ""; }; - B3E2F78A20E568AA009EA554 /* gtlsconnection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gtlsconnection.h; sourceTree = ""; }; - B3E2F78B20E568AA009EA554 /* gsettingsbackend.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gsettingsbackend.h; sourceTree = ""; }; - B3E2F78C20E568AA009EA554 /* gdbusintrospection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gdbusintrospection.h; sourceTree = ""; }; - B3E2F78D20E568AA009EA554 /* gfileicon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gfileicon.h; sourceTree = ""; }; - B3E2F78E20E568AA009EA554 /* gsocketaddress.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gsocketaddress.h; sourceTree = ""; }; - B3E2F78F20E568AA009EA554 /* gnetworkservice.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gnetworkservice.h; sourceTree = ""; }; - B3E2F79020E568AA009EA554 /* gdbusmenumodel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gdbusmenumodel.h; sourceTree = ""; }; - B3E2F79120E568AA009EA554 /* gmenumodel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gmenumodel.h; sourceTree = ""; }; - B3E2F79220E568AA009EA554 /* gdtlsconnection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gdtlsconnection.h; sourceTree = ""; }; - B3E2F79320E568AA009EA554 /* gresolver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gresolver.h; sourceTree = ""; }; - B3E2F79420E568AA009EA554 /* gproxyaddressenumerator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gproxyaddressenumerator.h; sourceTree = ""; }; - B3E2F79520E568AA009EA554 /* ginputstream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ginputstream.h; sourceTree = ""; }; - B3E2F79620E568AA009EA554 /* gproxyresolver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gproxyresolver.h; sourceTree = ""; }; - B3E2F79720E568AA009EA554 /* gemblem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gemblem.h; sourceTree = ""; }; - B3E2F79820E568AA009EA554 /* gcredentials.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gcredentials.h; sourceTree = ""; }; - B3E2F79920E568AA009EA554 /* gbytesicon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gbytesicon.h; sourceTree = ""; }; - B3E2F79A20E568AA009EA554 /* gdbusobjectmanagerclient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gdbusobjectmanagerclient.h; sourceTree = ""; }; - B3E2F79B20E568AA009EA554 /* gdbusobjectmanagerserver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gdbusobjectmanagerserver.h; sourceTree = ""; }; - B3E2F79C20E568AA009EA554 /* gtask.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gtask.h; sourceTree = ""; }; - B3E2F79D20E568AA009EA554 /* gvolume.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gvolume.h; sourceTree = ""; }; - B3E2F79E20E568AA009EA554 /* gsocketclient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gsocketclient.h; sourceTree = ""; }; - B3E2F79F20E568AA009EA554 /* gappinfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gappinfo.h; sourceTree = ""; }; - B3E2F7A020E568AA009EA554 /* gtcpconnection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gtcpconnection.h; sourceTree = ""; }; - B3E2F7A120E568AA009EA554 /* gpollableutils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gpollableutils.h; sourceTree = ""; }; - B3E2F7A220E568AA009EA554 /* gdataoutputstream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gdataoutputstream.h; sourceTree = ""; }; - B3E2F7A320E568AA009EA554 /* gfilenamecompleter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gfilenamecompleter.h; sourceTree = ""; }; - B3E2F7A420E568AA009EA554 /* gfilteroutputstream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gfilteroutputstream.h; sourceTree = ""; }; - B3E2F7A520E568AA009EA554 /* gfileattribute.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gfileattribute.h; sourceTree = ""; }; - B3E2F7A620E568AA009EA554 /* gmenuexporter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gmenuexporter.h; sourceTree = ""; }; - B3E2F7A720E568AA009EA554 /* gthemedicon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gthemedicon.h; sourceTree = ""; }; - B3E2F7A820E568AA009EA554 /* gapplication.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gapplication.h; sourceTree = ""; }; - B3E2F7A920E568AA009EA554 /* gtlsserverconnection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gtlsserverconnection.h; sourceTree = ""; }; - B3E2F7AA20E568AA009EA554 /* gfileoutputstream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gfileoutputstream.h; sourceTree = ""; }; - B3E2F7AB20E568AA009EA554 /* gdbusobjectmanager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gdbusobjectmanager.h; sourceTree = ""; }; - B3E2F7AC20E568AA009EA554 /* gactiongroupexporter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gactiongroupexporter.h; sourceTree = ""; }; - B3E2F7AD20E568AA009EA554 /* gdtlsclientconnection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gdtlsclientconnection.h; sourceTree = ""; }; - B3E2F7AE20E568AA009EA554 /* gmemoryinputstream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gmemoryinputstream.h; sourceTree = ""; }; - B3E2F7AF20E568AA009EA554 /* gioenumtypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gioenumtypes.h; sourceTree = ""; }; - B3E2F7B020E568AB009EA554 /* gbufferedoutputstream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gbufferedoutputstream.h; sourceTree = ""; }; - B3E2F7B120E568AB009EA554 /* gliststore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gliststore.h; sourceTree = ""; }; - B3E2F7B220E568AB009EA554 /* gsocket.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gsocket.h; sourceTree = ""; }; - B3E2F7B320E568AB009EA554 /* gmountoperation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gmountoperation.h; sourceTree = ""; }; - B3E2F7B420E568AB009EA554 /* gsocketconnectable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gsocketconnectable.h; sourceTree = ""; }; - B3E2F7B520E568AB009EA554 /* ginetaddress.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ginetaddress.h; sourceTree = ""; }; - B3E2F7B620E568AB009EA554 /* gtcpwrapperconnection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gtcpwrapperconnection.h; sourceTree = ""; }; - B3E2F7B720E568AB009EA554 /* gfileiostream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gfileiostream.h; sourceTree = ""; }; - B3E2F7B820E568AB009EA554 /* gdbusauthobserver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gdbusauthobserver.h; sourceTree = ""; }; - B3E2F7B920E568AB009EA554 /* gnotification.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gnotification.h; sourceTree = ""; }; - B3E2F7BA20E568AB009EA554 /* goutputstream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = goutputstream.h; sourceTree = ""; }; - B3E2F7BB20E568AB009EA554 /* ginetsocketaddress.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ginetsocketaddress.h; sourceTree = ""; }; - B3E2F7BC20E568AB009EA554 /* gcharsetconverter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gcharsetconverter.h; sourceTree = ""; }; - B3E2F7BD20E568AB009EA554 /* gdatainputstream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gdatainputstream.h; sourceTree = ""; }; - B3E2F7BE20E568AB009EA554 /* gtlsdatabase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gtlsdatabase.h; sourceTree = ""; }; - B3E2F7BF20E568AB009EA554 /* gfileenumerator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gfileenumerator.h; sourceTree = ""; }; - B3E2F7C020E568AB009EA554 /* ginitable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ginitable.h; sourceTree = ""; }; - B3E2F7C120E568AB009EA554 /* gnativevolumemonitor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gnativevolumemonitor.h; sourceTree = ""; }; - B3E2F7C220E568AB009EA554 /* gsrvtarget.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gsrvtarget.h; sourceTree = ""; }; - B3E2F7C320E568AB009EA554 /* gtlscertificate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gtlscertificate.h; sourceTree = ""; }; - B3E2F7C420E568AB009EA554 /* gfile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gfile.h; sourceTree = ""; }; - B3E2F7C520E568AB009EA554 /* gtlsbackend.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gtlsbackend.h; sourceTree = ""; }; - B3E2F7C620E568AB009EA554 /* gpollableinputstream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gpollableinputstream.h; sourceTree = ""; }; - B3E2F7C720E568AB009EA554 /* gfilterinputstream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gfilterinputstream.h; sourceTree = ""; }; - B3E2F7C820E568AB009EA554 /* gzlibdecompressor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gzlibdecompressor.h; sourceTree = ""; }; - B3E2F7C920E568AB009EA554 /* gdbusutils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gdbusutils.h; sourceTree = ""; }; - B3E2F7CA20E568AB009EA554 /* gtestdbus.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gtestdbus.h; sourceTree = ""; }; - B3E2F7CB20E568AB009EA554 /* gdbusobjectskeleton.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gdbusobjectskeleton.h; sourceTree = ""; }; - B3E2F7CC20E568AB009EA554 /* gvfs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gvfs.h; sourceTree = ""; }; - B3E2F7CD20E568AB009EA554 /* gioerror.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gioerror.h; sourceTree = ""; }; - B3E2F7CE20E568AB009EA554 /* gtlsclientconnection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gtlsclientconnection.h; sourceTree = ""; }; - B3E2F7CF20E568AB009EA554 /* gnetworking.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gnetworking.h; sourceTree = ""; }; - B3E2F7D020E568AB009EA554 /* gtlsfiledatabase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gtlsfiledatabase.h; sourceTree = ""; }; - B3E2F7D120E568AB009EA554 /* gdbuserror.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gdbuserror.h; sourceTree = ""; }; - B3E2F7D220E568AB009EA554 /* gicon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gicon.h; sourceTree = ""; }; - B3E2F7D320E568AB009EA554 /* gdbusinterfaceskeleton.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gdbusinterfaceskeleton.h; sourceTree = ""; }; - B3E2F7D420E568AB009EA554 /* gapplicationcommandline.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gapplicationcommandline.h; sourceTree = ""; }; - B3E2F7D520E568AB009EA554 /* gconverter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gconverter.h; sourceTree = ""; }; - B3E2F7D620E568AB009EA554 /* gdtlsserverconnection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gdtlsserverconnection.h; sourceTree = ""; }; - B3E2F7D720E568AB009EA554 /* gnetworkmonitor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gnetworkmonitor.h; sourceTree = ""; }; - B3E2F7D820E568AB009EA554 /* gtlspassword.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gtlspassword.h; sourceTree = ""; }; - B3E2F7D920E568AB009EA554 /* glistmodel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = glistmodel.h; sourceTree = ""; }; - B3E2F7DA20E568AB009EA554 /* gioscheduler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gioscheduler.h; sourceTree = ""; }; - B3E2F7DB20E568AB009EA554 /* gsettings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gsettings.h; sourceTree = ""; }; - B3E2F7DC20E568AB009EA554 /* gfileinputstream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gfileinputstream.h; sourceTree = ""; }; - B3E2F7DD20E568AB009EA554 /* giotypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = giotypes.h; sourceTree = ""; }; - B3E2F7DE20E568AB009EA554 /* gsimplepermission.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gsimplepermission.h; sourceTree = ""; }; - B3E2F7DF20E568AB009EA554 /* gconverteroutputstream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gconverteroutputstream.h; sourceTree = ""; }; - B3E2F7E020E568AB009EA554 /* gsimpleaction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gsimpleaction.h; sourceTree = ""; }; - B3E2F7E120E568AB009EA554 /* gsocketlistener.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gsocketlistener.h; sourceTree = ""; }; - B3E2F7E220E568AB009EA554 /* gcancellable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gcancellable.h; sourceTree = ""; }; - B3E2F7E320E568AB009EA554 /* gsubprocess.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gsubprocess.h; sourceTree = ""; }; - B3E2F7E420E568AB009EA554 /* gemblemedicon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gemblemedicon.h; sourceTree = ""; }; - B3E2F7E520E568AB009EA554 /* gsettingsschema.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gsettingsschema.h; sourceTree = ""; }; - B3E2F7E620E568AB009EA554 /* gfileinfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gfileinfo.h; sourceTree = ""; }; - B3E2F7E720E568AB009EA554 /* gsimpleasyncresult.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gsimpleasyncresult.h; sourceTree = ""; }; - B3E2F7E820E568AB009EA554 /* gdbusactiongroup.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gdbusactiongroup.h; sourceTree = ""; }; - B3E2F7E920E568AB009EA554 /* gdrive.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gdrive.h; sourceTree = ""; }; - B3E2F7EA20E568AB009EA554 /* gactiongroup.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gactiongroup.h; sourceTree = ""; }; - B3E2F7EB20E568AB009EA554 /* ginetaddressmask.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ginetaddressmask.h; sourceTree = ""; }; - B3E2F7EC20E568AB009EA554 /* gsocketconnection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gsocketconnection.h; sourceTree = ""; }; - B3E2F7ED20E568AB009EA554 /* giostream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = giostream.h; sourceTree = ""; }; - B3E2F80020E568AB009EA554 /* libglib-2.0.0.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = "libglib-2.0.0.dylib"; sourceTree = ""; }; - B3E2F80320E568AB009EA554 /* libgobject-2.0.0.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = "libgobject-2.0.0.dylib"; sourceTree = ""; }; - B3E2F80520E568AB009EA554 /* libgmodule-2.0.0.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = "libgmodule-2.0.0.dylib"; sourceTree = ""; }; - B3E2F80820E568AB009EA554 /* libgthread-2.0.0.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = "libgthread-2.0.0.dylib"; sourceTree = ""; }; - B3E2F80B20E568AB009EA554 /* glibconfig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = glibconfig.h; sourceTree = ""; }; - B3E2F80C20E568AB009EA554 /* libgio-2.0.0.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = "libgio-2.0.0.dylib"; sourceTree = ""; }; - B3E2F96D20E568AD009EA554 /* cairo-version.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "cairo-version.h"; sourceTree = ""; }; - B3E2F96E20E568AD009EA554 /* cairo-script-interpreter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "cairo-script-interpreter.h"; sourceTree = ""; }; - B3E2F96F20E568AD009EA554 /* cairo-svg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "cairo-svg.h"; sourceTree = ""; }; - B3E2F97020E568AD009EA554 /* cairo-quartz-image.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "cairo-quartz-image.h"; sourceTree = ""; }; - B3E2F97120E568AD009EA554 /* cairo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cairo.h; sourceTree = ""; }; - B3E2F97220E568AD009EA554 /* cairo-script.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "cairo-script.h"; sourceTree = ""; }; - B3E2F97320E568AD009EA554 /* cairo-quartz.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "cairo-quartz.h"; sourceTree = ""; }; - B3E2F97420E568AD009EA554 /* cairo-deprecated.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "cairo-deprecated.h"; sourceTree = ""; }; - B3E2F97520E568AD009EA554 /* cairo-pdf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "cairo-pdf.h"; sourceTree = ""; }; - B3E2F97620E568AD009EA554 /* cairo-features.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "cairo-features.h"; sourceTree = ""; }; - B3E2F97720E568AD009EA554 /* cairo-gobject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "cairo-gobject.h"; sourceTree = ""; }; - B3E2F97820E568AE009EA554 /* cairo-tee.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "cairo-tee.h"; sourceTree = ""; }; - B3E2F97920E568AE009EA554 /* cairo-ft.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "cairo-ft.h"; sourceTree = ""; }; - B3E2F97A20E568AE009EA554 /* cairo-ps.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "cairo-ps.h"; sourceTree = ""; }; - B3E2F98E20E568AE009EA554 /* libcairo.2.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = libcairo.2.dylib; sourceTree = ""; }; - B3E2F98F20E568AE009EA554 /* libcairo-gobject.2.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = "libcairo-gobject.2.dylib"; sourceTree = ""; }; - B3E2F99920E568AE009EA554 /* libcairo-trace.0.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = "libcairo-trace.0.dylib"; sourceTree = ""; }; - B3E2F99C20E568AE009EA554 /* libcairo-script-interpreter.2.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = "libcairo-script-interpreter.2.dylib"; sourceTree = ""; }; - B3E2F9F720E568AE009EA554 /* fontconfig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = fontconfig.h; sourceTree = ""; }; - B3E2F9F820E568AE009EA554 /* fcprivate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = fcprivate.h; sourceTree = ""; }; - B3E2F9F920E568AE009EA554 /* fcfreetype.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = fcfreetype.h; sourceTree = ""; }; - B3E2FA0120E568AE009EA554 /* libfontconfig.1.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = libfontconfig.1.dylib; sourceTree = ""; }; - B3E2FC1C20E568B2009EA554 /* autosprintf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = autosprintf.h; sourceTree = ""; }; - B3E2FC1D20E568B2009EA554 /* gettext-po.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "gettext-po.h"; sourceTree = ""; }; - B3E2FC1E20E568B2009EA554 /* libintl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = libintl.h; sourceTree = ""; }; - B3E2FC2420E568B2009EA554 /* libgettextpo.0.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = libgettextpo.0.dylib; sourceTree = ""; }; - B3E2FC2720E568B2009EA554 /* libintl.8.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = libintl.8.dylib; sourceTree = ""; }; - B3E2FC2820E568B2009EA554 /* libasprintf.0.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = libasprintf.0.dylib; sourceTree = ""; }; - B3E2FC3020E568B2009EA554 /* libgettextsrc-0.19.8.1.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = "libgettextsrc-0.19.8.1.dylib"; sourceTree = ""; }; - B3E2FC3420E568B2009EA554 /* libgettextlib-0.19.8.1.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = "libgettextlib-0.19.8.1.dylib"; sourceTree = ""; }; - B3E2FD3620E568B3009EA554 /* tsearch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tsearch.h; sourceTree = ""; }; - B3E2FD3D20E568B3009EA554 /* vasnprintf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vasnprintf.h; sourceTree = ""; }; - B3E2FD3F20E568B3009EA554 /* printf-parse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "printf-parse.h"; sourceTree = ""; }; - B3E2FD4020E568B3009EA554 /* gmo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gmo.h; sourceTree = ""; }; - B3E2FD4220E568B3009EA554 /* plural-exp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "plural-exp.h"; sourceTree = ""; }; - B3E2FD4320E568B3009EA554 /* libgnuintl.in.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = libgnuintl.in.h; sourceTree = ""; }; - B3E2FD4520E568B3009EA554 /* export.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = export.h; sourceTree = ""; }; - B3E2FD4620E568B3009EA554 /* gettextP.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gettextP.h; sourceTree = ""; }; - B3E2FD4B20E568B3009EA554 /* lock.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = lock.h; sourceTree = ""; }; - B3E2FD4D20E568B3009EA554 /* loadinfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = loadinfo.h; sourceTree = ""; }; - B3E2FD4F20E568B4009EA554 /* wprintf-parse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "wprintf-parse.h"; sourceTree = ""; }; - B3E2FD5120E568B4009EA554 /* localcharset.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = localcharset.h; sourceTree = ""; }; - B3E2FD5520E568B4009EA554 /* vasnwprintf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vasnwprintf.h; sourceTree = ""; }; - B3E2FD5720E568B4009EA554 /* printf-args.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "printf-args.h"; sourceTree = ""; }; - B3E2FD5A20E568B4009EA554 /* hash-string.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "hash-string.h"; sourceTree = ""; }; - B3E2FD6220E568B4009EA554 /* xsize.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xsize.h; sourceTree = ""; }; - B3E2FD6B20E568B4009EA554 /* relocatable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = relocatable.h; sourceTree = ""; }; - B3E2FD7420E568B4009EA554 /* os2compat.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = os2compat.h; sourceTree = ""; }; - B3E2FD7520E568B4009EA554 /* eval-plural.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "eval-plural.h"; sourceTree = ""; }; - B3E2FD7620E568B4009EA554 /* verify.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = verify.h; sourceTree = ""; }; - B3E2FD9C20E568B4009EA554 /* gettext.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gettext.h; sourceTree = ""; }; - B3E33EB8218B99FA002A26AD /* codecov.yml */ = {isa = PBXFileReference; lastKnownFileType = text; path = codecov.yml; sourceTree = ""; }; - B3E9A9001FB4DCCA00FD8E7A /* autorevision.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = autorevision.json; sourceTree = ""; }; - B3E9A9021FB4DDE400FD8E7A /* Version.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Version.swift; sourceTree = ""; }; - B3E9A9041FB4E0B200FD8E7A /* bin */ = {isa = PBXFileReference; lastKnownFileType = folder; path = bin; sourceTree = ""; }; - B3EC99A2243EA409008D5081 /* badSVG.speculid */ = {isa = PBXFileReference; lastKnownFileType = text; path = badSVG.speculid; sourceTree = ""; }; - B3EC99A3243EA409008D5081 /* badJSON.speculid */ = {isa = PBXFileReference; lastKnownFileType = text; path = badJSON.speculid; sourceTree = ""; }; - B3EC99A5243EA4D5008D5081 /* missingJSON.speculid */ = {isa = PBXFileReference; lastKnownFileType = text; path = missingJSON.speculid; sourceTree = ""; }; - B3F0ECEF1F9E6A4D0078690E /* SpeculidImageSpecificationBuilderProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SpeculidImageSpecificationBuilderProtocol.swift; sourceTree = ""; }; - B3F0ECF11F9E6AAD0078690E /* SpeculidImageSpecificationBuilder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SpeculidImageSpecificationBuilder.swift; sourceTree = ""; }; - B3F6E278233C3BF100B28DA2 /* AssetSpecificationFileProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AssetSpecificationFileProtocol.swift; sourceTree = ""; }; - B3F6E27A233C3DC400B28DA2 /* AssetSpecificationFile.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AssetSpecificationFile.swift; sourceTree = ""; }; - B3F6E27C233C3EE100B28DA2 /* AssetCatalogItemSize.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AssetCatalogItemSize.swift; sourceTree = ""; }; - B3F6E27E233C3F0C00B28DA2 /* NSNumber.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NSNumber.swift; sourceTree = ""; }; - B3F6E280233C3F2E00B28DA2 /* AssetSpecificationMetadata.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AssetSpecificationMetadata.swift; sourceTree = ""; }; - B3F6E282233C3F7300B28DA2 /* AssetSpecificationMetadataProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AssetSpecificationMetadataProtocol.swift; sourceTree = ""; }; - B3F8046220E5820B00030497 /* pango.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pango.h; sourceTree = ""; }; - B3F8046320E5820B00030497 /* pangoft2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pangoft2.h; sourceTree = ""; }; - B3F8046420E5820B00030497 /* pango-item.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "pango-item.h"; sourceTree = ""; }; - B3F8046520E5820B00030497 /* pango-coverage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "pango-coverage.h"; sourceTree = ""; }; - B3F8046620E5820B00030497 /* pango-version-macros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "pango-version-macros.h"; sourceTree = ""; }; - B3F8046720E5820B00030497 /* pango-language.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "pango-language.h"; sourceTree = ""; }; - B3F8046820E5820B00030497 /* pango-matrix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "pango-matrix.h"; sourceTree = ""; }; - B3F8046920E5820B00030497 /* pango-renderer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "pango-renderer.h"; sourceTree = ""; }; - B3F8046A20E5820B00030497 /* pango-ot.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "pango-ot.h"; sourceTree = ""; }; - B3F8046B20E5820B00030497 /* pango-enum-types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "pango-enum-types.h"; sourceTree = ""; }; - B3F8046C20E5820B00030497 /* pango-glyph.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "pango-glyph.h"; sourceTree = ""; }; - B3F8046D20E5820B00030497 /* pango-features.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "pango-features.h"; sourceTree = ""; }; - B3F8046E20E5820B00030497 /* pango-modules.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "pango-modules.h"; sourceTree = ""; }; - B3F8046F20E5820B00030497 /* pango-fontset.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "pango-fontset.h"; sourceTree = ""; }; - B3F8047020E5820B00030497 /* pango-engine.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "pango-engine.h"; sourceTree = ""; }; - B3F8047120E5820B00030497 /* pango-break.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "pango-break.h"; sourceTree = ""; }; - B3F8047220E5820B00030497 /* pango-script.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "pango-script.h"; sourceTree = ""; }; - B3F8047320E5820B00030497 /* pangocairo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pangocairo.h; sourceTree = ""; }; - B3F8047420E5820B00030497 /* pango-glyph-item.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "pango-glyph-item.h"; sourceTree = ""; }; - B3F8047520E5820B00030497 /* pango-bidi-type.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "pango-bidi-type.h"; sourceTree = ""; }; - B3F8047620E5820B00030497 /* pango-font.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "pango-font.h"; sourceTree = ""; }; - B3F8047720E5820B00030497 /* pangofc-fontmap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "pangofc-fontmap.h"; sourceTree = ""; }; - B3F8047820E5820B00030497 /* pango-context.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "pango-context.h"; sourceTree = ""; }; - B3F8047920E5820B00030497 /* pangofc-font.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "pangofc-font.h"; sourceTree = ""; }; - B3F8047A20E5820B00030497 /* pango-fontmap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "pango-fontmap.h"; sourceTree = ""; }; - B3F8047B20E5820B00030497 /* pangofc-decoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "pangofc-decoder.h"; sourceTree = ""; }; - B3F8047C20E5820B00030497 /* pango-types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "pango-types.h"; sourceTree = ""; }; - B3F8047D20E5820B00030497 /* pango-attributes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "pango-attributes.h"; sourceTree = ""; }; - B3F8047E20E5820B00030497 /* pango-utils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "pango-utils.h"; sourceTree = ""; }; - B3F8047F20E5820B00030497 /* pango-layout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "pango-layout.h"; sourceTree = ""; }; - B3F8048020E5820B00030497 /* pango-tabs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "pango-tabs.h"; sourceTree = ""; }; - B3F8048120E5820B00030497 /* pango-gravity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "pango-gravity.h"; sourceTree = ""; }; - B3F8048220E5820B00030497 /* pangocoretext.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pangocoretext.h; sourceTree = ""; }; - B3F8048720E5820B00030497 /* libpango-1.0.0.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = "libpango-1.0.0.dylib"; sourceTree = ""; }; - B3F8048820E5820B00030497 /* libpangoft2-1.0.0.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = "libpangoft2-1.0.0.dylib"; sourceTree = ""; }; - B3F8048E20E5820B00030497 /* libpangocairo-1.0.0.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = "libpangocairo-1.0.0.dylib"; sourceTree = ""; }; - B3F8054C20E584B300030497 /* png.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = png.h; sourceTree = ""; }; - B3F8054D20E584B300030497 /* pnglibconf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pnglibconf.h; sourceTree = ""; }; - B3F8054E20E584B300030497 /* pngconf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pngconf.h; sourceTree = ""; }; - B3F8054F20E584B300030497 /* png.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = png.h; sourceTree = ""; }; - B3F8055020E584B300030497 /* pnglibconf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pnglibconf.h; sourceTree = ""; }; - B3F8055120E584B300030497 /* pngconf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pngconf.h; sourceTree = ""; }; - B3F8055A20E584B300030497 /* libpng16.16.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = libpng16.16.dylib; sourceTree = ""; }; - B3F8058C20E5851900030497 /* pcrecpparg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pcrecpparg.h; sourceTree = ""; }; - B3F8058D20E5851900030497 /* pcreposix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pcreposix.h; sourceTree = ""; }; - B3F8058E20E5851900030497 /* pcre_scanner.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pcre_scanner.h; sourceTree = ""; }; - B3F8058F20E5851900030497 /* pcre_stringpiece.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pcre_stringpiece.h; sourceTree = ""; }; - B3F8059020E5851900030497 /* pcre.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pcre.h; sourceTree = ""; }; - B3F8059120E5851900030497 /* pcrecpp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pcrecpp.h; sourceTree = ""; }; - B3F8059620E5851900030497 /* libpcre.1.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = libpcre.1.dylib; sourceTree = ""; }; - B3F8059D20E5851900030497 /* libpcreposix.0.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = libpcreposix.0.dylib; sourceTree = ""; }; - B3F805A020E5851900030497 /* libpcrecpp.0.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = libpcrecpp.0.dylib; sourceTree = ""; }; - B3F805A320E5851900030497 /* libpcre16.0.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = libpcre16.0.dylib; sourceTree = ""; }; - B3F805A820E5851900030497 /* libpcre32.0.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = libpcre32.0.dylib; sourceTree = ""; }; - B3F8073D20E5855F00030497 /* ffitarget.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ffitarget.h; sourceTree = ""; }; - B3F8073E20E5855F00030497 /* ffi.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ffi.h; sourceTree = ""; }; - B3F8074120E5855F00030497 /* libffi.6.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = libffi.6.dylib; sourceTree = ""; }; - B3F8076820E5858100030497 /* cr-parser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "cr-parser.h"; sourceTree = ""; }; - B3F8076920E5858100030497 /* cr-token.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "cr-token.h"; sourceTree = ""; }; - B3F8076A20E5858100030497 /* cr-attr-sel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "cr-attr-sel.h"; sourceTree = ""; }; - B3F8076B20E5858100030497 /* cr-tknzr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "cr-tknzr.h"; sourceTree = ""; }; - B3F8076C20E5858100030497 /* cr-parsing-location.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "cr-parsing-location.h"; sourceTree = ""; }; - B3F8076D20E5858100030497 /* cr-doc-handler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "cr-doc-handler.h"; sourceTree = ""; }; - B3F8076E20E5858100030497 /* cr-stylesheet.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "cr-stylesheet.h"; sourceTree = ""; }; - B3F8076F20E5858100030497 /* cr-enc-handler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "cr-enc-handler.h"; sourceTree = ""; }; - B3F8077020E5858100030497 /* cr-term.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "cr-term.h"; sourceTree = ""; }; - B3F8077120E5858100030497 /* cr-prop-list.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "cr-prop-list.h"; sourceTree = ""; }; - B3F8077220E5858100030497 /* cr-simple-sel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "cr-simple-sel.h"; sourceTree = ""; }; - B3F8077320E5858100030497 /* cr-declaration.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "cr-declaration.h"; sourceTree = ""; }; - B3F8077420E5858100030497 /* cr-rgb.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "cr-rgb.h"; sourceTree = ""; }; - B3F8077520E5858100030497 /* cr-string.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "cr-string.h"; sourceTree = ""; }; - B3F8077620E5858100030497 /* cr-pseudo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "cr-pseudo.h"; sourceTree = ""; }; - B3F8077720E5858100030497 /* cr-sel-eng.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "cr-sel-eng.h"; sourceTree = ""; }; - B3F8077820E5858100030497 /* cr-style.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "cr-style.h"; sourceTree = ""; }; - B3F8077920E5858100030497 /* cr-om-parser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "cr-om-parser.h"; sourceTree = ""; }; - B3F8077A20E5858100030497 /* cr-statement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "cr-statement.h"; sourceTree = ""; }; - B3F8077B20E5858100030497 /* cr-fonts.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "cr-fonts.h"; sourceTree = ""; }; - B3F8077C20E5858100030497 /* libcroco.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = libcroco.h; sourceTree = ""; }; - B3F8077D20E5858100030497 /* cr-input.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "cr-input.h"; sourceTree = ""; }; - B3F8077E20E5858100030497 /* cr-num.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "cr-num.h"; sourceTree = ""; }; - B3F8077F20E5858100030497 /* cr-selector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "cr-selector.h"; sourceTree = ""; }; - B3F8078020E5858100030497 /* cr-cascade.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "cr-cascade.h"; sourceTree = ""; }; - B3F8078120E5858100030497 /* cr-additional-sel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "cr-additional-sel.h"; sourceTree = ""; }; - B3F8078220E5858100030497 /* cr-utils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "cr-utils.h"; sourceTree = ""; }; - B3F8078320E5858100030497 /* libcroco-config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "libcroco-config.h"; sourceTree = ""; }; - B3F8078C20E5858100030497 /* libcroco-0.6.3.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = "libcroco-0.6.3.dylib"; sourceTree = ""; }; - B3F8081320E585BF00030497 /* fribidi-begindecls.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "fribidi-begindecls.h"; sourceTree = ""; }; - B3F8081420E585BF00030497 /* fribidi-config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "fribidi-config.h"; sourceTree = ""; }; - B3F8081520E585BF00030497 /* fribidi-joining-types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "fribidi-joining-types.h"; sourceTree = ""; }; - B3F8081620E585BF00030497 /* fribidi-char-sets.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "fribidi-char-sets.h"; sourceTree = ""; }; - B3F8081720E585BF00030497 /* fribidi-char-sets-list.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "fribidi-char-sets-list.h"; sourceTree = ""; }; - B3F8081820E585BF00030497 /* fribidi-unicode-version.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "fribidi-unicode-version.h"; sourceTree = ""; }; - B3F8081920E585BF00030497 /* fribidi-common.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "fribidi-common.h"; sourceTree = ""; }; - B3F8081A20E585BF00030497 /* fribidi-unicode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "fribidi-unicode.h"; sourceTree = ""; }; - B3F8081B20E585BF00030497 /* fribidi-types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "fribidi-types.h"; sourceTree = ""; }; - B3F8081C20E585BF00030497 /* fribidi-bidi-types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "fribidi-bidi-types.h"; sourceTree = ""; }; - B3F8081D20E585BF00030497 /* fribidi-deprecated.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "fribidi-deprecated.h"; sourceTree = ""; }; - B3F8081E20E585BF00030497 /* fribidi-mirroring.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "fribidi-mirroring.h"; sourceTree = ""; }; - B3F8081F20E585BF00030497 /* fribidi-joining.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "fribidi-joining.h"; sourceTree = ""; }; - B3F8082020E585BF00030497 /* fribidi-enddecls.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "fribidi-enddecls.h"; sourceTree = ""; }; - B3F8082120E585BF00030497 /* fribidi-flags.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "fribidi-flags.h"; sourceTree = ""; }; - B3F8082220E585BF00030497 /* fribidi.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = fribidi.h; sourceTree = ""; }; - B3F8082320E585BF00030497 /* fribidi-bidi.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "fribidi-bidi.h"; sourceTree = ""; }; - B3F8082420E585BF00030497 /* fribidi-brackets.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "fribidi-brackets.h"; sourceTree = ""; }; - B3F8082520E585BF00030497 /* fribidi-bidi-types-list.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "fribidi-bidi-types-list.h"; sourceTree = ""; }; - B3F8082620E585BF00030497 /* fribidi-arabic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "fribidi-arabic.h"; sourceTree = ""; }; - B3F8082720E585BF00030497 /* fribidi-shape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "fribidi-shape.h"; sourceTree = ""; }; - B3F8082820E585BF00030497 /* fribidi-joining-types-list.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "fribidi-joining-types-list.h"; sourceTree = ""; }; - B3F8083220E585BF00030497 /* libfribidi.0.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = libfribidi.0.dylib; sourceTree = ""; }; - B3F8093320E585E800030497 /* hb-buffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "hb-buffer.h"; sourceTree = ""; }; - B3F8093420E585E800030497 /* hb-set.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "hb-set.h"; sourceTree = ""; }; - B3F8093520E585E800030497 /* hb-face.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "hb-face.h"; sourceTree = ""; }; - B3F8093620E585E800030497 /* hb-gobject-structs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "hb-gobject-structs.h"; sourceTree = ""; }; - B3F8093720E585E800030497 /* hb-common.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "hb-common.h"; sourceTree = ""; }; - B3F8093820E585E800030497 /* hb-version.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "hb-version.h"; sourceTree = ""; }; - B3F8093920E585E800030497 /* hb-font.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "hb-font.h"; sourceTree = ""; }; - B3F8093A20E585E800030497 /* hb-coretext.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "hb-coretext.h"; sourceTree = ""; }; - B3F8093B20E585E800030497 /* hb-ot-tag.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "hb-ot-tag.h"; sourceTree = ""; }; - B3F8093C20E585E800030497 /* hb-deprecated.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "hb-deprecated.h"; sourceTree = ""; }; - B3F8093D20E585E800030497 /* hb-ot.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "hb-ot.h"; sourceTree = ""; }; - B3F8093E20E585E800030497 /* hb-ot-layout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "hb-ot-layout.h"; sourceTree = ""; }; - B3F8093F20E585E800030497 /* hb-ot-var.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "hb-ot-var.h"; sourceTree = ""; }; - B3F8094020E585E800030497 /* hb-gobject-enums.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "hb-gobject-enums.h"; sourceTree = ""; }; - B3F8094120E585E800030497 /* hb-shape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "hb-shape.h"; sourceTree = ""; }; - B3F8094220E585E800030497 /* hb-subset-plan.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = "hb-subset-plan.hh"; sourceTree = ""; }; - B3F8094320E585E800030497 /* hb-shape-plan.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "hb-shape-plan.h"; sourceTree = ""; }; - B3F8094420E585E800030497 /* hb-ot-font.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "hb-ot-font.h"; sourceTree = ""; }; - B3F8094520E585E800030497 /* hb-unicode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "hb-unicode.h"; sourceTree = ""; }; - B3F8094620E585E800030497 /* hb-ot-shape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "hb-ot-shape.h"; sourceTree = ""; }; - B3F8094720E585E800030497 /* hb-blob.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "hb-blob.h"; sourceTree = ""; }; - B3F8094820E585E800030497 /* hb-subset-private.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = "hb-subset-private.hh"; sourceTree = ""; }; - B3F8094920E585E800030497 /* hb.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = hb.h; sourceTree = ""; }; - B3F8094A20E585E800030497 /* hb-glib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "hb-glib.h"; sourceTree = ""; }; - B3F8094B20E585E800030497 /* hb-subset-glyf.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = "hb-subset-glyf.hh"; sourceTree = ""; }; - B3F8094C20E585E800030497 /* hb-graphite2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "hb-graphite2.h"; sourceTree = ""; }; - B3F8094D20E585E800030497 /* hb-subset.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "hb-subset.h"; sourceTree = ""; }; - B3F8094E20E585E800030497 /* hb-gobject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "hb-gobject.h"; sourceTree = ""; }; - B3F8094F20E585E800030497 /* hb-ot-math.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "hb-ot-math.h"; sourceTree = ""; }; - B3F8095020E585E800030497 /* hb-icu.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "hb-icu.h"; sourceTree = ""; }; - B3F8095120E585E800030497 /* hb-ft.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "hb-ft.h"; sourceTree = ""; }; - B3F8095920E585E800030497 /* libharfbuzz-subset.0.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = "libharfbuzz-subset.0.dylib"; sourceTree = ""; }; - B3F8095F20E585E800030497 /* libharfbuzz-gobject.0.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = "libharfbuzz-gobject.0.dylib"; sourceTree = ""; }; - B3F8096420E585E800030497 /* libharfbuzz.0.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = libharfbuzz.0.dylib; sourceTree = ""; }; - B3F8096B20E585E800030497 /* libharfbuzz-icu.0.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = "libharfbuzz-icu.0.dylib"; sourceTree = ""; }; - B3F8DE13243E77250028BD75 /* badassetPath.speculid */ = {isa = PBXFileReference; lastKnownFileType = text; path = badassetPath.speculid; sourceTree = ""; }; - B3F8DE14243E77400028BD75 /* badsourcePath.speculid */ = {isa = PBXFileReference; lastKnownFileType = text; path = badsourcePath.speculid; sourceTree = ""; }; - B3F8DE1B243E9A1F0028BD75 /* NSError+GError.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "NSError+GError.h"; sourceTree = ""; }; - B3F8DE1C243E9A1F0028BD75 /* NSError+GError.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "NSError+GError.m"; sourceTree = ""; }; - B3FAD3EA1FA564D0004381A7 /* VersionMenuItem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VersionMenuItem.swift; sourceTree = ""; }; - B3FDF6442180A3FF00455A43 /* InstallerProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InstallerProtocol.swift; sourceTree = ""; }; - C743CA092B2436D579EB1965 /* Pods-Speculid-Mac-XPC.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Speculid-Mac-XPC.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Speculid-Mac-XPC/Pods-Speculid-Mac-XPC.debug.xcconfig"; sourceTree = ""; }; - C7A962F08D51F2247E1ADBEF /* Pods-SpeculidTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SpeculidTests.release.xcconfig"; path = "Pods/Target Support Files/Pods-SpeculidTests/Pods-SpeculidTests.release.xcconfig"; sourceTree = ""; }; - DCB0AF202D3672415910AFDE /* Pods_Speculid.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Speculid.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - DD668DE3E97BC37C2DC71F41 /* Pods-Speculid.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Speculid.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Speculid/Pods-Speculid.debug.xcconfig"; sourceTree = ""; }; - E776BC2A0843F84E3CBC279B /* Pods_CairoSVGTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_CairoSVGTests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - EB3CD055FBA18C9FF21D971C /* Pods-CairoSVGTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-CairoSVGTests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-CairoSVGTests/Pods-CairoSVGTests.debug.xcconfig"; sourceTree = ""; }; - F6CC72BCECBB97B332E4DC41 /* Pods-Speculid-Mac-XPC.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Speculid-Mac-XPC.release.xcconfig"; path = "Pods/Target Support Files/Pods-Speculid-Mac-XPC/Pods-Speculid-Mac-XPC.release.xcconfig"; sourceTree = ""; }; - FBD208DDED47AEA144AD3F63 /* Pods-Speculid-Mac-App.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Speculid-Mac-App.release.xcconfig"; path = "Pods/Target Support Files/Pods-Speculid-Mac-App/Pods-Speculid-Mac-App.release.xcconfig"; sourceTree = ""; }; + B324D41324C49F500047ED11 /* CairoSVG.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = CairoSVG.xcframework; path = /Users/leo/Documents/Projects/Speculid/DerivedData/Speculid/SourcePackages/artifacts/CairoSVG/CairoSVG.xcframework; sourceTree = ""; }; + B3326D4224C1CFF000629F70 /* Tooltip.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Tooltip.swift; sourceTree = ""; }; + B347128824B64968001CCCFD /* ClassicDocument.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ClassicDocument.swift; sourceTree = ""; }; + B347128A24B668DE001CCCFD /* ClassicView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ClassicView.swift; sourceTree = ""; }; + B34B6BC124BE354D00F4EE6B /* BookmarkURLCollectionObject.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BookmarkURLCollectionObject.swift; sourceTree = ""; }; + B364623E24B14DBB0089382E /* SpeculidApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SpeculidApp.swift; sourceTree = ""; }; + B3796B792432B7FF00E5F5F9 /* Command.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Command.entitlements; sourceTree = ""; }; + B37A52372435014400FEA6E9 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + B37B472124B93CB900AE2021 /* CairoSVG.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = CairoSVG.xcframework; path = packages/SpeculidKit/packages/CairoSVG/build/CairoSVG.xcframework; sourceTree = ""; }; + B39F286B243817F700A69B85 /* SpeculidKit */ = {isa = PBXFileReference; lastKnownFileType = folder; path = SpeculidKit; sourceTree = ""; }; + B3DB48072431642100B1DA4F /* Speculid.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Speculid.app; sourceTree = BUILT_PRODUCTS_DIR; }; + B3DB480E2431642100B1DA4F /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = ""; }; + B3DB48132431642600B1DA4F /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; + B3DB48162431642600B1DA4F /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = ""; }; + B3DB48192431642600B1DA4F /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; + B3DB481B2431642600B1DA4F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + B3DB481C2431642600B1DA4F /* Speculid.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Speculid.entitlements; sourceTree = ""; }; + B3DB4826243166FC00B1DA4F /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = ""; }; + B3E1707B24C1DBF700784D20 /* LabeledOption.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LabeledOption.swift; sourceTree = ""; }; + B3E1707D24C1DC1100784D20 /* ResizeOption.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ResizeOption.swift; sourceTree = ""; }; + B3E1707F24C1DC6C00784D20 /* ClassicObject.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ClassicObject.swift; sourceTree = ""; }; + B3E741E52530AF2500002110 /* speculid */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = speculid; sourceTree = BUILT_PRODUCTS_DIR; }; + B3E741E72530AF2500002110 /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ - B3136E5D1F90FCCF0002B7AB /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 8CFE676AD2939E9961A20D07 /* Pods_Speculid_Mac_AppUITests.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - B3136E7B1F90FD2E0002B7AB /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - B3136E831F90FD2E0002B7AB /* SpeculidKit.framework in Frameworks */, - 63B850290A8C8F568F554912 /* Pods_SpeculidTests.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - B3136E8A1F90FD3D0002B7AB /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - B3136E921F90FD3D0002B7AB /* CairoSVG.framework in Frameworks */, - 8673F38CC6D59040A2F46D0E /* Pods_CairoSVGTests.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - B3242E94213DBE6C0063037C /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - B326F24C21811B970072D652 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - B37C743B1F8C58F300DF505B /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - B37C74901F8C5B5C00DF505B /* CairoSVG.framework in Frameworks */, - B37C747A1F8C5ADA00DF505B /* SpeculidKit.framework in Frameworks */, - 8B89F9F58D273C27DCE0A008 /* Pods_Speculid_Mac_App.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - B37C74501F8C590D00DF505B /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - B3BF4C42213ED5CB003744F4 /* SpeculidKit.framework in Frameworks */, - 71C6A7B0A517CC55637B2E17 /* Pods_Speculid_Mac_XPC.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - B37C746F1F8C5ADA00DF505B /* Frameworks */ = { + B3DB48042431642100B1DA4F /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - B37C74BC1F8C5D2A00DF505B /* CairoSVG.framework in Frameworks */, - CBE9EF18228D2DADFC9D264F /* Pods_Speculid.framework in Frameworks */, + B303554A24381F1200A8EAB9 /* SpeculidKit in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - B37C74851F8C5B5C00DF505B /* Frameworks */ = { + B3E741E22530AF2500002110 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - B3825F0120F91807008F2A02 /* libgraphite2.3.0.1.dylib in Frameworks */, - B3F8057820E584B300030497 /* libpng16.16.dylib in Frameworks */, - B3F80B2D20E585EA00030497 /* libharfbuzz-gobject.0.dylib in Frameworks */, - B3F80B3620E585EA00030497 /* libharfbuzz-icu.0.dylib in Frameworks */, - B3F80B2820E585EA00030497 /* libharfbuzz-subset.0.dylib in Frameworks */, - B3F807E020E5858200030497 /* libcroco-0.6.3.dylib in Frameworks */, - B31BD9D920E7E0DA00A560C2 /* libicuio.61.1.dylib in Frameworks */, - B31BD9DC20E7E0DA00A560C2 /* libicui18n.61.1.dylib in Frameworks */, - B31BD9DD20E7E0DA00A560C2 /* libicutu.61.1.dylib in Frameworks */, - B3F80B3020E585EA00030497 /* libharfbuzz.0.dylib in Frameworks */, - B3F808C320E585C000030497 /* libfribidi.0.dylib in Frameworks */, - B31BD9E620E7E0DA00A560C2 /* libicudata.61.1.dylib in Frameworks */, - B31BD9E720E7E0DA00A560C2 /* libicutest.61.1.dylib in Frameworks */, - B31BD9EE20E7E0DA00A560C2 /* libicuuc.61.1.dylib in Frameworks */, - B3F8075520E5855F00030497 /* libffi.6.dylib in Frameworks */, - B3E2079D20E568C6009EA554 /* libcairo-script-interpreter.2.dylib in Frameworks */, - B3E2079020E568C6009EA554 /* libcairo.2.dylib in Frameworks */, - B3E206E920E568C5009EA554 /* libgobject-2.0.0.dylib in Frameworks */, - B3E20A0120E568C8009EA554 /* libgettextpo.0.dylib in Frameworks */, - B3F8067020E5851A00030497 /* libpcreposix.0.dylib in Frameworks */, - B3E2117C20E568D0009EA554 /* librsvg-2.2.dylib in Frameworks */, - B3E204B820E568C3009EA554 /* libpixman-1.0.dylib in Frameworks */, - B3F8067620E5851A00030497 /* libpcre16.0.dylib in Frameworks */, - B3F804F820E5820B00030497 /* libpango-1.0.0.dylib in Frameworks */, - B3F8067320E5851A00030497 /* libpcrecpp.0.dylib in Frameworks */, - B3E206EB20E568C5009EA554 /* libgmodule-2.0.0.dylib in Frameworks */, - B3F8067B20E5851A00030497 /* libpcre32.0.dylib in Frameworks */, - B3F8066A20E5851A00030497 /* libpcre.1.dylib in Frameworks */, - B3E20A0420E568C8009EA554 /* libintl.8.dylib in Frameworks */, - 205A5AF735ED0AFE6D8E3753 /* Pods_CairoSVG.framework in Frameworks */, - B3E206EE20E568C5009EA554 /* libgthread-2.0.0.dylib in Frameworks */, - B3E207F620E568C6009EA554 /* libfontconfig.1.dylib in Frameworks */, - B3E2050E20E568C3009EA554 /* libgdk_pixbuf-2.0.0.dylib in Frameworks */, - B3F804FE20E5820B00030497 /* libpangocairo-1.0.0.dylib in Frameworks */, - B3E20A0C20E568C8009EA554 /* libgettextsrc-0.19.8.1.dylib in Frameworks */, - B3E2079A20E568C6009EA554 /* libcairo-trace.0.dylib in Frameworks */, - B3E204F220E568C3009EA554 /* libfreetype.6.dylib in Frameworks */, - B3F804F920E5820B00030497 /* libpangoft2-1.0.0.dylib in Frameworks */, - B3E206E620E568C5009EA554 /* libglib-2.0.0.dylib in Frameworks */, - B3E206F020E568C5009EA554 /* libgio-2.0.0.dylib in Frameworks */, - B3E2079120E568C6009EA554 /* libcairo-gobject.2.dylib in Frameworks */, + B3E741F22530AFD500002110 /* ArgumentParser in Frameworks */, + B3E741EE2530AF5A00002110 /* SpeculidKit in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - ACD4DBE14098687CAAFBB2FA /* Pods */ = { - isa = PBXGroup; - children = ( - DD668DE3E97BC37C2DC71F41 /* Pods-Speculid.debug.xcconfig */, - 87434B3EFCD8AF7732299E58 /* Pods-Speculid.release.xcconfig */, - 75FAFD8D34A5758295CE7C3E /* Pods-Speculid-Mac-App.debug.xcconfig */, - FBD208DDED47AEA144AD3F63 /* Pods-Speculid-Mac-App.release.xcconfig */, - C743CA092B2436D579EB1965 /* Pods-Speculid-Mac-XPC.debug.xcconfig */, - F6CC72BCECBB97B332E4DC41 /* Pods-Speculid-Mac-XPC.release.xcconfig */, - EB3CD055FBA18C9FF21D971C /* Pods-CairoSVGTests.debug.xcconfig */, - 33189C1A2DCDF9FDE0D52DB2 /* Pods-CairoSVGTests.release.xcconfig */, - 503182BFEED5FCC7A0FD7113 /* Pods-Speculid-Mac-AppUITests.debug.xcconfig */, - 5598DB627CD85D918F6EAC73 /* Pods-Speculid-Mac-AppUITests.release.xcconfig */, - 1A1D3098AA00507F322B5177 /* Pods-SpeculidTests.debug.xcconfig */, - C7A962F08D51F2247E1ADBEF /* Pods-SpeculidTests.release.xcconfig */, - 7DD68C68194F71BF3C7B683C /* Pods-CairoSVG.debug.xcconfig */, - 72377B2194FCD69B6D9FED05 /* Pods-CairoSVG.release.xcconfig */, - ); - name = Pods; - sourceTree = ""; - }; - B3033B181F9AED7600787279 /* configuration */ = { - isa = PBXGroup; - children = ( - B30216EF218B805E004C4BEA /* Gemfile */, - B3B049C81FA262A8002906B1 /* exportOptions.plist */, - B3033B1A1F9AEE9A00787279 /* .gitignore */, - B3033B191F9AEE9900787279 /* .travis.yml */, - B318906D1F91A06B00D0EFA0 /* .swiftlint.yml */, - B3E33EB8218B99FA002A26AD /* codecov.yml */, - ); - name = configuration; - sourceTree = ""; - }; - B3136DB51F90E23E0002B7AB /* frameworks */ = { + B303554824381F1200A8EAB9 /* Frameworks */ = { isa = PBXGroup; children = ( - B37C748A1F8C5B5C00DF505B /* cairosvg */, - B3136DB81F90E27B0002B7AB /* speculid */, + B37B472124B93CB900AE2021 /* CairoSVG.xcframework */, + B324D41324C49F500047ED11 /* CairoSVG.xcframework */, ); - path = frameworks; + name = Frameworks; sourceTree = ""; }; - B3136DB71F90E2690002B7AB /* mac */ = { + B37A5236243500C900FEA6E9 /* command */ = { isa = PBXGroup; children = ( - B3136DDD1F90EF460002B7AB /* Application.swift */, - B3136EA01F9107B40002B7AB /* assets */, - B37C74481F8C58F300DF505B /* Info.plist */, - B37C74491F8C58F300DF505B /* Speculid_Mac_App.entitlements */, - B35B71221F9041B900BE477E /* main.swift */, + B37A52372435014400FEA6E9 /* Info.plist */, + B3796B792432B7FF00E5F5F9 /* Command.entitlements */, + B3DB4826243166FC00B1DA4F /* main.swift */, ); - path = mac; + path = command; sourceTree = ""; }; - B3136DB81F90E27B0002B7AB /* speculid */ = { + B39F13FE243817AB00A69B85 /* packages */ = { isa = PBXGroup; children = ( - B3E9A9001FB4DCCA00FD8E7A /* autorevision.json */, - B3D329FE1F9A5D290042B46F /* Resources */, - B3136DE41F90F73A0002B7AB /* Controllers */, - B3136E1D1F90F73B0002B7AB /* Errors */, - B3136DF51F90F73A0002B7AB /* Extensions */, - B3136DF91F90F73A0002B7AB /* Models */, - B3136E081F90F73B0002B7AB /* Protocols */, - B3136E1C1F90F73B0002B7AB /* versions.plist */, - B3136DC01F90E27B0002B7AB /* Info.plist */, - B3136DBC1F90E27B0002B7AB /* Speculid_Mac_Framework.h */, - B36C2E8A1FA5B876003F48BD /* build.list */, + B39F286B243817F700A69B85 /* SpeculidKit */, ); - path = speculid; + path = packages; sourceTree = ""; }; - B3136DE41F90F73A0002B7AB /* Controllers */ = { + B3DB47FC243162DA00B1DA4F = { isa = PBXGroup; children = ( - B3136DF11F90F73A0002B7AB /* AnalyticsSessionManager.swift */, - B3136DEA1F90F73A0002B7AB /* AnalyticsTracker.swift */, - B3136DDB1F90EF370002B7AB /* Application.swift */, - B3D32A071F9A73740042B46F /* AsyncBlockOperation.swift */, - B3136DE81F90F73A0002B7AB /* CairoConversionSet.swift */, - B3136DF41F90F73A0002B7AB /* CairoConversionSetBuilder.swift */, - B3136DEC1F90F73A0002B7AB /* ClientIdentifier.swift */, - B3B5E9E71F96C74C004A6BEB /* CommandLineRunner.swift */, - B3136DF31F90F73A0002B7AB /* ImageConversionBuilder.swift */, - B3136DF01F90F73A0002B7AB /* ImageConversionSetBuilder.swift */, - B317B0D01FA560EE00BB5E57 /* QuitMenuItem.swift */, - B31BEAFB1F96269F00496E7A /* RegularExpressionSet.swift */, - B31BEAF81F96268000496E7A /* RegularExpressionSetBuilder.swift */, - B33F0BB81F958695004A87DD /* RemoteObjectInterfaceProvider.swift */, - B3136DCC1F90E2A20002B7AB /* Service.swift */, - B3B5E9EB1F96C7D5004A6BEB /* SpeculidApplicationModeParser.swift */, - B3136DF21F90F73A0002B7AB /* SpeculidBuilder.swift */, - B3B5E9D81F96C1BE004A6BEB /* SpeculidConfigurationBuilder.swift */, - B3F0ECF11F9E6AAD0078690E /* SpeculidImageSpecificationBuilder.swift */, - B33F0BBA1F9586A9004A87DD /* StatusItemProvider.swift */, - B3FAD3EA1FA564D0004381A7 /* VersionMenuItem.swift */, - B34B52C9217E5FC40080E6DC /* CommandLineInstaller.swift */, + B39F13FE243817AB00A69B85 /* packages */, + B37A5236243500C900FEA6E9 /* command */, + B3DB48092431642100B1DA4F /* Speculid */, + B3E741E62530AF2500002110 /* speculid */, + B3DB48082431642100B1DA4F /* Products */, + B303554824381F1200A8EAB9 /* Frameworks */, ); - path = Controllers; sourceTree = ""; }; - B3136DF51F90F73A0002B7AB /* Extensions */ = { + B3DB48082431642100B1DA4F /* Products */ = { isa = PBXGroup; children = ( - B3136DFB1F90F73A0002B7AB /* GeometryDimension.Codable.swift */, - B3136E001F90F73A0002B7AB /* GeometryDimension.ScalingBy.swift */, - B3136DF81F90F73A0002B7AB /* CGFloat.swift */, - B3D32A051F9A5FEE0042B46F /* FileHandle.swift */, - B31890691F918F0300D0EFA0 /* GeometryValue.Multiply.swift */, - B3136DF61F90F73A0002B7AB /* NSColor.swift */, - B3136DF71F90F73A0002B7AB /* String.swift */, - B3E9A9021FB4DDE400FD8E7A /* Version.swift */, - B3F6E27E233C3F0C00B28DA2 /* NSNumber.swift */, + B3DB48072431642100B1DA4F /* Speculid.app */, + B3E741E52530AF2500002110 /* speculid */, ); - path = Extensions; + name = Products; sourceTree = ""; }; - B3136DF91F90F73A0002B7AB /* Models */ = { + B3DB48092431642100B1DA4F /* Speculid */ = { isa = PBXGroup; children = ( - B3136E051F90F73A0002B7AB /* AnalyticsConfiguration.swift */, - B3136DFA1F90F73A0002B7AB /* AnalyticsParameterDictionary.swift */, - B3136E021F90F73A0002B7AB /* AnalyticsParameterKey.swift */, - B319DCAF233BE00400F9381E /* AssetCatalogItem.swift */, - B3136E041F90F73A0002B7AB /* AssetSpecification.swift */, - B3033B1F1F9AEFE600787279 /* AssetSpecificationDocument.swift */, - B341888D1F9A460300C5F356 /* CommandLineArgumentProvider.swift */, - B3891BBD20F7CE010095E1FD /* CwlSysctl.swift */, - B3136DC91F90E2A20002B7AB /* ErrorCollection.swift */, - B3136DBB1F90E27B0002B7AB /* ImageFile.swift */, - B3136E071F90F73A0002B7AB /* ImageIdiom.swift */, - B3136DBE1F90E27B0002B7AB /* ImageSpecification.swift */, - B34B52C7217E5D700080E6DC /* InstallType.swift */, - B33A533D1F954FF800E74800 /* Result.swift */, - B3B5E9DF1F96C416004A6BEB /* SpeculidApplicationMode.swift */, - B3B5E9E11F96C44D004A6BEB /* SpeculidCommandArgumentSet.swift */, - B3B5E9DD1F96C2A2004A6BEB /* SpeculidConfiguration.swift */, - B3136E011F90F73A0002B7AB /* SpeculidDocument.swift */, - B3136DFC1F90F73A0002B7AB /* SpeculidSpecificationsFile.swift */, - B3F6E278233C3BF100B28DA2 /* AssetSpecificationFileProtocol.swift */, - B3F6E27A233C3DC400B28DA2 /* AssetSpecificationFile.swift */, - B3F6E27C233C3EE100B28DA2 /* AssetCatalogItemSize.swift */, - B3F6E280233C3F2E00B28DA2 /* AssetSpecificationMetadata.swift */, + B364623E24B14DBB0089382E /* SpeculidApp.swift */, + B3DB480E2431642100B1DA4F /* ContentView.swift */, + B3DB48132431642600B1DA4F /* Assets.xcassets */, + B3DB48182431642600B1DA4F /* Main.storyboard */, + B3DB481B2431642600B1DA4F /* Info.plist */, + B3DB481C2431642600B1DA4F /* Speculid.entitlements */, + B3DB48152431642600B1DA4F /* Preview Content */, + B347128824B64968001CCCFD /* ClassicDocument.swift */, + B347128A24B668DE001CCCFD /* ClassicView.swift */, + B34B6BC124BE354D00F4EE6B /* BookmarkURLCollectionObject.swift */, + B3326D4224C1CFF000629F70 /* Tooltip.swift */, + B3E1707B24C1DBF700784D20 /* LabeledOption.swift */, + B3E1707D24C1DC1100784D20 /* ResizeOption.swift */, + B3E1707F24C1DC6C00784D20 /* ClassicObject.swift */, ); - path = Models; + path = Speculid; sourceTree = ""; }; - B3136E081F90F73B0002B7AB /* Protocols */ = { + B3DB48152431642600B1DA4F /* Preview Content */ = { isa = PBXGroup; children = ( - B3136E171F90F73B0002B7AB /* AnalyticsConfigurationProtocol.swift */, - B3136E121F90F73B0002B7AB /* AnalyticsEventProtocol.swift */, - B3136E131F90F73B0002B7AB /* AnalyticsSessionManagerProtocol.swift */, - B3136E181F90F73B0002B7AB /* AnalyticsTrackerProtocol.swift */, - B3136E1A1F90F73B0002B7AB /* ApplicationProtocol.swift */, - B3033B1D1F9AEFC100787279 /* AssetSpecificationDocumentProtocol.swift */, - B3136E0D1F90F73B0002B7AB /* ClientIdentifierDelegate.swift */, - B3B5E9E31F96C5F1004A6BEB /* CommandLineActivityProtocol.swift */, - B34188891F9A44A700C5F356 /* CommandLineArgumentProviderProtocol.swift */, - B3B5E9E51F96C604004A6BEB /* CommandLineRunnerProtocol.swift */, - B3136E151F90F73B0002B7AB /* GeometryProtocol.swift */, - B3136E1B1F90F73B0002B7AB /* ImageConversionBuilderProtocol.swift */, - B3136E0B1F90F73B0002B7AB /* ImageConversionSetBuilderProtocol.swift */, - B3136E0F1F90F73B0002B7AB /* ImageConversionSetProtocol.swift */, - B3136E0C1F90F73B0002B7AB /* ImageConversionTaskProtocol.swift */, - B3136E141F90F73B0002B7AB /* AssetSpecificationProtocol.swift */, - B31BEAFF1F9626BB00496E7A /* RegularExpressionSetBuilderProtocol.swift */, - B31BEAFD1F9626AC00496E7A /* RegularExpressionSetProtocol.swift */, - B33A533B1F954F8C00E74800 /* RemoteObjectInterfaceProviderProtocol.swift */, - B3136DC61F90E2A20002B7AB /* ServiceProtocol.swift */, - B3B5E9E91F96C777004A6BEB /* SpeculidApplicationModeParserProtocol.swift */, - B3136E161F90F73B0002B7AB /* SpeculidArgumentsProtocol.swift */, - B3136E191F90F73B0002B7AB /* SpeculidBuilderProtocol.swift */, - B3B5E9DB1F96C1D2004A6BEB /* SpeculidConfigurationBuilderProtocol.swift */, - B3136E111F90F73B0002B7AB /* SpeculidConfigurationProtocol.swift */, - B3136E101F90F73B0002B7AB /* SpeculidDocumentProtocol.swift */, - B3136E091F90F73B0002B7AB /* SpeculidSpecificationsFileProtocol.swift */, - B33A53391F954E4B00E74800 /* StatusItemProviderProtocol.swift */, - B3F0ECEF1F9E6A4D0078690E /* SpeculidImageSpecificationBuilderProtocol.swift */, - B3CB156F2113AA8C00A6DC5C /* VersionProvider.swift */, - B3FDF6442180A3FF00455A43 /* InstallerProtocol.swift */, - B3F6E282233C3F7300B28DA2 /* AssetSpecificationMetadataProtocol.swift */, + B3DB48162431642600B1DA4F /* Preview Assets.xcassets */, ); - path = Protocols; + path = "Preview Content"; sourceTree = ""; }; - B3136E1D1F90F73B0002B7AB /* Errors */ = { + B3E741E62530AF2500002110 /* speculid */ = { isa = PBXGroup; children = ( - B3136E201F90F73B0002B7AB /* ArrayError.swift */, - B3136E1E1F90F73B0002B7AB /* MissingRequiredInstallationError.swift */, - B3136E1F1F90F73B0002B7AB /* ProcessError.swift */, - B3136E211F90F73B0002B7AB /* UnknownConversionError.swift */, - B394EEBC2195FE2D004EB090 /* BadGeometryStringValueError.swift */, - B394EEBE2195FE46004EB090 /* BadGeometryCGSizeValueError.swift */, + B3E741E72530AF2500002110 /* main.swift */, ); - path = Errors; + path = speculid; sourceTree = ""; }; - B3136E6A1F90FCD90002B7AB /* tests */ = { - isa = PBXGroup; - children = ( - B3136E991F90FD550002B7AB /* cairosvg */, - B3136E981F90FD470002B7AB /* speculid */, - B3136E6B1F90FCE60002B7AB /* ui */, +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + B3DB48062431642100B1DA4F /* Speculid */ = { + isa = PBXNativeTarget; + buildConfigurationList = B3DB481F2431642700B1DA4F /* Build configuration list for PBXNativeTarget "Speculid" */; + buildPhases = ( + B3DB48032431642100B1DA4F /* Sources */, + B3DB48042431642100B1DA4F /* Frameworks */, + B3DB48052431642100B1DA4F /* Resources */, + B3796B7A2432C33600E5F5F9 /* CopyFiles */, + B33E6494252F612700A12CFD /* ShellScript */, ); - path = tests; - sourceTree = ""; - }; - B3136E6B1F90FCE60002B7AB /* ui */ = { - isa = PBXGroup; - children = ( - B3136E621F90FCCF0002B7AB /* SpeculidUITests.swift */, - B3136E641F90FCCF0002B7AB /* Info.plist */, + buildRules = ( ); - path = ui; - sourceTree = ""; - }; - B3136E981F90FD470002B7AB /* speculid */ = { - isa = PBXGroup; - children = ( - B341888F1F9A478800C5F356 /* Controllers */, - B3136E821F90FD2E0002B7AB /* Info.plist */, + dependencies = ( ); - path = speculid; - sourceTree = ""; - }; - B3136E991F90FD550002B7AB /* cairosvg */ = { - isa = PBXGroup; - children = ( - B3081398218A067300DB07D0 /* geometry.svg */, - B3136E8F1F90FD3D0002B7AB /* CairoSVGTests.swift */, - B3136E911F90FD3D0002B7AB /* Info.plist */, + name = Speculid; + packageProductDependencies = ( + B303554924381F1200A8EAB9 /* SpeculidKit */, ); - path = cairosvg; - sourceTree = ""; + productName = Speculid; + productReference = B3DB48072431642100B1DA4F /* Speculid.app */; + productType = "com.apple.product-type.application"; }; - B3136EA01F9107B40002B7AB /* assets */ = { - isa = PBXGroup; - children = ( - B3033B211F9AF03F00787279 /* Contents.json */, - B3033B231F9AF05900787279 /* Contents.json */, - B3136DC31F90E2A10002B7AB /* layers.svg */, - B3136EA11F910BC90002B7AB /* svg-appicon.speculid */, - B3136EA21F910BC90002B7AB /* svg-trayicon.speculid */, - B37C74431F8C58F300DF505B /* Assets.xcassets */, + B3E741E42530AF2500002110 /* speculid */ = { + isa = PBXNativeTarget; + buildConfigurationList = B3E741E92530AF2500002110 /* Build configuration list for PBXNativeTarget "speculid" */; + buildPhases = ( + B3E741E12530AF2500002110 /* Sources */, + B3E741E22530AF2500002110 /* Frameworks */, ); - path = assets; - sourceTree = ""; - }; - B31BD6EB20E7E0D500A560C2 /* icu4c */ = { - isa = PBXGroup; - children = ( - B31BD6EC20E7E0D500A560C2 /* 61.1 */, + buildRules = ( ); - path = icu4c; - sourceTree = ""; - }; - B31BD6EC20E7E0D500A560C2 /* 61.1 */ = { - isa = PBXGroup; - children = ( - B31BD6FE20E7E0D500A560C2 /* include */, - B31BD7BA20E7E0D600A560C2 /* lib */, + dependencies = ( ); - path = 61.1; - sourceTree = ""; - }; - B31BD6FE20E7E0D500A560C2 /* include */ = { - isa = PBXGroup; - children = ( - B31BD6FF20E7E0D500A560C2 /* unicode */, + name = speculid; + packageProductDependencies = ( + B3E741ED2530AF5A00002110 /* SpeculidKit */, + B3E741F12530AFD500002110 /* ArgumentParser */, ); - path = include; - sourceTree = ""; + productName = speculid; + productReference = B3E741E52530AF2500002110 /* speculid */; + productType = "com.apple.product-type.tool"; }; - B31BD6FF20E7E0D500A560C2 /* unicode */ = { - isa = PBXGroup; - children = ( - B31BD70020E7E0D500A560C2 /* translit.h */, - B31BD70120E7E0D500A560C2 /* ustdio.h */, - B31BD70220E7E0D500A560C2 /* utf_old.h */, - B31BD70320E7E0D500A560C2 /* ucsdet.h */, - B31BD70420E7E0D500A560C2 /* tzfmt.h */, - B31BD70520E7E0D500A560C2 /* ubrk.h */, - B31BD70620E7E0D500A560C2 /* ufieldpositer.h */, - B31BD70720E7E0D500A560C2 /* stringpiece.h */, - B31BD70820E7E0D500A560C2 /* ucat.h */, - B31BD70920E7E0D500A560C2 /* tblcoll.h */, - B31BD70A20E7E0D500A560C2 /* stringoptions.h */, - B31BD70B20E7E0D500A560C2 /* dtfmtsym.h */, - B31BD70C20E7E0D500A560C2 /* unirepl.h */, - B31BD70D20E7E0D500A560C2 /* ptypes.h */, - B31BD70E20E7E0D500A560C2 /* fmtable.h */, - B31BD70F20E7E0D500A560C2 /* dtitvfmt.h */, - B31BD71020E7E0D500A560C2 /* choicfmt.h */, - B31BD71120E7E0D500A560C2 /* usetiter.h */, - B31BD71220E7E0D500A560C2 /* errorcode.h */, - B31BD71320E7E0D500A560C2 /* tznames.h */, - B31BD71420E7E0D500A560C2 /* dtintrv.h */, - B31BD71520E7E0D500A560C2 /* ucurr.h */, - B31BD71620E7E0D500A560C2 /* icuplug.h */, - B31BD71720E7E0D500A560C2 /* uregion.h */, - B31BD71820E7E0D500A560C2 /* utext.h */, - B31BD71920E7E0D500A560C2 /* edits.h */, - B31BD71A20E7E0D500A560C2 /* parsepos.h */, - B31BD71B20E7E0D500A560C2 /* ucal.h */, - B31BD71C20E7E0D500A560C2 /* fpositer.h */, - B31BD71D20E7E0D500A560C2 /* dtitvinf.h */, - B31BD71E20E7E0D500A560C2 /* rbnf.h */, - B31BD71F20E7E0D500A560C2 /* udat.h */, - B31BD72020E7E0D500A560C2 /* urep.h */, - B31BD72120E7E0D500A560C2 /* utf32.h */, - B31BD72220E7E0D500A560C2 /* vtzone.h */, - B31BD72320E7E0D500A560C2 /* ustring.h */, - B31BD72420E7E0D500A560C2 /* ubiditransform.h */, - B31BD72520E7E0D500A560C2 /* uenum.h */, - B31BD72620E7E0D500A560C2 /* appendable.h */, - B31BD72720E7E0D500A560C2 /* usearch.h */, - B31BD72820E7E0D500A560C2 /* numsys.h */, - B31BD72920E7E0D500A560C2 /* timezone.h */, - B31BD72A20E7E0D500A560C2 /* uset.h */, - B31BD72B20E7E0D500A560C2 /* casemap.h */, - B31BD72C20E7E0D500A560C2 /* coleitr.h */, - B31BD72D20E7E0D500A560C2 /* schriter.h */, - B31BD72E20E7E0D500A560C2 /* msgfmt.h */, - B31BD72F20E7E0D500A560C2 /* fieldpos.h */, - B31BD73020E7E0D500A560C2 /* simpletz.h */, - B31BD73120E7E0D500A560C2 /* uldnames.h */, - B31BD73220E7E0D500A560C2 /* uiter.h */, - B31BD73320E7E0D500A560C2 /* umsg.h */, - B31BD73420E7E0D500A560C2 /* sortkey.h */, - B31BD73520E7E0D500A560C2 /* docmain.h */, - B31BD73620E7E0D500A560C2 /* uniset.h */, - B31BD73720E7E0D500A560C2 /* basictz.h */, - B31BD73820E7E0D500A560C2 /* udata.h */, - B31BD73920E7E0D500A560C2 /* stringtriebuilder.h */, - B31BD73A20E7E0D500A560C2 /* chariter.h */, - B31BD73B20E7E0D500A560C2 /* umisc.h */, - B31BD73C20E7E0D500A560C2 /* reldatefmt.h */, - B31BD73D20E7E0D500A560C2 /* uloc.h */, - B31BD73E20E7E0D500A560C2 /* plurrule.h */, - B31BD73F20E7E0D500A560C2 /* bytestriebuilder.h */, - B31BD74020E7E0D500A560C2 /* measunit.h */, - B31BD74120E7E0D500A560C2 /* utrace.h */, - B31BD74220E7E0D500A560C2 /* locdspnm.h */, - B31BD74320E7E0D500A560C2 /* gregocal.h */, - B31BD74420E7E0D500A560C2 /* uchriter.h */, - B31BD74520E7E0D500A560C2 /* enumset.h */, - B31BD74620E7E0D500A560C2 /* nounit.h */, - B31BD74720E7E0D500A560C2 /* utf.h */, - B31BD74820E7E0D500A560C2 /* measure.h */, - B31BD74920E7E0D500A560C2 /* tzrule.h */, - B31BD74A20E7E0D500A560C2 /* strenum.h */, - B31BD74B20E7E0D500A560C2 /* regex.h */, - B31BD74C20E7E0D500A560C2 /* gender.h */, - B31BD74D20E7E0D500A560C2 /* dcfmtsym.h */, - B31BD74E20E7E0D500A560C2 /* ucnv_err.h */, - B31BD74F20E7E0D500A560C2 /* decimfmt.h */, - B31BD75020E7E0D500A560C2 /* bytestrie.h */, - B31BD75120E7E0D500A560C2 /* udatpg.h */, - B31BD75220E7E0D500A560C2 /* listformatter.h */, - B31BD75320E7E0D500A560C2 /* uobject.h */, - B31BD75420E7E0D500A560C2 /* calendar.h */, - B31BD75520E7E0D500A560C2 /* ures.h */, - B31BD75620E7E0D500A560C2 /* normlzr.h */, - B31BD75720E7E0D500A560C2 /* usprep.h */, - B31BD75820E7E0D500A560C2 /* urename.h */, - B31BD75920E7E0D500A560C2 /* caniter.h */, - B31BD75A20E7E0D500A560C2 /* ucol.h */, - B31BD75B20E7E0D500A560C2 /* upluralrules.h */, - B31BD75C20E7E0D500A560C2 /* ucharstrie.h */, - B31BD75D20E7E0D500A560C2 /* tmunit.h */, - B31BD75E20E7E0D500A560C2 /* unistr.h */, - B31BD75F20E7E0D500A560C2 /* rbbi.h */, - B31BD76020E7E0D500A560C2 /* ulocdata.h */, - B31BD76120E7E0D500A560C2 /* idna.h */, - B31BD76220E7E0D500A560C2 /* unorm2.h */, - B31BD76320E7E0D500A560C2 /* dtptngen.h */, - B31BD76420E7E0D500A560C2 /* dbbi.h */, - B31BD76520E7E0D500A560C2 /* bytestream.h */, - B31BD76620E7E0D500A560C2 /* uversion.h */, - B31BD76720E7E0D500A560C2 /* messagepattern.h */, - B31BD76820E7E0D500A560C2 /* uidna.h */, - B31BD76920E7E0D500A560C2 /* filteredbrk.h */, - B31BD76A20E7E0D500A560C2 /* tmutamt.h */, - B31BD76B20E7E0D500A560C2 /* char16ptr.h */, - B31BD76C20E7E0D500A560C2 /* symtable.h */, - B31BD76D20E7E0D500A560C2 /* ucasemap.h */, - B31BD76E20E7E0D500A560C2 /* ucoleitr.h */, - B31BD76F20E7E0D500A560C2 /* compactdecimalformat.h */, - B31BD77020E7E0D500A560C2 /* unum.h */, - B31BD77120E7E0D500A560C2 /* udisplaycontext.h */, - B31BD77220E7E0D500A560C2 /* tztrans.h */, - B31BD77320E7E0D500A560C2 /* umachine.h */, - B31BD77420E7E0D500A560C2 /* numberformatter.h */, - B31BD77520E7E0D500A560C2 /* datefmt.h */, - B31BD77620E7E0D500A560C2 /* utmscale.h */, - B31BD77720E7E0D500A560C2 /* coll.h */, - B31BD77820E7E0D500A560C2 /* currpinf.h */, - B31BD77920E7E0D500A560C2 /* uregex.h */, - B31BD77A20E7E0D500A560C2 /* tmutfmt.h */, - B31BD77B20E7E0D500A560C2 /* plurfmt.h */, - B31BD77C20E7E0D500A560C2 /* ustringtrie.h */, - B31BD77D20E7E0D500A560C2 /* smpdtfmt.h */, - B31BD77E20E7E0D500A560C2 /* icudataver.h */, - B31BD77F20E7E0D500A560C2 /* uchar.h */, - B31BD78020E7E0D500A560C2 /* unorm.h */, - B31BD78120E7E0D500A560C2 /* ushape.h */, - B31BD78220E7E0D500A560C2 /* unifunct.h */, - B31BD78320E7E0D500A560C2 /* ugender.h */, - B31BD78420E7E0D500A560C2 /* selfmt.h */, - B31BD78520E7E0D500A560C2 /* uformattable.h */, - B31BD78620E7E0D500A560C2 /* ustream.h */, - B31BD78720E7E0D500A560C2 /* simpleformatter.h */, - B31BD78820E7E0D500A560C2 /* ucnv_cb.h */, - B31BD78920E7E0D500A560C2 /* curramt.h */, - B31BD78A20E7E0D500A560C2 /* locid.h */, - B31BD78B20E7E0D500A560C2 /* udateintervalformat.h */, - B31BD78C20E7E0D500A560C2 /* resbund.h */, - B31BD78D20E7E0D500A560C2 /* ubidi.h */, - B31BD78E20E7E0D500A560C2 /* stsearch.h */, - B31BD78F20E7E0D500A560C2 /* alphaindex.h */, - B31BD79020E7E0D500A560C2 /* uvernum.h */, - B31BD79120E7E0D600A560C2 /* unimatch.h */, - B31BD79220E7E0D600A560C2 /* rbtz.h */, - B31BD79320E7E0D600A560C2 /* ucnvsel.h */, - B31BD79420E7E0D600A560C2 /* uspoof.h */, - B31BD79520E7E0D600A560C2 /* region.h */, - B31BD79620E7E0D600A560C2 /* ureldatefmt.h */, - B31BD79720E7E0D600A560C2 /* utrans.h */, - B31BD79820E7E0D600A560C2 /* parseerr.h */, - B31BD79920E7E0D600A560C2 /* putil.h */, - B31BD79A20E7E0D600A560C2 /* format.h */, - B31BD79B20E7E0D600A560C2 /* scientificnumberformatter.h */, - B31BD79C20E7E0D600A560C2 /* normalizer2.h */, - B31BD79D20E7E0D600A560C2 /* dtrule.h */, - B31BD79E20E7E0D600A560C2 /* ucnv.h */, - B31BD79F20E7E0D600A560C2 /* ucharstriebuilder.h */, - B31BD7A020E7E0D600A560C2 /* search.h */, - B31BD7A120E7E0D600A560C2 /* unumsys.h */, - B31BD7A220E7E0D600A560C2 /* uconfig.h */, - B31BD7A320E7E0D600A560C2 /* utf16.h */, - B31BD7A420E7E0D600A560C2 /* brkiter.h */, - B31BD7A520E7E0D600A560C2 /* platform.h */, - B31BD7A620E7E0D600A560C2 /* rep.h */, - B31BD7A720E7E0D600A560C2 /* std_string.h */, - B31BD7A820E7E0D600A560C2 /* utf8.h */, - B31BD7A920E7E0D600A560C2 /* localpointer.h */, - B31BD7AA20E7E0D600A560C2 /* uclean.h */, - B31BD7AB20E7E0D600A560C2 /* uscript.h */, - B31BD7AC20E7E0D600A560C2 /* numfmt.h */, - B31BD7AD20E7E0D600A560C2 /* currunit.h */, - B31BD7AE20E7E0D600A560C2 /* utypes.h */, - B31BD7AF20E7E0D600A560C2 /* ulistformatter.h */, - B31BD7B020E7E0D600A560C2 /* measfmt.h */, - B31BD7B120E7E0D600A560C2 /* unifilt.h */, +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + B3DB47FD243162DA00B1DA4F /* Project object */ = { + isa = PBXProject; + attributes = { + LastSwiftUpdateCheck = 1220; + LastUpgradeCheck = 1200; + TargetAttributes = { + B3DB48062431642100B1DA4F = { + CreatedOnToolsVersion = 11.4; + }; + B3E741E42530AF2500002110 = { + CreatedOnToolsVersion = 12.2; + }; + }; + }; + buildConfigurationList = B3DB4800243162DA00B1DA4F /* Build configuration list for PBXProject "Speculid" */; + compatibilityVersion = "Xcode 12.0"; + developmentRegion = en; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, ); - path = unicode; - sourceTree = ""; - }; - B31BD7BA20E7E0D600A560C2 /* lib */ = { - isa = PBXGroup; - children = ( - B31BD7C720E7E0D600A560C2 /* libicuio.61.1.dylib */, - B31BD7CA20E7E0D600A560C2 /* libicui18n.61.1.dylib */, - B31BD7CB20E7E0D600A560C2 /* libicutu.61.1.dylib */, - B31BD7D420E7E0D600A560C2 /* libicudata.61.1.dylib */, - B31BD7D520E7E0D600A560C2 /* libicutest.61.1.dylib */, - B31BD7DF20E7E0D600A560C2 /* libicuuc.61.1.dylib */, + mainGroup = B3DB47FC243162DA00B1DA4F; + packageReferences = ( + B3E741F02530AFD500002110 /* XCRemoteSwiftPackageReference "swift-argument-parser" */, ); - path = lib; - sourceTree = ""; - }; - B3220A4621154D1A00047BF6 /* scripts */ = { - isa = PBXGroup; - children = ( - B326F24821810F580072D652 /* CodeSignUpdate.sh */, - B3220A4721154D1A00047BF6 /* fix_dylibs.sh */, - B3220A4821154D1A00047BF6 /* codesign-framework.sh */, - B3220A4921154D1A00047BF6 /* decrypt-certs.sh */, - B3220A4A21154D1A00047BF6 /* shasum.sh */, - B3220A4B21154D1A00047BF6 /* build-keychain.sh */, + productRefGroup = B3DB48082431642100B1DA4F /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + B3DB48062431642100B1DA4F /* Speculid */, + B3E741E42530AF2500002110 /* speculid */, ); - path = scripts; - sourceTree = ""; }; - B3242E9E213DBE960063037C /* command */ = { - isa = PBXGroup; - children = ( - B3242E99213DBE6C0063037C /* main.swift */, +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + B3DB48052431642100B1DA4F /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + B3DB481A2431642600B1DA4F /* Main.storyboard in Resources */, + B3DB48172431642600B1DA4F /* Preview Assets.xcassets in Resources */, + B3DB48142431642600B1DA4F /* Assets.xcassets in Resources */, ); - path = command; - sourceTree = ""; + runOnlyForDeploymentPostprocessing = 0; }; - B326F25021811B970072D652 /* installer */ = { - isa = PBXGroup; - children = ( - B323FC09217FB2C400D95E9C /* Speculid-Mac-Installer-Info.plist */, - B323FC0E217FB44400D95E9C /* Speculid-Mac-Installer-Launchd.plist */, - B323FC10217FB5CB00D95E9C /* main.swift */, - B323FC12217FB5F500D95E9C /* ServiceDelegate.swift */, +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXShellScriptBuildPhase section */ + B33E6494252F612700A12CFD /* ShellScript */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( ); - path = installer; - sourceTree = ""; - }; - B33192E3244BB27100FFA999 /* examples */ = { - isa = PBXGroup; - children = ( - B33192E4244BB27100FFA999 /* macos */, - B33192E9244BB27100FFA999 /* watchos */, - B33192F2244BB27100FFA999 /* examples.xcodeproj */, - B33192F5244BB27100FFA999 /* shasum */, - B3319302244BB27100FFA999 /* ios */, - B331930A244BB27100FFA999 /* fastlane */, - B3319311244BB27100FFA999 /* Gemfile */, - B3319312244BB27100FFA999 /* Gemfile.lock */, - B33199AD244BB27B00FFA999 /* Assets */, + inputFileListPaths = ( ); - path = examples; - sourceTree = ""; - }; - B33192E4244BB27100FFA999 /* macos */ = { - isa = PBXGroup; - children = ( - B33192E5244BB27100FFA999 /* MainMenu.xib */, - B33192E7244BB27100FFA999 /* AppDelegate.swift */, - B33192E8244BB27100FFA999 /* Info.plist */, + inputPaths = ( ); - path = macos; - sourceTree = ""; - }; - B33192E9244BB27100FFA999 /* watchos */ = { - isa = PBXGroup; - children = ( - B33192EA244BB27100FFA999 /* extension */, - B33192EE244BB27100FFA999 /* application */, + outputFileListPaths = ( ); - path = watchos; - sourceTree = ""; - }; - B33192EA244BB27100FFA999 /* extension */ = { - isa = PBXGroup; - children = ( - B33192EB244BB27100FFA999 /* InterfaceController.swift */, - B33192EC244BB27100FFA999 /* ExtensionDelegate.swift */, - B33192ED244BB27100FFA999 /* Info.plist */, + outputPaths = ( ); - path = extension; - sourceTree = ""; + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "codesign --force --verbose --entitlements \"${SRCROOT}/command/Command.entitlements\" -s \"${CODE_SIGN_IDENTITY}\" \"${TARGET_BUILD_DIR}/Speculid.app/Contents/SharedSupport/speculid\" \n"; }; - B33192EE244BB27100FFA999 /* application */ = { - isa = PBXGroup; - children = ( - B33192EF244BB27100FFA999 /* Interface.storyboard */, - B33192F1244BB27100FFA999 /* Info.plist */, +/* End PBXShellScriptBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + B3DB48032431642100B1DA4F /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + B3E1707E24C1DC1100784D20 /* ResizeOption.swift in Sources */, + B34B6BC224BE354D00F4EE6B /* BookmarkURLCollectionObject.swift in Sources */, + B347128B24B668DE001CCCFD /* ClassicView.swift in Sources */, + B3E1707C24C1DBF700784D20 /* LabeledOption.swift in Sources */, + B347128924B64968001CCCFD /* ClassicDocument.swift in Sources */, + B3326D4324C1CFF000629F70 /* Tooltip.swift in Sources */, + B3B6A4D124B15292009C6E32 /* SpeculidApp.swift in Sources */, + B3E1708024C1DC6C00784D20 /* ClassicObject.swift in Sources */, ); - path = application; - sourceTree = ""; + runOnlyForDeploymentPostprocessing = 0; }; - B33192F3244BB27100FFA999 /* Products */ = { - isa = PBXGroup; - children = ( - B331A7D9244BB29400FFA999 /* speculid-example-macos.app */, - B331A7DB244BB29400FFA999 /* speculid-example-ios.app */, - B331A7DD244BB29400FFA999 /* speculid-example-watchos.app */, - B331A7DF244BB29400FFA999 /* speculid-example-watchos Extension.appex */, + B3E741E12530AF2500002110 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + B3E741E82530AF2500002110 /* main.swift in Sources */, ); - name = Products; - sourceTree = ""; + runOnlyForDeploymentPostprocessing = 0; }; - B3319302244BB27100FFA999 /* ios */ = { - isa = PBXGroup; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXVariantGroup section */ + B3DB48182431642600B1DA4F /* Main.storyboard */ = { + isa = PBXVariantGroup; children = ( - B3319303244BB27100FFA999 /* ViewController.swift */, - B3319304244BB27100FFA999 /* LaunchScreen.storyboard */, - B3319306244BB27100FFA999 /* Main.storyboard */, - B3319308244BB27100FFA999 /* AppDelegate.swift */, - B3319309244BB27100FFA999 /* Info.plist */, + B3DB48192431642600B1DA4F /* Base */, ); - path = ios; - sourceTree = ""; - }; - B331930A244BB27100FFA999 /* fastlane */ = { - isa = PBXGroup; - children = ( - B331930B244BB27100FFA999 /* Pluginfile */, - B331930C244BB27100FFA999 /* Appfile */, - B331930D244BB27100FFA999 /* SnapshotHelper.swift */, - B331930E244BB27100FFA999 /* Fastfile */, - B331930F244BB27100FFA999 /* README.md */, - B3319310244BB27100FFA999 /* Snapfile */, - ); - path = fastlane; - sourceTree = ""; - }; - B33199AD244BB27B00FFA999 /* Assets */ = { - isa = PBXGroup; - children = ( - B33199AE244BB27B00FFA999 /* AppIcon.speculid */, - B33199AF244BB27B00FFA999 /* Assets.xcassets */, - B33199B0244BB27B00FFA999 /* iOS AppIcon.speculid */, - B33199B1244BB27B00FFA999 /* geometry.svg */, - B33199B2244BB27B00FFA999 /* Image Set.speculid */, - B33199B3244BB27B00FFA999 /* macOS AppIcon.speculid */, - B33199B4244BB27B00FFA999 /* Image Set (Scaled).speculid */, - ); - path = Assets; - sourceTree = ""; - }; - B341888F1F9A478800C5F356 /* Controllers */ = { - isa = PBXGroup; - children = ( - B34188901F9A479900C5F356 /* SpeculidApplicationModeParserTest.swift */, - B3D32A031F9A5E8F0042B46F /* CommandLineRunnerTest.swift */, - B3C6CA8D2114C9EB000D5120 /* dummy */, - ); - path = Controllers; - sourceTree = ""; - }; - B37C74351F8C58F300DF505B = { - isa = PBXGroup; - children = ( - B37C74401F8C58F300DF505B /* applications */, - B3E9A9041FB4E0B200FD8E7A /* bin */, - B3B049CB1FA27D96002906B1 /* certs */, - B3033B181F9AED7600787279 /* configuration */, - B33192E3244BB27100FFA999 /* examples */, - B3136DB51F90E23E0002B7AB /* frameworks */, - B37C74801F8C5AE200DF505B /* Frameworks */, - ACD4DBE14098687CAAFBB2FA /* Pods */, - B37C743F1F8C58F300DF505B /* Products */, - B3CEF3C41FB611D200F1DF87 /* README.md */, - B3F8DE15243E77580028BD75 /* samples */, - B3220A4621154D1A00047BF6 /* scripts */, - B3B27DE6218BC9D000569056 /* Speculid-Mac-XPC.entitlements */, - B32D69EA1F9EC5CA00C21C8C /* Speculid.entitlements */, - B3136E6A1F90FCD90002B7AB /* tests */, - ); - sourceTree = ""; - }; - B37C743F1F8C58F300DF505B /* Products */ = { - isa = PBXGroup; - children = ( - B37C743E1F8C58F300DF505B /* Speculid.app */, - B37C74531F8C590D00DF505B /* Speculid-Mac-XPC.xpc */, - B37C74731F8C5ADA00DF505B /* SpeculidKit.framework */, - B37C74891F8C5B5C00DF505B /* CairoSVG.framework */, - B3136E601F90FCCF0002B7AB /* Speculid-Mac-AppUITests.xctest */, - B3136E7E1F90FD2E0002B7AB /* SpeculidTests.xctest */, - B3136E8D1F90FD3D0002B7AB /* CairoSVGTests.xctest */, - B3242E97213DBE6C0063037C /* speculid */, - B326F24F21811B970072D652 /* com.brightdigit.Speculid-Mac-Installer */, - ); - name = Products; - sourceTree = ""; - }; - B37C74401F8C58F300DF505B /* applications */ = { - isa = PBXGroup; - children = ( - B326F25021811B970072D652 /* installer */, - B3242E9E213DBE960063037C /* command */, - B37C74541F8C590D00DF505B /* xpc */, - B3136DB71F90E2690002B7AB /* mac */, - ); - path = applications; - sourceTree = ""; - }; - B37C74541F8C590D00DF505B /* xpc */ = { - isa = PBXGroup; - children = ( - B37C74681F8C598500DF505B /* ServiceDelegate.swift */, - B37C745B1F8C590D00DF505B /* Info.plist */, - B37C74631F8C592400DF505B /* main.swift */, - ); - path = xpc; - sourceTree = ""; - }; - B37C74801F8C5AE200DF505B /* Frameworks */ = { - isa = PBXGroup; - children = ( - 9F8599C40CCA72FBF9FA1098 /* Pods_CairoSVG.framework */, - DCB0AF202D3672415910AFDE /* Pods_Speculid.framework */, - 054FC9E3CE2F6BD2F948CF5D /* Pods_Speculid_Mac_App.framework */, - 5EA075855931F18A5DA87B15 /* Pods_Speculid_Mac_XPC.framework */, - E776BC2A0843F84E3CBC279B /* Pods_CairoSVGTests.framework */, - 63BDAD4963D80A5FF54A9272 /* Pods_Speculid_Mac_AppUITests.framework */, - 4D7E00CC4EE1B4A785089460 /* Pods_SpeculidTests.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; - B37C748A1F8C5B5C00DF505B /* cairosvg */ = { - isa = PBXGroup; - children = ( - B3E2F4B820E568A5009EA554 /* dependencies */, - B37C74A11F8C5C7400DF505B /* ImageHandle.h */, - B37C749C1F8C5C7300DF505B /* ImageHandleBuilder.h */, - B37C74A01F8C5C7400DF505B /* ImageHandleBuilder.m */, - B37C74991F8C5C7300DF505B /* ImageSpecificationProtocol.h */, - B37C74981F8C5C7300DF505B /* PDFSurface.h */, - B37C749D1F8C5C7300DF505B /* PDFSurface.m */, - B37C74A31F8C5C7400DF505B /* PNGImageHandle.h */, - B37C74961F8C5C7200DF505B /* PNGImageHandle.m */, - B37C74A21F8C5C7400DF505B /* PNGSurface.h */, - B37C749F1F8C5C7300DF505B /* PNGSurface.m */, - B37C749A1F8C5C7300DF505B /* CairoInterface.h */, - B37C74971F8C5C7300DF505B /* CairoInterface.m */, - B37C749B1F8C5C7300DF505B /* SurfaceHandle.h */, - B37C74951F8C5C7200DF505B /* SVGImageHandle.h */, - B37C749E1F8C5C7300DF505B /* SVGImageHandle.m */, - B37C748B1F8C5B5C00DF505B /* CairoSVG.h */, - B37C748C1F8C5B5C00DF505B /* Info.plist */, - B34E82FA1F8FD4EF0032268F /* ImageFileFormat.h */, - B34E82FE1F8FD6860032268F /* ImageFileProtocol.h */, - B34E83061F8FDC4C0032268F /* GeometryDimension.h */, - B34E83081F8FDCB80032268F /* Dimension.h */, - B34E830A1F8FDDAC0032268F /* CairoColorProtocol.h */, - B35B71251F904CF100BE477E /* SurfaceHandleBuilder.h */, - B35B71261F904CF100BE477E /* SurfaceHandleBuilder.m */, - B35B71291F9052B200BE477E /* CairoSize.h */, - B3136DD81F90E96A0002B7AB /* cairo.h */, - B3136DDA1F90EA520002B7AB /* rsvg.h */, - B3F8DE1B243E9A1F0028BD75 /* NSError+GError.h */, - B3F8DE1C243E9A1F0028BD75 /* NSError+GError.m */, - ); - path = cairosvg; - sourceTree = ""; - }; - B3825EED20F91806008F2A02 /* graphite2 */ = { - isa = PBXGroup; - children = ( - B3825EEE20F91806008F2A02 /* 1.3.11 */, - ); - path = graphite2; - sourceTree = ""; - }; - B3825EEE20F91806008F2A02 /* 1.3.11 */ = { - isa = PBXGroup; - children = ( - B3825EF120F91806008F2A02 /* include */, - B3825EF720F91806008F2A02 /* lib */, - ); - path = 1.3.11; - sourceTree = ""; - }; - B3825EF120F91806008F2A02 /* include */ = { - isa = PBXGroup; - children = ( - B3825EF220F91806008F2A02 /* graphite2 */, - ); - path = include; - sourceTree = ""; - }; - B3825EF220F91806008F2A02 /* graphite2 */ = { - isa = PBXGroup; - children = ( - B3825EF320F91806008F2A02 /* Segment.h */, - B3825EF420F91806008F2A02 /* Types.h */, - B3825EF520F91806008F2A02 /* Log.h */, - B3825EF620F91806008F2A02 /* Font.h */, - ); - path = graphite2; - sourceTree = ""; - }; - B3825EF720F91806008F2A02 /* lib */ = { - isa = PBXGroup; - children = ( - B3825EF920F91806008F2A02 /* libgraphite2.3.0.1.dylib */, - ); - path = lib; - sourceTree = ""; - }; - B3D329FE1F9A5D290042B46F /* Resources */ = { - isa = PBXGroup; - children = ( - B3D32A011F9A5D750042B46F /* help.txt */, - ); - path = Resources; - sourceTree = ""; - }; - B3E2045E20E568C0009EA554 /* librsvg */ = { - isa = PBXGroup; - children = ( - B3E2045F20E568C0009EA554 /* 2.42.2_2 */, - ); - path = librsvg; - sourceTree = ""; - }; - B3E2045F20E568C0009EA554 /* 2.42.2_2 */ = { - isa = PBXGroup; - children = ( - B3E2046720E568C0009EA554 /* include */, - B3E2047120E568C0009EA554 /* lib */, - ); - path = 2.42.2_2; - sourceTree = ""; - }; - B3E2046720E568C0009EA554 /* include */ = { - isa = PBXGroup; - children = ( - B3E2046820E568C0009EA554 /* librsvg-2.0 */, - ); - path = include; - sourceTree = ""; - }; - B3E2046820E568C0009EA554 /* librsvg-2.0 */ = { - isa = PBXGroup; - children = ( - B3E2046920E568C0009EA554 /* librsvg */, - ); - path = "librsvg-2.0"; - sourceTree = ""; - }; - B3E2046920E568C0009EA554 /* librsvg */ = { - isa = PBXGroup; - children = ( - B3E2046A20E568C0009EA554 /* librsvg-features.h */, - B3E2046B20E568C0009EA554 /* rsvg-cairo.h */, - B3E2046C20E568C0009EA554 /* librsvg-enum-types.h */, - B3E2046D20E568C0009EA554 /* rsvg.h */, - ); - path = librsvg; - sourceTree = ""; - }; - B3E2047120E568C0009EA554 /* lib */ = { - isa = PBXGroup; - children = ( - B3E2047420E568C0009EA554 /* librsvg-2.2.dylib */, - ); - path = lib; - sourceTree = ""; - }; - B3E2F4B820E568A5009EA554 /* dependencies */ = { - isa = PBXGroup; - children = ( - B3E2F96120E568AD009EA554 /* cairo */, - B3E2F9E420E568AE009EA554 /* fontconfig */, - B3E2F4CD20E568A5009EA554 /* freetype */, - B3F8080820E585BF00030497 /* fribidi */, - B3E2F51720E568A6009EA554 /* gdk-pixbuf */, - B3E2FBFD20E568B1009EA554 /* gettext */, - B3E2F6C920E568A9009EA554 /* glib */, - B3825EED20F91806008F2A02 /* graphite2 */, - B3F8092520E585E800030497 /* harfbuzz */, - B31BD6EB20E7E0D500A560C2 /* icu4c */, - B3F8075B20E5858100030497 /* libcroco */, - B3F8073020E5855F00030497 /* libffi */, - B3F8053E20E584B300030497 /* libpng */, - B3E2045E20E568C0009EA554 /* librsvg */, - B3F8045620E5820B00030497 /* pango */, - B3F8058020E5851900030497 /* pcre */, - B3E2F4B920E568A5009EA554 /* pixman */, - ); - path = dependencies; - sourceTree = ""; - }; - B3E2F4B920E568A5009EA554 /* pixman */ = { - isa = PBXGroup; - children = ( - B3E2F4BA20E568A5009EA554 /* 0.34.0_1 */, - ); - path = pixman; - sourceTree = ""; - }; - B3E2F4BA20E568A5009EA554 /* 0.34.0_1 */ = { - isa = PBXGroup; - children = ( - B3E2F4C020E568A5009EA554 /* include */, - B3E2F4C720E568A5009EA554 /* lib */, - ); - path = 0.34.0_1; - sourceTree = ""; - }; - B3E2F4C020E568A5009EA554 /* include */ = { - isa = PBXGroup; - children = ( - B3E2F4C120E568A5009EA554 /* pixman-1 */, - ); - path = include; - sourceTree = ""; - }; - B3E2F4C120E568A5009EA554 /* pixman-1 */ = { - isa = PBXGroup; - children = ( - B3E2F4C220E568A5009EA554 /* pixman.h */, - B3E2F4C320E568A5009EA554 /* pixman-version.h */, - ); - path = "pixman-1"; - sourceTree = ""; - }; - B3E2F4C720E568A5009EA554 /* lib */ = { - isa = PBXGroup; - children = ( - B3E2F4CC20E568A5009EA554 /* libpixman-1.0.dylib */, - ); - path = lib; - sourceTree = ""; - }; - B3E2F4CD20E568A5009EA554 /* freetype */ = { - isa = PBXGroup; - children = ( - B3E2F4CE20E568A5009EA554 /* 2.9.1 */, - ); - path = freetype; - sourceTree = ""; - }; - B3E2F4CE20E568A5009EA554 /* 2.9.1 */ = { - isa = PBXGroup; - children = ( - B3E2F4D520E568A5009EA554 /* include */, - B3E2F50B20E568A6009EA554 /* lib */, - ); - path = 2.9.1; - sourceTree = ""; - }; - B3E2F4D520E568A5009EA554 /* include */ = { - isa = PBXGroup; - children = ( - B3E2F4D620E568A5009EA554 /* freetype2 */, - ); - path = include; - sourceTree = ""; - }; - B3E2F4D620E568A5009EA554 /* freetype2 */ = { - isa = PBXGroup; - children = ( - B3E2F4D720E568A5009EA554 /* freetype */, - B3E2F50920E568A6009EA554 /* ft2build.h */, - ); - path = freetype2; - sourceTree = ""; - }; - B3E2F4D720E568A5009EA554 /* freetype */ = { - isa = PBXGroup; - children = ( - B3E2F4D820E568A5009EA554 /* ftsnames.h */, - B3E2F4D920E568A5009EA554 /* ftwinfnt.h */, - B3E2F4DA20E568A5009EA554 /* ftsizes.h */, - B3E2F4DB20E568A5009EA554 /* fttypes.h */, - B3E2F4DC20E568A5009EA554 /* ftparams.h */, - B3E2F4DD20E568A5009EA554 /* ftmm.h */, - B3E2F4DE20E568A5009EA554 /* config */, - B3E2F4E420E568A5009EA554 /* ftmodapi.h */, - B3E2F4E520E568A5009EA554 /* ftbzip2.h */, - B3E2F4E620E568A5009EA554 /* fttrigon.h */, - B3E2F4E720E568A5009EA554 /* ftbbox.h */, - B3E2F4E820E568A5009EA554 /* ftgzip.h */, - B3E2F4E920E568A5009EA554 /* ftdriver.h */, - B3E2F4EA20E568A6009EA554 /* ftoutln.h */, - B3E2F4EB20E568A6009EA554 /* ftadvanc.h */, - B3E2F4EC20E568A6009EA554 /* ftsynth.h */, - B3E2F4ED20E568A6009EA554 /* fterrors.h */, - B3E2F4EE20E568A6009EA554 /* ftgasp.h */, - B3E2F4EF20E568A6009EA554 /* ftstroke.h */, - B3E2F4F020E568A6009EA554 /* ftcache.h */, - B3E2F4F120E568A6009EA554 /* ftotval.h */, - B3E2F4F220E568A6009EA554 /* freetype.h */, - B3E2F4F320E568A6009EA554 /* ftincrem.h */, - B3E2F4F420E568A6009EA554 /* ftfntfmt.h */, - B3E2F4F520E568A6009EA554 /* fterrdef.h */, - B3E2F4F620E568A6009EA554 /* ttnameid.h */, - B3E2F4F720E568A6009EA554 /* ftpfr.h */, - B3E2F4F820E568A6009EA554 /* ftgxval.h */, - B3E2F4F920E568A6009EA554 /* ftchapters.h */, - B3E2F4FA20E568A6009EA554 /* tttags.h */, - B3E2F4FB20E568A6009EA554 /* ftlzw.h */, - B3E2F4FC20E568A6009EA554 /* ftsystem.h */, - B3E2F4FD20E568A6009EA554 /* t1tables.h */, - B3E2F4FE20E568A6009EA554 /* ftimage.h */, - B3E2F4FF20E568A6009EA554 /* tttables.h */, - B3E2F50020E568A6009EA554 /* ftcid.h */, - B3E2F50120E568A6009EA554 /* ftglyph.h */, - B3E2F50220E568A6009EA554 /* ftmoderr.h */, - B3E2F50320E568A6009EA554 /* ftbitmap.h */, - B3E2F50420E568A6009EA554 /* ftlist.h */, - B3E2F50520E568A6009EA554 /* ftmac.h */, - B3E2F50620E568A6009EA554 /* ftlcdfil.h */, - B3E2F50720E568A6009EA554 /* ftbdf.h */, - B3E2F50820E568A6009EA554 /* ftrender.h */, - ); - path = freetype; - sourceTree = ""; - }; - B3E2F4DE20E568A5009EA554 /* config */ = { - isa = PBXGroup; - children = ( - B3E2F4DF20E568A5009EA554 /* ftstdlib.h */, - B3E2F4E020E568A5009EA554 /* ftheader.h */, - B3E2F4E120E568A5009EA554 /* ftconfig.h */, - B3E2F4E220E568A5009EA554 /* ftoption.h */, - B3E2F4E320E568A5009EA554 /* ftmodule.h */, - ); - path = config; - sourceTree = ""; - }; - B3E2F50B20E568A6009EA554 /* lib */ = { - isa = PBXGroup; - children = ( - B3E2F51020E568A6009EA554 /* libfreetype.6.dylib */, - ); - path = lib; - sourceTree = ""; - }; - B3E2F51720E568A6009EA554 /* gdk-pixbuf */ = { - isa = PBXGroup; - children = ( - B3E2F51820E568A6009EA554 /* 2.36.12 */, - ); - path = "gdk-pixbuf"; - sourceTree = ""; - }; - B3E2F51820E568A6009EA554 /* 2.36.12 */ = { - isa = PBXGroup; - children = ( - B3E2F52220E568A6009EA554 /* include */, - B3E2F53520E568A6009EA554 /* lib */, - ); - path = 2.36.12; - sourceTree = ""; - }; - B3E2F52220E568A6009EA554 /* include */ = { - isa = PBXGroup; - children = ( - B3E2F52320E568A6009EA554 /* gdk-pixbuf-2.0 */, - ); - path = include; - sourceTree = ""; - }; - B3E2F52320E568A6009EA554 /* gdk-pixbuf-2.0 */ = { - isa = PBXGroup; - children = ( - B3E2F52420E568A6009EA554 /* gdk-pixbuf */, - ); - path = "gdk-pixbuf-2.0"; - sourceTree = ""; - }; - B3E2F52420E568A6009EA554 /* gdk-pixbuf */ = { - isa = PBXGroup; - children = ( - B3E2F52520E568A6009EA554 /* gdk-pixbuf-animation.h */, - B3E2F52620E568A6009EA554 /* gdk-pixbuf-marshal.h */, - B3E2F52720E568A6009EA554 /* gdk-pixbuf-io.h */, - B3E2F52820E568A6009EA554 /* gdk-pixbuf.h */, - B3E2F52920E568A6009EA554 /* gdk-pixbuf-macros.h */, - B3E2F52A20E568A6009EA554 /* gdk-pixbuf-loader.h */, - B3E2F52B20E568A6009EA554 /* gdk-pixbuf-autocleanups.h */, - B3E2F52C20E568A6009EA554 /* gdk-pixbuf-enum-types.h */, - B3E2F52D20E568A6009EA554 /* gdk-pixdata.h */, - B3E2F52E20E568A6009EA554 /* gdk-pixbuf-transform.h */, - B3E2F52F20E568A6009EA554 /* gdk-pixbuf-core.h */, - B3E2F53020E568A6009EA554 /* gdk-pixbuf-features.h */, - B3E2F53120E568A6009EA554 /* gdk-pixbuf-simple-anim.h */, - ); - path = "gdk-pixbuf"; - sourceTree = ""; - }; - B3E2F53520E568A6009EA554 /* lib */ = { - isa = PBXGroup; - children = ( - B3E2F53920E568A6009EA554 /* libgdk_pixbuf-2.0.0.dylib */, - ); - path = lib; - sourceTree = ""; - }; - B3E2F6C920E568A9009EA554 /* glib */ = { - isa = PBXGroup; - children = ( - B3E2F6CA20E568A9009EA554 /* 2.56.1 */, - ); - path = glib; - sourceTree = ""; - }; - B3E2F6CA20E568A9009EA554 /* 2.56.1 */ = { - isa = PBXGroup; - children = ( - B3E2F6E020E568A9009EA554 /* include */, - B3E2F7F120E568AB009EA554 /* lib */, - ); - path = 2.56.1; - sourceTree = ""; - }; - B3E2F6E020E568A9009EA554 /* include */ = { - isa = PBXGroup; - children = ( - B3E2F6E120E568A9009EA554 /* gio-unix-2.0 */, - B3E2F6ED20E568A9009EA554 /* glib-2.0 */, - ); - path = include; - sourceTree = ""; - }; - B3E2F6E120E568A9009EA554 /* gio-unix-2.0 */ = { - isa = PBXGroup; - children = ( - B3E2F6E220E568A9009EA554 /* gio */, - ); - path = "gio-unix-2.0"; - sourceTree = ""; - }; - B3E2F6E220E568A9009EA554 /* gio */ = { - isa = PBXGroup; - children = ( - B3E2F6E320E568A9009EA554 /* gunixfdlist.h */, - B3E2F6E420E568A9009EA554 /* gunixsocketaddress.h */, - B3E2F6E520E568A9009EA554 /* gdesktopappinfo.h */, - B3E2F6E620E568A9009EA554 /* gunixconnection.h */, - B3E2F6E720E568A9009EA554 /* gunixoutputstream.h */, - B3E2F6E820E568A9009EA554 /* gunixcredentialsmessage.h */, - B3E2F6E920E568A9009EA554 /* gunixinputstream.h */, - B3E2F6EA20E568A9009EA554 /* gunixmounts.h */, - B3E2F6EB20E568A9009EA554 /* gunixfdmessage.h */, - B3E2F6EC20E568A9009EA554 /* gfiledescriptorbased.h */, - ); - path = gio; - sourceTree = ""; - }; - B3E2F6ED20E568A9009EA554 /* glib-2.0 */ = { - isa = PBXGroup; - children = ( - B3E2F6EE20E568A9009EA554 /* glib-object.h */, - B3E2F6EF20E568A9009EA554 /* gobject */, - B3E2F70420E568AA009EA554 /* glib-unix.h */, - B3E2F70520E568AA009EA554 /* glib.h */, - B3E2F70620E568AA009EA554 /* glib */, - B3E2F75820E568AA009EA554 /* gmodule.h */, - B3E2F75920E568AA009EA554 /* gio */, - ); - path = "glib-2.0"; - sourceTree = ""; - }; - B3E2F6EF20E568A9009EA554 /* gobject */ = { - isa = PBXGroup; - children = ( - B3E2F6F020E568A9009EA554 /* gparam.h */, - B3E2F6F120E568A9009EA554 /* gparamspecs.h */, - B3E2F6F220E568A9009EA554 /* gsignal.h */, - B3E2F6F320E568A9009EA554 /* genums.h */, - B3E2F6F420E568A9009EA554 /* gclosure.h */, - B3E2F6F520E568A9009EA554 /* gvaluearray.h */, - B3E2F6F620E568A9009EA554 /* gbinding.h */, - B3E2F6F720E568A9009EA554 /* gtypeplugin.h */, - B3E2F6F920E568A9009EA554 /* gsourceclosure.h */, - B3E2F6FA20E568A9009EA554 /* glib-types.h */, - B3E2F6FB20E568A9009EA554 /* gtype.h */, - B3E2F6FC20E568A9009EA554 /* gvaluetypes.h */, - B3E2F6FD20E568A9009EA554 /* gboxed.h */, - B3E2F6FE20E568A9009EA554 /* gtypemodule.h */, - B3E2F6FF20E568A9009EA554 /* gvalue.h */, - B3E2F70020E568AA009EA554 /* gvaluecollector.h */, - B3E2F70120E568AA009EA554 /* gobject-autocleanups.h */, - B3E2F70220E568AA009EA554 /* gobject.h */, - B3E2F70320E568AA009EA554 /* gmarshal.h */, - ); - path = gobject; - sourceTree = ""; - }; - B3E2F70620E568AA009EA554 /* glib */ = { - isa = PBXGroup; - children = ( - B3E2F70720E568AA009EA554 /* gmarkup.h */, - B3E2F70820E568AA009EA554 /* ghmac.h */, - B3E2F70920E568AA009EA554 /* gtimer.h */, - B3E2F70A20E568AA009EA554 /* gvariant.h */, - B3E2F70B20E568AA009EA554 /* glist.h */, - B3E2F70C20E568AA009EA554 /* gtrashstack.h */, - B3E2F70D20E568AA009EA554 /* gbookmarkfile.h */, - B3E2F70E20E568AA009EA554 /* gprimes.h */, - B3E2F70F20E568AA009EA554 /* grand.h */, - B3E2F71020E568AA009EA554 /* gurifuncs.h */, - B3E2F71120E568AA009EA554 /* gchecksum.h */, - B3E2F71220E568AA009EA554 /* gtestutils.h */, - B3E2F71320E568AA009EA554 /* gslist.h */, - B3E2F71420E568AA009EA554 /* gthreadpool.h */, - B3E2F71520E568AA009EA554 /* garray.h */, - B3E2F71620E568AA009EA554 /* gbytes.h */, - B3E2F71720E568AA009EA554 /* gconvert.h */, - B3E2F71820E568AA009EA554 /* gdir.h */, - B3E2F71920E568AA009EA554 /* gkeyfile.h */, - B3E2F71A20E568AA009EA554 /* gstrfuncs.h */, - B3E2F71B20E568AA009EA554 /* gmappedfile.h */, - B3E2F71C20E568AA009EA554 /* gstdio.h */, - B3E2F71D20E568AA009EA554 /* gpoll.h */, - B3E2F71E20E568AA009EA554 /* gunicode.h */, - B3E2F71F20E568AA009EA554 /* gdataset.h */, - B3E2F72020E568AA009EA554 /* gqueue.h */, - B3E2F72120E568AA009EA554 /* gsequence.h */, - B3E2F72220E568AA009EA554 /* gvarianttype.h */, - B3E2F72320E568AA009EA554 /* ghash.h */, - B3E2F72420E568AA009EA554 /* gqsort.h */, - B3E2F72520E568AA009EA554 /* gscanner.h */, - B3E2F72620E568AA009EA554 /* ggettext.h */, - B3E2F72720E568AA009EA554 /* gbase64.h */, - B3E2F72820E568AA009EA554 /* gasyncqueue.h */, - B3E2F72920E568AA009EA554 /* gmem.h */, - B3E2F72A20E568AA009EA554 /* genviron.h */, - B3E2F72B20E568AA009EA554 /* gshell.h */, - B3E2F72C20E568AA009EA554 /* gbacktrace.h */, - B3E2F72D20E568AA009EA554 /* gerror.h */, - B3E2F72E20E568AA009EA554 /* gmain.h */, - B3E2F72F20E568AA009EA554 /* gfileutils.h */, - B3E2F73020E568AA009EA554 /* gutils.h */, - B3E2F73120E568AA009EA554 /* gpattern.h */, - B3E2F73220E568AA009EA554 /* ghostutils.h */, - B3E2F73320E568AA009EA554 /* gtypes.h */, - B3E2F73420E568AA009EA554 /* gstringchunk.h */, - B3E2F73520E568AA009EA554 /* guuid.h */, - B3E2F73620E568AA009EA554 /* gcharset.h */, - B3E2F73720E568AA009EA554 /* gquark.h */, - B3E2F73820E568AA009EA554 /* gi18n-lib.h */, - B3E2F73920E568AA009EA554 /* gatomic.h */, - B3E2F73A20E568AA009EA554 /* gdatetime.h */, - B3E2F73B20E568AA009EA554 /* gstring.h */, - B3E2F73C20E568AA009EA554 /* goption.h */, - B3E2F73D20E568AA009EA554 /* gdate.h */, - B3E2F73E20E568AA009EA554 /* gversion.h */, - B3E2F73F20E568AA009EA554 /* gslice.h */, - B3E2F74020E568AA009EA554 /* ghook.h */, - B3E2F74120E568AA009EA554 /* glib-autocleanups.h */, - B3E2F74220E568AA009EA554 /* galloca.h */, - B3E2F74320E568AA009EA554 /* gprintf.h */, - B3E2F74420E568AA009EA554 /* gthread.h */, - B3E2F74520E568AA009EA554 /* gversionmacros.h */, - B3E2F74620E568AA009EA554 /* gtimezone.h */, - B3E2F74720E568AA009EA554 /* gmacros.h */, - B3E2F74820E568AA009EA554 /* giochannel.h */, - B3E2F74920E568AA009EA554 /* gwin32.h */, - B3E2F74A20E568AA009EA554 /* gi18n.h */, - B3E2F74B20E568AA009EA554 /* gbitlock.h */, - B3E2F74C20E568AA009EA554 /* gnode.h */, - B3E2F74D20E568AA009EA554 /* gmessages.h */, - B3E2F74E20E568AA009EA554 /* gregex.h */, - B3E2F74F20E568AA009EA554 /* gspawn.h */, - B3E2F75020E568AA009EA554 /* gtree.h */, - B3E2F75120E568AA009EA554 /* deprecated */, - ); - path = glib; - sourceTree = ""; - }; - B3E2F75120E568AA009EA554 /* deprecated */ = { - isa = PBXGroup; - children = ( - B3E2F75220E568AA009EA554 /* gcompletion.h */, - B3E2F75320E568AA009EA554 /* gallocator.h */, - B3E2F75420E568AA009EA554 /* grel.h */, - B3E2F75520E568AA009EA554 /* gmain.h */, - B3E2F75620E568AA009EA554 /* gcache.h */, - B3E2F75720E568AA009EA554 /* gthread.h */, - ); - path = deprecated; - sourceTree = ""; - }; - B3E2F75920E568AA009EA554 /* gio */ = { - isa = PBXGroup; - children = ( - B3E2F75A20E568AA009EA554 /* gdbusobject.h */, - B3E2F75B20E568AA009EA554 /* gsimpleproxyresolver.h */, - B3E2F75C20E568AA009EA554 /* gconverterinputstream.h */, - B3E2F75D20E568AA009EA554 /* gsubprocesslauncher.h */, - B3E2F75E20E568AA009EA554 /* gsimpleactiongroup.h */, - B3E2F75F20E568AA009EA554 /* gdbusaddress.h */, - B3E2F76020E568AA009EA554 /* gtlsinteraction.h */, - B3E2F76120E568AA009EA554 /* gthreadedsocketservice.h */, - B3E2F76220E568AA009EA554 /* gsocketservice.h */, - B3E2F76320E568AA009EA554 /* gnetworkaddress.h */, - B3E2F76420E568AA009EA554 /* gasyncresult.h */, - B3E2F76520E568AA009EA554 /* gproxy.h */, - B3E2F76620E568AA009EA554 /* gio.h */, - B3E2F76720E568AA009EA554 /* gmemoryoutputstream.h */, - B3E2F76820E568AA009EA554 /* gvolumemonitor.h */, - B3E2F76920E568AA009EA554 /* gdatagrambased.h */, - B3E2F76A20E568AA009EA554 /* gcontenttype.h */, - B3E2F76B20E568AA009EA554 /* gsocketcontrolmessage.h */, - B3E2F76C20E568AA009EA554 /* gdbusnameowning.h */, - B3E2F76D20E568AA009EA554 /* gfilemonitor.h */, - B3E2F76E20E568AA009EA554 /* gpollableoutputstream.h */, - B3E2F76F20E568AA009EA554 /* gseekable.h */, - B3E2F77020E568AA009EA554 /* gdbusobjectproxy.h */, - B3E2F77120E568AA009EA554 /* gpropertyaction.h */, - B3E2F77220E568AA009EA554 /* gsimpleiostream.h */, - B3E2F77320E568AA009EA554 /* gasyncinitable.h */, - B3E2F77420E568AA009EA554 /* gremoteactiongroup.h */, - B3E2F77520E568AA009EA554 /* gdbusmessage.h */, - B3E2F77620E568AA009EA554 /* gmenu.h */, - B3E2F77720E568AA009EA554 /* gdbusinterface.h */, - B3E2F77820E568AA009EA554 /* gaction.h */, - B3E2F77920E568AA009EA554 /* gio-autocleanups.h */, - B3E2F77A20E568AA009EA554 /* gproxyaddress.h */, - B3E2F77B20E568AA009EA554 /* gdbusproxy.h */, - B3E2F77C20E568AA009EA554 /* giomodule.h */, - B3E2F77D20E568AA009EA554 /* gdbusmethodinvocation.h */, - B3E2F77E20E568AA009EA554 /* gactionmap.h */, - B3E2F77F20E568AA009EA554 /* gbufferedinputstream.h */, - B3E2F78020E568AA009EA554 /* gdbusnamewatching.h */, - B3E2F78120E568AA009EA554 /* gzlibcompressor.h */, - B3E2F78220E568AA009EA554 /* gloadableicon.h */, - B3E2F78320E568AA009EA554 /* gpermission.h */, - B3E2F78420E568AA009EA554 /* gioenums.h */, - B3E2F78520E568AA009EA554 /* gsocketaddressenumerator.h */, - B3E2F78620E568AA009EA554 /* gmount.h */, - B3E2F78720E568AA009EA554 /* gdbusserver.h */, - B3E2F78820E568AA009EA554 /* gresource.h */, - B3E2F78920E568AA009EA554 /* gdbusconnection.h */, - B3E2F78A20E568AA009EA554 /* gtlsconnection.h */, - B3E2F78B20E568AA009EA554 /* gsettingsbackend.h */, - B3E2F78C20E568AA009EA554 /* gdbusintrospection.h */, - B3E2F78D20E568AA009EA554 /* gfileicon.h */, - B3E2F78E20E568AA009EA554 /* gsocketaddress.h */, - B3E2F78F20E568AA009EA554 /* gnetworkservice.h */, - B3E2F79020E568AA009EA554 /* gdbusmenumodel.h */, - B3E2F79120E568AA009EA554 /* gmenumodel.h */, - B3E2F79220E568AA009EA554 /* gdtlsconnection.h */, - B3E2F79320E568AA009EA554 /* gresolver.h */, - B3E2F79420E568AA009EA554 /* gproxyaddressenumerator.h */, - B3E2F79520E568AA009EA554 /* ginputstream.h */, - B3E2F79620E568AA009EA554 /* gproxyresolver.h */, - B3E2F79720E568AA009EA554 /* gemblem.h */, - B3E2F79820E568AA009EA554 /* gcredentials.h */, - B3E2F79920E568AA009EA554 /* gbytesicon.h */, - B3E2F79A20E568AA009EA554 /* gdbusobjectmanagerclient.h */, - B3E2F79B20E568AA009EA554 /* gdbusobjectmanagerserver.h */, - B3E2F79C20E568AA009EA554 /* gtask.h */, - B3E2F79D20E568AA009EA554 /* gvolume.h */, - B3E2F79E20E568AA009EA554 /* gsocketclient.h */, - B3E2F79F20E568AA009EA554 /* gappinfo.h */, - B3E2F7A020E568AA009EA554 /* gtcpconnection.h */, - B3E2F7A120E568AA009EA554 /* gpollableutils.h */, - B3E2F7A220E568AA009EA554 /* gdataoutputstream.h */, - B3E2F7A320E568AA009EA554 /* gfilenamecompleter.h */, - B3E2F7A420E568AA009EA554 /* gfilteroutputstream.h */, - B3E2F7A520E568AA009EA554 /* gfileattribute.h */, - B3E2F7A620E568AA009EA554 /* gmenuexporter.h */, - B3E2F7A720E568AA009EA554 /* gthemedicon.h */, - B3E2F7A820E568AA009EA554 /* gapplication.h */, - B3E2F7A920E568AA009EA554 /* gtlsserverconnection.h */, - B3E2F7AA20E568AA009EA554 /* gfileoutputstream.h */, - B3E2F7AB20E568AA009EA554 /* gdbusobjectmanager.h */, - B3E2F7AC20E568AA009EA554 /* gactiongroupexporter.h */, - B3E2F7AD20E568AA009EA554 /* gdtlsclientconnection.h */, - B3E2F7AE20E568AA009EA554 /* gmemoryinputstream.h */, - B3E2F7AF20E568AA009EA554 /* gioenumtypes.h */, - B3E2F7B020E568AB009EA554 /* gbufferedoutputstream.h */, - B3E2F7B120E568AB009EA554 /* gliststore.h */, - B3E2F7B220E568AB009EA554 /* gsocket.h */, - B3E2F7B320E568AB009EA554 /* gmountoperation.h */, - B3E2F7B420E568AB009EA554 /* gsocketconnectable.h */, - B3E2F7B520E568AB009EA554 /* ginetaddress.h */, - B3E2F7B620E568AB009EA554 /* gtcpwrapperconnection.h */, - B3E2F7B720E568AB009EA554 /* gfileiostream.h */, - B3E2F7B820E568AB009EA554 /* gdbusauthobserver.h */, - B3E2F7B920E568AB009EA554 /* gnotification.h */, - B3E2F7BA20E568AB009EA554 /* goutputstream.h */, - B3E2F7BB20E568AB009EA554 /* ginetsocketaddress.h */, - B3E2F7BC20E568AB009EA554 /* gcharsetconverter.h */, - B3E2F7BD20E568AB009EA554 /* gdatainputstream.h */, - B3E2F7BE20E568AB009EA554 /* gtlsdatabase.h */, - B3E2F7BF20E568AB009EA554 /* gfileenumerator.h */, - B3E2F7C020E568AB009EA554 /* ginitable.h */, - B3E2F7C120E568AB009EA554 /* gnativevolumemonitor.h */, - B3E2F7C220E568AB009EA554 /* gsrvtarget.h */, - B3E2F7C320E568AB009EA554 /* gtlscertificate.h */, - B3E2F7C420E568AB009EA554 /* gfile.h */, - B3E2F7C520E568AB009EA554 /* gtlsbackend.h */, - B3E2F7C620E568AB009EA554 /* gpollableinputstream.h */, - B3E2F7C720E568AB009EA554 /* gfilterinputstream.h */, - B3E2F7C820E568AB009EA554 /* gzlibdecompressor.h */, - B3E2F7C920E568AB009EA554 /* gdbusutils.h */, - B3E2F7CA20E568AB009EA554 /* gtestdbus.h */, - B3E2F7CB20E568AB009EA554 /* gdbusobjectskeleton.h */, - B3E2F7CC20E568AB009EA554 /* gvfs.h */, - B3E2F7CD20E568AB009EA554 /* gioerror.h */, - B3E2F7CE20E568AB009EA554 /* gtlsclientconnection.h */, - B3E2F7CF20E568AB009EA554 /* gnetworking.h */, - B3E2F7D020E568AB009EA554 /* gtlsfiledatabase.h */, - B3E2F7D120E568AB009EA554 /* gdbuserror.h */, - B3E2F7D220E568AB009EA554 /* gicon.h */, - B3E2F7D320E568AB009EA554 /* gdbusinterfaceskeleton.h */, - B3E2F7D420E568AB009EA554 /* gapplicationcommandline.h */, - B3E2F7D520E568AB009EA554 /* gconverter.h */, - B3E2F7D620E568AB009EA554 /* gdtlsserverconnection.h */, - B3E2F7D720E568AB009EA554 /* gnetworkmonitor.h */, - B3E2F7D820E568AB009EA554 /* gtlspassword.h */, - B3E2F7D920E568AB009EA554 /* glistmodel.h */, - B3E2F7DA20E568AB009EA554 /* gioscheduler.h */, - B3E2F7DB20E568AB009EA554 /* gsettings.h */, - B3E2F7DC20E568AB009EA554 /* gfileinputstream.h */, - B3E2F7DD20E568AB009EA554 /* giotypes.h */, - B3E2F7DE20E568AB009EA554 /* gsimplepermission.h */, - B3E2F7DF20E568AB009EA554 /* gconverteroutputstream.h */, - B3E2F7E020E568AB009EA554 /* gsimpleaction.h */, - B3E2F7E120E568AB009EA554 /* gsocketlistener.h */, - B3E2F7E220E568AB009EA554 /* gcancellable.h */, - B3E2F7E320E568AB009EA554 /* gsubprocess.h */, - B3E2F7E420E568AB009EA554 /* gemblemedicon.h */, - B3E2F7E520E568AB009EA554 /* gsettingsschema.h */, - B3E2F7E620E568AB009EA554 /* gfileinfo.h */, - B3E2F7E720E568AB009EA554 /* gsimpleasyncresult.h */, - B3E2F7E820E568AB009EA554 /* gdbusactiongroup.h */, - B3E2F7E920E568AB009EA554 /* gdrive.h */, - B3E2F7EA20E568AB009EA554 /* gactiongroup.h */, - B3E2F7EB20E568AB009EA554 /* ginetaddressmask.h */, - B3E2F7EC20E568AB009EA554 /* gsocketconnection.h */, - B3E2F7ED20E568AB009EA554 /* giostream.h */, - ); - path = gio; - sourceTree = ""; - }; - B3E2F7F120E568AB009EA554 /* lib */ = { - isa = PBXGroup; - children = ( - B3E2F80020E568AB009EA554 /* libglib-2.0.0.dylib */, - B3E2F80320E568AB009EA554 /* libgobject-2.0.0.dylib */, - B3E2F80520E568AB009EA554 /* libgmodule-2.0.0.dylib */, - B3E2F80820E568AB009EA554 /* libgthread-2.0.0.dylib */, - B3E2F80920E568AB009EA554 /* glib-2.0 */, - B3E2F80C20E568AB009EA554 /* libgio-2.0.0.dylib */, - ); - path = lib; - sourceTree = ""; - }; - B3E2F80920E568AB009EA554 /* glib-2.0 */ = { - isa = PBXGroup; - children = ( - B3E2F80A20E568AB009EA554 /* include */, - ); - path = "glib-2.0"; - sourceTree = ""; - }; - B3E2F80A20E568AB009EA554 /* include */ = { - isa = PBXGroup; - children = ( - B3E2F80B20E568AB009EA554 /* glibconfig.h */, - ); - path = include; - sourceTree = ""; - }; - B3E2F96120E568AD009EA554 /* cairo */ = { - isa = PBXGroup; - children = ( - B3E2F96220E568AD009EA554 /* 1.14.12 */, - ); - path = cairo; - sourceTree = ""; - }; - B3E2F96220E568AD009EA554 /* 1.14.12 */ = { - isa = PBXGroup; - children = ( - B3E2F96B20E568AD009EA554 /* include */, - B3E2F97E20E568AE009EA554 /* lib */, - ); - path = 1.14.12; - sourceTree = ""; - }; - B3E2F96B20E568AD009EA554 /* include */ = { - isa = PBXGroup; - children = ( - B3E2F96C20E568AD009EA554 /* cairo */, - ); - path = include; - sourceTree = ""; - }; - B3E2F96C20E568AD009EA554 /* cairo */ = { - isa = PBXGroup; - children = ( - B3E2F96D20E568AD009EA554 /* cairo-version.h */, - B3E2F96E20E568AD009EA554 /* cairo-script-interpreter.h */, - B3E2F96F20E568AD009EA554 /* cairo-svg.h */, - B3E2F97020E568AD009EA554 /* cairo-quartz-image.h */, - B3E2F97120E568AD009EA554 /* cairo.h */, - B3E2F97220E568AD009EA554 /* cairo-script.h */, - B3E2F97320E568AD009EA554 /* cairo-quartz.h */, - B3E2F97420E568AD009EA554 /* cairo-deprecated.h */, - B3E2F97520E568AD009EA554 /* cairo-pdf.h */, - B3E2F97620E568AD009EA554 /* cairo-features.h */, - B3E2F97720E568AD009EA554 /* cairo-gobject.h */, - B3E2F97820E568AE009EA554 /* cairo-tee.h */, - B3E2F97920E568AE009EA554 /* cairo-ft.h */, - B3E2F97A20E568AE009EA554 /* cairo-ps.h */, - ); - path = cairo; - sourceTree = ""; - }; - B3E2F97E20E568AE009EA554 /* lib */ = { - isa = PBXGroup; - children = ( - B3E2F98E20E568AE009EA554 /* libcairo.2.dylib */, - B3E2F98F20E568AE009EA554 /* libcairo-gobject.2.dylib */, - B3E2F99220E568AE009EA554 /* cairo */, - B3E2F99C20E568AE009EA554 /* libcairo-script-interpreter.2.dylib */, - ); - path = lib; - sourceTree = ""; - }; - B3E2F99220E568AE009EA554 /* cairo */ = { - isa = PBXGroup; - children = ( - B3E2F99920E568AE009EA554 /* libcairo-trace.0.dylib */, - ); - path = cairo; - sourceTree = ""; - }; - B3E2F9E420E568AE009EA554 /* fontconfig */ = { - isa = PBXGroup; - children = ( - B3E2F9E520E568AE009EA554 /* 2.13.0 */, - ); - path = fontconfig; - sourceTree = ""; - }; - B3E2F9E520E568AE009EA554 /* 2.13.0 */ = { - isa = PBXGroup; - children = ( - B3E2F9F520E568AE009EA554 /* include */, - B3E2F9FD20E568AE009EA554 /* lib */, - ); - path = 2.13.0; - sourceTree = ""; - }; - B3E2F9F520E568AE009EA554 /* include */ = { - isa = PBXGroup; - children = ( - B3E2F9F620E568AE009EA554 /* fontconfig */, - ); - path = include; - sourceTree = ""; - }; - B3E2F9F620E568AE009EA554 /* fontconfig */ = { - isa = PBXGroup; - children = ( - B3E2F9F720E568AE009EA554 /* fontconfig.h */, - B3E2F9F820E568AE009EA554 /* fcprivate.h */, - B3E2F9F920E568AE009EA554 /* fcfreetype.h */, - ); - path = fontconfig; - sourceTree = ""; - }; - B3E2F9FD20E568AE009EA554 /* lib */ = { - isa = PBXGroup; - children = ( - B3E2FA0120E568AE009EA554 /* libfontconfig.1.dylib */, - ); - path = lib; - sourceTree = ""; - }; - B3E2FBFD20E568B1009EA554 /* gettext */ = { - isa = PBXGroup; - children = ( - B3E2FBFE20E568B2009EA554 /* 0.19.8.1 */, - ); - path = gettext; - sourceTree = ""; - }; - B3E2FBFE20E568B2009EA554 /* 0.19.8.1 */ = { - isa = PBXGroup; - children = ( - B3E2FC1B20E568B2009EA554 /* include */, - B3E2FC2220E568B2009EA554 /* lib */, - B3E2FC3620E568B2009EA554 /* share */, - ); - path = 0.19.8.1; - sourceTree = ""; - }; - B3E2FC1B20E568B2009EA554 /* include */ = { - isa = PBXGroup; - children = ( - B3E2FC1C20E568B2009EA554 /* autosprintf.h */, - B3E2FC1D20E568B2009EA554 /* gettext-po.h */, - B3E2FC1E20E568B2009EA554 /* libintl.h */, - ); - path = include; - sourceTree = ""; - }; - B3E2FC2220E568B2009EA554 /* lib */ = { - isa = PBXGroup; - children = ( - B3E2FC2420E568B2009EA554 /* libgettextpo.0.dylib */, - B3E2FC2720E568B2009EA554 /* libintl.8.dylib */, - B3E2FC2820E568B2009EA554 /* libasprintf.0.dylib */, - B3E2FC3020E568B2009EA554 /* libgettextsrc-0.19.8.1.dylib */, - B3E2FC3420E568B2009EA554 /* libgettextlib-0.19.8.1.dylib */, - ); - path = lib; - sourceTree = ""; - }; - B3E2FC3620E568B2009EA554 /* share */ = { - isa = PBXGroup; - children = ( - B3E2FD3220E568B3009EA554 /* gettext */, - ); - path = share; - sourceTree = ""; - }; - B3E2FD3220E568B3009EA554 /* gettext */ = { - isa = PBXGroup; - children = ( - B3E2FD3520E568B3009EA554 /* intl */, - B3E2FD9C20E568B4009EA554 /* gettext.h */, - ); - path = gettext; - sourceTree = ""; - }; - B3E2FD3520E568B3009EA554 /* intl */ = { - isa = PBXGroup; - children = ( - B3E2FD3620E568B3009EA554 /* tsearch.h */, - B3E2FD3D20E568B3009EA554 /* vasnprintf.h */, - B3E2FD3F20E568B3009EA554 /* printf-parse.h */, - B3E2FD4020E568B3009EA554 /* gmo.h */, - B3E2FD4220E568B3009EA554 /* plural-exp.h */, - B3E2FD4320E568B3009EA554 /* libgnuintl.in.h */, - B3E2FD4520E568B3009EA554 /* export.h */, - B3E2FD4620E568B3009EA554 /* gettextP.h */, - B3E2FD4B20E568B3009EA554 /* lock.h */, - B3E2FD4D20E568B3009EA554 /* loadinfo.h */, - B3E2FD4F20E568B4009EA554 /* wprintf-parse.h */, - B3E2FD5120E568B4009EA554 /* localcharset.h */, - B3E2FD5520E568B4009EA554 /* vasnwprintf.h */, - B3E2FD5720E568B4009EA554 /* printf-args.h */, - B3E2FD5A20E568B4009EA554 /* hash-string.h */, - B3E2FD6220E568B4009EA554 /* xsize.h */, - B3E2FD6B20E568B4009EA554 /* relocatable.h */, - B3E2FD7420E568B4009EA554 /* os2compat.h */, - B3E2FD7520E568B4009EA554 /* eval-plural.h */, - B3E2FD7620E568B4009EA554 /* verify.h */, - ); - path = intl; - sourceTree = ""; - }; - B3F8045620E5820B00030497 /* pango */ = { - isa = PBXGroup; - children = ( - B3F8045720E5820B00030497 /* 1.42.1 */, - ); - path = pango; - sourceTree = ""; - }; - B3F8045720E5820B00030497 /* 1.42.1 */ = { - isa = PBXGroup; - children = ( - B3F8045F20E5820B00030497 /* include */, - B3F8048620E5820B00030497 /* lib */, - ); - path = 1.42.1; - sourceTree = ""; - }; - B3F8045F20E5820B00030497 /* include */ = { - isa = PBXGroup; - children = ( - B3F8046020E5820B00030497 /* pango-1.0 */, - ); - path = include; - sourceTree = ""; - }; - B3F8046020E5820B00030497 /* pango-1.0 */ = { - isa = PBXGroup; - children = ( - B3F8046120E5820B00030497 /* pango */, - ); - path = "pango-1.0"; - sourceTree = ""; - }; - B3F8046120E5820B00030497 /* pango */ = { - isa = PBXGroup; - children = ( - B3F8046220E5820B00030497 /* pango.h */, - B3F8046320E5820B00030497 /* pangoft2.h */, - B3F8046420E5820B00030497 /* pango-item.h */, - B3F8046520E5820B00030497 /* pango-coverage.h */, - B3F8046620E5820B00030497 /* pango-version-macros.h */, - B3F8046720E5820B00030497 /* pango-language.h */, - B3F8046820E5820B00030497 /* pango-matrix.h */, - B3F8046920E5820B00030497 /* pango-renderer.h */, - B3F8046A20E5820B00030497 /* pango-ot.h */, - B3F8046B20E5820B00030497 /* pango-enum-types.h */, - B3F8046C20E5820B00030497 /* pango-glyph.h */, - B3F8046D20E5820B00030497 /* pango-features.h */, - B3F8046E20E5820B00030497 /* pango-modules.h */, - B3F8046F20E5820B00030497 /* pango-fontset.h */, - B3F8047020E5820B00030497 /* pango-engine.h */, - B3F8047120E5820B00030497 /* pango-break.h */, - B3F8047220E5820B00030497 /* pango-script.h */, - B3F8047320E5820B00030497 /* pangocairo.h */, - B3F8047420E5820B00030497 /* pango-glyph-item.h */, - B3F8047520E5820B00030497 /* pango-bidi-type.h */, - B3F8047620E5820B00030497 /* pango-font.h */, - B3F8047720E5820B00030497 /* pangofc-fontmap.h */, - B3F8047820E5820B00030497 /* pango-context.h */, - B3F8047920E5820B00030497 /* pangofc-font.h */, - B3F8047A20E5820B00030497 /* pango-fontmap.h */, - B3F8047B20E5820B00030497 /* pangofc-decoder.h */, - B3F8047C20E5820B00030497 /* pango-types.h */, - B3F8047D20E5820B00030497 /* pango-attributes.h */, - B3F8047E20E5820B00030497 /* pango-utils.h */, - B3F8047F20E5820B00030497 /* pango-layout.h */, - B3F8048020E5820B00030497 /* pango-tabs.h */, - B3F8048120E5820B00030497 /* pango-gravity.h */, - B3F8048220E5820B00030497 /* pangocoretext.h */, - ); - path = pango; - sourceTree = ""; - }; - B3F8048620E5820B00030497 /* lib */ = { - isa = PBXGroup; - children = ( - B3F8048720E5820B00030497 /* libpango-1.0.0.dylib */, - B3F8048820E5820B00030497 /* libpangoft2-1.0.0.dylib */, - B3F8048E20E5820B00030497 /* libpangocairo-1.0.0.dylib */, - ); - path = lib; - sourceTree = ""; - }; - B3F8053E20E584B300030497 /* libpng */ = { - isa = PBXGroup; - children = ( - B3F8053F20E584B300030497 /* 1.6.34 */, - ); - path = libpng; - sourceTree = ""; - }; - B3F8053F20E584B300030497 /* 1.6.34 */ = { - isa = PBXGroup; - children = ( - B3F8054A20E584B300030497 /* include */, - B3F8055420E584B300030497 /* lib */, - ); - path = 1.6.34; - sourceTree = ""; - }; - B3F8054A20E584B300030497 /* include */ = { - isa = PBXGroup; - children = ( - B3F8054B20E584B300030497 /* libpng16 */, - B3F8054F20E584B300030497 /* png.h */, - B3F8055020E584B300030497 /* pnglibconf.h */, - B3F8055120E584B300030497 /* pngconf.h */, - ); - path = include; - sourceTree = ""; - }; - B3F8054B20E584B300030497 /* libpng16 */ = { - isa = PBXGroup; - children = ( - B3F8054C20E584B300030497 /* png.h */, - B3F8054D20E584B300030497 /* pnglibconf.h */, - B3F8054E20E584B300030497 /* pngconf.h */, - ); - path = libpng16; - sourceTree = ""; - }; - B3F8055420E584B300030497 /* lib */ = { - isa = PBXGroup; - children = ( - B3F8055A20E584B300030497 /* libpng16.16.dylib */, - ); - path = lib; - sourceTree = ""; - }; - B3F8058020E5851900030497 /* pcre */ = { - isa = PBXGroup; - children = ( - B3F8058120E5851900030497 /* 8.42 */, - ); - path = pcre; - sourceTree = ""; - }; - B3F8058120E5851900030497 /* 8.42 */ = { - isa = PBXGroup; - children = ( - B3F8058B20E5851900030497 /* include */, - B3F8059520E5851900030497 /* lib */, - ); - path = 8.42; - sourceTree = ""; - }; - B3F8058B20E5851900030497 /* include */ = { - isa = PBXGroup; - children = ( - B3F8058C20E5851900030497 /* pcrecpparg.h */, - B3F8058D20E5851900030497 /* pcreposix.h */, - B3F8058E20E5851900030497 /* pcre_scanner.h */, - B3F8058F20E5851900030497 /* pcre_stringpiece.h */, - B3F8059020E5851900030497 /* pcre.h */, - B3F8059120E5851900030497 /* pcrecpp.h */, - ); - path = include; - sourceTree = ""; - }; - B3F8059520E5851900030497 /* lib */ = { - isa = PBXGroup; - children = ( - B3F8059620E5851900030497 /* libpcre.1.dylib */, - B3F8059D20E5851900030497 /* libpcreposix.0.dylib */, - B3F805A020E5851900030497 /* libpcrecpp.0.dylib */, - B3F805A320E5851900030497 /* libpcre16.0.dylib */, - B3F805A820E5851900030497 /* libpcre32.0.dylib */, - ); - path = lib; - sourceTree = ""; - }; - B3F8073020E5855F00030497 /* libffi */ = { - isa = PBXGroup; - children = ( - B3F8073120E5855F00030497 /* 3.2.1 */, - ); - path = libffi; - sourceTree = ""; - }; - B3F8073120E5855F00030497 /* 3.2.1 */ = { - isa = PBXGroup; - children = ( - B3F8073820E5855F00030497 /* lib */, - ); - path = 3.2.1; - sourceTree = ""; - }; - B3F8073820E5855F00030497 /* lib */ = { - isa = PBXGroup; - children = ( - B3F8073B20E5855F00030497 /* libffi-3.2.1 */, - B3F8074120E5855F00030497 /* libffi.6.dylib */, - ); - path = lib; - sourceTree = ""; - }; - B3F8073B20E5855F00030497 /* libffi-3.2.1 */ = { - isa = PBXGroup; - children = ( - B3F8073C20E5855F00030497 /* include */, - ); - path = "libffi-3.2.1"; - sourceTree = ""; - }; - B3F8073C20E5855F00030497 /* include */ = { - isa = PBXGroup; - children = ( - B3F8073D20E5855F00030497 /* ffitarget.h */, - B3F8073E20E5855F00030497 /* ffi.h */, - ); - path = include; - sourceTree = ""; - }; - B3F8075B20E5858100030497 /* libcroco */ = { - isa = PBXGroup; - children = ( - B3F8075C20E5858100030497 /* 0.6.12 */, - ); - path = libcroco; - sourceTree = ""; - }; - B3F8075C20E5858100030497 /* 0.6.12 */ = { - isa = PBXGroup; - children = ( - B3F8076520E5858100030497 /* include */, - B3F8078820E5858100030497 /* lib */, - ); - path = 0.6.12; - sourceTree = ""; - }; - B3F8076520E5858100030497 /* include */ = { - isa = PBXGroup; - children = ( - B3F8076620E5858100030497 /* libcroco-0.6 */, - ); - path = include; - sourceTree = ""; - }; - B3F8076620E5858100030497 /* libcroco-0.6 */ = { - isa = PBXGroup; - children = ( - B3F8076720E5858100030497 /* libcroco */, - ); - path = "libcroco-0.6"; - sourceTree = ""; - }; - B3F8076720E5858100030497 /* libcroco */ = { - isa = PBXGroup; - children = ( - B3F8076820E5858100030497 /* cr-parser.h */, - B3F8076920E5858100030497 /* cr-token.h */, - B3F8076A20E5858100030497 /* cr-attr-sel.h */, - B3F8076B20E5858100030497 /* cr-tknzr.h */, - B3F8076C20E5858100030497 /* cr-parsing-location.h */, - B3F8076D20E5858100030497 /* cr-doc-handler.h */, - B3F8076E20E5858100030497 /* cr-stylesheet.h */, - B3F8076F20E5858100030497 /* cr-enc-handler.h */, - B3F8077020E5858100030497 /* cr-term.h */, - B3F8077120E5858100030497 /* cr-prop-list.h */, - B3F8077220E5858100030497 /* cr-simple-sel.h */, - B3F8077320E5858100030497 /* cr-declaration.h */, - B3F8077420E5858100030497 /* cr-rgb.h */, - B3F8077520E5858100030497 /* cr-string.h */, - B3F8077620E5858100030497 /* cr-pseudo.h */, - B3F8077720E5858100030497 /* cr-sel-eng.h */, - B3F8077820E5858100030497 /* cr-style.h */, - B3F8077920E5858100030497 /* cr-om-parser.h */, - B3F8077A20E5858100030497 /* cr-statement.h */, - B3F8077B20E5858100030497 /* cr-fonts.h */, - B3F8077C20E5858100030497 /* libcroco.h */, - B3F8077D20E5858100030497 /* cr-input.h */, - B3F8077E20E5858100030497 /* cr-num.h */, - B3F8077F20E5858100030497 /* cr-selector.h */, - B3F8078020E5858100030497 /* cr-cascade.h */, - B3F8078120E5858100030497 /* cr-additional-sel.h */, - B3F8078220E5858100030497 /* cr-utils.h */, - B3F8078320E5858100030497 /* libcroco-config.h */, - ); - path = libcroco; - sourceTree = ""; - }; - B3F8078820E5858100030497 /* lib */ = { - isa = PBXGroup; - children = ( - B3F8078C20E5858100030497 /* libcroco-0.6.3.dylib */, - ); - path = lib; - sourceTree = ""; - }; - B3F8080820E585BF00030497 /* fribidi */ = { - isa = PBXGroup; - children = ( - B3F8080920E585BF00030497 /* 1.0.3 */, - ); - path = fribidi; - sourceTree = ""; - }; - B3F8080920E585BF00030497 /* 1.0.3 */ = { - isa = PBXGroup; - children = ( - B3F8081120E585BF00030497 /* include */, - B3F8082D20E585BF00030497 /* lib */, - ); - path = 1.0.3; - sourceTree = ""; - }; - B3F8081120E585BF00030497 /* include */ = { - isa = PBXGroup; - children = ( - B3F8081220E585BF00030497 /* fribidi */, - ); - path = include; - sourceTree = ""; - }; - B3F8081220E585BF00030497 /* fribidi */ = { - isa = PBXGroup; - children = ( - B3F8081320E585BF00030497 /* fribidi-begindecls.h */, - B3F8081420E585BF00030497 /* fribidi-config.h */, - B3F8081520E585BF00030497 /* fribidi-joining-types.h */, - B3F8081620E585BF00030497 /* fribidi-char-sets.h */, - B3F8081720E585BF00030497 /* fribidi-char-sets-list.h */, - B3F8081820E585BF00030497 /* fribidi-unicode-version.h */, - B3F8081920E585BF00030497 /* fribidi-common.h */, - B3F8081A20E585BF00030497 /* fribidi-unicode.h */, - B3F8081B20E585BF00030497 /* fribidi-types.h */, - B3F8081C20E585BF00030497 /* fribidi-bidi-types.h */, - B3F8081D20E585BF00030497 /* fribidi-deprecated.h */, - B3F8081E20E585BF00030497 /* fribidi-mirroring.h */, - B3F8081F20E585BF00030497 /* fribidi-joining.h */, - B3F8082020E585BF00030497 /* fribidi-enddecls.h */, - B3F8082120E585BF00030497 /* fribidi-flags.h */, - B3F8082220E585BF00030497 /* fribidi.h */, - B3F8082320E585BF00030497 /* fribidi-bidi.h */, - B3F8082420E585BF00030497 /* fribidi-brackets.h */, - B3F8082520E585BF00030497 /* fribidi-bidi-types-list.h */, - B3F8082620E585BF00030497 /* fribidi-arabic.h */, - B3F8082720E585BF00030497 /* fribidi-shape.h */, - B3F8082820E585BF00030497 /* fribidi-joining-types-list.h */, - ); - path = fribidi; - sourceTree = ""; - }; - B3F8082D20E585BF00030497 /* lib */ = { - isa = PBXGroup; - children = ( - B3F8083220E585BF00030497 /* libfribidi.0.dylib */, - ); - path = lib; - sourceTree = ""; - }; - B3F8092520E585E800030497 /* harfbuzz */ = { - isa = PBXGroup; - children = ( - B3F8092620E585E800030497 /* 1.7.6_2 */, - ); - path = harfbuzz; - sourceTree = ""; - }; - B3F8092620E585E800030497 /* 1.7.6_2 */ = { - isa = PBXGroup; - children = ( - B3F8093120E585E800030497 /* include */, - B3F8095620E585E800030497 /* lib */, - ); - path = 1.7.6_2; - sourceTree = ""; - }; - B3F8093120E585E800030497 /* include */ = { - isa = PBXGroup; - children = ( - B3F8093220E585E800030497 /* harfbuzz */, - ); - path = include; - sourceTree = ""; - }; - B3F8093220E585E800030497 /* harfbuzz */ = { - isa = PBXGroup; - children = ( - B3F8093320E585E800030497 /* hb-buffer.h */, - B3F8093420E585E800030497 /* hb-set.h */, - B3F8093520E585E800030497 /* hb-face.h */, - B3F8093620E585E800030497 /* hb-gobject-structs.h */, - B3F8093720E585E800030497 /* hb-common.h */, - B3F8093820E585E800030497 /* hb-version.h */, - B3F8093920E585E800030497 /* hb-font.h */, - B3F8093A20E585E800030497 /* hb-coretext.h */, - B3F8093B20E585E800030497 /* hb-ot-tag.h */, - B3F8093C20E585E800030497 /* hb-deprecated.h */, - B3F8093D20E585E800030497 /* hb-ot.h */, - B3F8093E20E585E800030497 /* hb-ot-layout.h */, - B3F8093F20E585E800030497 /* hb-ot-var.h */, - B3F8094020E585E800030497 /* hb-gobject-enums.h */, - B3F8094120E585E800030497 /* hb-shape.h */, - B3F8094220E585E800030497 /* hb-subset-plan.hh */, - B3F8094320E585E800030497 /* hb-shape-plan.h */, - B3F8094420E585E800030497 /* hb-ot-font.h */, - B3F8094520E585E800030497 /* hb-unicode.h */, - B3F8094620E585E800030497 /* hb-ot-shape.h */, - B3F8094720E585E800030497 /* hb-blob.h */, - B3F8094820E585E800030497 /* hb-subset-private.hh */, - B3F8094920E585E800030497 /* hb.h */, - B3F8094A20E585E800030497 /* hb-glib.h */, - B3F8094B20E585E800030497 /* hb-subset-glyf.hh */, - B3F8094C20E585E800030497 /* hb-graphite2.h */, - B3F8094D20E585E800030497 /* hb-subset.h */, - B3F8094E20E585E800030497 /* hb-gobject.h */, - B3F8094F20E585E800030497 /* hb-ot-math.h */, - B3F8095020E585E800030497 /* hb-icu.h */, - B3F8095120E585E800030497 /* hb-ft.h */, - ); - path = harfbuzz; - sourceTree = ""; - }; - B3F8095620E585E800030497 /* lib */ = { - isa = PBXGroup; - children = ( - B3F8095F20E585E800030497 /* libharfbuzz-gobject.0.dylib */, - B3F8096B20E585E800030497 /* libharfbuzz-icu.0.dylib */, - B3F8095920E585E800030497 /* libharfbuzz-subset.0.dylib */, - B3F8096420E585E800030497 /* libharfbuzz.0.dylib */, - ); - path = lib; - sourceTree = ""; - }; - B3F8DE15243E77580028BD75 /* samples */ = { - isa = PBXGroup; - children = ( - B3F8DE14243E77400028BD75 /* badsourcePath.speculid */, - B3EC99A3243EA409008D5081 /* badJSON.speculid */, - B3EC99A5243EA4D5008D5081 /* missingJSON.speculid */, - B3EC99A2243EA409008D5081 /* badSVG.speculid */, - B3F8DE13243E77250028BD75 /* badassetPath.speculid */, - ); - path = samples; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXHeadersBuildPhase section */ - B37C74701F8C5ADA00DF505B /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - B3136DD61F90E45F0002B7AB /* Speculid_Mac_Framework.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - B37C74861F8C5B5C00DF505B /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - B3E2069A20E568C5009EA554 /* gsocket.h in Headers */, - B3E2069D20E568C5009EA554 /* ginetaddress.h in Headers */, - B3E2066820E568C4009EA554 /* gdbusnamewatching.h in Headers */, - B31BD96720E7E0D900A560C2 /* listformatter.h in Headers */, - B31BD93E20E7E0D900A560C2 /* timezone.h in Headers */, - B3E2069720E568C5009EA554 /* gioenumtypes.h in Headers */, - B3E2061320E568C4009EA554 /* gmem.h in Headers */, - B3E2065920E568C4009EA554 /* gpropertyaction.h in Headers */, - B3E204FD20E568C3009EA554 /* gdk-pixbuf-marshal.h in Headers */, - B3F804EC20E5820B00030497 /* pango-fontmap.h in Headers */, - B3E205E120E568C4009EA554 /* gbinding.h in Headers */, - B3E204C720E568C3009EA554 /* ftmodule.h in Headers */, - B31BD97D20E7E0D900A560C2 /* uidna.h in Headers */, - B31BD96620E7E0D900A560C2 /* udatpg.h in Headers */, - B31BD91820E7E0D800A560C2 /* ucsdet.h in Headers */, - B31BD98220E7E0D900A560C2 /* ucasemap.h in Headers */, - B3E204CA20E568C3009EA554 /* fttrigon.h in Headers */, - B3F8056F20E584B300030497 /* png.h in Headers */, - B3E2066C20E568C4009EA554 /* gioenums.h in Headers */, - B31BD9B020E7E0D900A560C2 /* scientificnumberformatter.h in Headers */, - B31BD95220E7E0D900A560C2 /* uloc.h in Headers */, - B3E2077C20E568C5009EA554 /* cairo-tee.h in Headers */, - B37C74A91F8C5C7400DF505B /* CairoInterface.h in Headers */, - B3F80B0520E585E900030497 /* hb-face.h in Headers */, - B3F807D120E5858200030497 /* cr-fonts.h in Headers */, - B3F807D620E5858200030497 /* cr-cascade.h in Headers */, - B37C74A71F8C5C7400DF505B /* PDFSurface.h in Headers */, - B3E206A520E568C5009EA554 /* gdatainputstream.h in Headers */, - B3E2064D20E568C4009EA554 /* gproxy.h in Headers */, - B3E2068620E568C5009EA554 /* gsocketclient.h in Headers */, - B3F808AA20E585C000030497 /* fribidi-char-sets-list.h in Headers */, - B3E205EE20E568C4009EA554 /* gmarshal.h in Headers */, - B31BD92620E7E0D800A560C2 /* usetiter.h in Headers */, - B3E2065F20E568C4009EA554 /* gdbusinterface.h in Headers */, - B3E2066320E568C4009EA554 /* gdbusproxy.h in Headers */, - B3E206A620E568C5009EA554 /* gtlsdatabase.h in Headers */, - B3E2064020E568C4009EA554 /* gthread.h in Headers */, - B3E207EE20E568C6009EA554 /* fontconfig.h in Headers */, - B31BD99F20E7E0D900A560C2 /* locid.h in Headers */, - B31BD9AD20E7E0D900A560C2 /* parseerr.h in Headers */, - B3F804EA20E5820B00030497 /* pango-context.h in Headers */, - B31BD93620E7E0D900A560C2 /* utf32.h in Headers */, - B3E2063420E568C4009EA554 /* gi18n.h in Headers */, - B31BD92920E7E0D800A560C2 /* dtintrv.h in Headers */, - B3E2062D20E568C4009EA554 /* gprintf.h in Headers */, - B3E206B020E568C5009EA554 /* gzlibdecompressor.h in Headers */, - B3E206AA20E568C5009EA554 /* gsrvtarget.h in Headers */, - B3E206B720E568C5009EA554 /* gnetworking.h in Headers */, - B3E2064620E568C4009EA554 /* gsimpleactiongroup.h in Headers */, - B3E2060620E568C4009EA554 /* gstdio.h in Headers */, - B3E2117520E568D0009EA554 /* rsvg-cairo.h in Headers */, - B31BD91A20E7E0D800A560C2 /* ubrk.h in Headers */, - B3E206B120E568C5009EA554 /* gdbusutils.h in Headers */, - B31BD9C520E7E0D900A560C2 /* measfmt.h in Headers */, - B31BD97920E7E0D900A560C2 /* dbbi.h in Headers */, - B3F808A620E585C000030497 /* fribidi-begindecls.h in Headers */, - B3E206AF20E568C5009EA554 /* gfilterinputstream.h in Headers */, - B3E2069620E568C5009EA554 /* gmemoryinputstream.h in Headers */, - B3E2066620E568C4009EA554 /* gactionmap.h in Headers */, - B3E204EA20E568C3009EA554 /* ftlcdfil.h in Headers */, - B3E205D620E568C4009EA554 /* gunixinputstream.h in Headers */, - B3F80B2020E585EA00030497 /* hb-icu.h in Headers */, - B31BD98320E7E0D900A560C2 /* ucoleitr.h in Headers */, - B3E205E620E568C4009EA554 /* gtype.h in Headers */, - B31BD92120E7E0D800A560C2 /* unirepl.h in Headers */, - B31BD99320E7E0D900A560C2 /* icudataver.h in Headers */, - B3E209FC20E568C8009EA554 /* libintl.h in Headers */, - B3F804D720E5820B00030497 /* pango-coverage.h in Headers */, - B34E82FF1F8FD6860032268F /* ImageFileProtocol.h in Headers */, - B31BD9BC20E7E0D900A560C2 /* std_string.h in Headers */, - B31BD98520E7E0D900A560C2 /* unum.h in Headers */, - B3F80B1920E585E900030497 /* hb.h in Headers */, - B3F807D820E5858200030497 /* cr-utils.h in Headers */, - B31BD95020E7E0D900A560C2 /* umisc.h in Headers */, - B3E206D320E568C5009EA554 /* ginetaddressmask.h in Headers */, - B3E2069520E568C5009EA554 /* gdtlsclientconnection.h in Headers */, - B3E2062B20E568C4009EA554 /* glib-autocleanups.h in Headers */, - B3E206D020E568C5009EA554 /* gdbusactiongroup.h in Headers */, - B3E2063F20E568C4009EA554 /* gcache.h in Headers */, - B3E206C620E568C5009EA554 /* gsimplepermission.h in Headers */, - B3F80B1320E585E900030497 /* hb-shape-plan.h in Headers */, - B31BD9C420E7E0D900A560C2 /* ulistformatter.h in Headers */, - B3F808AF20E585C000030497 /* fribidi-bidi-types.h in Headers */, - B3E205DD20E568C4009EA554 /* gsignal.h in Headers */, - B31BD96E20E7E0D900A560C2 /* caniter.h in Headers */, - B31BD96220E7E0D900A560C2 /* dcfmtsym.h in Headers */, - B3F808BB20E585C000030497 /* fribidi-joining-types-list.h in Headers */, - B3E206B920E568C5009EA554 /* gdbuserror.h in Headers */, - B31BD92220E7E0D800A560C2 /* ptypes.h in Headers */, - B3F807CD20E5858200030497 /* cr-sel-eng.h in Headers */, - B3F807C220E5858200030497 /* cr-parsing-location.h in Headers */, - B31BD98020E7E0D900A560C2 /* char16ptr.h in Headers */, - B3F80B1820E585E900030497 /* hb-subset-private.hh in Headers */, - B3E209FB20E568C8009EA554 /* gettext-po.h in Headers */, - B3E2077E20E568C5009EA554 /* cairo-ps.h in Headers */, - B3E2069F20E568C5009EA554 /* gfileiostream.h in Headers */, - B31BD97820E7E0D900A560C2 /* dtptngen.h in Headers */, - B34E83091F8FDCB80032268F /* Dimension.h in Headers */, - B3E204C420E568C3009EA554 /* ftheader.h in Headers */, - B31BD93120E7E0D900A560C2 /* fpositer.h in Headers */, - B3E2077220E568C5009EA554 /* cairo-script-interpreter.h in Headers */, - B31BD9BD20E7E0D900A560C2 /* utf8.h in Headers */, - B31BD99620E7E0D900A560C2 /* ushape.h in Headers */, - B3E2063020E568C4009EA554 /* gtimezone.h in Headers */, - B3E2050320E568C3009EA554 /* gdk-pixbuf-enum-types.h in Headers */, - B3F808A720E585C000030497 /* fribidi-config.h in Headers */, - B3E2065720E568C4009EA554 /* gseekable.h in Headers */, - B3E2066F20E568C5009EA554 /* gdbusserver.h in Headers */, - B3E205D520E568C4009EA554 /* gunixcredentialsmessage.h in Headers */, - B3E2050120E568C3009EA554 /* gdk-pixbuf-loader.h in Headers */, - B3F808A920E585C000030497 /* fribidi-char-sets.h in Headers */, - B3E206B820E568C5009EA554 /* gtlsfiledatabase.h in Headers */, - B3E204E820E568C3009EA554 /* ftlist.h in Headers */, - B31BD92720E7E0D800A560C2 /* errorcode.h in Headers */, - B3E2062820E568C4009EA554 /* gversion.h in Headers */, - B3E2117720E568D0009EA554 /* rsvg.h in Headers */, - B31BD98A20E7E0D900A560C2 /* datefmt.h in Headers */, - B3F804F120E5820B00030497 /* pango-layout.h in Headers */, - B3F807D920E5858200030497 /* libcroco-config.h in Headers */, - B3E205D920E568C4009EA554 /* gfiledescriptorbased.h in Headers */, - B3F808B520E585C000030497 /* fribidi.h in Headers */, - B3E207EF20E568C6009EA554 /* fcprivate.h in Headers */, - B31BD96420E7E0D900A560C2 /* decimfmt.h in Headers */, - B31BD95120E7E0D900A560C2 /* reldatefmt.h in Headers */, - B3E2060420E568C4009EA554 /* gstrfuncs.h in Headers */, - B31BD9C220E7E0D900A560C2 /* currunit.h in Headers */, - B31BD95A20E7E0D900A560C2 /* enumset.h in Headers */, - B3E204E620E568C3009EA554 /* ftmoderr.h in Headers */, - B31BD93020E7E0D900A560C2 /* ucal.h in Headers */, - B31BD97620E7E0D900A560C2 /* idna.h in Headers */, - B31BD98120E7E0D900A560C2 /* symtable.h in Headers */, - B3F804D620E5820B00030497 /* pango-item.h in Headers */, - B3E2060F20E568C4009EA554 /* gscanner.h in Headers */, - B31BD94F20E7E0D900A560C2 /* chariter.h in Headers */, - B31BD92420E7E0D800A560C2 /* dtitvfmt.h in Headers */, - B3E204DA20E568C3009EA554 /* ttnameid.h in Headers */, - B3E206B320E568C5009EA554 /* gdbusobjectskeleton.h in Headers */, - B3E2063320E568C4009EA554 /* gwin32.h in Headers */, - B3E2067A20E568C5009EA554 /* gdtlsconnection.h in Headers */, - B3F804E720E5820B00030497 /* pango-bidi-type.h in Headers */, - B3E206B420E568C5009EA554 /* gvfs.h in Headers */, - B31BD98D20E7E0D900A560C2 /* currpinf.h in Headers */, - B3E206C020E568C5009EA554 /* gtlspassword.h in Headers */, - B31BD98420E7E0D900A560C2 /* compactdecimalformat.h in Headers */, - B3E206B620E568C5009EA554 /* gtlsclientconnection.h in Headers */, - B3E2068720E568C5009EA554 /* gappinfo.h in Headers */, - B3E2061D20E568C4009EA554 /* gtypes.h in Headers */, - B3E2060D20E568C4009EA554 /* ghash.h in Headers */, - B31BD99820E7E0D900A560C2 /* ugender.h in Headers */, - B3F804F420E5820B00030497 /* pangocoretext.h in Headers */, - B3E2061020E568C4009EA554 /* ggettext.h in Headers */, - B3E205DE20E568C4009EA554 /* genums.h in Headers */, - B31BD94920E7E0D900A560C2 /* sortkey.h in Headers */, - B31BD98F20E7E0D900A560C2 /* tmutfmt.h in Headers */, - B31BD99C20E7E0D900A560C2 /* simpleformatter.h in Headers */, - B3E205DF20E568C4009EA554 /* gclosure.h in Headers */, - B3136DD91F90E96A0002B7AB /* cairo.h in Headers */, - B3E2064120E568C4009EA554 /* gmodule.h in Headers */, - B3F807D320E5858200030497 /* cr-input.h in Headers */, - B3E205EA20E568C4009EA554 /* gvalue.h in Headers */, - B31BD9AA20E7E0D900A560C2 /* region.h in Headers */, - B3E2064E20E568C4009EA554 /* gio.h in Headers */, - B31BD9A920E7E0D900A560C2 /* uspoof.h in Headers */, - B3E2062120E568C4009EA554 /* gquark.h in Headers */, - B37C74B21F8C5C7400DF505B /* PNGImageHandle.h in Headers */, - B3F807C820E5858200030497 /* cr-simple-sel.h in Headers */, - B3E2065A20E568C4009EA554 /* gsimpleiostream.h in Headers */, - B3E2067320E568C5009EA554 /* gsettingsbackend.h in Headers */, - B3E206AC20E568C5009EA554 /* gfile.h in Headers */, - B3E2063120E568C4009EA554 /* gmacros.h in Headers */, - B3E2060920E568C4009EA554 /* gdataset.h in Headers */, - B3F808B320E585C000030497 /* fribidi-enddecls.h in Headers */, - B3E2069B20E568C5009EA554 /* gmountoperation.h in Headers */, - B3E2065120E568C4009EA554 /* gdatagrambased.h in Headers */, - B31BD99E20E7E0D900A560C2 /* curramt.h in Headers */, - B3E204B020E568C3009EA554 /* pixman.h in Headers */, - B3E206C720E568C5009EA554 /* gconverteroutputstream.h in Headers */, - B3E2064420E568C4009EA554 /* gconverterinputstream.h in Headers */, - B31BD9A220E7E0D900A560C2 /* ubidi.h in Headers */, - B31BD97B20E7E0D900A560C2 /* uversion.h in Headers */, - B31BD91D20E7E0D800A560C2 /* ucat.h in Headers */, - B3F80B0B20E585E900030497 /* hb-ot-tag.h in Headers */, - B3E2068920E568C5009EA554 /* gpollableutils.h in Headers */, - B31BD95820E7E0D900A560C2 /* gregocal.h in Headers */, - B31BD91B20E7E0D800A560C2 /* ufieldpositer.h in Headers */, - B3F80B0920E585E900030497 /* hb-font.h in Headers */, - B3F808AD20E585C000030497 /* fribidi-unicode.h in Headers */, - B3E2065220E568C4009EA554 /* gcontenttype.h in Headers */, - B3E2069920E568C5009EA554 /* gliststore.h in Headers */, - B3E2060E20E568C4009EA554 /* gqsort.h in Headers */, - B3E205E920E568C4009EA554 /* gtypemodule.h in Headers */, - B3E205E220E568C4009EA554 /* gtypeplugin.h in Headers */, - B31BD96020E7E0D900A560C2 /* regex.h in Headers */, - B3F808AB20E585C000030497 /* fribidi-unicode-version.h in Headers */, - B3E204EB20E568C3009EA554 /* ftbdf.h in Headers */, - B3F807C120E5858200030497 /* cr-tknzr.h in Headers */, - B3E206AB20E568C5009EA554 /* gtlscertificate.h in Headers */, - B3E204C920E568C3009EA554 /* ftbzip2.h in Headers */, - B3F807C920E5858200030497 /* cr-declaration.h in Headers */, - B3E205E020E568C4009EA554 /* gvaluearray.h in Headers */, - B31BD99120E7E0D900A560C2 /* ustringtrie.h in Headers */, - B37C74B01F8C5C7400DF505B /* ImageHandle.h in Headers */, - B3E204FF20E568C3009EA554 /* gdk-pixbuf.h in Headers */, - B3E2077520E568C5009EA554 /* cairo.h in Headers */, - B3E204C220E568C3009EA554 /* ftmm.h in Headers */, - B3E2061F20E568C4009EA554 /* guuid.h in Headers */, - B3E2061620E568C4009EA554 /* gbacktrace.h in Headers */, - B3F808B120E585C000030497 /* fribidi-mirroring.h in Headers */, - B3E2066D20E568C5009EA554 /* gsocketaddressenumerator.h in Headers */, - B31BD92E20E7E0D900A560C2 /* edits.h in Headers */, - B3E2060120E568C4009EA554 /* gconvert.h in Headers */, - B31BD9AC20E7E0D900A560C2 /* utrans.h in Headers */, - B3E206C920E568C5009EA554 /* gsocketlistener.h in Headers */, - B3F804F220E5820B00030497 /* pango-tabs.h in Headers */, - B3F804E420E5820B00030497 /* pango-script.h in Headers */, - B3E2061520E568C4009EA554 /* gshell.h in Headers */, - B3E204CD20E568C3009EA554 /* ftdriver.h in Headers */, - B31BD91620E7E0D800A560C2 /* ustdio.h in Headers */, - B31BD93D20E7E0D900A560C2 /* numsys.h in Headers */, - B3E2065020E568C4009EA554 /* gvolumemonitor.h in Headers */, - B31BD99B20E7E0D900A560C2 /* ustream.h in Headers */, - B37C748D1F8C5B5C00DF505B /* CairoSVG.h in Headers */, - B34E83071F8FDCA30032268F /* GeometryDimension.h in Headers */, - B3F804DA20E5820B00030497 /* pango-matrix.h in Headers */, - B31BD9B520E7E0D900A560C2 /* search.h in Headers */, - B3E2067520E568C5009EA554 /* gfileicon.h in Headers */, - B3E2063B20E568C4009EA554 /* gcompletion.h in Headers */, - B3E2077320E568C5009EA554 /* cairo-svg.h in Headers */, - B3F807D420E5858200030497 /* cr-num.h in Headers */, - B3E2069220E568C5009EA554 /* gfileoutputstream.h in Headers */, - B3F80B0820E585E900030497 /* hb-version.h in Headers */, - B31BD96320E7E0D900A560C2 /* ucnv_err.h in Headers */, - B3E205DB20E568C4009EA554 /* gparam.h in Headers */, - B31BD97E20E7E0D900A560C2 /* filteredbrk.h in Headers */, - B3E204D520E568C3009EA554 /* ftotval.h in Headers */, - B3F804E520E5820B00030497 /* pangocairo.h in Headers */, - B3E206D420E568C5009EA554 /* gsocketconnection.h in Headers */, - B3E206A720E568C5009EA554 /* gfileenumerator.h in Headers */, - B31BD94820E7E0D900A560C2 /* umsg.h in Headers */, - B3F80B1D20E585E900030497 /* hb-subset.h in Headers */, - B31BD97320E7E0D900A560C2 /* unistr.h in Headers */, - B3F80B1620E585E900030497 /* hb-ot-shape.h in Headers */, - B3E2065820E568C4009EA554 /* gdbusobjectproxy.h in Headers */, - B3E2066B20E568C4009EA554 /* gpermission.h in Headers */, - B3E2067220E568C5009EA554 /* gtlsconnection.h in Headers */, - B3F808B720E585C000030497 /* fribidi-brackets.h in Headers */, - B31BD95320E7E0D900A560C2 /* plurrule.h in Headers */, - B3E204D820E568C3009EA554 /* ftfntfmt.h in Headers */, - B31BD98B20E7E0D900A560C2 /* utmscale.h in Headers */, - B3E2063A20E568C4009EA554 /* gtree.h in Headers */, - B3F8057020E584B300030497 /* pnglibconf.h in Headers */, - B3E204E220E568C3009EA554 /* ftimage.h in Headers */, - B31BD93920E7E0D900A560C2 /* ubiditransform.h in Headers */, - B3E2061920E568C4009EA554 /* gfileutils.h in Headers */, - B3E204C020E568C3009EA554 /* fttypes.h in Headers */, - B31BD93B20E7E0D900A560C2 /* appendable.h in Headers */, - B31BD98720E7E0D900A560C2 /* tztrans.h in Headers */, - B3F804E820E5820B00030497 /* pango-font.h in Headers */, - B31BD93F20E7E0D900A560C2 /* uset.h in Headers */, - B34E830B1F8FDDAC0032268F /* CairoColorProtocol.h in Headers */, - B35B712A1F9052B200BE477E /* CairoSize.h in Headers */, - B3F8066320E5851A00030497 /* pcre_scanner.h in Headers */, - B3E2064C20E568C4009EA554 /* gasyncresult.h in Headers */, - B31BD94720E7E0D900A560C2 /* uiter.h in Headers */, - B3E205D020E568C4009EA554 /* gunixfdlist.h in Headers */, - B3E204E020E568C3009EA554 /* ftsystem.h in Headers */, - B31BD9C120E7E0D900A560C2 /* numfmt.h in Headers */, - B3E205E820E568C4009EA554 /* gboxed.h in Headers */, - B31BD99420E7E0D900A560C2 /* uchar.h in Headers */, - B3F807CE20E5858200030497 /* cr-style.h in Headers */, - B31BD9AE20E7E0D900A560C2 /* putil.h in Headers */, - B3E2061B20E568C4009EA554 /* gpattern.h in Headers */, - B3E2066A20E568C4009EA554 /* gloadableicon.h in Headers */, - B3E204CE20E568C3009EA554 /* ftoutln.h in Headers */, - B3E205D220E568C4009EA554 /* gdesktopappinfo.h in Headers */, - B31BD94C20E7E0D900A560C2 /* basictz.h in Headers */, - B31BD92F20E7E0D900A560C2 /* parsepos.h in Headers */, - B3E2060A20E568C4009EA554 /* gqueue.h in Headers */, - B3E20B1020E568C9009EA554 /* gettext.h in Headers */, - B31BD96120E7E0D900A560C2 /* gender.h in Headers */, - B3E2060220E568C4009EA554 /* gdir.h in Headers */, - B3E2068420E568C5009EA554 /* gtask.h in Headers */, - B3F80B0720E585E900030497 /* hb-common.h in Headers */, - B31BD92320E7E0D800A560C2 /* fmtable.h in Headers */, - B34E82FB1F8FD4EF0032268F /* ImageFileFormat.h in Headers */, - B31BD91C20E7E0D800A560C2 /* stringpiece.h in Headers */, - B3E2068C20E568C5009EA554 /* gfilteroutputstream.h in Headers */, - B3E205FD20E568C4009EA554 /* gslist.h in Headers */, - B3E2061E20E568C4009EA554 /* gstringchunk.h in Headers */, - B31BD9AB20E7E0D900A560C2 /* ureldatefmt.h in Headers */, - B31BD93820E7E0D900A560C2 /* ustring.h in Headers */, - B3E204E120E568C3009EA554 /* t1tables.h in Headers */, - B31BD9C020E7E0D900A560C2 /* uscript.h in Headers */, - B3E206BB20E568C5009EA554 /* gdbusinterfaceskeleton.h in Headers */, - B31BD95D20E7E0D900A560C2 /* measure.h in Headers */, - B3E205FB20E568C4009EA554 /* gchecksum.h in Headers */, - B3F8056D20E584B300030497 /* pnglibconf.h in Headers */, - B3E205D820E568C4009EA554 /* gunixfdmessage.h in Headers */, - B3E2065620E568C4009EA554 /* gpollableoutputstream.h in Headers */, - B3E204C320E568C3009EA554 /* ftstdlib.h in Headers */, - B3825EFC20F91807008F2A02 /* Segment.h in Headers */, - B3E205E420E568C4009EA554 /* gsourceclosure.h in Headers */, - B3E204D120E568C3009EA554 /* fterrors.h in Headers */, - B3F8056E20E584B300030497 /* pngconf.h in Headers */, - B3E205FE20E568C4009EA554 /* gthreadpool.h in Headers */, - B3825EFD20F91807008F2A02 /* Types.h in Headers */, - B31BD98620E7E0D900A560C2 /* udisplaycontext.h in Headers */, - B31BD96B20E7E0D900A560C2 /* normlzr.h in Headers */, - B31BD9A520E7E0D900A560C2 /* uvernum.h in Headers */, - B3E2065520E568C4009EA554 /* gfilemonitor.h in Headers */, - B3F804E220E5820B00030497 /* pango-engine.h in Headers */, - B31BD9B620E7E0D900A560C2 /* unumsys.h in Headers */, - B3E206BC20E568C5009EA554 /* gapplicationcommandline.h in Headers */, - B3E2050520E568C3009EA554 /* gdk-pixbuf-transform.h in Headers */, - B31BD99220E7E0D900A560C2 /* smpdtfmt.h in Headers */, - B3E206CC20E568C5009EA554 /* gemblemedicon.h in Headers */, - B3E2061120E568C4009EA554 /* gbase64.h in Headers */, - B3F8066620E5851A00030497 /* pcrecpp.h in Headers */, - B3E2066220E568C4009EA554 /* gproxyaddress.h in Headers */, - B3F804E020E5820B00030497 /* pango-modules.h in Headers */, - B3E2067820E568C5009EA554 /* gdbusmenumodel.h in Headers */, - B3E204CF20E568C3009EA554 /* ftadvanc.h in Headers */, - B3E2050020E568C3009EA554 /* gdk-pixbuf-macros.h in Headers */, - B3E2068D20E568C5009EA554 /* gfileattribute.h in Headers */, - B31BD96520E7E0D900A560C2 /* bytestrie.h in Headers */, - B3E205D120E568C4009EA554 /* gunixsocketaddress.h in Headers */, - B31BD9BE20E7E0D900A560C2 /* localpointer.h in Headers */, - B3F808B920E585C000030497 /* fribidi-arabic.h in Headers */, - B3E2068520E568C5009EA554 /* gvolume.h in Headers */, - B3E2062920E568C4009EA554 /* gslice.h in Headers */, - B3F80B0420E585E900030497 /* hb-set.h in Headers */, - B31BD94220E7E0D900A560C2 /* schriter.h in Headers */, - B31BD97520E7E0D900A560C2 /* ulocdata.h in Headers */, - B3E2117620E568D0009EA554 /* librsvg-enum-types.h in Headers */, - B3F80B0C20E585E900030497 /* hb-deprecated.h in Headers */, - B3E2077A20E568C5009EA554 /* cairo-features.h in Headers */, - B3E2063620E568C4009EA554 /* gnode.h in Headers */, - B3E2063220E568C4009EA554 /* giochannel.h in Headers */, - B31BD94520E7E0D900A560C2 /* simpletz.h in Headers */, - B3E206A320E568C5009EA554 /* ginetsocketaddress.h in Headers */, - B3E2063E20E568C4009EA554 /* gmain.h in Headers */, - B3E2067720E568C5009EA554 /* gnetworkservice.h in Headers */, - B3F80B1F20E585E900030497 /* hb-ot-math.h in Headers */, - B31BD97A20E7E0D900A560C2 /* bytestream.h in Headers */, - B3E2064520E568C4009EA554 /* gsubprocesslauncher.h in Headers */, - B3E206CF20E568C5009EA554 /* gsimpleasyncresult.h in Headers */, - B31BD94320E7E0D900A560C2 /* msgfmt.h in Headers */, - B31BD95F20E7E0D900A560C2 /* strenum.h in Headers */, - B3E204B120E568C3009EA554 /* pixman-version.h in Headers */, - B3E205EC20E568C4009EA554 /* gobject-autocleanups.h in Headers */, - B3E204ED20E568C3009EA554 /* ft2build.h in Headers */, - B3E2062220E568C4009EA554 /* gi18n-lib.h in Headers */, - B3E2062A20E568C4009EA554 /* ghook.h in Headers */, - B3E2066720E568C4009EA554 /* gbufferedinputstream.h in Headers */, - B3E2065E20E568C4009EA554 /* gmenu.h in Headers */, - B3E204D320E568C3009EA554 /* ftstroke.h in Headers */, - B3E2065B20E568C4009EA554 /* gasyncinitable.h in Headers */, - B3E2069C20E568C5009EA554 /* gsocketconnectable.h in Headers */, - B31BD9BA20E7E0D900A560C2 /* platform.h in Headers */, - B3F804E920E5820B00030497 /* pangofc-fontmap.h in Headers */, - B3F807C320E5858200030497 /* cr-doc-handler.h in Headers */, - B3E2068E20E568C5009EA554 /* gmenuexporter.h in Headers */, - B37C74A81F8C5C7400DF505B /* ImageSpecificationProtocol.h in Headers */, - B3E206D220E568C5009EA554 /* gactiongroup.h in Headers */, - B37C74AA1F8C5C7400DF505B /* SurfaceHandle.h in Headers */, - B3E2066E20E568C5009EA554 /* gmount.h in Headers */, - B3E2063920E568C4009EA554 /* gspawn.h in Headers */, - B3F807C020E5858200030497 /* cr-attr-sel.h in Headers */, - B3F80B0E20E585E900030497 /* hb-ot-layout.h in Headers */, - B31BD99D20E7E0D900A560C2 /* ucnv_cb.h in Headers */, - B3E204C620E568C3009EA554 /* ftoption.h in Headers */, - B3F804D420E5820B00030497 /* pango.h in Headers */, - B3F804E620E5820B00030497 /* pango-glyph-item.h in Headers */, - B3F804DE20E5820B00030497 /* pango-glyph.h in Headers */, - B3E204D920E568C3009EA554 /* fterrdef.h in Headers */, - B3E2064320E568C4009EA554 /* gsimpleproxyresolver.h in Headers */, - B3F80B1A20E585E900030497 /* hb-glib.h in Headers */, - B3E2067420E568C5009EA554 /* gdbusintrospection.h in Headers */, - B3E2068F20E568C5009EA554 /* gthemedicon.h in Headers */, - B31BD96920E7E0D900A560C2 /* calendar.h in Headers */, - B31BD9A820E7E0D900A560C2 /* ucnvsel.h in Headers */, - B31BD99A20E7E0D900A560C2 /* uformattable.h in Headers */, - B3E2065320E568C4009EA554 /* gsocketcontrolmessage.h in Headers */, - B3E204BD20E568C3009EA554 /* ftsnames.h in Headers */, - B31BD94620E7E0D900A560C2 /* uldnames.h in Headers */, - B3E2065C20E568C4009EA554 /* gremoteactiongroup.h in Headers */, - B3F804D520E5820B00030497 /* pangoft2.h in Headers */, - B31BD94B20E7E0D900A560C2 /* uniset.h in Headers */, - B31BD91F20E7E0D800A560C2 /* stringoptions.h in Headers */, - B31BD96F20E7E0D900A560C2 /* ucol.h in Headers */, - B3E205F120E568C4009EA554 /* gmarkup.h in Headers */, - B3E205FC20E568C4009EA554 /* gtestutils.h in Headers */, - B31BD93520E7E0D900A560C2 /* urep.h in Headers */, - B3F808B220E585C000030497 /* fribidi-joining.h in Headers */, - B31BD9B220E7E0D900A560C2 /* dtrule.h in Headers */, - B3F804DB20E5820B00030497 /* pango-renderer.h in Headers */, - B3E206CE20E568C5009EA554 /* gfileinfo.h in Headers */, - B3E2063820E568C4009EA554 /* gregex.h in Headers */, - B3E2068320E568C5009EA554 /* gdbusobjectmanagerserver.h in Headers */, - B3E205DC20E568C4009EA554 /* gparamspecs.h in Headers */, - B31BD95B20E7E0D900A560C2 /* nounit.h in Headers */, - B31BD96C20E7E0D900A560C2 /* usprep.h in Headers */, - B3E2061220E568C4009EA554 /* gasyncqueue.h in Headers */, - B3E206B220E568C5009EA554 /* gtestdbus.h in Headers */, - B31BD92820E7E0D800A560C2 /* tznames.h in Headers */, - B3E206A820E568C5009EA554 /* ginitable.h in Headers */, - B3F80B1C20E585E900030497 /* hb-graphite2.h in Headers */, - B31BD9A320E7E0D900A560C2 /* stsearch.h in Headers */, - B31BD93C20E7E0D900A560C2 /* usearch.h in Headers */, - B3E205F520E568C4009EA554 /* glist.h in Headers */, - B3E2061820E568C4009EA554 /* gmain.h in Headers */, - B3F804DD20E5820B00030497 /* pango-enum-types.h in Headers */, - B3E204C520E568C3009EA554 /* ftconfig.h in Headers */, - B3F8066520E5851A00030497 /* pcre.h in Headers */, - B3E204E420E568C3009EA554 /* ftcid.h in Headers */, - B3E206C420E568C5009EA554 /* gfileinputstream.h in Headers */, - B31BD97720E7E0D900A560C2 /* unorm2.h in Headers */, - B3F80B0320E585E900030497 /* hb-buffer.h in Headers */, - B3F8057120E584B300030497 /* pngconf.h in Headers */, - B3E2067F20E568C5009EA554 /* gemblem.h in Headers */, - B3E204CB20E568C3009EA554 /* ftbbox.h in Headers */, - B3E204FC20E568C3009EA554 /* gdk-pixbuf-animation.h in Headers */, - B3F804EF20E5820B00030497 /* pango-attributes.h in Headers */, - B3E204D220E568C3009EA554 /* ftgasp.h in Headers */, - B3E2063C20E568C4009EA554 /* gallocator.h in Headers */, - B3E2067920E568C5009EA554 /* gmenumodel.h in Headers */, - B3F808AC20E585C000030497 /* fribidi-common.h in Headers */, - B3E2050620E568C3009EA554 /* gdk-pixbuf-core.h in Headers */, - B31BD97020E7E0D900A560C2 /* upluralrules.h in Headers */, - B3F804EE20E5820B00030497 /* pango-types.h in Headers */, - B3E205F420E568C4009EA554 /* gvariant.h in Headers */, - B3F804ED20E5820B00030497 /* pangofc-decoder.h in Headers */, - B31BD92D20E7E0D900A560C2 /* utext.h in Headers */, - B3E206D520E568C5009EA554 /* giostream.h in Headers */, - B3F80B0F20E585E900030497 /* hb-ot-var.h in Headers */, - B3E2117420E568D0009EA554 /* librsvg-features.h in Headers */, - B3E206CB20E568C5009EA554 /* gsubprocess.h in Headers */, - B3E204FE20E568C3009EA554 /* gdk-pixbuf-io.h in Headers */, - B3E2061A20E568C4009EA554 /* gutils.h in Headers */, - B3E205ED20E568C4009EA554 /* gobject.h in Headers */, - B3E204D620E568C3009EA554 /* freetype.h in Headers */, - B3E206EF20E568C5009EA554 /* glibconfig.h in Headers */, - B31BD98C20E7E0D900A560C2 /* coll.h in Headers */, - B31BD98E20E7E0D900A560C2 /* uregex.h in Headers */, - B3E2062F20E568C4009EA554 /* gversionmacros.h in Headers */, - B31BD9B720E7E0D900A560C2 /* uconfig.h in Headers */, - B3E2068A20E568C5009EA554 /* gdataoutputstream.h in Headers */, - B3E205F220E568C4009EA554 /* ghmac.h in Headers */, - B31BD99920E7E0D900A560C2 /* selfmt.h in Headers */, - B3E205FA20E568C4009EA554 /* gurifuncs.h in Headers */, - B3E2062C20E568C4009EA554 /* galloca.h in Headers */, - B3E2068020E568C5009EA554 /* gcredentials.h in Headers */, - B3E2064820E568C4009EA554 /* gtlsinteraction.h in Headers */, - B3E206C820E568C5009EA554 /* gsimpleaction.h in Headers */, - B3E2062320E568C4009EA554 /* gatomic.h in Headers */, - B3E205F020E568C4009EA554 /* glib.h in Headers */, - B3E2067E20E568C5009EA554 /* gproxyresolver.h in Headers */, - B3F80B1020E585E900030497 /* hb-gobject-enums.h in Headers */, - B31BD9A120E7E0D900A560C2 /* resbund.h in Headers */, - B31BD9A420E7E0D900A560C2 /* alphaindex.h in Headers */, - B3E2063520E568C4009EA554 /* gbitlock.h in Headers */, - B3E2063D20E568C4009EA554 /* grel.h in Headers */, - B3E2050220E568C3009EA554 /* gdk-pixbuf-autocleanups.h in Headers */, - B3F804D920E5820B00030497 /* pango-language.h in Headers */, - B31BD9BF20E7E0D900A560C2 /* uclean.h in Headers */, - B3F804D820E5820B00030497 /* pango-version-macros.h in Headers */, - B3E206BD20E568C5009EA554 /* gconverter.h in Headers */, - B3E204DC20E568C3009EA554 /* ftgxval.h in Headers */, - B3E2066520E568C4009EA554 /* gdbusmethodinvocation.h in Headers */, - B3E2050420E568C3009EA554 /* gdk-pixdata.h in Headers */, - B3E206BE20E568C5009EA554 /* gdtlsserverconnection.h in Headers */, - B3F80B0620E585E900030497 /* hb-gobject-structs.h in Headers */, - B3E204E320E568C3009EA554 /* tttables.h in Headers */, - B3E205E720E568C4009EA554 /* gvaluetypes.h in Headers */, - B31BD95920E7E0D900A560C2 /* uchriter.h in Headers */, - B3E205F720E568C4009EA554 /* gbookmarkfile.h in Headers */, - B3F80B1720E585E900030497 /* hb-blob.h in Headers */, - B3E204E520E568C3009EA554 /* ftglyph.h in Headers */, - B3E2077D20E568C5009EA554 /* cairo-ft.h in Headers */, - B31BD9C620E7E0D900A560C2 /* unifilt.h in Headers */, - B31BD96D20E7E0D900A560C2 /* urename.h in Headers */, - B3E2069320E568C5009EA554 /* gdbusobjectmanager.h in Headers */, - B3F807C420E5858200030497 /* cr-stylesheet.h in Headers */, - B31BD9A020E7E0D900A560C2 /* udateintervalformat.h in Headers */, - B3F807C720E5858200030497 /* cr-prop-list.h in Headers */, - B3E2077920E568C5009EA554 /* cairo-pdf.h in Headers */, - B3E205F620E568C4009EA554 /* gtrashstack.h in Headers */, - B3F804DF20E5820B00030497 /* pango-features.h in Headers */, - B3E2061720E568C4009EA554 /* gerror.h in Headers */, - B31BD94A20E7E0D900A560C2 /* docmain.h in Headers */, - B3F808A820E585C000030497 /* fribidi-joining-types.h in Headers */, - B3E206A220E568C5009EA554 /* goutputstream.h in Headers */, - B3E2060020E568C4009EA554 /* gbytes.h in Headers */, - B3E204DD20E568C3009EA554 /* ftchapters.h in Headers */, - B3E2067120E568C5009EA554 /* gdbusconnection.h in Headers */, - B3E2062620E568C4009EA554 /* goption.h in Headers */, - B3F807D520E5858200030497 /* cr-selector.h in Headers */, - B31BD96820E7E0D900A560C2 /* uobject.h in Headers */, - B31BD91720E7E0D800A560C2 /* utf_old.h in Headers */, - B3E206AE20E568C5009EA554 /* gpollableinputstream.h in Headers */, - B3F807D720E5858200030497 /* cr-additional-sel.h in Headers */, - B3F8066220E5851A00030497 /* pcreposix.h in Headers */, - B31BD94D20E7E0D900A560C2 /* udata.h in Headers */, - B3F80B1120E585E900030497 /* hb-shape.h in Headers */, - B3E2077720E568C5009EA554 /* cairo-quartz.h in Headers */, - B35B71271F904CF100BE477E /* SurfaceHandleBuilder.h in Headers */, - B3F808AE20E585C000030497 /* fribidi-types.h in Headers */, - B3E2066920E568C4009EA554 /* gzlibcompressor.h in Headers */, - B3E2050820E568C3009EA554 /* gdk-pixbuf-simple-anim.h in Headers */, - B37C74B11F8C5C7400DF505B /* PNGSurface.h in Headers */, - B3E2062020E568C4009EA554 /* gcharset.h in Headers */, - B3E206A920E568C5009EA554 /* gnativevolumemonitor.h in Headers */, - B3E2067D20E568C5009EA554 /* ginputstream.h in Headers */, - B31BD9B320E7E0D900A560C2 /* ucnv.h in Headers */, - B3E204BE20E568C3009EA554 /* ftwinfnt.h in Headers */, - B3F808B420E585C000030497 /* fribidi-flags.h in Headers */, - B3E2050720E568C3009EA554 /* gdk-pixbuf-features.h in Headers */, - B31BD96A20E7E0D900A560C2 /* ures.h in Headers */, - B3E209FA20E568C8009EA554 /* autosprintf.h in Headers */, - B31BD93A20E7E0D900A560C2 /* uenum.h in Headers */, - B31BD9A720E7E0D900A560C2 /* rbtz.h in Headers */, - B3E206A120E568C5009EA554 /* gnotification.h in Headers */, - B3E2069E20E568C5009EA554 /* gtcpwrapperconnection.h in Headers */, - B3F8066120E5851A00030497 /* pcrecpparg.h in Headers */, - B3F808B820E585C000030497 /* fribidi-bidi-types-list.h in Headers */, - B31BD92C20E7E0D900A560C2 /* uregion.h in Headers */, - B3E206A420E568C5009EA554 /* gcharsetconverter.h in Headers */, - B3E204DF20E568C3009EA554 /* ftlzw.h in Headers */, - B31BD94420E7E0D900A560C2 /* fieldpos.h in Headers */, - B31BD93420E7E0D900A560C2 /* udat.h in Headers */, - B3F804F320E5820B00030497 /* pango-gravity.h in Headers */, - B31BD98920E7E0D900A560C2 /* numberformatter.h in Headers */, - B37C74A41F8C5C7400DF505B /* SVGImageHandle.h in Headers */, - B31BD99520E7E0D900A560C2 /* unorm.h in Headers */, - B3E2064A20E568C4009EA554 /* gsocketservice.h in Headers */, - B3E2060B20E568C4009EA554 /* gsequence.h in Headers */, - B3E204D720E568C3009EA554 /* ftincrem.h in Headers */, - B3E206D120E568C5009EA554 /* gdrive.h in Headers */, - B3E205F820E568C4009EA554 /* gprimes.h in Headers */, - B3E204EC20E568C3009EA554 /* ftrender.h in Headers */, - B3F807CF20E5858200030497 /* cr-om-parser.h in Headers */, - B3E2064720E568C4009EA554 /* gdbusaddress.h in Headers */, - B3F807CB20E5858200030497 /* cr-string.h in Headers */, - B3F804F020E5820B00030497 /* pango-utils.h in Headers */, - B31BD95520E7E0D900A560C2 /* measunit.h in Headers */, - B31BD92020E7E0D800A560C2 /* dtfmtsym.h in Headers */, - B3E205EF20E568C4009EA554 /* glib-unix.h in Headers */, - B3E205FF20E568C4009EA554 /* garray.h in Headers */, - B3E205F920E568C4009EA554 /* grand.h in Headers */, - B3F80B1E20E585E900030497 /* hb-gobject.h in Headers */, - B3E206C520E568C5009EA554 /* giotypes.h in Headers */, - B3E206BA20E568C5009EA554 /* gicon.h in Headers */, - B31BD95C20E7E0D900A560C2 /* utf.h in Headers */, - B3E2066420E568C4009EA554 /* giomodule.h in Headers */, - B3E2064920E568C4009EA554 /* gthreadedsocketservice.h in Headers */, - B3E2063720E568C4009EA554 /* gmessages.h in Headers */, - B3F807CC20E5858200030497 /* cr-pseudo.h in Headers */, - B3F807C620E5858200030497 /* cr-term.h in Headers */, - B3E2077B20E568C5009EA554 /* cairo-gobject.h in Headers */, - B3F80B1B20E585E900030497 /* hb-subset-glyf.hh in Headers */, - B37C74AB1F8C5C7400DF505B /* ImageHandleBuilder.h in Headers */, - B31BD9C320E7E0D900A560C2 /* utypes.h in Headers */, - B31BD99720E7E0D900A560C2 /* unifunct.h in Headers */, - B3F807CA20E5858200030497 /* cr-rgb.h in Headers */, - B3F808B620E585C000030497 /* fribidi-bidi.h in Headers */, - B3E204E720E568C3009EA554 /* ftbitmap.h in Headers */, - B31BD93220E7E0D900A560C2 /* dtitvinf.h in Headers */, - B3F80B0D20E585E900030497 /* hb-ot.h in Headers */, - B3F8075120E5855F00030497 /* ffitarget.h in Headers */, - B3E2077120E568C5009EA554 /* cairo-version.h in Headers */, - B3E205E520E568C4009EA554 /* glib-types.h in Headers */, - B31BD9AF20E7E0D900A560C2 /* format.h in Headers */, - B3E2069120E568C5009EA554 /* gtlsserverconnection.h in Headers */, - B3E206BF20E568C5009EA554 /* gnetworkmonitor.h in Headers */, - B3E2069820E568C5009EA554 /* gbufferedoutputstream.h in Headers */, - B3E2060C20E568C4009EA554 /* gvarianttype.h in Headers */, - B31BD95E20E7E0D900A560C2 /* tzrule.h in Headers */, - B3E204C120E568C3009EA554 /* ftparams.h in Headers */, - B3E206AD20E568C5009EA554 /* gtlsbackend.h in Headers */, - B3E206CD20E568C5009EA554 /* gsettingsschema.h in Headers */, - B3E2077620E568C5009EA554 /* cairo-script.h in Headers */, - B3F808B020E585C000030497 /* fribidi-deprecated.h in Headers */, - B3F807D020E5858200030497 /* cr-statement.h in Headers */, - B3825EFE20F91807008F2A02 /* Log.h in Headers */, - B3F807D220E5858200030497 /* libcroco.h in Headers */, - B31BD9B820E7E0D900A560C2 /* utf16.h in Headers */, - B3F80B0A20E585E900030497 /* hb-coretext.h in Headers */, - B3E204DE20E568C3009EA554 /* tttags.h in Headers */, - B3E207F020E568C6009EA554 /* fcfreetype.h in Headers */, - B31BD93320E7E0D900A560C2 /* rbnf.h in Headers */, - B3E2069020E568C5009EA554 /* gapplication.h in Headers */, - B3F807C520E5858200030497 /* cr-enc-handler.h in Headers */, - B3E2061420E568C4009EA554 /* genviron.h in Headers */, - B3E205D720E568C4009EA554 /* gunixmounts.h in Headers */, - B3825EFF20F91807008F2A02 /* Font.h in Headers */, - B31BD9B420E7E0D900A560C2 /* ucharstriebuilder.h in Headers */, - B31BD92B20E7E0D900A560C2 /* icuplug.h in Headers */, - B3E2077820E568C5009EA554 /* cairo-deprecated.h in Headers */, - B3E206B520E568C5009EA554 /* gioerror.h in Headers */, - B3E2066120E568C4009EA554 /* gio-autocleanups.h in Headers */, - B3E2060720E568C4009EA554 /* gpoll.h in Headers */, - B3F8075220E5855F00030497 /* ffi.h in Headers */, - B3E2062420E568C4009EA554 /* gdatetime.h in Headers */, - B3E2068820E568C5009EA554 /* gtcpconnection.h in Headers */, - B3F804E320E5820B00030497 /* pango-break.h in Headers */, - B3F804DC20E5820B00030497 /* pango-ot.h in Headers */, - B3E204D020E568C3009EA554 /* ftsynth.h in Headers */, - B3F80B1220E585E900030497 /* hb-subset-plan.hh in Headers */, - B3F804EB20E5820B00030497 /* pangofc-font.h in Headers */, - B3E2069420E568C5009EA554 /* gactiongroupexporter.h in Headers */, - B3E2064B20E568C4009EA554 /* gnetworkaddress.h in Headers */, - B31BD91520E7E0D800A560C2 /* translit.h in Headers */, - B31BD95420E7E0D900A560C2 /* bytestriebuilder.h in Headers */, - B3E204E920E568C3009EA554 /* ftmac.h in Headers */, - B3E2065420E568C4009EA554 /* gdbusnameowning.h in Headers */, - B31BD9B120E7E0D900A560C2 /* normalizer2.h in Headers */, - B3E205D420E568C4009EA554 /* gunixoutputstream.h in Headers */, - B3E204D420E568C3009EA554 /* ftcache.h in Headers */, - B31BD97C20E7E0D900A560C2 /* messagepattern.h in Headers */, - B31BD94120E7E0D900A560C2 /* coleitr.h in Headers */, - B31BD97F20E7E0D900A560C2 /* tmutamt.h in Headers */, - B3E205D320E568C4009EA554 /* gunixconnection.h in Headers */, - B31BD97120E7E0D900A560C2 /* ucharstrie.h in Headers */, - B3E2067C20E568C5009EA554 /* gproxyaddressenumerator.h in Headers */, - B31BD97220E7E0D900A560C2 /* tmunit.h in Headers */, - B31BD97420E7E0D900A560C2 /* rbbi.h in Headers */, - B31BD94020E7E0D900A560C2 /* casemap.h in Headers */, - B31BD9BB20E7E0D900A560C2 /* rep.h in Headers */, - B31BD95720E7E0D900A560C2 /* locdspnm.h in Headers */, - B31BD91E20E7E0D800A560C2 /* tblcoll.h in Headers */, - B31BD92A20E7E0D900A560C2 /* ucurr.h in Headers */, - B3E2077420E568C5009EA554 /* cairo-quartz-image.h in Headers */, - B31BD91920E7E0D800A560C2 /* tzfmt.h in Headers */, - B3E206CA20E568C5009EA554 /* gcancellable.h in Headers */, - B3E2060320E568C4009EA554 /* gkeyfile.h in Headers */, - B3F80B2120E585EA00030497 /* hb-ft.h in Headers */, - B3E204C820E568C3009EA554 /* ftmodapi.h in Headers */, - B3F808BA20E585C000030497 /* fribidi-shape.h in Headers */, - B3E2060520E568C4009EA554 /* gmappedfile.h in Headers */, - B3E2064220E568C4009EA554 /* gdbusobject.h in Headers */, - B3E205F320E568C4009EA554 /* gtimer.h in Headers */, - B31BD94E20E7E0D900A560C2 /* stringtriebuilder.h in Headers */, - B31BD92520E7E0D800A560C2 /* choicfmt.h in Headers */, - B3E204BF20E568C3009EA554 /* ftsizes.h in Headers */, - B3F807BF20E5858200030497 /* cr-token.h in Headers */, - B3E2062E20E568C4009EA554 /* gthread.h in Headers */, - B3F804E120E5820B00030497 /* pango-fontset.h in Headers */, - B3E205EB20E568C4009EA554 /* gvaluecollector.h in Headers */, - B3E206C220E568C5009EA554 /* gioscheduler.h in Headers */, - B3E2066020E568C4009EA554 /* gaction.h in Headers */, - B3E2064F20E568C4009EA554 /* gmemoryoutputstream.h in Headers */, - B3E2067620E568C5009EA554 /* gsocketaddress.h in Headers */, - B3E2068B20E568C5009EA554 /* gfilenamecompleter.h in Headers */, - B3E206C320E568C5009EA554 /* gsettings.h in Headers */, - B3E2068120E568C5009EA554 /* gbytesicon.h in Headers */, - B3E2067B20E568C5009EA554 /* gresolver.h in Headers */, - B31BD93720E7E0D900A560C2 /* vtzone.h in Headers */, - B3F8066420E5851A00030497 /* pcre_stringpiece.h in Headers */, - B31BD99020E7E0D900A560C2 /* plurfmt.h in Headers */, - B3E205DA20E568C4009EA554 /* glib-object.h in Headers */, - B3E2061C20E568C4009EA554 /* ghostutils.h in Headers */, - B3E2060820E568C4009EA554 /* gunicode.h in Headers */, - B31BD95620E7E0D900A560C2 /* utrace.h in Headers */, - B31BD98820E7E0D900A560C2 /* umachine.h in Headers */, - B3F80B1420E585E900030497 /* hb-ot-font.h in Headers */, - B3F8DE1D243E9A1F0028BD75 /* NSError+GError.h in Headers */, - B3E2062520E568C4009EA554 /* gstring.h in Headers */, - B3E2067020E568C5009EA554 /* gresource.h in Headers */, - B3F8056C20E584B300030497 /* png.h in Headers */, - B3F807BE20E5858200030497 /* cr-parser.h in Headers */, - B3F80B1520E585E900030497 /* hb-unicode.h in Headers */, - B3E206A020E568C5009EA554 /* gdbusauthobserver.h in Headers */, - B31BD9A620E7E0D900A560C2 /* unimatch.h in Headers */, - B3E206C120E568C5009EA554 /* glistmodel.h in Headers */, - B3E2068220E568C5009EA554 /* gdbusobjectmanagerclient.h in Headers */, - B3E204CC20E568C3009EA554 /* ftgzip.h in Headers */, - B31BD9B920E7E0D900A560C2 /* brkiter.h in Headers */, - B3E2062720E568C4009EA554 /* gdate.h in Headers */, - B3E2065D20E568C4009EA554 /* gdbusmessage.h in Headers */, - B3E204DB20E568C3009EA554 /* ftpfr.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXHeadersBuildPhase section */ - -/* Begin PBXNativeTarget section */ - B3136E5F1F90FCCF0002B7AB /* Speculid-Mac-AppUITests */ = { - isa = PBXNativeTarget; - buildConfigurationList = B3136E691F90FCCF0002B7AB /* Build configuration list for PBXNativeTarget "Speculid-Mac-AppUITests" */; - buildPhases = ( - 2A5BE6D591A31D93BD99307F /* [CP] Check Pods Manifest.lock */, - B3136E5C1F90FCCF0002B7AB /* Sources */, - B3136E5D1F90FCCF0002B7AB /* Frameworks */, - B3136E5E1F90FCCF0002B7AB /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - B3136E661F90FCCF0002B7AB /* PBXTargetDependency */, - ); - name = "Speculid-Mac-AppUITests"; - productName = "Speculid-Mac-AppUITests"; - productReference = B3136E601F90FCCF0002B7AB /* Speculid-Mac-AppUITests.xctest */; - productType = "com.apple.product-type.bundle.ui-testing"; - }; - B3136E7D1F90FD2E0002B7AB /* SpeculidTests */ = { - isa = PBXNativeTarget; - buildConfigurationList = B3136E861F90FD2E0002B7AB /* Build configuration list for PBXNativeTarget "SpeculidTests" */; - buildPhases = ( - 864BFA93E2D46B0EBF468EF2 /* [CP] Check Pods Manifest.lock */, - B3D329FA1F9A55B40042B46F /* ShellScript */, - B3136E7A1F90FD2E0002B7AB /* Sources */, - B3136E7B1F90FD2E0002B7AB /* Frameworks */, - B3136E7C1F90FD2E0002B7AB /* Resources */, - AB8615DAE34FEF509F2B61FF /* [CP] Embed Pods Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - B3136E851F90FD2E0002B7AB /* PBXTargetDependency */, - ); - name = SpeculidTests; - productName = SpeculidTests; - productReference = B3136E7E1F90FD2E0002B7AB /* SpeculidTests.xctest */; - productType = "com.apple.product-type.bundle.unit-test"; - }; - B3136E8C1F90FD3D0002B7AB /* CairoSVGTests */ = { - isa = PBXNativeTarget; - buildConfigurationList = B3136E951F90FD3D0002B7AB /* Build configuration list for PBXNativeTarget "CairoSVGTests" */; - buildPhases = ( - 86BA5F8D102809B05C3B7F84 /* [CP] Check Pods Manifest.lock */, - B3136E891F90FD3D0002B7AB /* Sources */, - B3136E8A1F90FD3D0002B7AB /* Frameworks */, - B3136E8B1F90FD3D0002B7AB /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - B3136E941F90FD3D0002B7AB /* PBXTargetDependency */, - ); - name = CairoSVGTests; - productName = CairoSVGTests; - productReference = B3136E8D1F90FD3D0002B7AB /* CairoSVGTests.xctest */; - productType = "com.apple.product-type.bundle.unit-test"; - }; - B3242E96213DBE6C0063037C /* Speculid-Mac-Cmd */ = { - isa = PBXNativeTarget; - buildConfigurationList = B3242E9D213DBE6C0063037C /* Build configuration list for PBXNativeTarget "Speculid-Mac-Cmd" */; - buildPhases = ( - B3242E93213DBE6C0063037C /* Sources */, - B3242E94213DBE6C0063037C /* Frameworks */, - B3242E95213DBE6C0063037C /* CopyFiles */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = "Speculid-Mac-Cmd"; - productName = "Speculid-Mac-Cmd"; - productReference = B3242E97213DBE6C0063037C /* speculid */; - productType = "com.apple.product-type.tool"; - }; - B326F24E21811B970072D652 /* com.brightdigit.Speculid-Mac-Installer */ = { - isa = PBXNativeTarget; - buildConfigurationList = B326F25321811B980072D652 /* Build configuration list for PBXNativeTarget "com.brightdigit.Speculid-Mac-Installer" */; - buildPhases = ( - B326F25A21811E250072D652 /* ShellScript */, - B326F24B21811B970072D652 /* Sources */, - B326F24C21811B970072D652 /* Frameworks */, - B326F24D21811B970072D652 /* CopyFiles */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = "com.brightdigit.Speculid-Mac-Installer"; - productName = "Speculid-Mac-Installer"; - productReference = B326F24F21811B970072D652 /* com.brightdigit.Speculid-Mac-Installer */; - productType = "com.apple.product-type.tool"; - }; - B37C743D1F8C58F300DF505B /* Speculid-Mac-App */ = { - isa = PBXNativeTarget; - buildConfigurationList = B37C744C1F8C58F300DF505B /* Build configuration list for PBXNativeTarget "Speculid-Mac-App" */; - buildPhases = ( - 6B0E6A3126F4611E46C09D7C /* [CP] Check Pods Manifest.lock */, - B326F24A2181113D0072D652 /* ShellScript */, - B3D329F91F9A55A20042B46F /* swiftformat */, - B37C743A1F8C58F300DF505B /* Sources */, - B37C743B1F8C58F300DF505B /* Frameworks */, - B37C743C1F8C58F300DF505B /* Resources */, - B37C74621F8C590D00DF505B /* Embed XPC Services */, - B37C747F1F8C5ADA00DF505B /* Embed Frameworks */, - F11FED44F4FDA27EB1AD0F15 /* [CP] Embed Pods Frameworks */, - B32D69ED1F9ED4A600C21C8C /* Codesign Dynamic Libraries */, - B3A2BCF8213F25F4005FC8A1 /* CopyFiles */, - B34B52DE217EB2530080E6DC /* CopyFiles */, - ); - buildRules = ( - ); - dependencies = ( - B37C745D1F8C590D00DF505B /* PBXTargetDependency */, - B37C74791F8C5ADA00DF505B /* PBXTargetDependency */, - B37C748F1F8C5B5C00DF505B /* PBXTargetDependency */, - ); - name = "Speculid-Mac-App"; - productName = "Speculid-Mac-App"; - productReference = B37C743E1F8C58F300DF505B /* Speculid.app */; - productType = "com.apple.product-type.application"; - }; - B37C74521F8C590D00DF505B /* Speculid-Mac-XPC */ = { - isa = PBXNativeTarget; - buildConfigurationList = B37C745F1F8C590D00DF505B /* Build configuration list for PBXNativeTarget "Speculid-Mac-XPC" */; - buildPhases = ( - BD6A812C7EF5D496661AC259 /* [CP] Check Pods Manifest.lock */, - B37C744F1F8C590D00DF505B /* Sources */, - B37C74501F8C590D00DF505B /* Frameworks */, - B37C74511F8C590D00DF505B /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = "Speculid-Mac-XPC"; - productName = "Speculid-Mac-XPC"; - productReference = B37C74531F8C590D00DF505B /* Speculid-Mac-XPC.xpc */; - productType = "com.apple.product-type.xpc-service"; - }; - B37C74721F8C5ADA00DF505B /* Speculid */ = { - isa = PBXNativeTarget; - buildConfigurationList = B37C747C1F8C5ADA00DF505B /* Build configuration list for PBXNativeTarget "Speculid" */; - buildPhases = ( - 11C29AAE26481241CA772FFC /* [CP] Check Pods Manifest.lock */, - B3136E9C1F9100CB0002B7AB /* Autorevision */, - B318906B1F919FA300D0EFA0 /* swiftformat */, - B318906C1F91A02000D0EFA0 /* swiftlint */, - B37C746E1F8C5ADA00DF505B /* Sources */, - B37C746F1F8C5ADA00DF505B /* Frameworks */, - B37C74701F8C5ADA00DF505B /* Headers */, - B37C74711F8C5ADA00DF505B /* Resources */, - B33A533F1F95568F00E74800 /* CopyFiles */, - B3B5E9D61F96AB1B004A6BEB /* warnings */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = Speculid; - productName = "Speculid-Mac-Framework"; - productReference = B37C74731F8C5ADA00DF505B /* SpeculidKit.framework */; - productType = "com.apple.product-type.framework"; - }; - B37C74881F8C5B5C00DF505B /* CairoSVG */ = { - isa = PBXNativeTarget; - buildConfigurationList = B37C74921F8C5B5C00DF505B /* Build configuration list for PBXNativeTarget "CairoSVG" */; - buildPhases = ( - 4F4C36B7508D73A1292508F5 /* [CP] Check Pods Manifest.lock */, - B37C74841F8C5B5C00DF505B /* Sources */, - B37C74851F8C5B5C00DF505B /* Frameworks */, - B3E211A620E57290009EA554 /* CopyFiles */, - B37C74861F8C5B5C00DF505B /* Headers */, - B37C74871F8C5B5C00DF505B /* Resources */, - B3E211A820E573B9009EA554 /* Installing Libaries */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = CairoSVG; - productName = "CairoSVG-Mac-Framework"; - productReference = B37C74891F8C5B5C00DF505B /* CairoSVG.framework */; - productType = "com.apple.product-type.framework"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - B37C74361F8C58F300DF505B /* Project object */ = { - isa = PBXProject; - attributes = { - LastSwiftUpdateCheck = 1130; - LastUpgradeCheck = 1000; - ORGANIZATIONNAME = "Bright Digit, LLC"; - TargetAttributes = { - B3136E5F1F90FCCF0002B7AB = { - CreatedOnToolsVersion = 9.0; - LastSwiftMigration = 1110; - ProvisioningStyle = Automatic; - TestTargetID = B37C743D1F8C58F300DF505B; - }; - B3136E7D1F90FD2E0002B7AB = { - CreatedOnToolsVersion = 9.0; - LastSwiftMigration = 1110; - ProvisioningStyle = Automatic; - }; - B3136E8C1F90FD3D0002B7AB = { - CreatedOnToolsVersion = 9.0; - LastSwiftMigration = 1110; - ProvisioningStyle = Automatic; - }; - B3242E96213DBE6C0063037C = { - CreatedOnToolsVersion = 10.0; - LastSwiftMigration = 1110; - ProvisioningStyle = Automatic; - }; - B326F24E21811B970072D652 = { - CreatedOnToolsVersion = 10.0; - LastSwiftMigration = 1110; - ProvisioningStyle = Automatic; - }; - B37C743D1F8C58F300DF505B = { - CreatedOnToolsVersion = 9.0; - LastSwiftMigration = 1110; - ProvisioningStyle = Automatic; - SystemCapabilities = { - com.apple.HardenedRuntime = { - enabled = 1; - }; - com.apple.Sandbox = { - enabled = 0; - }; - }; - }; - B37C74521F8C590D00DF505B = { - CreatedOnToolsVersion = 9.0; - LastSwiftMigration = 1110; - ProvisioningStyle = Automatic; - SystemCapabilities = { - com.apple.HardenedRuntime = { - enabled = 1; - }; - }; - }; - B37C74721F8C5ADA00DF505B = { - CreatedOnToolsVersion = 9.0; - LastSwiftMigration = 1110; - ProvisioningStyle = Automatic; - }; - B37C74881F8C5B5C00DF505B = { - CreatedOnToolsVersion = 9.0; - LastSwiftMigration = 0900; - ProvisioningStyle = Automatic; - }; - }; - }; - buildConfigurationList = B37C74391F8C58F300DF505B /* Build configuration list for PBXProject "Speculid" */; - compatibilityVersion = "Xcode 8.0"; - developmentRegion = en; - hasScannedForEncodings = 0; - knownRegions = ( - en, - Base, - ); - mainGroup = B37C74351F8C58F300DF505B; - productRefGroup = B37C743F1F8C58F300DF505B /* Products */; - projectDirPath = ""; - projectReferences = ( - { - ProductGroup = B33192F3244BB27100FFA999 /* Products */; - ProjectRef = B33192F2244BB27100FFA999 /* examples.xcodeproj */; - }, - ); - projectRoot = ""; - targets = ( - B37C743D1F8C58F300DF505B /* Speculid-Mac-App */, - B37C74521F8C590D00DF505B /* Speculid-Mac-XPC */, - B37C74721F8C5ADA00DF505B /* Speculid */, - B37C74881F8C5B5C00DF505B /* CairoSVG */, - B3136E5F1F90FCCF0002B7AB /* Speculid-Mac-AppUITests */, - B3136E7D1F90FD2E0002B7AB /* SpeculidTests */, - B3136E8C1F90FD3D0002B7AB /* CairoSVGTests */, - B3242E96213DBE6C0063037C /* Speculid-Mac-Cmd */, - B326F24E21811B970072D652 /* com.brightdigit.Speculid-Mac-Installer */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXReferenceProxy section */ - B331A7D9244BB29400FFA999 /* speculid-example-macos.app */ = { - isa = PBXReferenceProxy; - fileType = wrapper.application; - path = "speculid-example-macos.app"; - remoteRef = B331A7D8244BB29400FFA999 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - B331A7DB244BB29400FFA999 /* speculid-example-ios.app */ = { - isa = PBXReferenceProxy; - fileType = wrapper.application; - path = "speculid-example-ios.app"; - remoteRef = B331A7DA244BB29400FFA999 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - B331A7DD244BB29400FFA999 /* speculid-example-watchos.app */ = { - isa = PBXReferenceProxy; - fileType = wrapper.application; - path = "speculid-example-watchos.app"; - remoteRef = B331A7DC244BB29400FFA999 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - B331A7DF244BB29400FFA999 /* speculid-example-watchos Extension.appex */ = { - isa = PBXReferenceProxy; - fileType = "wrapper.app-extension"; - path = "speculid-example-watchos Extension.appex"; - remoteRef = B331A7DE244BB29400FFA999 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; -/* End PBXReferenceProxy section */ - -/* Begin PBXResourcesBuildPhase section */ - B3136E5E1F90FCCF0002B7AB /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - B3136E7C1F90FD2E0002B7AB /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - B3C6CA8E2114C9EB000D5120 /* dummy in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - B3136E8B1F90FD3D0002B7AB /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - B3081399218A067800DB07D0 /* geometry.svg in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - B37C743C1F8C58F300DF505B /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - B3136EB01F9124730002B7AB /* svg-trayicon.speculid in Resources */, - B3136DD71F90E4AC0002B7AB /* layers.svg in Resources */, - B37C74441F8C58F300DF505B /* Assets.xcassets in Resources */, - B3136EA31F910BC90002B7AB /* svg-appicon.speculid in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - B37C74511F8C590D00DF505B /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - B37C74711F8C5ADA00DF505B /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - B3136E561F90F73B0002B7AB /* versions.plist in Resources */, - B3E9A9011FB4DCCA00FD8E7A /* autorevision.json in Resources */, - B3D32A021F9A5D760042B46F /* help.txt in Resources */, - B36C2E8B1FA5B876003F48BD /* build.list in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - B37C74871F8C5B5C00DF505B /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXShellScriptBuildPhase section */ - 11C29AAE26481241CA772FFC /* [CP] Check Pods Manifest.lock */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - "${PODS_PODFILE_DIR_PATH}/Podfile.lock", - "${PODS_ROOT}/Manifest.lock", - ); - name = "[CP] Check Pods Manifest.lock"; - outputPaths = ( - "$(DERIVED_FILE_DIR)/Pods-Speculid-checkManifestLockResult.txt", - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; - showEnvVarsInLog = 0; - }; - 2A5BE6D591A31D93BD99307F /* [CP] Check Pods Manifest.lock */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - "${PODS_PODFILE_DIR_PATH}/Podfile.lock", - "${PODS_ROOT}/Manifest.lock", - ); - name = "[CP] Check Pods Manifest.lock"; - outputPaths = ( - "$(DERIVED_FILE_DIR)/Pods-Speculid-Mac-AppUITests-checkManifestLockResult.txt", - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; - showEnvVarsInLog = 0; - }; - 4F4C36B7508D73A1292508F5 /* [CP] Check Pods Manifest.lock */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - "${PODS_PODFILE_DIR_PATH}/Podfile.lock", - "${PODS_ROOT}/Manifest.lock", - ); - name = "[CP] Check Pods Manifest.lock"; - outputPaths = ( - "$(DERIVED_FILE_DIR)/Pods-CairoSVG-checkManifestLockResult.txt", - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; - showEnvVarsInLog = 0; - }; - 6B0E6A3126F4611E46C09D7C /* [CP] Check Pods Manifest.lock */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - "${PODS_PODFILE_DIR_PATH}/Podfile.lock", - "${PODS_ROOT}/Manifest.lock", - ); - name = "[CP] Check Pods Manifest.lock"; - outputPaths = ( - "$(DERIVED_FILE_DIR)/Pods-Speculid-Mac-App-checkManifestLockResult.txt", - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; - showEnvVarsInLog = 0; - }; - 864BFA93E2D46B0EBF468EF2 /* [CP] Check Pods Manifest.lock */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - "${PODS_PODFILE_DIR_PATH}/Podfile.lock", - "${PODS_ROOT}/Manifest.lock", - ); - name = "[CP] Check Pods Manifest.lock"; - outputPaths = ( - "$(DERIVED_FILE_DIR)/Pods-SpeculidTests-checkManifestLockResult.txt", - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; - showEnvVarsInLog = 0; - }; - 86BA5F8D102809B05C3B7F84 /* [CP] Check Pods Manifest.lock */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - "${PODS_PODFILE_DIR_PATH}/Podfile.lock", - "${PODS_ROOT}/Manifest.lock", - ); - name = "[CP] Check Pods Manifest.lock"; - outputPaths = ( - "$(DERIVED_FILE_DIR)/Pods-CairoSVGTests-checkManifestLockResult.txt", - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; - showEnvVarsInLog = 0; - }; - AB8615DAE34FEF509F2B61FF /* [CP] Embed Pods Frameworks */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - "${PODS_ROOT}/Target Support Files/Pods-SpeculidTests/Pods-SpeculidTests-frameworks.sh", - "${BUILT_PRODUCTS_DIR}/SwiftVer/SwiftVer.framework", - ); - name = "[CP] Embed Pods Frameworks"; - outputPaths = ( - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SwiftVer.framework", - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-SpeculidTests/Pods-SpeculidTests-frameworks.sh\"\n"; - showEnvVarsInLog = 0; - }; - B3136E9C1F9100CB0002B7AB /* Autorevision */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = Autorevision; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "touch \"${SRCROOT}/.version\"\nstart=1\nversion_file=`< \"${SRCROOT}/.version\"`\nversion=${version_file:-${start}}\nexport VCS_EXTRA=${version}\nmkdir -p tmp\necho \"Set Extra Version Number to ${VCS_EXTRA}\"\n\"${SRCROOT}/bin/autorevision.sh\" -t json >${SRCROOT}/frameworks/speculid/autorevision.json\necho `expr ${VCS_EXTRA} + 1` >\"${SRCROOT}/.version\""; - }; - B318906B1F919FA300D0EFA0 /* swiftformat */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = swiftformat; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${PODS_ROOT}/SwiftFormat/CommandLineTool/swiftformat\" \"${SRCROOT}/frameworks\" --disable trailingCommas --indent 2 --allman false --removelines enabled --header strip --insertlines disabled --empty void --ranges spaced --trimwhitespace always --linebreaks lf --commas always --comments indent --ifdef indent --hexliterals uppercase --semicolons inline\n"; - }; - B318906C1F91A02000D0EFA0 /* swiftlint */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = swiftlint; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${PODS_ROOT}/SwiftLint/swiftlint\" --quiet\n"; - }; - B326F24A2181113D0072D652 /* ShellScript */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputFileListPaths = ( - ); - inputPaths = ( - ); - outputFileListPaths = ( - ); - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${SRCROOT}\"/scripts/CodeSignUpdate.sh\n\n"; - }; - B326F25A21811E250072D652 /* ShellScript */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputFileListPaths = ( - ); - inputPaths = ( - ); - outputFileListPaths = ( - ); - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${SRCROOT}\"/scripts/CodeSignUpdate.sh\n"; - }; - B32D69ED1F9ED4A600C21C8C /* Codesign Dynamic Libraries */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "Codesign Dynamic Libraries"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "#\"$SRCROOT/scripts/codesign-framework.sh\"\n"; - }; - B3B5E9D61F96AB1B004A6BEB /* warnings */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = warnings; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "TAGS=\"TODO:|FIXME:\"\nERRORTAG=\"ERROR:\"\nfind \"${SRCROOT}\" \\( -name \"*.h\" -or -name \"*.m\" -or -name \"*.swift\" -type f\\) -print0 | xargs -0 egrep --with-filename --line-number --only-matching \"($TAGS).*\\$|($ERRORTAG).*\\$\" | perl -p -e \"s/($TAGS)/ warning: \\$1/\" | perl -p -e \"s/($ERRORTAG)/ error: \\$1/\""; - }; - B3D329F91F9A55A20042B46F /* swiftformat */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = swiftformat; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${PODS_ROOT}/SwiftFormat/CommandLineTool/swiftformat\" \"${SRCROOT}/applications\" --disable trailingCommas --indent 2 --allman false --removelines enabled --header strip --insertlines disabled --empty void --ranges spaced --trimwhitespace always --linebreaks lf --commas always --comments indent --ifdef indent --hexliterals uppercase --semicolons inline\n"; - }; - B3D329FA1F9A55B40042B46F /* ShellScript */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${PODS_ROOT}/SwiftFormat/CommandLineTool/swiftformat\" \"${SRCROOT}/tests\" --disable trailingCommas --indent 2 --allman false --removelines enabled --header strip --insertlines disabled --empty void --ranges spaced --trimwhitespace always --linebreaks lf --commas always --comments indent --ifdef indent --hexliterals uppercase --semicolons inline\n"; - }; - B3E211A820E573B9009EA554 /* Installing Libaries */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "Installing Libaries"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/scripts/fix_dylibs.sh\" \"${TARGET_BUILD_DIR}/${EXECUTABLE_PATH}\"\n"; - }; - BD6A812C7EF5D496661AC259 /* [CP] Check Pods Manifest.lock */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - "${PODS_PODFILE_DIR_PATH}/Podfile.lock", - "${PODS_ROOT}/Manifest.lock", - ); - name = "[CP] Check Pods Manifest.lock"; - outputPaths = ( - "$(DERIVED_FILE_DIR)/Pods-Speculid-Mac-XPC-checkManifestLockResult.txt", - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; - showEnvVarsInLog = 0; - }; - F11FED44F4FDA27EB1AD0F15 /* [CP] Embed Pods Frameworks */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - "${PODS_ROOT}/Target Support Files/Pods-Speculid-Mac-App/Pods-Speculid-Mac-App-frameworks.sh", - "${BUILT_PRODUCTS_DIR}/SwiftVer/SwiftVer.framework", - ); - name = "[CP] Embed Pods Frameworks"; - outputPaths = ( - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SwiftVer.framework", - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Speculid-Mac-App/Pods-Speculid-Mac-App-frameworks.sh\"\n"; - showEnvVarsInLog = 0; - }; -/* End PBXShellScriptBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - B3136E5C1F90FCCF0002B7AB /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - B3136E631F90FCCF0002B7AB /* SpeculidUITests.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - B3136E7A1F90FD2E0002B7AB /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - B34188911F9A479900C5F356 /* SpeculidApplicationModeParserTest.swift in Sources */, - B3D32A041F9A5E8F0042B46F /* CommandLineRunnerTest.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - B3136E891F90FD3D0002B7AB /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - B3136E901F90FD3D0002B7AB /* CairoSVGTests.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - B3242E93213DBE6C0063037C /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - B3242E9A213DBE6C0063037C /* main.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - B326F24B21811B970072D652 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - B326F25621811BA20072D652 /* main.swift in Sources */, - B326F25721811BA20072D652 /* ServiceDelegate.swift in Sources */, - B326F25821811C870072D652 /* InstallerProtocol.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - B37C743A1F8C58F300DF505B /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - B3136DDE1F90EF470002B7AB /* Application.swift in Sources */, - B35B71231F9041B900BE477E /* main.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - B37C744F1F8C590D00DF505B /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - B37C74641F8C592400DF505B /* main.swift in Sources */, - B37C746B1F8C598500DF505B /* ServiceDelegate.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - B37C746E1F8C5ADA00DF505B /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - B3F6E27B233C3DC400B28DA2 /* AssetSpecificationFile.swift in Sources */, - B3B5E9E41F96C5F1004A6BEB /* CommandLineActivityProtocol.swift in Sources */, - B3891BBE20F7CE010095E1FD /* CwlSysctl.swift in Sources */, - B3136E3D1F90F73B0002B7AB /* AnalyticsParameterKey.swift in Sources */, - B3F0ECF21F9E6AAD0078690E /* SpeculidImageSpecificationBuilder.swift in Sources */, - B3136E4D1F90F73B0002B7AB /* AnalyticsSessionManagerProtocol.swift in Sources */, - B33F0BBB1F9586A9004A87DD /* StatusItemProvider.swift in Sources */, - B3136E351F90F73B0002B7AB /* AnalyticsParameterDictionary.swift in Sources */, - B3136E431F90F73B0002B7AB /* SpeculidSpecificationsFileProtocol.swift in Sources */, - B3B5E9E61F96C604004A6BEB /* CommandLineRunnerProtocol.swift in Sources */, - B3136DDF1F90EFB10002B7AB /* Application.swift in Sources */, - B3136E331F90F73B0002B7AB /* String.swift in Sources */, - B3136E521F90F73B0002B7AB /* AnalyticsTrackerProtocol.swift in Sources */, - B3136E461F90F73B0002B7AB /* ImageConversionTaskProtocol.swift in Sources */, - B3136E3C1F90F73B0002B7AB /* SpeculidDocument.swift in Sources */, - B3B5E9E21F96C44D004A6BEB /* SpeculidCommandArgumentSet.swift in Sources */, - B3F6E27D233C3EE100B28DA2 /* AssetCatalogItemSize.swift in Sources */, - B33F0BB91F958695004A87DD /* RemoteObjectInterfaceProvider.swift in Sources */, - B33F0BB61F958640004A87DD /* StatusItemProviderProtocol.swift in Sources */, - B34B52C8217E5D700080E6DC /* InstallType.swift in Sources */, - B3136E4E1F90F73B0002B7AB /* AssetSpecificationProtocol.swift in Sources */, - B317B0D11FA560EE00BB5E57 /* QuitMenuItem.swift in Sources */, - B3136E421F90F73B0002B7AB /* ImageIdiom.swift in Sources */, - B3D32A081F9A73740042B46F /* AsyncBlockOperation.swift in Sources */, - B3136E371F90F73B0002B7AB /* SpeculidSpecificationsFile.swift in Sources */, - B3B5E9EC1F96C7D5004A6BEB /* SpeculidApplicationModeParser.swift in Sources */, - B341888E1F9A460300C5F356 /* CommandLineArgumentProvider.swift in Sources */, - B31BEAFA1F96268700496E7A /* RegularExpressionSetBuilder.swift in Sources */, - B3136E311F90F73B0002B7AB /* CairoConversionSetBuilder.swift in Sources */, - B3136E251F90F73B0002B7AB /* CairoConversionSet.swift in Sources */, - B3136E451F90F73B0002B7AB /* ImageConversionSetBuilderProtocol.swift in Sources */, - B3136E5B1F90FB710002B7AB /* ImageSpecification.swift in Sources */, - B3136E401F90F73B0002B7AB /* AnalyticsConfiguration.swift in Sources */, - B3136E301F90F73B0002B7AB /* ImageConversionBuilder.swift in Sources */, - B394EEBF2195FE46004EB090 /* BadGeometryCGSizeValueError.swift in Sources */, - B3136E2D1F90F73B0002B7AB /* ImageConversionSetBuilder.swift in Sources */, - B31BEAFC1F96269F00496E7A /* RegularExpressionSet.swift in Sources */, - B3136E511F90F73B0002B7AB /* AnalyticsConfigurationProtocol.swift in Sources */, - B3136DD41F90E45F0002B7AB /* Service.swift in Sources */, - B3136E291F90F73B0002B7AB /* ClientIdentifier.swift in Sources */, - B3136E501F90F73B0002B7AB /* SpeculidArgumentsProtocol.swift in Sources */, - B3F0ECF01F9E6A4D0078690E /* SpeculidImageSpecificationBuilderProtocol.swift in Sources */, - B3136DD11F90E45F0002B7AB /* ImageFile.swift in Sources */, - B33F0BB71F958640004A87DD /* RemoteObjectInterfaceProviderProtocol.swift in Sources */, - B3FAD3EB1FA564D0004381A7 /* VersionMenuItem.swift in Sources */, - B3D32A061F9A5FEE0042B46F /* FileHandle.swift in Sources */, - B3136DD51F90E45F0002B7AB /* ServiceProtocol.swift in Sources */, - B3FDF6452180A3FF00455A43 /* InstallerProtocol.swift in Sources */, - B3136E4C1F90F73B0002B7AB /* AnalyticsEventProtocol.swift in Sources */, - B31BEB001F9626BB00496E7A /* RegularExpressionSetBuilderProtocol.swift in Sources */, - B3E9A9031FB4DDE400FD8E7A /* Version.swift in Sources */, - B3136E531F90F73B0002B7AB /* SpeculidBuilderProtocol.swift in Sources */, - B3136E4B1F90F73B0002B7AB /* SpeculidConfigurationProtocol.swift in Sources */, - B3F6E281233C3F2E00B28DA2 /* AssetSpecificationMetadata.swift in Sources */, - B3136E4A1F90F73B0002B7AB /* SpeculidDocumentProtocol.swift in Sources */, - B3033B201F9AEFE600787279 /* AssetSpecificationDocument.swift in Sources */, - B3136E4F1F90F73B0002B7AB /* GeometryProtocol.swift in Sources */, - B3B5E9E81F96C74C004A6BEB /* CommandLineRunner.swift in Sources */, - B3136E2F1F90F73B0002B7AB /* SpeculidBuilder.swift in Sources */, - B394EEC02195FE4A004EB090 /* BadGeometryStringValueError.swift in Sources */, - B3136E341F90F73B0002B7AB /* CGFloat.swift in Sources */, - B3B5E9E01F96C416004A6BEB /* SpeculidApplicationMode.swift in Sources */, - B3033B1E1F9AEFC100787279 /* AssetSpecificationDocumentProtocol.swift in Sources */, - B3136E5A1F90F73B0002B7AB /* UnknownConversionError.swift in Sources */, - B3136E551F90F73B0002B7AB /* ImageConversionBuilderProtocol.swift in Sources */, - B3B5E9DE1F96C2A2004A6BEB /* SpeculidConfiguration.swift in Sources */, - B3136E361F90F73B0002B7AB /* GeometryDimension.Codable.swift in Sources */, - B3136E3F1F90F73B0002B7AB /* AssetSpecification.swift in Sources */, - B3136E321F90F73B0002B7AB /* NSColor.swift in Sources */, - B3136E491F90F73B0002B7AB /* ImageConversionSetProtocol.swift in Sources */, - B3136E581F90F73B0002B7AB /* ProcessError.swift in Sources */, - B3136E541F90F73B0002B7AB /* ApplicationProtocol.swift in Sources */, - B3CB15702113AA8C00A6DC5C /* VersionProvider.swift in Sources */, - B3B5E9DA1F96C1C1004A6BEB /* SpeculidConfigurationBuilder.swift in Sources */, - B3F6E27F233C3F0C00B28DA2 /* NSNumber.swift in Sources */, - B34B52CA217E5FC40080E6DC /* CommandLineInstaller.swift in Sources */, - B341888A1F9A44A700C5F356 /* CommandLineArgumentProviderProtocol.swift in Sources */, - B319DCB1233BE09700F9381E /* AssetCatalogItem.swift in Sources */, - B33A533E1F954FF800E74800 /* Result.swift in Sources */, - B3136E591F90F73B0002B7AB /* ArrayError.swift in Sources */, - B3136E2E1F90F73B0002B7AB /* AnalyticsSessionManager.swift in Sources */, - B318906A1F918F0300D0EFA0 /* GeometryValue.Multiply.swift in Sources */, - B3136E571F90F73B0002B7AB /* MissingRequiredInstallationError.swift in Sources */, - B31BEAFE1F9626AC00496E7A /* RegularExpressionSetProtocol.swift in Sources */, - B3136E3B1F90F73B0002B7AB /* GeometryDimension.ScalingBy.swift in Sources */, - B3B5E9EA1F96C777004A6BEB /* SpeculidApplicationModeParserProtocol.swift in Sources */, - B3136E471F90F73B0002B7AB /* ClientIdentifierDelegate.swift in Sources */, - B3F6E283233C3F7300B28DA2 /* AssetSpecificationMetadataProtocol.swift in Sources */, - B3136DCE1F90E45F0002B7AB /* ErrorCollection.swift in Sources */, - B3136E271F90F73B0002B7AB /* AnalyticsTracker.swift in Sources */, - B3F6E279233C3BF100B28DA2 /* AssetSpecificationFileProtocol.swift in Sources */, - B3B5E9DC1F96C1D2004A6BEB /* SpeculidConfigurationBuilderProtocol.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - B37C74841F8C5B5C00DF505B /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - B37C74A51F8C5C7400DF505B /* PNGImageHandle.m in Sources */, - B37C74AF1F8C5C7400DF505B /* ImageHandleBuilder.m in Sources */, - B37C74AC1F8C5C7400DF505B /* PDFSurface.m in Sources */, - B37C74AD1F8C5C7400DF505B /* SVGImageHandle.m in Sources */, - B35B71281F904CF100BE477E /* SurfaceHandleBuilder.m in Sources */, - B37C74AE1F8C5C7400DF505B /* PNGSurface.m in Sources */, - B3F8DE1E243E9A1F0028BD75 /* NSError+GError.m in Sources */, - B37C74A61F8C5C7400DF505B /* CairoInterface.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin PBXTargetDependency section */ - B3136E661F90FCCF0002B7AB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = B37C743D1F8C58F300DF505B /* Speculid-Mac-App */; - targetProxy = B3136E651F90FCCF0002B7AB /* PBXContainerItemProxy */; - }; - B3136E851F90FD2E0002B7AB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = B37C74721F8C5ADA00DF505B /* Speculid */; - targetProxy = B3136E841F90FD2E0002B7AB /* PBXContainerItemProxy */; - }; - B3136E941F90FD3D0002B7AB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = B37C74881F8C5B5C00DF505B /* CairoSVG */; - targetProxy = B3136E931F90FD3D0002B7AB /* PBXContainerItemProxy */; - }; - B37C745D1F8C590D00DF505B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = B37C74521F8C590D00DF505B /* Speculid-Mac-XPC */; - targetProxy = B37C745C1F8C590D00DF505B /* PBXContainerItemProxy */; - }; - B37C74791F8C5ADA00DF505B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = B37C74721F8C5ADA00DF505B /* Speculid */; - targetProxy = B37C74781F8C5ADA00DF505B /* PBXContainerItemProxy */; - }; - B37C748F1F8C5B5C00DF505B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = B37C74881F8C5B5C00DF505B /* CairoSVG */; - targetProxy = B37C748E1F8C5B5C00DF505B /* PBXContainerItemProxy */; - }; -/* End PBXTargetDependency section */ - -/* Begin PBXVariantGroup section */ - B33192E5244BB27100FFA999 /* MainMenu.xib */ = { - isa = PBXVariantGroup; - children = ( - B33192E6244BB27100FFA999 /* Base */, - ); - name = MainMenu.xib; - sourceTree = ""; - }; - B33192EF244BB27100FFA999 /* Interface.storyboard */ = { - isa = PBXVariantGroup; - children = ( - B33192F0244BB27100FFA999 /* Base */, - ); - name = Interface.storyboard; - sourceTree = ""; - }; - B3319304244BB27100FFA999 /* LaunchScreen.storyboard */ = { - isa = PBXVariantGroup; - children = ( - B3319305244BB27100FFA999 /* Base */, - ); - name = LaunchScreen.storyboard; - sourceTree = ""; - }; - B3319306244BB27100FFA999 /* Main.storyboard */ = { - isa = PBXVariantGroup; - children = ( - B3319307244BB27100FFA999 /* Base */, - ); - name = Main.storyboard; + name = Main.storyboard; sourceTree = ""; }; /* End PBXVariantGroup section */ -/* Begin XCBuildConfiguration section */ - B3136E671F90FCCF0002B7AB /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 503182BFEED5FCC7A0FD7113 /* Pods-Speculid-Mac-AppUITests.debug.xcconfig */; - buildSettings = { - CODE_SIGN_IDENTITY = "Mac Developer"; - CODE_SIGN_STYLE = Automatic; - COMBINE_HIDPI_IMAGES = YES; - DEVELOPMENT_TEAM = MLT7M394S7; - INFOPLIST_FILE = tests/ui/Info.plist; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks"; - MACOSX_DEPLOYMENT_TARGET = 10.13; - PRODUCT_BUNDLE_IDENTIFIER = "com.brightdigit.Speculid-Mac-AppUITests"; - PRODUCT_NAME = "$(TARGET_NAME)"; - PROVISIONING_PROFILE_SPECIFIER = ""; - SWIFT_VERSION = 5.0; - TEST_TARGET_NAME = "Speculid-Mac-App"; - }; - name = Debug; - }; - B3136E681F90FCCF0002B7AB /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 5598DB627CD85D918F6EAC73 /* Pods-Speculid-Mac-AppUITests.release.xcconfig */; - buildSettings = { - CODE_SIGN_IDENTITY = "Mac Developer"; - CODE_SIGN_STYLE = Automatic; - COMBINE_HIDPI_IMAGES = YES; - DEVELOPMENT_TEAM = MLT7M394S7; - INFOPLIST_FILE = tests/ui/Info.plist; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks"; - MACOSX_DEPLOYMENT_TARGET = 10.13; - PRODUCT_BUNDLE_IDENTIFIER = "com.brightdigit.Speculid-Mac-AppUITests"; - PRODUCT_NAME = "$(TARGET_NAME)"; - PROVISIONING_PROFILE_SPECIFIER = ""; - SWIFT_VERSION = 5.0; - TEST_TARGET_NAME = "Speculid-Mac-App"; - }; - name = Release; - }; - B3136E871F90FD2E0002B7AB /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 1A1D3098AA00507F322B5177 /* Pods-SpeculidTests.debug.xcconfig */; - buildSettings = { - CODE_SIGN_IDENTITY = "Mac Developer"; - CODE_SIGN_STYLE = Automatic; - COMBINE_HIDPI_IMAGES = YES; - DEVELOPMENT_TEAM = MLT7M394S7; - INFOPLIST_FILE = tests/speculid/Info.plist; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks"; - MACOSX_DEPLOYMENT_TARGET = 10.13; - PRODUCT_BUNDLE_IDENTIFIER = com.brightdigit.SpeculidTests; - PRODUCT_NAME = "$(TARGET_NAME)"; - PROVISIONING_PROFILE_SPECIFIER = ""; - SWIFT_VERSION = 5.0; - }; - name = Debug; - }; - B3136E881F90FD2E0002B7AB /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = C7A962F08D51F2247E1ADBEF /* Pods-SpeculidTests.release.xcconfig */; - buildSettings = { - CODE_SIGN_IDENTITY = "Mac Developer"; - CODE_SIGN_STYLE = Automatic; - COMBINE_HIDPI_IMAGES = YES; - DEVELOPMENT_TEAM = MLT7M394S7; - INFOPLIST_FILE = tests/speculid/Info.plist; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks"; - MACOSX_DEPLOYMENT_TARGET = 10.13; - PRODUCT_BUNDLE_IDENTIFIER = com.brightdigit.SpeculidTests; - PRODUCT_NAME = "$(TARGET_NAME)"; - PROVISIONING_PROFILE_SPECIFIER = ""; - SWIFT_VERSION = 5.0; - }; - name = Release; - }; - B3136E961F90FD3D0002B7AB /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = EB3CD055FBA18C9FF21D971C /* Pods-CairoSVGTests.debug.xcconfig */; - buildSettings = { - CODE_SIGN_IDENTITY = "Mac Developer"; - CODE_SIGN_STYLE = Automatic; - COMBINE_HIDPI_IMAGES = YES; - DEVELOPMENT_TEAM = MLT7M394S7; - INFOPLIST_FILE = tests/cairosvg/Info.plist; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks"; - MACOSX_DEPLOYMENT_TARGET = 10.13; - PRODUCT_BUNDLE_IDENTIFIER = com.brightdigit.CairoSVGTests; - PRODUCT_NAME = "$(TARGET_NAME)"; - PROVISIONING_PROFILE_SPECIFIER = ""; - SWIFT_VERSION = 5.0; - }; - name = Debug; - }; - B3136E971F90FD3D0002B7AB /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 33189C1A2DCDF9FDE0D52DB2 /* Pods-CairoSVGTests.release.xcconfig */; - buildSettings = { - CODE_SIGN_IDENTITY = "Mac Developer"; - CODE_SIGN_STYLE = Automatic; - COMBINE_HIDPI_IMAGES = YES; - DEVELOPMENT_TEAM = MLT7M394S7; - INFOPLIST_FILE = tests/cairosvg/Info.plist; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks"; - MACOSX_DEPLOYMENT_TARGET = 10.13; - PRODUCT_BUNDLE_IDENTIFIER = com.brightdigit.CairoSVGTests; - PRODUCT_NAME = "$(TARGET_NAME)"; - PROVISIONING_PROFILE_SPECIFIER = ""; - SWIFT_VERSION = 5.0; - }; - name = Release; - }; - B3242E9B213DBE6C0063037C /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = YES; - CODE_SIGN_STYLE = Automatic; - DEVELOPMENT_TEAM = MLT7M394S7; - INSTALL_PATH = ""; - MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; - MTL_FAST_MATH = YES; - PRODUCT_NAME = speculid; - SWIFT_VERSION = 5.0; - }; - name = Debug; - }; - B3242E9C213DBE6C0063037C /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = YES; - CODE_SIGN_STYLE = Automatic; - DEVELOPMENT_TEAM = MLT7M394S7; - INSTALL_PATH = ""; - MTL_FAST_MATH = YES; - PRODUCT_NAME = speculid; - SWIFT_VERSION = 5.0; - }; - name = Release; - }; - B326F25421811B980072D652 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = YES; - CODE_SIGN_IDENTITY = "Mac Developer"; - CODE_SIGN_STYLE = Automatic; - DEVELOPMENT_TEAM = MLT7M394S7; - INFOPLIST_FILE = "$(SRCROOT)/applications/installer/Speculid-Mac-Installer-Info.plist"; - LAUNCHDPLIST_FILE = "$(SRCROOT)/applications/installer/Speculid-Mac-Installer-Launchd.plist"; - MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; - MTL_FAST_MATH = YES; - OTHER_LDFLAGS = ( - "-sectcreate", - __TEXT, - __info_plist, - "\"$(INFOPLIST_FILE)\"", - "-sectcreate", - __TEXT, - __launchd_plist, - "\"$(LAUNCHDPLIST_FILE)\"", - ); - PRODUCT_BUNDLE_IDENTIFIER = "com.brightdigit.Speculid-Mac-Installer"; - PRODUCT_NAME = "$(TARGET_NAME)"; - PROVISIONING_PROFILE_SPECIFIER = ""; - SKIP_INSTALL = YES; - SWIFT_VERSION = 5.0; +/* Begin XCBuildConfiguration section */ + B3DB4801243162DA00B1DA4F /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; + GCC_NO_COMMON_BLOCKS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + MACOSX_DEPLOYMENT_TARGET = 11.0; + ONLY_ACTIVE_ARCH = YES; }; name = Debug; }; - B326F25521811B980072D652 /* Release */ = { + B3DB4802243162DA00B1DA4F /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - CLANG_ENABLE_OBJC_WEAK = YES; - CODE_SIGN_IDENTITY = "Mac Developer"; - CODE_SIGN_STYLE = Automatic; - DEVELOPMENT_TEAM = MLT7M394S7; - INFOPLIST_FILE = "$(SRCROOT)/applications/installer/Speculid-Mac-Installer-Info.plist"; - LAUNCHDPLIST_FILE = "$(SRCROOT)/applications/installer/Speculid-Mac-Installer-Launchd.plist"; - MTL_FAST_MATH = YES; - OTHER_LDFLAGS = ( - "-sectcreate", - __TEXT, - __info_plist, - "\"$(INFOPLIST_FILE)\"", - "-sectcreate", - __TEXT, - __launchd_plist, - "\"$(LAUNCHDPLIST_FILE)\"", - ); - PRODUCT_BUNDLE_IDENTIFIER = "com.brightdigit.Speculid-Mac-Installer"; - PRODUCT_NAME = "$(TARGET_NAME)"; - PROVISIONING_PROFILE_SPECIFIER = ""; - SKIP_INSTALL = YES; - SWIFT_VERSION = 5.0; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + MACOSX_DEPLOYMENT_TARGET = 11.0; }; name = Release; }; - B37C744A1F8C58F300DF505B /* Debug */ = { + B3DB481D2431642600B1DA4F /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ANALYZER_NONNULL = YES; CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; CLANG_CXX_LIBRARY = "libc++"; CLANG_ENABLE_MODULES = YES; CLANG_ENABLE_OBJC_ARC = YES; + CLANG_ENABLE_OBJC_WEAK = YES; CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; CLANG_WARN_BOOL_CONVERSION = YES; CLANG_WARN_COMMA = YES; @@ -6118,15 +426,17 @@ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - CODE_SIGN_IDENTITY = "Mac Developer"; + CODE_SIGN_ENTITLEMENTS = Speculid/Speculid.entitlements; + CODE_SIGN_IDENTITY = "-"; + CODE_SIGN_STYLE = Automatic; + COMBINE_HIDPI_IMAGES = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = "$(DEFAULT_BUNDLE_VERSION)"; + CURRENT_PROJECT_VERSION = 18; DEBUG_INFORMATION_FORMAT = dwarf; - DEFAULT_BUNDLE_VERSION = 11; - DEFAULT_SEMVER_VERSION = 2.0.0; - DYLIB_COMPATIBILITY_VERSION = "$(DEFAULT_BUNDLE_VERSION)"; - DYLIB_CURRENT_VERSION = "$(DEFAULT_BUNDLE_VERSION)"; + DEVELOPMENT_ASSET_PATHS = "\"Speculid/Preview Content\""; + DEVELOPMENT_TEAM = MLT7M394S7; ENABLE_HARDENED_RUNTIME = YES; + ENABLE_PREVIEWS = YES; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; GCC_C_LANGUAGE_STANDARD = gnu11; @@ -6143,25 +453,57 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - MACOSX_DEPLOYMENT_TARGET = 10.13; - MTL_ENABLE_DEBUG_INFO = YES; + INFOPLIST_FILE = Speculid/Info.plist; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/../Frameworks", + ); + LIBRARY_SEARCH_PATHS = ( + "$(inherited)", + "$(PROJECT_DIR)/packages/SpeculidKit/_archive/frameworks/cairosvg/dependencies/libpng/1.6.34/lib", + "$(PROJECT_DIR)/packages/SpeculidKit/_archive/frameworks/cairosvg/dependencies/pixman/0.34.0_1/lib", + "$(PROJECT_DIR)/packages/SpeculidKit/_archive/frameworks/cairosvg/dependencies/freetype/2.9.1/lib", + "$(PROJECT_DIR)/packages/SpeculidKit/_archive/frameworks/cairosvg/dependencies/pango/1.42.1/lib", + "$(PROJECT_DIR)/packages/SpeculidKit/_archive/frameworks/cairosvg/dependencies/gdk-pixbuf/2.36.12/lib", + "$(PROJECT_DIR)/packages/SpeculidKit/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/lib", + "$(PROJECT_DIR)/packages/SpeculidKit/_archive/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/lib", + "$(PROJECT_DIR)/packages/SpeculidKit/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/lib", + "$(PROJECT_DIR)/packages/SpeculidKit/_archive/frameworks/cairosvg/dependencies/graphite2/1.3.11/lib", + "$(PROJECT_DIR)/packages/SpeculidKit/_archive/frameworks/cairosvg/dependencies/cairo/1.14.12/lib", + "$(PROJECT_DIR)/packages/SpeculidKit/_archive/frameworks/cairosvg/dependencies/cairo/1.14.12/lib/cairo", + "$(PROJECT_DIR)/packages/SpeculidKit/_archive/frameworks/cairosvg/dependencies/fribidi/1.0.3/lib", + "$(PROJECT_DIR)/packages/SpeculidKit/_archive/frameworks/cairosvg/dependencies/fontconfig/2.13.0/lib", + "$(PROJECT_DIR)/packages/SpeculidKit/_archive/frameworks/cairosvg/dependencies/libcroco/0.6.12/lib", + "$(PROJECT_DIR)/packages/SpeculidKit/_archive/frameworks/cairosvg/dependencies/gettext/0.19.8.1/lib", + "$(PROJECT_DIR)/packages/SpeculidKit/_archive/frameworks/cairosvg/dependencies/librsvg/2.42.2_2/lib", + "$(PROJECT_DIR)/packages/SpeculidKit/_archive/frameworks/cairosvg/dependencies/pcre/8.42/lib", + "$(PROJECT_DIR)/packages/SpeculidKit/_archive/frameworks/cairosvg/dependencies/libffi/3.2.1/lib", + ); + MARKETING_VERSION = 3.0; + MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; + MTL_FAST_MATH = YES; ONLY_ACTIVE_ARCH = YES; + PRODUCT_BUNDLE_IDENTIFIER = "com.brightdigit.Speculid-Mac-App"; + PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = macosx; SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + SWIFT_VERSION = 5.0; }; name = Debug; }; - B37C744B1F8C58F300DF505B /* Release */ = { + B3DB481E2431642600B1DA4F /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ANALYZER_NONNULL = YES; CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; CLANG_CXX_LIBRARY = "libc++"; CLANG_ENABLE_MODULES = YES; CLANG_ENABLE_OBJC_ARC = YES; + CLANG_ENABLE_OBJC_WEAK = YES; CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; CLANG_WARN_BOOL_CONVERSION = YES; CLANG_WARN_COMMA = YES; @@ -6183,16 +525,18 @@ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - CODE_SIGN_IDENTITY = "Mac Developer"; + CODE_SIGN_ENTITLEMENTS = Speculid/Speculid.entitlements; + CODE_SIGN_IDENTITY = "-"; + CODE_SIGN_STYLE = Automatic; + COMBINE_HIDPI_IMAGES = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = "$(DEFAULT_BUNDLE_VERSION)"; + CURRENT_PROJECT_VERSION = 18; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - DEFAULT_BUNDLE_VERSION = 11; - DEFAULT_SEMVER_VERSION = 2.0.0; - DYLIB_COMPATIBILITY_VERSION = "$(DEFAULT_BUNDLE_VERSION)"; - DYLIB_CURRENT_VERSION = "$(DEFAULT_BUNDLE_VERSION)"; + DEVELOPMENT_ASSET_PATHS = "\"Speculid/Preview Content\""; + DEVELOPMENT_TEAM = MLT7M394S7; ENABLE_HARDENED_RUNTIME = YES; ENABLE_NS_ASSERTIONS = NO; + ENABLE_PREVIEWS = YES; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_C_LANGUAGE_STANDARD = gnu11; GCC_NO_COMMON_BLOCKS = YES; @@ -6202,340 +546,185 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - MACOSX_DEPLOYMENT_TARGET = 10.13; + INFOPLIST_FILE = Speculid/Info.plist; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/../Frameworks", + ); + LIBRARY_SEARCH_PATHS = ( + "$(inherited)", + "$(PROJECT_DIR)/packages/SpeculidKit/_archive/frameworks/cairosvg/dependencies/libpng/1.6.34/lib", + "$(PROJECT_DIR)/packages/SpeculidKit/_archive/frameworks/cairosvg/dependencies/pixman/0.34.0_1/lib", + "$(PROJECT_DIR)/packages/SpeculidKit/_archive/frameworks/cairosvg/dependencies/freetype/2.9.1/lib", + "$(PROJECT_DIR)/packages/SpeculidKit/_archive/frameworks/cairosvg/dependencies/pango/1.42.1/lib", + "$(PROJECT_DIR)/packages/SpeculidKit/_archive/frameworks/cairosvg/dependencies/gdk-pixbuf/2.36.12/lib", + "$(PROJECT_DIR)/packages/SpeculidKit/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/lib", + "$(PROJECT_DIR)/packages/SpeculidKit/_archive/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/lib", + "$(PROJECT_DIR)/packages/SpeculidKit/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/lib", + "$(PROJECT_DIR)/packages/SpeculidKit/_archive/frameworks/cairosvg/dependencies/graphite2/1.3.11/lib", + "$(PROJECT_DIR)/packages/SpeculidKit/_archive/frameworks/cairosvg/dependencies/cairo/1.14.12/lib", + "$(PROJECT_DIR)/packages/SpeculidKit/_archive/frameworks/cairosvg/dependencies/cairo/1.14.12/lib/cairo", + "$(PROJECT_DIR)/packages/SpeculidKit/_archive/frameworks/cairosvg/dependencies/fribidi/1.0.3/lib", + "$(PROJECT_DIR)/packages/SpeculidKit/_archive/frameworks/cairosvg/dependencies/fontconfig/2.13.0/lib", + "$(PROJECT_DIR)/packages/SpeculidKit/_archive/frameworks/cairosvg/dependencies/libcroco/0.6.12/lib", + "$(PROJECT_DIR)/packages/SpeculidKit/_archive/frameworks/cairosvg/dependencies/gettext/0.19.8.1/lib", + "$(PROJECT_DIR)/packages/SpeculidKit/_archive/frameworks/cairosvg/dependencies/librsvg/2.42.2_2/lib", + "$(PROJECT_DIR)/packages/SpeculidKit/_archive/frameworks/cairosvg/dependencies/pcre/8.42/lib", + "$(PROJECT_DIR)/packages/SpeculidKit/_archive/frameworks/cairosvg/dependencies/libffi/3.2.1/lib", + ); + MARKETING_VERSION = 3.0; MTL_ENABLE_DEBUG_INFO = NO; - SDKROOT = macosx; - SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; - }; - name = Release; - }; - B37C744D1F8C58F300DF505B /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 75FAFD8D34A5758295CE7C3E /* Pods-Speculid-Mac-App.debug.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CODE_SIGN_IDENTITY = "Mac Developer"; - CODE_SIGN_STYLE = Automatic; - COMBINE_HIDPI_IMAGES = YES; - DEVELOPMENT_TEAM = MLT7M394S7; - ENABLE_HARDENED_RUNTIME = YES; - INFOPLIST_FILE = "$(SRCROOT)/applications/mac/Info.plist"; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = "com.brightdigit.Speculid-Mac-App"; - PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; - PRODUCT_NAME = "$(PROJECT_NAME:c99extidentifier)"; - PROVISIONING_PROFILE_SPECIFIER = ""; - SWIFT_VERSION = 5.0; - }; - name = Debug; - }; - B37C744E1F8C58F300DF505B /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = FBD208DDED47AEA144AD3F63 /* Pods-Speculid-Mac-App.release.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CODE_SIGN_IDENTITY = "Mac Developer"; - CODE_SIGN_STYLE = Automatic; - COMBINE_HIDPI_IMAGES = YES; - DEVELOPMENT_TEAM = MLT7M394S7; - ENABLE_HARDENED_RUNTIME = YES; - INFOPLIST_FILE = "$(SRCROOT)/applications/mac/Info.plist"; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; + MTL_FAST_MATH = YES; PRODUCT_BUNDLE_IDENTIFIER = "com.brightdigit.Speculid-Mac-App"; - PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; - PRODUCT_NAME = "$(PROJECT_NAME:c99extidentifier)"; - PROVISIONING_PROFILE_SPECIFIER = ""; + PRODUCT_NAME = "$(TARGET_NAME)"; + SDKROOT = macosx; + SWIFT_COMPILATION_MODE = wholemodule; + SWIFT_OPTIMIZATION_LEVEL = "-O"; SWIFT_VERSION = 5.0; }; name = Release; }; - B37C74601F8C590D00DF505B /* Debug */ = { + B3E741EA2530AF2500002110 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C743CA092B2436D579EB1965 /* Pods-Speculid-Mac-XPC.debug.xcconfig */; buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; + CLANG_CXX_LIBRARY = "libc++"; CLANG_ENABLE_MODULES = YES; - CODE_SIGN_IDENTITY = "Mac Developer"; - CODE_SIGN_STYLE = Automatic; - COMBINE_HIDPI_IMAGES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_ENABLE_OBJC_WEAK = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; + CODE_SIGN_ENTITLEMENTS = command/Command.entitlements; + CODE_SIGN_IDENTITY = "Apple Development"; + CODE_SIGN_STYLE = Manual; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = dwarf; DEVELOPMENT_TEAM = MLT7M394S7; ENABLE_HARDENED_RUNTIME = YES; - INFOPLIST_FILE = "$(SRCROOT)/applications/xpc/Info.plist"; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks @executable_path/../../../../Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = "com.brightdigit.Speculid-Mac-XPC"; + GCC_C_LANGUAGE_STANDARD = gnu11; + GCC_DYNAMIC_NO_PIC = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + LD_RUNPATH_SEARCH_PATHS = .; + MACOSX_DEPLOYMENT_TARGET = 10.15; + MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; + MTL_FAST_MATH = YES; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; + SDKROOT = macosx; SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_VERSION = 5.0; }; name = Debug; }; - B37C74611F8C590D00DF505B /* Release */ = { + B3E741EB2530AF2500002110 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F6CC72BCECBB97B332E4DC41 /* Pods-Speculid-Mac-XPC.release.xcconfig */; buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; + CLANG_CXX_LIBRARY = "libc++"; CLANG_ENABLE_MODULES = YES; - CODE_SIGN_IDENTITY = "Mac Developer"; - CODE_SIGN_STYLE = Automatic; - COMBINE_HIDPI_IMAGES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_ENABLE_OBJC_WEAK = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; + CODE_SIGN_ENTITLEMENTS = command/Command.entitlements; + CODE_SIGN_IDENTITY = "Apple Development"; + CODE_SIGN_STYLE = Manual; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEVELOPMENT_TEAM = MLT7M394S7; ENABLE_HARDENED_RUNTIME = YES; - INFOPLIST_FILE = "$(SRCROOT)/applications/xpc/Info.plist"; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks @executable_path/../../../../Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = "com.brightdigit.Speculid-Mac-XPC"; + ENABLE_NS_ASSERTIONS = NO; + GCC_C_LANGUAGE_STANDARD = gnu11; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + LD_RUNPATH_SEARCH_PATHS = .; + MACOSX_DEPLOYMENT_TARGET = 10.15; + MTL_ENABLE_DEBUG_INFO = NO; + MTL_FAST_MATH = YES; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; + SDKROOT = macosx; SKIP_INSTALL = YES; + SWIFT_COMPILATION_MODE = wholemodule; + SWIFT_OPTIMIZATION_LEVEL = "-O"; SWIFT_VERSION = 5.0; }; name = Release; }; - B37C747D1F8C5ADA00DF505B /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = DD668DE3E97BC37C2DC71F41 /* Pods-Speculid.debug.xcconfig */; - buildSettings = { - CLANG_ENABLE_MODULES = YES; - CODE_SIGN_IDENTITY = ""; - CODE_SIGN_STYLE = Automatic; - COMBINE_HIDPI_IMAGES = YES; - DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = MLT7M394S7; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - FRAMEWORK_VERSION = A; - INFOPLIST_FILE = "$(SRCROOT)/frameworks/speculid/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = "com.brightdigit.Speculid-Mac-Framework"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)Kit"; - SKIP_INSTALL = YES; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 5.0; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - B37C747E1F8C5ADA00DF505B /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 87434B3EFCD8AF7732299E58 /* Pods-Speculid.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_MODULES = YES; - CODE_SIGN_IDENTITY = ""; - CODE_SIGN_STYLE = Automatic; - COMBINE_HIDPI_IMAGES = YES; - DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = MLT7M394S7; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - FRAMEWORK_VERSION = A; - INFOPLIST_FILE = "$(SRCROOT)/frameworks/speculid/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = "com.brightdigit.Speculid-Mac-Framework"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)Kit"; - SKIP_INSTALL = YES; - SWIFT_VERSION = 5.0; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - B37C74931F8C5B5C00DF505B /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 7DD68C68194F71BF3C7B683C /* Pods-CairoSVG.debug.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - CLANG_ENABLE_MODULES = YES; - CODE_SIGN_ENTITLEMENTS = Speculid.entitlements; - CODE_SIGN_IDENTITY = "Mac Developer"; - CODE_SIGN_STYLE = Automatic; - COMBINE_HIDPI_IMAGES = YES; - DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = MLT7M394S7; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - FRAMEWORK_VERSION = A; - HEADER_SEARCH_PATHS = "frameworks/cairosvg/dependencies/**"; - INFOPLIST_FILE = "$(SRCROOT)/frameworks/cairosvg/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"; - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "$(PROJECT_DIR)/frameworks/cairosvg/dependencies/pixman/0.34.0_1/lib", - "$(PROJECT_DIR)/frameworks/cairosvg/dependencies/freetype/2.9.1/lib", - "$(PROJECT_DIR)/frameworks/cairosvg/dependencies/gdk-pixbuf/2.36.12/lib", - "$(PROJECT_DIR)/frameworks/cairosvg/dependencies/glib/2.56.1/lib", - "$(PROJECT_DIR)/frameworks/cairosvg/dependencies/cairo/1.14.12/lib", - "$(PROJECT_DIR)/frameworks/cairosvg/dependencies/cairo/1.14.12/lib/cairo", - "$(PROJECT_DIR)/frameworks/cairosvg/dependencies/fontconfig/2.13.0/lib", - "$(PROJECT_DIR)/frameworks/cairosvg/dependencies/gettext/0.19.8.1/lib", - "$(PROJECT_DIR)/frameworks/cairosvg/dependencies/librsvg/2.42.2_2/lib", - "$(PROJECT_DIR)/frameworks/cairosvg/dependencies/pango/1.42.1/lib", - "$(PROJECT_DIR)/frameworks/cairosvg/dependencies/libpng/1.6.34/lib", - "$(PROJECT_DIR)/frameworks/cairosvg/dependencies/pcre/8.42/lib", - "$(PROJECT_DIR)/frameworks/cairosvg/dependencies/libffi/3.2.1/lib", - "$(PROJECT_DIR)/frameworks/cairosvg/dependencies/libcroco/0.6.12/lib", - "$(PROJECT_DIR)/frameworks/cairosvg/dependencies/fribidi/1.0.3/lib", - "$(PROJECT_DIR)/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/lib", - "$(PROJECT_DIR)/frameworks/cairosvg/dependencies/icu4c/61.1/lib", - "$(PROJECT_DIR)/frameworks/cairosvg/dependencies/graphite2/1.3.11/lib", - ); - PRODUCT_BUNDLE_IDENTIFIER = "com.brightdigit.CairoSVG-Mac-Framework"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - PROVISIONING_PROFILE_SPECIFIER = ""; - SKIP_INSTALL = YES; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 4.0; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - B37C74941F8C5B5C00DF505B /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 72377B2194FCD69B6D9FED05 /* Pods-CairoSVG.release.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - CLANG_ENABLE_MODULES = YES; - CODE_SIGN_ENTITLEMENTS = Speculid.entitlements; - CODE_SIGN_IDENTITY = "Mac Developer"; - CODE_SIGN_STYLE = Automatic; - COMBINE_HIDPI_IMAGES = YES; - DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = MLT7M394S7; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - FRAMEWORK_VERSION = A; - HEADER_SEARCH_PATHS = "frameworks/cairosvg/dependencies/**"; - INFOPLIST_FILE = "$(SRCROOT)/frameworks/cairosvg/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"; - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "$(PROJECT_DIR)/frameworks/cairosvg/dependencies/pixman/0.34.0_1/lib", - "$(PROJECT_DIR)/frameworks/cairosvg/dependencies/freetype/2.9.1/lib", - "$(PROJECT_DIR)/frameworks/cairosvg/dependencies/gdk-pixbuf/2.36.12/lib", - "$(PROJECT_DIR)/frameworks/cairosvg/dependencies/glib/2.56.1/lib", - "$(PROJECT_DIR)/frameworks/cairosvg/dependencies/cairo/1.14.12/lib", - "$(PROJECT_DIR)/frameworks/cairosvg/dependencies/cairo/1.14.12/lib/cairo", - "$(PROJECT_DIR)/frameworks/cairosvg/dependencies/fontconfig/2.13.0/lib", - "$(PROJECT_DIR)/frameworks/cairosvg/dependencies/gettext/0.19.8.1/lib", - "$(PROJECT_DIR)/frameworks/cairosvg/dependencies/librsvg/2.42.2_2/lib", - "$(PROJECT_DIR)/frameworks/cairosvg/dependencies/pango/1.42.1/lib", - "$(PROJECT_DIR)/frameworks/cairosvg/dependencies/libpng/1.6.34/lib", - "$(PROJECT_DIR)/frameworks/cairosvg/dependencies/pcre/8.42/lib", - "$(PROJECT_DIR)/frameworks/cairosvg/dependencies/libffi/3.2.1/lib", - "$(PROJECT_DIR)/frameworks/cairosvg/dependencies/libcroco/0.6.12/lib", - "$(PROJECT_DIR)/frameworks/cairosvg/dependencies/fribidi/1.0.3/lib", - "$(PROJECT_DIR)/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/lib", - "$(PROJECT_DIR)/frameworks/cairosvg/dependencies/icu4c/61.1/lib", - "$(PROJECT_DIR)/frameworks/cairosvg/dependencies/graphite2/1.3.11/lib", - ); - PRODUCT_BUNDLE_IDENTIFIER = "com.brightdigit.CairoSVG-Mac-Framework"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - PROVISIONING_PROFILE_SPECIFIER = ""; - SKIP_INSTALL = YES; - SWIFT_VERSION = 4.0; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ - B3136E691F90FCCF0002B7AB /* Build configuration list for PBXNativeTarget "Speculid-Mac-AppUITests" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - B3136E671F90FCCF0002B7AB /* Debug */, - B3136E681F90FCCF0002B7AB /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - B3136E861F90FD2E0002B7AB /* Build configuration list for PBXNativeTarget "SpeculidTests" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - B3136E871F90FD2E0002B7AB /* Debug */, - B3136E881F90FD2E0002B7AB /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - B3136E951F90FD3D0002B7AB /* Build configuration list for PBXNativeTarget "CairoSVGTests" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - B3136E961F90FD3D0002B7AB /* Debug */, - B3136E971F90FD3D0002B7AB /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - B3242E9D213DBE6C0063037C /* Build configuration list for PBXNativeTarget "Speculid-Mac-Cmd" */ = { + B3DB4800243162DA00B1DA4F /* Build configuration list for PBXProject "Speculid" */ = { isa = XCConfigurationList; buildConfigurations = ( - B3242E9B213DBE6C0063037C /* Debug */, - B3242E9C213DBE6C0063037C /* Release */, + B3DB4801243162DA00B1DA4F /* Debug */, + B3DB4802243162DA00B1DA4F /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - B326F25321811B980072D652 /* Build configuration list for PBXNativeTarget "com.brightdigit.Speculid-Mac-Installer" */ = { + B3DB481F2431642700B1DA4F /* Build configuration list for PBXNativeTarget "Speculid" */ = { isa = XCConfigurationList; buildConfigurations = ( - B326F25421811B980072D652 /* Debug */, - B326F25521811B980072D652 /* Release */, + B3DB481D2431642600B1DA4F /* Debug */, + B3DB481E2431642600B1DA4F /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - B37C74391F8C58F300DF505B /* Build configuration list for PBXProject "Speculid" */ = { + B3E741E92530AF2500002110 /* Build configuration list for PBXNativeTarget "speculid" */ = { isa = XCConfigurationList; buildConfigurations = ( - B37C744A1F8C58F300DF505B /* Debug */, - B37C744B1F8C58F300DF505B /* Release */, + B3E741EA2530AF2500002110 /* Debug */, + B3E741EB2530AF2500002110 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - B37C744C1F8C58F300DF505B /* Build configuration list for PBXNativeTarget "Speculid-Mac-App" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - B37C744D1F8C58F300DF505B /* Debug */, - B37C744E1F8C58F300DF505B /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; +/* End XCConfigurationList section */ + +/* Begin XCRemoteSwiftPackageReference section */ + B3E741F02530AFD500002110 /* XCRemoteSwiftPackageReference "swift-argument-parser" */ = { + isa = XCRemoteSwiftPackageReference; + repositoryURL = "https://github.com/apple/swift-argument-parser"; + requirement = { + kind = upToNextMajorVersion; + minimumVersion = 0.3.1; + }; }; - B37C745F1F8C590D00DF505B /* Build configuration list for PBXNativeTarget "Speculid-Mac-XPC" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - B37C74601F8C590D00DF505B /* Debug */, - B37C74611F8C590D00DF505B /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; +/* End XCRemoteSwiftPackageReference section */ + +/* Begin XCSwiftPackageProductDependency section */ + B303554924381F1200A8EAB9 /* SpeculidKit */ = { + isa = XCSwiftPackageProductDependency; + productName = SpeculidKit; }; - B37C747C1F8C5ADA00DF505B /* Build configuration list for PBXNativeTarget "Speculid" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - B37C747D1F8C5ADA00DF505B /* Debug */, - B37C747E1F8C5ADA00DF505B /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; + B3E741ED2530AF5A00002110 /* SpeculidKit */ = { + isa = XCSwiftPackageProductDependency; + productName = SpeculidKit; }; - B37C74921F8C5B5C00DF505B /* Build configuration list for PBXNativeTarget "CairoSVG" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - B37C74931F8C5B5C00DF505B /* Debug */, - B37C74941F8C5B5C00DF505B /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; + B3E741F12530AFD500002110 /* ArgumentParser */ = { + isa = XCSwiftPackageProductDependency; + package = B3E741F02530AFD500002110 /* XCRemoteSwiftPackageReference "swift-argument-parser" */; + productName = ArgumentParser; }; -/* End XCConfigurationList section */ +/* End XCSwiftPackageProductDependency section */ }; - rootObject = B37C74361F8C58F300DF505B /* Project object */; + rootObject = B3DB47FD243162DA00B1DA4F /* Project object */; } diff --git a/Speculid.xcodeproj/xcshareddata/xcschemes/speculid.xcscheme b/Speculid.xcodeproj/xcshareddata/xcschemes/speculid.xcscheme new file mode 100644 index 00000000..d5f51097 --- /dev/null +++ b/Speculid.xcodeproj/xcshareddata/xcschemes/speculid.xcscheme @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/applications/mac/assets/Assets.xcassets/AppIcon.appiconset/Contents.json b/Speculid/Assets.xcassets/AppIcon.appiconset/Contents.json similarity index 96% rename from applications/mac/assets/Assets.xcassets/AppIcon.appiconset/Contents.json rename to Speculid/Assets.xcassets/AppIcon.appiconset/Contents.json index 6b2b49aa..5d1555a0 100644 --- a/applications/mac/assets/Assets.xcassets/AppIcon.appiconset/Contents.json +++ b/Speculid/Assets.xcassets/AppIcon.appiconset/Contents.json @@ -63,6 +63,6 @@ ], "info" : { "version" : 1, - "author" : "xcode" + "author" : "com.brightdigit.Speculid" } } \ No newline at end of file diff --git a/applications/mac/assets/Assets.xcassets/AppIcon.appiconset/layers.128x128@1x~mac.png b/Speculid/Assets.xcassets/AppIcon.appiconset/layers.128x128@1x~mac.png similarity index 100% rename from applications/mac/assets/Assets.xcassets/AppIcon.appiconset/layers.128x128@1x~mac.png rename to Speculid/Assets.xcassets/AppIcon.appiconset/layers.128x128@1x~mac.png diff --git a/applications/mac/assets/Assets.xcassets/AppIcon.appiconset/layers.128x128@2x~mac.png b/Speculid/Assets.xcassets/AppIcon.appiconset/layers.128x128@2x~mac.png similarity index 100% rename from applications/mac/assets/Assets.xcassets/AppIcon.appiconset/layers.128x128@2x~mac.png rename to Speculid/Assets.xcassets/AppIcon.appiconset/layers.128x128@2x~mac.png diff --git a/applications/mac/assets/Assets.xcassets/AppIcon.appiconset/layers.16x16@1x~mac.png b/Speculid/Assets.xcassets/AppIcon.appiconset/layers.16x16@1x~mac.png similarity index 100% rename from applications/mac/assets/Assets.xcassets/AppIcon.appiconset/layers.16x16@1x~mac.png rename to Speculid/Assets.xcassets/AppIcon.appiconset/layers.16x16@1x~mac.png diff --git a/applications/mac/assets/Assets.xcassets/AppIcon.appiconset/layers.16x16@2x~mac.png b/Speculid/Assets.xcassets/AppIcon.appiconset/layers.16x16@2x~mac.png similarity index 100% rename from applications/mac/assets/Assets.xcassets/AppIcon.appiconset/layers.16x16@2x~mac.png rename to Speculid/Assets.xcassets/AppIcon.appiconset/layers.16x16@2x~mac.png diff --git a/applications/mac/assets/Assets.xcassets/AppIcon.appiconset/layers.256x256@1x~mac.png b/Speculid/Assets.xcassets/AppIcon.appiconset/layers.256x256@1x~mac.png similarity index 100% rename from applications/mac/assets/Assets.xcassets/AppIcon.appiconset/layers.256x256@1x~mac.png rename to Speculid/Assets.xcassets/AppIcon.appiconset/layers.256x256@1x~mac.png diff --git a/applications/mac/assets/Assets.xcassets/AppIcon.appiconset/layers.256x256@2x~mac.png b/Speculid/Assets.xcassets/AppIcon.appiconset/layers.256x256@2x~mac.png similarity index 100% rename from applications/mac/assets/Assets.xcassets/AppIcon.appiconset/layers.256x256@2x~mac.png rename to Speculid/Assets.xcassets/AppIcon.appiconset/layers.256x256@2x~mac.png diff --git a/applications/mac/assets/Assets.xcassets/AppIcon.appiconset/layers.32x32@1x~mac.png b/Speculid/Assets.xcassets/AppIcon.appiconset/layers.32x32@1x~mac.png similarity index 100% rename from applications/mac/assets/Assets.xcassets/AppIcon.appiconset/layers.32x32@1x~mac.png rename to Speculid/Assets.xcassets/AppIcon.appiconset/layers.32x32@1x~mac.png diff --git a/applications/mac/assets/Assets.xcassets/AppIcon.appiconset/layers.32x32@2x~mac.png b/Speculid/Assets.xcassets/AppIcon.appiconset/layers.32x32@2x~mac.png similarity index 100% rename from applications/mac/assets/Assets.xcassets/AppIcon.appiconset/layers.32x32@2x~mac.png rename to Speculid/Assets.xcassets/AppIcon.appiconset/layers.32x32@2x~mac.png diff --git a/applications/mac/assets/Assets.xcassets/AppIcon.appiconset/layers.512x512@1x~mac.png b/Speculid/Assets.xcassets/AppIcon.appiconset/layers.512x512@1x~mac.png similarity index 100% rename from applications/mac/assets/Assets.xcassets/AppIcon.appiconset/layers.512x512@1x~mac.png rename to Speculid/Assets.xcassets/AppIcon.appiconset/layers.512x512@1x~mac.png diff --git a/applications/mac/assets/Assets.xcassets/AppIcon.appiconset/layers.512x512@2x~mac.png b/Speculid/Assets.xcassets/AppIcon.appiconset/layers.512x512@2x~mac.png similarity index 100% rename from applications/mac/assets/Assets.xcassets/AppIcon.appiconset/layers.512x512@2x~mac.png rename to Speculid/Assets.xcassets/AppIcon.appiconset/layers.512x512@2x~mac.png diff --git a/Speculid/Assets.xcassets/Contents.json b/Speculid/Assets.xcassets/Contents.json new file mode 100644 index 00000000..73c00596 --- /dev/null +++ b/Speculid/Assets.xcassets/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/examples/Assets/Assets.xcassets/ImageSet.imageset/Contents.json b/Speculid/Assets.xcassets/Logo.imageset/Contents.json similarity index 100% rename from examples/Assets/Assets.xcassets/ImageSet.imageset/Contents.json rename to Speculid/Assets.xcassets/Logo.imageset/Contents.json diff --git a/Speculid/Assets.xcassets/StatusBarIcon.imageset/Contents.json b/Speculid/Assets.xcassets/StatusBarIcon.imageset/Contents.json new file mode 100644 index 00000000..b5b8d3f7 --- /dev/null +++ b/Speculid/Assets.xcassets/StatusBarIcon.imageset/Contents.json @@ -0,0 +1,26 @@ +{ + "images" : [ + { + "filename" : "layers.1x~universal.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "layers.2x~universal.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "layers.3x~universal.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "template-rendering-intent" : "template" + } +} diff --git a/Speculid/Assets.xcassets/StatusBarIcon.imageset/layers.1x~universal.png b/Speculid/Assets.xcassets/StatusBarIcon.imageset/layers.1x~universal.png new file mode 100644 index 00000000..de0e3304 Binary files /dev/null and b/Speculid/Assets.xcassets/StatusBarIcon.imageset/layers.1x~universal.png differ diff --git a/Speculid/Assets.xcassets/StatusBarIcon.imageset/layers.2x~universal.png b/Speculid/Assets.xcassets/StatusBarIcon.imageset/layers.2x~universal.png new file mode 100644 index 00000000..6ffbcae6 Binary files /dev/null and b/Speculid/Assets.xcassets/StatusBarIcon.imageset/layers.2x~universal.png differ diff --git a/Speculid/Assets.xcassets/StatusBarIcon.imageset/layers.3x~universal.png b/Speculid/Assets.xcassets/StatusBarIcon.imageset/layers.3x~universal.png new file mode 100644 index 00000000..651a6f0a Binary files /dev/null and b/Speculid/Assets.xcassets/StatusBarIcon.imageset/layers.3x~universal.png differ diff --git a/Speculid/Base.lproj/Main.storyboard b/Speculid/Base.lproj/Main.storyboard new file mode 100644 index 00000000..c8ccd65b --- /dev/null +++ b/Speculid/Base.lproj/Main.storyboard @@ -0,0 +1,683 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Default + + + + + + + Left to Right + + + + + + + Right to Left + + + + + + + + + + + Default + + + + + + + Left to Right + + + + + + + Right to Left + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Speculid/BookmarkURLCollectionObject.swift b/Speculid/BookmarkURLCollectionObject.swift new file mode 100644 index 00000000..a1db2e0b --- /dev/null +++ b/Speculid/BookmarkURLCollectionObject.swift @@ -0,0 +1,95 @@ +import Foundation +import SpeculidKit + +extension UserDefaults { + @objc + var bookmarks: [String: Data]? { + get { + dictionary(forKey: "bookmarks") as? [String: Data] + } + set { + set(newValue, forKey: "bookmarks") + } + } +} + +public class BookmarkURLCollectionObject: ObservableObject, Sandbox { + static let shared: UserDefaults = { + let combined = UserDefaults(suiteName: "MLT7M394S7.group.com.brightdigit.Speculid")! + combined.register(defaults: ["bookmarks": [String: Data]()]) + return combined + }() + + @Published var bookmarks = [URL: URL]() + + static func saveBookmark(_ url: URL) { + guard let newData = try? url.bookmarkData(options: .withSecurityScope, includingResourceValuesForKeys: nil, relativeTo: nil) else { + return + } + var bookmarkMap = Self.shared.bookmarks ?? [String: Data]() + bookmarkMap[url.path] = newData + Self.shared.bookmarks = bookmarkMap + } + + public func saveBookmark(_ url: URL) { + Self.saveBookmark(url) + } + + func reset() { + Self.shared.bookmarks = [String: Data]() + } + + func isAvailable(basedOn baseURL: URL?, relativePath: String ...) -> Bool { + guard let baseURL = baseURL else { + return false + } + + var url = baseURL.deletingLastPathComponent() + for path in relativePath { + url.appendPathComponent(path) + } + + return bookmarks[url] != nil + } + + public func bookmarkURL(fromURL url: URL) throws -> URL { + var isStale: Bool = false + let fromURLResult: Result + let fromURLCurrentResult = Self.shared.bookmarks?[url.path] + .map { data in + Result { + try URL(resolvingBookmarkData: data, options: .withSecurityScope, relativeTo: nil, bookmarkDataIsStale: &isStale) + } + } + if isStale { + saveBookmark(url) + } + fromURLResult = fromURLCurrentResult ?? .failure(NoBookmarkAvailableError(url: url)) + return try fromURLResult.get() + } + + static func transformPath(_ path: String, withBookmarkData bookmarkData: Data) -> (URL, URL)? { + var isStale: Bool = false + + guard let url = try? URL(resolvingBookmarkData: bookmarkData, options: .withSecurityScope, relativeTo: nil, bookmarkDataIsStale: &isStale) else { + return nil + } + +// if isStale { +// DispatchQueue.global().async { +// saveBookmark(url) +// } +// +// } + debugPrint("Adding \(isStale ? "stale" : "fresh") bookmark of \(path) for \(url)") + return (URL(fileURLWithPath: path), url) + } + + init() { + let bookmarkPublisher = Self.shared.publisher(for: \.bookmarks).compactMap { $0 } + bookmarkPublisher.map { + Dictionary(uniqueKeysWithValues: + $0.compactMap(Self.transformPath)) + }.receive(on: DispatchQueue.main).assign(to: &$bookmarks) + } +} diff --git a/Speculid/ClassicDocument.swift b/Speculid/ClassicDocument.swift new file mode 100644 index 00000000..151d2f04 --- /dev/null +++ b/Speculid/ClassicDocument.swift @@ -0,0 +1,146 @@ +import AssetLib +import SpeculidKit +import SwiftUI +import UniformTypeIdentifiers + +extension UTType { + static var speculidImageDocument: UTType { + UTType(importedAs: "com.brightdigit.speculid-image-document") + } +} + +class ClassicDocument: FileDocument, SpeculidSpecificationsFileProtocol, ObservableObject { + @Published public var assetDirectoryRelativePath: String + @Published public var sourceImageRelativePath: String + @Published public var geometry: Geometry? + @Published public var background: NSColor? + @Published public var removeAlpha: Bool + @Published public var url: URL? + + // var document: SpeculidMutableSpecificationsFile + + init(source: SpeculidSpecificationsFile = SpeculidSpecificationsFile()) { + assetDirectoryRelativePath = source.assetDirectoryRelativePath + sourceImageRelativePath = source.sourceImageRelativePath + geometry = source.geometry + background = source.background + removeAlpha = source.removeAlpha + } + + static var readableContentTypes: [UTType] { [.speculidImageDocument] } + static var writableContentTypes: [UTType] { [.speculidImageDocument] } + + required init(configuration: ReadConfiguration) throws { + let decoder = JSONDecoder() + guard let data = configuration.file.regularFileContents + else { + throw CocoaError(.fileReadCorruptFile) + } + let source = try decoder.decode(SpeculidSpecificationsFile.self, from: data) + + assetDirectoryRelativePath = source.assetDirectoryRelativePath + sourceImageRelativePath = source.sourceImageRelativePath + geometry = source.geometry + background = source.background + removeAlpha = source.removeAlpha + } + +// func write(to fileWrapper: inout FileWrapper, contentType _: UTType) throws { +// let document = SpeculidSpecificationsFile(source: self.document) +// let encoder = JSONEncoder() +// let data = try encoder.encode(document) +// fileWrapper = FileWrapper(regularFileWithContents: data) +// } + + func fileWrapper(configuration _: WriteConfiguration) throws -> FileWrapper { + debugPrint(assetDirectoryRelativePath) + let document = SpeculidSpecificationsFile(source: self) + let encoder = JSONEncoder() + encoder.outputFormatting = [.prettyPrinted, .withoutEscapingSlashes] + + let data = try encoder.encode(document) + let wrapper = FileWrapper(regularFileWithContents: data) + if let url = self.url { + try wrapper.write(to: url, options: .withNameUpdating, originalContentsURL: nil) + } + + return wrapper + } + + func build(fromURL url: URL, inSandbox sandbox: Sandbox) { + let document: SpeculidDocument + do { + document = try SpeculidDocument(sandboxedFromFile: self, withURL: url, decoder: JSONDecoder(), withManager: sandbox) + } catch { + debugPrint(error) + debugPrint(error.localizedDescription) + return + } + + let file = SpeculidSpecificationsFile(source: self) + let encoder = JSONEncoder() + encoder.outputFormatting = [.prettyPrinted, .withoutEscapingSlashes] + + if let url = self.url, let data = try? encoder.encode(file) { + try? data.write(to: url) + } + + // self.fileWrapper(configuration: WriteConfiguration) + + let destinationFileNames = document.assetFile.document.images + .map { asset in + (asset, document.destinationName(forImage: asset)) + } + + let urlMap = destinationFileNames.map { asset, fileName in + (asset, fileName, document.destinationURL(forFileName: fileName)) + } + + processImages(fromURL: url, management: sandbox, document: document, sandboxMap: urlMap) + } + + func processImages(fromURL url: URL, management: Sandbox, document: SpeculidDocument, sandboxMap: [(AssetSpecificationProtocol, String, URL)]) { + let assetDirectoryURL = url.deletingLastPathComponent().appendingPathComponent(assetDirectoryRelativePath) + + let imageSpecificationBuilder = SpeculidImageSpecificationBuilder() + let imageSpecifications: [ImageSpecificationObject] + do { + imageSpecifications = try sandboxMap.map { (asset, _, url) -> ImageSpecificationObject in + try imageSpecificationBuilder.imageSpecification(forURL: url, withSpecifications: document.specificationsFile, andAsset: asset) + } + } catch { + debugPrint(error) + return // callback(error) + } + + let service = ServiceObject() + let sourceURL: URL + do { + sourceURL = try management.bookmarkURL(fromURL: document.sourceImageURL) + } catch { + debugPrint(error) + return + } + let destinationURL = try? management.bookmarkURL(fromURL: assetDirectoryURL) + + destinationURL?.startAccessingSecurityScopedResource() + + let acessingScoped = sourceURL.startAccessingSecurityScopedResource() + service.exportImageAtURL(sourceURL, toSpecifications: imageSpecifications) { error in + + if acessingScoped { + sourceURL.stopAccessingSecurityScopedResource() + } + if error != nil { + return + } + NSWorkspace.shared.selectFile(nil, inFileViewerRootedAtPath: assetDirectoryURL.path) + } + } +} + +struct ClassicDocument_Previews: PreviewProvider { + static var previews: some View { + /*@START_MENU_TOKEN@*/Text("Hello, World!")/*@END_MENU_TOKEN@*/ + } +} diff --git a/Speculid/ClassicObject.swift b/Speculid/ClassicObject.swift new file mode 100644 index 00000000..376b76b4 --- /dev/null +++ b/Speculid/ClassicObject.swift @@ -0,0 +1,78 @@ +import Combine +import Foundation +import SpeculidKit +import SwiftUI + +class ClassicObject: ObservableObject { + @Published var url: URL? + @Published var geometryValue: Float = 0.0 + @Published var assetDirectoryRelativePath: String = "" + @Published var sourceImageRelativePath: String = "" + @Published var removeAlpha: Bool = false + @Published var backgroundColor: Color = .white + @Published var resizeOption = ResizeOption.none.rawValue + @Published var addBackground: Bool = false + + @Published var document: ClassicDocument + + var cancellables = [AnyCancellable]() + var assetDirectoryURL: URL? { + url?.appendingPathComponent(assetDirectoryRelativePath) + } + + var sourceImageURL: URL? { + url?.appendingPathComponent(sourceImageRelativePath) + } + + var isAppIcon: Bool { + assetDirectoryRelativePath.lowercased().hasSuffix(".appiconset") + } + + var isImageSet: Bool { + assetDirectoryRelativePath.lowercased().hasSuffix(".imageset") + } + + init(url: URL?, document: ClassicDocument) { + self.url = url + self.document = document + + assetDirectoryRelativePath = self.document.assetDirectoryRelativePath + sourceImageRelativePath = self.document.sourceImageRelativePath + addBackground = self.document.background != nil + backgroundColor = self.document.background.map(Color.init) ?? .clear + geometryValue = self.document.geometry?.value ?? 0.0 + resizeOption = ResizeOption(geometryType: self.document.geometry?.dimension).rawValue + removeAlpha = self.document.removeAlpha + + let nscolorPub = $addBackground.combineLatest($backgroundColor) { + $0 ? NSColor($1) : nil + } + + let geoPub = $resizeOption.map(ResizeOption.init(rawValue:)).combineLatest($geometryValue) { (option, value) -> Geometry? in + switch option { + case .some(.width): + return Geometry(value: value, dimension: .width) + case .some(.height): + return Geometry(value: value, dimension: .height) + default: + return nil + } + } + + assign($assetDirectoryRelativePath, documentProperty: \.assetDirectoryRelativePath) + assign($sourceImageRelativePath, documentProperty: \.sourceImageRelativePath) + assign($removeAlpha, documentProperty: \.removeAlpha) + assign(nscolorPub, documentProperty: \.background) + assign(geoPub, documentProperty: \.geometry) + assign($url, documentProperty: \.url) + } + + func assign( + _ publisher: PublisherType, + documentProperty: WritableKeyPath + ) where PublisherType.Output == ValueType, PublisherType.Failure == Never { + publisher.sink { value in + self.document[keyPath: documentProperty] = value + }.store(in: &cancellables) + } +} diff --git a/Speculid/ClassicView.swift b/Speculid/ClassicView.swift new file mode 100644 index 00000000..48734285 --- /dev/null +++ b/Speculid/ClassicView.swift @@ -0,0 +1,203 @@ +import Combine +import SpeculidKit +import SwiftUI +extension URL { + func relativePath(from base: URL) -> String? { + // Ensure that both URLs represent files: + guard isFileURL, base.isFileURL else { + return nil + } + + // Remove/replace "." and "..", make paths absolute: + let destComponents = standardized.pathComponents + let baseComponents = base.standardized.pathComponents + + // Find number of common path components: + var index = 0 + while index < destComponents.count, + index < baseComponents.count, + destComponents[index] == baseComponents[index] + { + index += 1 + } + + // Build relative path: + var relComponents = Array(repeating: "..", count: baseComponents.count - index) + relComponents.append(contentsOf: destComponents[index...]) + return relComponents.joined(separator: "/") + } +} + +struct ClassicView: View { + @StateObject var object: ClassicObject + @EnvironmentObject var bookmarkCollection: BookmarkURLCollectionObject + @State private var isACImporting: Bool = false + @State private var isSourceImporting: Bool = false + @State private var isExporting: Bool = false + + init(url: URL?, document: ClassicDocument, documentBinding _: Binding) { + _object = StateObject(wrappedValue: ClassicObject(url: url, document: document)) + } + + var canBuild: Bool { + return object.url != nil && + + bookmarkCollection.isAvailable(basedOn: object.url, relativePath: object.document.assetDirectoryRelativePath) && + + bookmarkCollection.isAvailable(basedOn: object.url, relativePath: object.document.sourceImageRelativePath) + } + + var body: some View { + Form { + Section(header: Text("Source Graphic")) { + HStack { + Spacer() + Text("File Path:").frame(width: 75, alignment: .trailing) + TextField("SVG of PNG File", text: self.$object.sourceImageRelativePath) + .overlay(Image(systemName: "folder.fill").foregroundColor(.primary).padding(.trailing, 4.0), alignment: .trailing) + .disabled(/*@START_MENU_TOKEN@*/true/*@END_MENU_TOKEN@*/).frame(width: 250) + .fileImporter(isPresented: self.$isSourceImporting, allowedContentTypes: [.svg, .png]) { result in + + guard case let .success(url) = result, let baseURL = self.object.url?.deletingLastPathComponent() else { + return + } + guard let relativePath = url.relativePath(from: baseURL) else { + return + } + bookmarkCollection.saveBookmark(url) + self.object.sourceImageRelativePath = relativePath + }.onTapGesture { + self.isSourceImporting = true + } + Image( + systemName: "lock.fill") + .foregroundColor(.yellow) + .opacity(self.bookmarkCollection + .isAvailable( + basedOn: self.object.url, + relativePath: self.object.sourceImageRelativePath + ) ? 0.0 : 1.0) + Spacer() + } + } + Divider() + Section(header: Text("Asset Catalog")) { + HStack { + Spacer() + Text("Folder:").frame(width: 75, alignment: .trailing) + TextField(".appiconset or .imageset", text: self.$object.assetDirectoryRelativePath) + .overlay(Image(systemName: "folder.fill").foregroundColor(.primary).padding(.trailing, 4.0), alignment: .trailing) + .disabled(/*@START_MENU_TOKEN@*/true/*@END_MENU_TOKEN@*/).frame(width: 250) + .fileImporter(isPresented: self.$isACImporting, allowedContentTypes: [.directory]) { result in + guard case let .success(url) = result, let baseURL = self.object.url?.deletingLastPathComponent() else { + return + } + guard let relativePath = url.relativePath(from: baseURL) else { + return + } + bookmarkCollection.saveBookmark(url) + // self.object.document.document.assetDirectoryRelativePath = url.path + self.object.assetDirectoryRelativePath = relativePath + + }.onTapGesture { + self.isACImporting = true + } + Image( + systemName: "lock.fill") + .foregroundColor(.yellow) + .opacity(self.bookmarkCollection + .isAvailable( + basedOn: self.object.url, + relativePath: self.object.assetDirectoryRelativePath + ) ? 0.0 : 1.0) + Spacer() + } + } + Divider() + Section(header: Text("App Icon Modifications")) { + HStack { + VStack(alignment: .leading) { + Toggle("Remove Alpha Channel", isOn: self.$object.removeAlpha) + // swiftlint:disable:next line_length + Text("If this is intended for an iOS, watchOS, or tvOS App, then you should remove the alpha channel from the source graphic.").multilineTextAlignment(.leading).font(.subheadline).lineLimit(nil) + } + Spacer() + } + VStack(alignment: .leading) { + HStack { + Toggle("Add a Background Color", isOn: self.$object.addBackground) + ColorPicker("", selection: self.$object.backgroundColor, supportsOpacity: false) + .labelsHidden() + .frame(width: 40, height: 25, alignment: .trailing) + .disabled(!self.object.addBackground) + .opacity(self.object.addBackground ? 1.0 : 0.5) + } + + Text("If this is intended for an iOS, watchOS, or tvOS App, then you should set a background color.") + .multilineTextAlignment(.leading) + .font(.subheadline) + .lineLimit(nil) + } + }.disabled(!self.object.isAppIcon).opacity(self.object.isAppIcon ? 1.0 : 0.5) + Divider() + Section(header: Text("Resizing Geometry")) { + HStack { + Picker("Resize", selection: self.$object.resizeOption) { + ForEach(ResizeOption.all) { + Text($0.label).tag($0.rawValue) + } + }.pickerStyle(SegmentedPickerStyle()) + .frame(width: 150, alignment: .leading).labelsHidden() + TextField("Value", value: self.$object.geometryValue, formatter: NumberFormatter()) + .frame(width: 50, alignment: .leading) + .disabled(self.object.resizeOption == 0) + .opacity(self.object.resizeOption == 0 ? 0.5 : 1.0) + Text("px").opacity(self.object.resizeOption == 0 ? 0.5 : 1.0) + } + + // swiftlint:disable:next line_length + Text("If you wish to render scaled PNG files for an image set, then specify either width or height and the image will be resized to that dimention while retaining its aspect ratio.\nOtherwise if you select \"None\", then only a PDF will be rendered. ") + .multilineTextAlignment(.leading) + .font(.subheadline) + .lineLimit(nil) + }.disabled(!self.object.isImageSet).opacity(self.object.isImageSet ? 1.0 : 0.5) + Divider() + Section { + HStack { + Button { + if let url = self.object.url { + self.object.document.build(fromURL: url, inSandbox: self.bookmarkCollection) + } + } label: { + HStack { + Image(systemName: "play.fill") + Text("Build") + } + }.disabled(!canBuild) + } + } + } + .padding(.all, 40.0) + .frame(minWidth: 500, idealWidth: 500, maxWidth: 600, minHeight: 500, idealHeight: 500, maxHeight: .infinity, alignment: .center) + + .fileExporter( + isPresented: $isExporting, + document: self.object.document, + contentType: .speculidImageDocument, + defaultFilename: self.object.url?.lastPathComponent ?? "" + ) { result in + guard case let .success(url) = result else { + return + } + self.object.url = url + }.onAppear { + self.isExporting = self.object.url == nil + } + } +} + +struct ClassicView_Previews: PreviewProvider { + static var previews: some View { + ClassicView(url: nil, document: ClassicDocument(), documentBinding: .constant(ClassicDocument())).environmentObject(BookmarkURLCollectionObject()) + } +} diff --git a/Speculid/ContentView.swift b/Speculid/ContentView.swift new file mode 100644 index 00000000..b5e20333 --- /dev/null +++ b/Speculid/ContentView.swift @@ -0,0 +1,39 @@ +import Combine +import SwiftUI + +extension UserDefaults { + @objc dynamic var count: Int { + get { + return integer(forKey: "count") + } + set { + set(newValue, forKey: "count") + } + } +} + +class DefaultsObject: ObservableObject { + var cancellable: AnyCancellable! + let defaults: UserDefaults! = UserDefaults(suiteName: "MLT7M394S7.group.com.brightdigit.Speculid") + + @Published var count: Int = 0 + + init() { + cancellable = defaults.publisher(for: \.count).receive(on: DispatchQueue.main).assign(to: \DefaultsObject.count, on: self) + count = defaults.integer(forKey: "count") + print(count) + } +} + +struct ContentView: View { + @ObservedObject var defaultsObject = DefaultsObject() + var body: some View { + Text("\(self.defaultsObject.count)").frame(maxWidth: .infinity, maxHeight: .infinity) + } +} + +struct ContentView_Previews: PreviewProvider { + static var previews: some View { + ContentView() + } +} diff --git a/Speculid-Mac-XPC.entitlements b/Speculid/Document.xcdatamodeld/.xccurrentversion similarity index 100% rename from Speculid-Mac-XPC.entitlements rename to Speculid/Document.xcdatamodeld/.xccurrentversion diff --git a/Speculid/Document.xcdatamodeld/Document.xcdatamodel/contents b/Speculid/Document.xcdatamodeld/Document.xcdatamodel/contents new file mode 100644 index 00000000..476e5b6c --- /dev/null +++ b/Speculid/Document.xcdatamodeld/Document.xcdatamodel/contents @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/Speculid/Info.plist b/Speculid/Info.plist new file mode 100644 index 00000000..9a177d36 --- /dev/null +++ b/Speculid/Info.plist @@ -0,0 +1,112 @@ + + + + + CFBundleDevelopmentRegion + $(DEVELOPMENT_LANGUAGE) + CFBundleDocumentTypes + + + CFBundleTypeName + Speculid Project Document + CFBundleTypeRole + Editor + LSHandlerRank + Default + LSItemContentTypes + + com.brightdigit.speculid-project-document + + NSUbiquitousDocumentUserActivityType + $(PRODUCT_BUNDLE_IDENTIFIER).speculid-project-document + + + CFBundleTypeName + Speculid Image Document + CFBundleTypeRole + Editor + LSHandlerRank + Default + LSItemContentTypes + + com.brightdigit.speculid-image-document + + NSUbiquitousDocumentUserActivityType + $(PRODUCT_BUNDLE_IDENTIFIER)speculid-image-document + + + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIconFile + + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + $(PRODUCT_BUNDLE_PACKAGE_TYPE) + CFBundleShortVersionString + $(MARKETING_VERSION) + CFBundleVersion + $(CURRENT_PROJECT_VERSION) + LSApplicationCategoryType + public.app-category.developer-tools + LSMinimumSystemVersion + $(MACOSX_DEPLOYMENT_TARGET) + LSMultipleInstancesProhibited + + NSAppleScriptEnabled + + NSPrincipalClass + NSApplication + NSSupportsAutomaticTermination + + NSSupportsSuddenTermination + + ITSAppUsesNonExemptEncryption + + UTImportedTypeDeclarations + + + UTTypeConformsTo + + public.plain-text + + UTTypeDescription + Speuclid Project File + UTTypeIcons + + UTTypeIdentifier + com.brightdigit.speculid-project-document + UTTypeTagSpecification + + public.filename-extension + + spcl + + + + + UTTypeConformsTo + + public.plain-text + + UTTypeDescription + Speculid Image Document + UTTypeIcons + + UTTypeIdentifier + com.brightdigit.speculid-image-document + UTTypeTagSpecification + + public.filename-extension + + speculid + + + + + + diff --git a/Speculid/LabeledOption.swift b/Speculid/LabeledOption.swift new file mode 100644 index 00000000..34153656 --- /dev/null +++ b/Speculid/LabeledOption.swift @@ -0,0 +1,23 @@ +import Foundation + +protocol LabeledOption: RawRepresentable, Equatable, Identifiable where RawValue == Int { + static var mappedValues: [String] { get } + var label: String { get } + init(rawValue: RawValue, label: String) +} + +extension LabeledOption { + var id: Int { + return rawValue + } + + static func allValues() -> [Self] { + mappedValues.enumerated().compactMap { + Self(rawValue: $0.offset, label: $0.element) + } + } + + init?(rawValue: RawValue) { + self.init(rawValue: rawValue, label: Self.mappedValues[rawValue]) + } +} diff --git a/Speculid/Preview Content/Preview Assets.xcassets/Contents.json b/Speculid/Preview Content/Preview Assets.xcassets/Contents.json new file mode 100644 index 00000000..73c00596 --- /dev/null +++ b/Speculid/Preview Content/Preview Assets.xcassets/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Speculid/ResizeOption.swift b/Speculid/ResizeOption.swift new file mode 100644 index 00000000..92e84030 --- /dev/null +++ b/Speculid/ResizeOption.swift @@ -0,0 +1,30 @@ +import Foundation +import SpeculidKit + +struct ResizeOption: LabeledOption { + static let all = Self.allValues() + + let rawValue: Int + + static let mappedValues: [String] = + ["None", "Width", "Height"] + + let label: String + + static let none = all[0] + static let width = all[1] + static let height = all[2] +} + +extension ResizeOption { + init(geometryType: GeometryType?) { + switch geometryType { + case .some(.width): + self = .width + case .some(.height): + self = .height + default: + self = .none + } + } +} diff --git a/Speculid/Speculid.entitlements b/Speculid/Speculid.entitlements new file mode 100644 index 00000000..d2088eda --- /dev/null +++ b/Speculid/Speculid.entitlements @@ -0,0 +1,14 @@ + + + + + com.apple.security.app-sandbox + + com.apple.security.application-groups + + $(TeamIdentifierPrefix)group.com.brightdigit.Speculid + + com.apple.security.files.user-selected.read-write + + + diff --git a/Speculid/SpeculidApp.swift b/Speculid/SpeculidApp.swift new file mode 100644 index 00000000..9c4cbf2c --- /dev/null +++ b/Speculid/SpeculidApp.swift @@ -0,0 +1,20 @@ +import SwiftUI + +@main +struct SpeculidApp: App { + @StateObject private var bookmarkCollection = BookmarkURLCollectionObject() + @State private var isExporting: Bool = false + + @SceneBuilder var body: some Scene { + DocumentGroup(newDocument: ClassicDocument()) { file in + ClassicView(url: file.fileURL, document: file.document, documentBinding: file.$document).environmentObject(bookmarkCollection) + } + .commands { + CommandMenu("Developer Tools") { + Button("Reset Bookmarks") { + self.bookmarkCollection.reset() + } + } + } + } +} diff --git a/Speculid/Tooltip.swift b/Speculid/Tooltip.swift new file mode 100644 index 00000000..978faeab --- /dev/null +++ b/Speculid/Tooltip.swift @@ -0,0 +1,49 @@ +import SwiftUI + +extension View { + func tooltip(_ tip: String) -> some View { + background(GeometryReader { childGeometry in + TooltipView(tip, geometry: childGeometry) { + self + } + }) + } +} + +private struct TooltipView: View where Content: View { + let content: () -> Content + let tip: String + let geometry: GeometryProxy + + init(_ tip: String, geometry: GeometryProxy, @ViewBuilder content: @escaping () -> Content) { + self.content = content + self.tip = tip + self.geometry = geometry + } + + var body: some View { + Tooltip(tip, content: content) + .frame(width: geometry.size.width, height: geometry.size.height) + } +} + +private struct Tooltip: NSViewRepresentable { + typealias NSViewType = NSHostingView + + init(_ text: String?, @ViewBuilder content: () -> Content) { + self.text = text + self.content = content() + } + + let text: String? + let content: Content + + func makeNSView(context _: Context) -> NSHostingView { + NSViewType(rootView: content) + } + + func updateNSView(_ nsView: NSHostingView, context _: Context) { + nsView.rootView = content + nsView.toolTip = text + } +} diff --git a/Speculid/main.swift b/Speculid/main.swift new file mode 100644 index 00000000..18f59c06 --- /dev/null +++ b/Speculid/main.swift @@ -0,0 +1,112 @@ +import ArgumentParser +import AssetLib +import Foundation +import SpeculidKit + +extension URL { + func relativePath(from base: URL) -> String? { + // Ensure that both URLs represent files: + guard isFileURL, base.isFileURL else { + return nil + } + + // Remove/replace "." and "..", make paths absolute: + let destComponents = standardized.pathComponents + let baseComponents = base.standardized.pathComponents + + // Find number of common path components: + var index = 0 + while index < destComponents.count, index < baseComponents.count, + destComponents[index] == baseComponents[index] { + index += 1 + } + + // Build relative path: + var relComponents = Array(repeating: "..", count: baseComponents.count - index) + relComponents.append(contentsOf: destComponents[index...]) + return relComponents.joined(separator: "/") + } +} + +struct Speculid: ParsableCommand { + static var configuration = CommandConfiguration( + subcommands: [Process.self, Initialize.self], + defaultSubcommand: Process.self + ) +} + +extension Speculid { + struct Initialize: ParsableCommand { + @Option + var assetDirectory: String + + @Option + var sourceImage: String + + @Argument + var destination: String + + func run() throws { + let assetDirectoryURL = URL(fileURLWithPath: assetDirectory) + let sourceImageFileURL = URL(fileURLWithPath: sourceImage) + let destinationSpecFileURL = URL(fileURLWithPath: destination) + + let decoder = JSONDecoder() + + let contentsJSON = assetDirectoryURL.appendingPathComponent("Contents.json") + let contentsData = try Data(contentsOf: contentsJSON) + let setDocument = try decoder.decode(AssetSpecificationDocument.self, from: contentsData) + + let encoder = JSONEncoder() + let outputFormatting: JSONEncoder.OutputFormatting + if #available(OSX 10.15, *) { + outputFormatting = [.prettyPrinted, .withoutEscapingSlashes] + } else { + outputFormatting = [.prettyPrinted] + } + encoder.outputFormatting = outputFormatting + + var file = SpeculidMutableSpecificationsFile(source: SpeculidSpecificationsFile()) + file.assetDirectoryRelativePath = assetDirectoryURL.relativePath(from: destinationSpecFileURL.deletingLastPathComponent())! + file.sourceImageRelativePath = sourceImageFileURL.relativePath(from: destinationSpecFileURL.deletingLastPathComponent())! + + let data = try encoder.encode(SpeculidSpecificationsFile(source: file)) + try data.write(to: destinationSpecFileURL) + } + } + + struct Process: ParsableCommand { + @Argument + var file: String = "" + + init() {} + + func run() throws { + let url = URL(fileURLWithPath: file) + let document = try SpeculidDocument(url: url, decoder: .init()) + let service = ServiceObject() + let imageSpecificationBuilder = SpeculidImageSpecificationBuilder() + let imageSpecs = try document.assetFile.document.images.map { + try imageSpecificationBuilder.imageSpecification( + forURL: document.destinationURL( + forFileName: $0.filename ?? document.destinationName(forImage: $0)), + withSpecifications: document.specificationsFile, + andAsset: $0 + ) + } + var result: Result? + DispatchQueue.global(qos: .userInitiated).async { + service.exportImageAtURL(document.sourceImageURL, toSpecifications: imageSpecs) { + result = $0.map(Result.failure) ?? .success(()) + } + } + while result == nil { + RunLoop.main.run(until: .distantPast) + } + + try result!.get() + } + } +} + +Speculid.main() diff --git a/_archive/.swift-version b/_archive/.swift-version new file mode 100644 index 00000000..a75b92f1 --- /dev/null +++ b/_archive/.swift-version @@ -0,0 +1 @@ +5.1 diff --git a/_archive/.swiftlint.yml b/_archive/.swiftlint.yml new file mode 100644 index 00000000..b1c5cfdc --- /dev/null +++ b/_archive/.swiftlint.yml @@ -0,0 +1,6 @@ +excluded: # paths to ignore during linting. Takes precedence over `included`. + - Pods + - __archive + - examples + - frameworks/speculid/Models/VCS.swift + - TestSetup diff --git a/_archive/.travis.yml b/_archive/.travis.yml new file mode 100644 index 00000000..0446839d --- /dev/null +++ b/_archive/.travis.yml @@ -0,0 +1,42 @@ +language: objective-c +env: + global: + - secure: hVl7EFbdJhUsIzMXOZ0BESzmcMwro5fSHoFD33xCoWF+4Ov5TtiW5iy02Z4096fbgziD5SBdNG/4y87Z0kqRPPJgcGOObfwE3VWkIYj6dIHaXXnGlmieTEMRkq4a4GOjXJFpJODkKPmMSL1NLqdxUYFmn3rvCyBEQjiRQzygTj4= +branches: + except: + - develop + - release/v2.0.0-beta.1 +git: + quiet: true +osx_image: xcode11 +xcode_workspace: Speculid.xcworkspace +xcode_scheme: Speculid-Mac-App +xcode_destination: platform=macOS +install: +- bundle install +- pod repo update --silent +- pod install --silent +script: +- ./scripts/decrypt-certs.sh +- ./scripts/build-keychain.sh +- xcodebuild test -enableCodeCoverage YES -quiet -workspace speculid.xcworkspace -scheme "Speculid-Mac-App" +- xcodebuild archive -quiet -workspace speculid.xcworkspace -scheme "Speculid-Mac-App" -configuration Release -derivedDataPath ./build -archivePath ./build/Products/Speculid.xcarchive +- xcodebuild -quiet -exportArchive -archivePath ./build/Products/Speculid.xcarchive -exportOptionsPlist ./exportOptions.plist -exportPath ./build/Products/App +- ditto -c -k --sequesterRsrc --keepParent ./build/Products/App/Speculid.app build/Speculid.zip +- open Build/Products/App/Speculid.app +- osascript -e 'tell application "Speculid" to quit' +- diff examples/shasum <(./scripts/shasum.sh) +- ./build/Products/App/Speculid.app/Contents/SharedSupport/speculid --version --useLocation ./build/Products/App/Speculid.app +after_success: +- bash <(curl -s https://codecov.io/bash) -J "Speculid" +after_failure: +- "./scripts/shasum.sh" +- find "examples/Assets/." -type f \( -iname \*.icns -o -iname \*.png -o -iname \*.pdf + \) -print0 | sort -z | xargs -0 shasum -a 512 +notifications: + webhooks: + urls: + - https://webhooks.gitter.im/e/f596466e5c30701b566d + on_success: change + on_failure: always + on_start: never diff --git a/_archive/AppDelegate.swift b/_archive/AppDelegate.swift new file mode 100644 index 00000000..a7f54475 --- /dev/null +++ b/_archive/AppDelegate.swift @@ -0,0 +1,59 @@ +import AppKit +import SpeculidKit + +extension NSSize { + func margined(by value: CGFloat) -> NSSize { + return NSSize(width: self.width - value * 2, height: self.height - value * 2) + } +} + +//@NSApplicationMain +class AppDelegate: NSObject, NSApplicationDelegate { + private var statusBar: NSStatusBar! + private var statusItem: NSStatusItem! + private var notificationObject : NSObjectProtocol! + + func applicationDidFinishLaunching(_: Notification) { + // Insert code here to initialize your application + NSApp.setActivationPolicy(.accessory) + let statusBar = NSStatusBar() + let statusItem = statusBar.statusItem(withLength: NSStatusItem.squareLength) + guard let button = statusItem.button else { + return + } + button.image = NSImage(named: "StatusBarIcon") + button.image?.size = statusItem.button!.bounds.size.margined(by: 3) + + let menu = NSMenu() + menu.items = [ + NSMenuItem(title: "New...", action: nil, keyEquivalent: "N"), + NSMenuItem(title: "Open...", action: nil, keyEquivalent: "O"), + NSMenuItem.separator(), + NSMenuItem(title: "Quit", action: nil, keyEquivalent: "Q") + ] + + statusItem.menu = menu + + + self.statusItem = statusItem + self.statusBar = statusBar + + self.notificationObject = NotificationCenter.default.addObserver(forName: NSNotification.Name("DocumentClosing"), object: nil, queue: nil) { _ in + DispatchQueue.main.asyncAfter(deadline: .now() + 1.0) { + let policy : NSApplication.ActivationPolicy + policy = NSDocumentController.shared.documents.count == 0 ? .accessory : .regular + NSApp.setActivationPolicy(policy) + + } + } + } + + func applicationWillTerminate(_: Notification) { + // Insert code here to tear down your application + } + + func applicationShouldHandleReopen(_ sender: NSApplication, hasVisibleWindows flag: Bool) -> Bool { + NSApp.setActivationPolicy(.regular) + return true + } +} diff --git a/Podfile b/_archive/Podfile similarity index 100% rename from Podfile rename to _archive/Podfile diff --git a/_archive/Podfile.lock b/_archive/Podfile.lock new file mode 100644 index 00000000..306a3718 --- /dev/null +++ b/_archive/Podfile.lock @@ -0,0 +1,24 @@ +PODS: + - SwiftFormat/CLI (0.44.0) + - SwiftLint (0.38.2) + - SwiftVer (2.0.5) + +DEPENDENCIES: + - SwiftFormat/CLI + - SwiftLint + - SwiftVer + +SPEC REPOS: + trunk: + - SwiftFormat + - SwiftLint + - SwiftVer + +SPEC CHECKSUMS: + SwiftFormat: 180a4d17bcfa2c9f61b202dac7dddd2087ff920a + SwiftLint: 8f5d2f903e1c9bcbc832fd16771e80a263ac6cbb + SwiftVer: 4a9c01aa5d5167cd4452bbb012f384024ee38a57 + +PODFILE CHECKSUM: 432b032d04411cede9e0269a79b2d07c89f85f01 + +COCOAPODS: 1.8.4 diff --git a/Speculid.entitlements b/_archive/Speculid-Mac-XPC.entitlements similarity index 100% rename from Speculid.entitlements rename to _archive/Speculid-Mac-XPC.entitlements diff --git a/applications/mac/Speculid_Mac_App.entitlements b/_archive/Speculid.entitlements similarity index 100% rename from applications/mac/Speculid_Mac_App.entitlements rename to _archive/Speculid.entitlements diff --git a/_archive/Speculid.xcodeproj/project.pbxproj b/_archive/Speculid.xcodeproj/project.pbxproj new file mode 100644 index 00000000..1488f920 --- /dev/null +++ b/_archive/Speculid.xcodeproj/project.pbxproj @@ -0,0 +1,6393 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 48; + objects = { + +/* Begin PBXBuildFile section */ + 205A5AF735ED0AFE6D8E3753 /* Pods_CairoSVG.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9F8599C40CCA72FBF9FA1098 /* Pods_CairoSVG.framework */; }; + 63B850290A8C8F568F554912 /* Pods_SpeculidTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4D7E00CC4EE1B4A785089460 /* Pods_SpeculidTests.framework */; }; + 71C6A7B0A517CC55637B2E17 /* Pods_Speculid_Mac_XPC.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5EA075855931F18A5DA87B15 /* Pods_Speculid_Mac_XPC.framework */; }; + 8673F38CC6D59040A2F46D0E /* Pods_CairoSVGTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E776BC2A0843F84E3CBC279B /* Pods_CairoSVGTests.framework */; }; + 8B89F9F58D273C27DCE0A008 /* Pods_Speculid_Mac_App.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 054FC9E3CE2F6BD2F948CF5D /* Pods_Speculid_Mac_App.framework */; }; + 8CFE676AD2939E9961A20D07 /* Pods_Speculid_Mac_AppUITests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 63BDAD4963D80A5FF54A9272 /* Pods_Speculid_Mac_AppUITests.framework */; }; + B3033B1E1F9AEFC100787279 /* AssetSpecificationDocumentProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3033B1D1F9AEFC100787279 /* AssetSpecificationDocumentProtocol.swift */; }; + B3033B201F9AEFE600787279 /* AssetSpecificationDocument.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3033B1F1F9AEFE600787279 /* AssetSpecificationDocument.swift */; }; + B3081399218A067800DB07D0 /* geometry.svg in Resources */ = {isa = PBXBuildFile; fileRef = B3081398218A067300DB07D0 /* geometry.svg */; }; + B3136DCE1F90E45F0002B7AB /* ErrorCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136DC91F90E2A20002B7AB /* ErrorCollection.swift */; }; + B3136DD11F90E45F0002B7AB /* ImageFile.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136DBB1F90E27B0002B7AB /* ImageFile.swift */; }; + B3136DD41F90E45F0002B7AB /* Service.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136DCC1F90E2A20002B7AB /* Service.swift */; }; + B3136DD51F90E45F0002B7AB /* ServiceProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136DC61F90E2A20002B7AB /* ServiceProtocol.swift */; }; + B3136DD61F90E45F0002B7AB /* Speculid_Mac_Framework.h in Headers */ = {isa = PBXBuildFile; fileRef = B3136DBC1F90E27B0002B7AB /* Speculid_Mac_Framework.h */; }; + B3136DD71F90E4AC0002B7AB /* layers.svg in Resources */ = {isa = PBXBuildFile; fileRef = B3136DC31F90E2A10002B7AB /* layers.svg */; }; + B3136DD91F90E96A0002B7AB /* cairo.h in Headers */ = {isa = PBXBuildFile; fileRef = B3136DD81F90E96A0002B7AB /* cairo.h */; }; + B3136DDE1F90EF470002B7AB /* Application.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136DDD1F90EF460002B7AB /* Application.swift */; }; + B3136DDF1F90EFB10002B7AB /* Application.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136DDB1F90EF370002B7AB /* Application.swift */; }; + B3136E251F90F73B0002B7AB /* CairoConversionSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136DE81F90F73A0002B7AB /* CairoConversionSet.swift */; }; + B3136E271F90F73B0002B7AB /* AnalyticsTracker.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136DEA1F90F73A0002B7AB /* AnalyticsTracker.swift */; }; + B3136E291F90F73B0002B7AB /* ClientIdentifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136DEC1F90F73A0002B7AB /* ClientIdentifier.swift */; }; + B3136E2D1F90F73B0002B7AB /* ImageConversionSetBuilder.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136DF01F90F73A0002B7AB /* ImageConversionSetBuilder.swift */; }; + B3136E2E1F90F73B0002B7AB /* AnalyticsSessionManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136DF11F90F73A0002B7AB /* AnalyticsSessionManager.swift */; }; + B3136E2F1F90F73B0002B7AB /* SpeculidBuilder.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136DF21F90F73A0002B7AB /* SpeculidBuilder.swift */; }; + B3136E301F90F73B0002B7AB /* ImageConversionBuilder.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136DF31F90F73A0002B7AB /* ImageConversionBuilder.swift */; }; + B3136E311F90F73B0002B7AB /* CairoConversionSetBuilder.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136DF41F90F73A0002B7AB /* CairoConversionSetBuilder.swift */; }; + B3136E321F90F73B0002B7AB /* NSColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136DF61F90F73A0002B7AB /* NSColor.swift */; }; + B3136E331F90F73B0002B7AB /* String.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136DF71F90F73A0002B7AB /* String.swift */; }; + B3136E341F90F73B0002B7AB /* CGFloat.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136DF81F90F73A0002B7AB /* CGFloat.swift */; }; + B3136E351F90F73B0002B7AB /* AnalyticsParameterDictionary.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136DFA1F90F73A0002B7AB /* AnalyticsParameterDictionary.swift */; }; + B3136E361F90F73B0002B7AB /* GeometryDimension.Codable.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136DFB1F90F73A0002B7AB /* GeometryDimension.Codable.swift */; }; + B3136E371F90F73B0002B7AB /* SpeculidSpecificationsFile.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136DFC1F90F73A0002B7AB /* SpeculidSpecificationsFile.swift */; }; + B3136E3B1F90F73B0002B7AB /* GeometryDimension.ScalingBy.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136E001F90F73A0002B7AB /* GeometryDimension.ScalingBy.swift */; }; + B3136E3C1F90F73B0002B7AB /* SpeculidDocument.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136E011F90F73A0002B7AB /* SpeculidDocument.swift */; }; + B3136E3D1F90F73B0002B7AB /* AnalyticsParameterKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136E021F90F73A0002B7AB /* AnalyticsParameterKey.swift */; }; + B3136E3F1F90F73B0002B7AB /* AssetSpecification.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136E041F90F73A0002B7AB /* AssetSpecification.swift */; }; + B3136E401F90F73B0002B7AB /* AnalyticsConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136E051F90F73A0002B7AB /* AnalyticsConfiguration.swift */; }; + B3136E421F90F73B0002B7AB /* ImageIdiom.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136E071F90F73A0002B7AB /* ImageIdiom.swift */; }; + B3136E431F90F73B0002B7AB /* SpeculidSpecificationsFileProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136E091F90F73B0002B7AB /* SpeculidSpecificationsFileProtocol.swift */; }; + B3136E451F90F73B0002B7AB /* ImageConversionSetBuilderProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136E0B1F90F73B0002B7AB /* ImageConversionSetBuilderProtocol.swift */; }; + B3136E461F90F73B0002B7AB /* ImageConversionTaskProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136E0C1F90F73B0002B7AB /* ImageConversionTaskProtocol.swift */; }; + B3136E471F90F73B0002B7AB /* ClientIdentifierDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136E0D1F90F73B0002B7AB /* ClientIdentifierDelegate.swift */; }; + B3136E491F90F73B0002B7AB /* ImageConversionSetProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136E0F1F90F73B0002B7AB /* ImageConversionSetProtocol.swift */; }; + B3136E4A1F90F73B0002B7AB /* SpeculidDocumentProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136E101F90F73B0002B7AB /* SpeculidDocumentProtocol.swift */; }; + B3136E4B1F90F73B0002B7AB /* SpeculidConfigurationProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136E111F90F73B0002B7AB /* SpeculidConfigurationProtocol.swift */; }; + B3136E4C1F90F73B0002B7AB /* AnalyticsEventProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136E121F90F73B0002B7AB /* AnalyticsEventProtocol.swift */; }; + B3136E4D1F90F73B0002B7AB /* AnalyticsSessionManagerProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136E131F90F73B0002B7AB /* AnalyticsSessionManagerProtocol.swift */; }; + B3136E4E1F90F73B0002B7AB /* AssetSpecificationProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136E141F90F73B0002B7AB /* AssetSpecificationProtocol.swift */; }; + B3136E4F1F90F73B0002B7AB /* GeometryProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136E151F90F73B0002B7AB /* GeometryProtocol.swift */; }; + B3136E501F90F73B0002B7AB /* SpeculidArgumentsProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136E161F90F73B0002B7AB /* SpeculidArgumentsProtocol.swift */; }; + B3136E511F90F73B0002B7AB /* AnalyticsConfigurationProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136E171F90F73B0002B7AB /* AnalyticsConfigurationProtocol.swift */; }; + B3136E521F90F73B0002B7AB /* AnalyticsTrackerProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136E181F90F73B0002B7AB /* AnalyticsTrackerProtocol.swift */; }; + B3136E531F90F73B0002B7AB /* SpeculidBuilderProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136E191F90F73B0002B7AB /* SpeculidBuilderProtocol.swift */; }; + B3136E541F90F73B0002B7AB /* ApplicationProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136E1A1F90F73B0002B7AB /* ApplicationProtocol.swift */; }; + B3136E551F90F73B0002B7AB /* ImageConversionBuilderProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136E1B1F90F73B0002B7AB /* ImageConversionBuilderProtocol.swift */; }; + B3136E561F90F73B0002B7AB /* versions.plist in Resources */ = {isa = PBXBuildFile; fileRef = B3136E1C1F90F73B0002B7AB /* versions.plist */; }; + B3136E571F90F73B0002B7AB /* MissingRequiredInstallationError.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136E1E1F90F73B0002B7AB /* MissingRequiredInstallationError.swift */; }; + B3136E581F90F73B0002B7AB /* ProcessError.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136E1F1F90F73B0002B7AB /* ProcessError.swift */; }; + B3136E591F90F73B0002B7AB /* ArrayError.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136E201F90F73B0002B7AB /* ArrayError.swift */; }; + B3136E5A1F90F73B0002B7AB /* UnknownConversionError.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136E211F90F73B0002B7AB /* UnknownConversionError.swift */; }; + B3136E5B1F90FB710002B7AB /* ImageSpecification.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136DBE1F90E27B0002B7AB /* ImageSpecification.swift */; }; + B3136E631F90FCCF0002B7AB /* SpeculidUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136E621F90FCCF0002B7AB /* SpeculidUITests.swift */; }; + B3136E831F90FD2E0002B7AB /* SpeculidKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B37C74731F8C5ADA00DF505B /* SpeculidKit.framework */; }; + B3136E901F90FD3D0002B7AB /* CairoSVGTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3136E8F1F90FD3D0002B7AB /* CairoSVGTests.swift */; }; + B3136E921F90FD3D0002B7AB /* CairoSVG.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B37C74891F8C5B5C00DF505B /* CairoSVG.framework */; }; + B3136EA31F910BC90002B7AB /* svg-appicon.speculid in Resources */ = {isa = PBXBuildFile; fileRef = B3136EA11F910BC90002B7AB /* svg-appicon.speculid */; }; + B3136EB01F9124730002B7AB /* svg-trayicon.speculid in Resources */ = {isa = PBXBuildFile; fileRef = B3136EA21F910BC90002B7AB /* svg-trayicon.speculid */; }; + B317B0D11FA560EE00BB5E57 /* QuitMenuItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = B317B0D01FA560EE00BB5E57 /* QuitMenuItem.swift */; }; + B318906A1F918F0300D0EFA0 /* GeometryValue.Multiply.swift in Sources */ = {isa = PBXBuildFile; fileRef = B31890691F918F0300D0EFA0 /* GeometryValue.Multiply.swift */; }; + B319DCB1233BE09700F9381E /* AssetCatalogItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = B319DCAF233BE00400F9381E /* AssetCatalogItem.swift */; }; + B31BD6EA20E7A6A400A560C2 /* libffi.6.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = B3F8074120E5855F00030497 /* libffi.6.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + B31BD91520E7E0D800A560C2 /* translit.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD70020E7E0D500A560C2 /* translit.h */; }; + B31BD91620E7E0D800A560C2 /* ustdio.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD70120E7E0D500A560C2 /* ustdio.h */; }; + B31BD91720E7E0D800A560C2 /* utf_old.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD70220E7E0D500A560C2 /* utf_old.h */; }; + B31BD91820E7E0D800A560C2 /* ucsdet.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD70320E7E0D500A560C2 /* ucsdet.h */; }; + B31BD91920E7E0D800A560C2 /* tzfmt.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD70420E7E0D500A560C2 /* tzfmt.h */; }; + B31BD91A20E7E0D800A560C2 /* ubrk.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD70520E7E0D500A560C2 /* ubrk.h */; }; + B31BD91B20E7E0D800A560C2 /* ufieldpositer.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD70620E7E0D500A560C2 /* ufieldpositer.h */; }; + B31BD91C20E7E0D800A560C2 /* stringpiece.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD70720E7E0D500A560C2 /* stringpiece.h */; }; + B31BD91D20E7E0D800A560C2 /* ucat.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD70820E7E0D500A560C2 /* ucat.h */; }; + B31BD91E20E7E0D800A560C2 /* tblcoll.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD70920E7E0D500A560C2 /* tblcoll.h */; }; + B31BD91F20E7E0D800A560C2 /* stringoptions.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD70A20E7E0D500A560C2 /* stringoptions.h */; }; + B31BD92020E7E0D800A560C2 /* dtfmtsym.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD70B20E7E0D500A560C2 /* dtfmtsym.h */; }; + B31BD92120E7E0D800A560C2 /* unirepl.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD70C20E7E0D500A560C2 /* unirepl.h */; }; + B31BD92220E7E0D800A560C2 /* ptypes.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD70D20E7E0D500A560C2 /* ptypes.h */; }; + B31BD92320E7E0D800A560C2 /* fmtable.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD70E20E7E0D500A560C2 /* fmtable.h */; }; + B31BD92420E7E0D800A560C2 /* dtitvfmt.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD70F20E7E0D500A560C2 /* dtitvfmt.h */; }; + B31BD92520E7E0D800A560C2 /* choicfmt.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD71020E7E0D500A560C2 /* choicfmt.h */; }; + B31BD92620E7E0D800A560C2 /* usetiter.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD71120E7E0D500A560C2 /* usetiter.h */; }; + B31BD92720E7E0D800A560C2 /* errorcode.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD71220E7E0D500A560C2 /* errorcode.h */; }; + B31BD92820E7E0D800A560C2 /* tznames.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD71320E7E0D500A560C2 /* tznames.h */; }; + B31BD92920E7E0D800A560C2 /* dtintrv.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD71420E7E0D500A560C2 /* dtintrv.h */; }; + B31BD92A20E7E0D900A560C2 /* ucurr.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD71520E7E0D500A560C2 /* ucurr.h */; }; + B31BD92B20E7E0D900A560C2 /* icuplug.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD71620E7E0D500A560C2 /* icuplug.h */; }; + B31BD92C20E7E0D900A560C2 /* uregion.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD71720E7E0D500A560C2 /* uregion.h */; }; + B31BD92D20E7E0D900A560C2 /* utext.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD71820E7E0D500A560C2 /* utext.h */; }; + B31BD92E20E7E0D900A560C2 /* edits.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD71920E7E0D500A560C2 /* edits.h */; }; + B31BD92F20E7E0D900A560C2 /* parsepos.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD71A20E7E0D500A560C2 /* parsepos.h */; }; + B31BD93020E7E0D900A560C2 /* ucal.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD71B20E7E0D500A560C2 /* ucal.h */; }; + B31BD93120E7E0D900A560C2 /* fpositer.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD71C20E7E0D500A560C2 /* fpositer.h */; }; + B31BD93220E7E0D900A560C2 /* dtitvinf.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD71D20E7E0D500A560C2 /* dtitvinf.h */; }; + B31BD93320E7E0D900A560C2 /* rbnf.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD71E20E7E0D500A560C2 /* rbnf.h */; }; + B31BD93420E7E0D900A560C2 /* udat.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD71F20E7E0D500A560C2 /* udat.h */; }; + B31BD93520E7E0D900A560C2 /* urep.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD72020E7E0D500A560C2 /* urep.h */; }; + B31BD93620E7E0D900A560C2 /* utf32.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD72120E7E0D500A560C2 /* utf32.h */; }; + B31BD93720E7E0D900A560C2 /* vtzone.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD72220E7E0D500A560C2 /* vtzone.h */; }; + B31BD93820E7E0D900A560C2 /* ustring.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD72320E7E0D500A560C2 /* ustring.h */; }; + B31BD93920E7E0D900A560C2 /* ubiditransform.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD72420E7E0D500A560C2 /* ubiditransform.h */; }; + B31BD93A20E7E0D900A560C2 /* uenum.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD72520E7E0D500A560C2 /* uenum.h */; }; + B31BD93B20E7E0D900A560C2 /* appendable.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD72620E7E0D500A560C2 /* appendable.h */; }; + B31BD93C20E7E0D900A560C2 /* usearch.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD72720E7E0D500A560C2 /* usearch.h */; }; + B31BD93D20E7E0D900A560C2 /* numsys.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD72820E7E0D500A560C2 /* numsys.h */; }; + B31BD93E20E7E0D900A560C2 /* timezone.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD72920E7E0D500A560C2 /* timezone.h */; }; + B31BD93F20E7E0D900A560C2 /* uset.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD72A20E7E0D500A560C2 /* uset.h */; }; + B31BD94020E7E0D900A560C2 /* casemap.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD72B20E7E0D500A560C2 /* casemap.h */; }; + B31BD94120E7E0D900A560C2 /* coleitr.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD72C20E7E0D500A560C2 /* coleitr.h */; }; + B31BD94220E7E0D900A560C2 /* schriter.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD72D20E7E0D500A560C2 /* schriter.h */; }; + B31BD94320E7E0D900A560C2 /* msgfmt.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD72E20E7E0D500A560C2 /* msgfmt.h */; }; + B31BD94420E7E0D900A560C2 /* fieldpos.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD72F20E7E0D500A560C2 /* fieldpos.h */; }; + B31BD94520E7E0D900A560C2 /* simpletz.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD73020E7E0D500A560C2 /* simpletz.h */; }; + B31BD94620E7E0D900A560C2 /* uldnames.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD73120E7E0D500A560C2 /* uldnames.h */; }; + B31BD94720E7E0D900A560C2 /* uiter.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD73220E7E0D500A560C2 /* uiter.h */; }; + B31BD94820E7E0D900A560C2 /* umsg.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD73320E7E0D500A560C2 /* umsg.h */; }; + B31BD94920E7E0D900A560C2 /* sortkey.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD73420E7E0D500A560C2 /* sortkey.h */; }; + B31BD94A20E7E0D900A560C2 /* docmain.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD73520E7E0D500A560C2 /* docmain.h */; }; + B31BD94B20E7E0D900A560C2 /* uniset.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD73620E7E0D500A560C2 /* uniset.h */; }; + B31BD94C20E7E0D900A560C2 /* basictz.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD73720E7E0D500A560C2 /* basictz.h */; }; + B31BD94D20E7E0D900A560C2 /* udata.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD73820E7E0D500A560C2 /* udata.h */; }; + B31BD94E20E7E0D900A560C2 /* stringtriebuilder.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD73920E7E0D500A560C2 /* stringtriebuilder.h */; }; + B31BD94F20E7E0D900A560C2 /* chariter.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD73A20E7E0D500A560C2 /* chariter.h */; }; + B31BD95020E7E0D900A560C2 /* umisc.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD73B20E7E0D500A560C2 /* umisc.h */; }; + B31BD95120E7E0D900A560C2 /* reldatefmt.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD73C20E7E0D500A560C2 /* reldatefmt.h */; }; + B31BD95220E7E0D900A560C2 /* uloc.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD73D20E7E0D500A560C2 /* uloc.h */; }; + B31BD95320E7E0D900A560C2 /* plurrule.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD73E20E7E0D500A560C2 /* plurrule.h */; }; + B31BD95420E7E0D900A560C2 /* bytestriebuilder.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD73F20E7E0D500A560C2 /* bytestriebuilder.h */; }; + B31BD95520E7E0D900A560C2 /* measunit.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD74020E7E0D500A560C2 /* measunit.h */; }; + B31BD95620E7E0D900A560C2 /* utrace.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD74120E7E0D500A560C2 /* utrace.h */; }; + B31BD95720E7E0D900A560C2 /* locdspnm.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD74220E7E0D500A560C2 /* locdspnm.h */; }; + B31BD95820E7E0D900A560C2 /* gregocal.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD74320E7E0D500A560C2 /* gregocal.h */; }; + B31BD95920E7E0D900A560C2 /* uchriter.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD74420E7E0D500A560C2 /* uchriter.h */; }; + B31BD95A20E7E0D900A560C2 /* enumset.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD74520E7E0D500A560C2 /* enumset.h */; }; + B31BD95B20E7E0D900A560C2 /* nounit.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD74620E7E0D500A560C2 /* nounit.h */; }; + B31BD95C20E7E0D900A560C2 /* utf.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD74720E7E0D500A560C2 /* utf.h */; }; + B31BD95D20E7E0D900A560C2 /* measure.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD74820E7E0D500A560C2 /* measure.h */; }; + B31BD95E20E7E0D900A560C2 /* tzrule.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD74920E7E0D500A560C2 /* tzrule.h */; }; + B31BD95F20E7E0D900A560C2 /* strenum.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD74A20E7E0D500A560C2 /* strenum.h */; }; + B31BD96020E7E0D900A560C2 /* regex.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD74B20E7E0D500A560C2 /* regex.h */; }; + B31BD96120E7E0D900A560C2 /* gender.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD74C20E7E0D500A560C2 /* gender.h */; }; + B31BD96220E7E0D900A560C2 /* dcfmtsym.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD74D20E7E0D500A560C2 /* dcfmtsym.h */; }; + B31BD96320E7E0D900A560C2 /* ucnv_err.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD74E20E7E0D500A560C2 /* ucnv_err.h */; }; + B31BD96420E7E0D900A560C2 /* decimfmt.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD74F20E7E0D500A560C2 /* decimfmt.h */; }; + B31BD96520E7E0D900A560C2 /* bytestrie.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD75020E7E0D500A560C2 /* bytestrie.h */; }; + B31BD96620E7E0D900A560C2 /* udatpg.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD75120E7E0D500A560C2 /* udatpg.h */; }; + B31BD96720E7E0D900A560C2 /* listformatter.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD75220E7E0D500A560C2 /* listformatter.h */; }; + B31BD96820E7E0D900A560C2 /* uobject.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD75320E7E0D500A560C2 /* uobject.h */; }; + B31BD96920E7E0D900A560C2 /* calendar.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD75420E7E0D500A560C2 /* calendar.h */; }; + B31BD96A20E7E0D900A560C2 /* ures.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD75520E7E0D500A560C2 /* ures.h */; }; + B31BD96B20E7E0D900A560C2 /* normlzr.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD75620E7E0D500A560C2 /* normlzr.h */; }; + B31BD96C20E7E0D900A560C2 /* usprep.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD75720E7E0D500A560C2 /* usprep.h */; }; + B31BD96D20E7E0D900A560C2 /* urename.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD75820E7E0D500A560C2 /* urename.h */; }; + B31BD96E20E7E0D900A560C2 /* caniter.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD75920E7E0D500A560C2 /* caniter.h */; }; + B31BD96F20E7E0D900A560C2 /* ucol.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD75A20E7E0D500A560C2 /* ucol.h */; }; + B31BD97020E7E0D900A560C2 /* upluralrules.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD75B20E7E0D500A560C2 /* upluralrules.h */; }; + B31BD97120E7E0D900A560C2 /* ucharstrie.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD75C20E7E0D500A560C2 /* ucharstrie.h */; }; + B31BD97220E7E0D900A560C2 /* tmunit.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD75D20E7E0D500A560C2 /* tmunit.h */; }; + B31BD97320E7E0D900A560C2 /* unistr.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD75E20E7E0D500A560C2 /* unistr.h */; }; + B31BD97420E7E0D900A560C2 /* rbbi.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD75F20E7E0D500A560C2 /* rbbi.h */; }; + B31BD97520E7E0D900A560C2 /* ulocdata.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD76020E7E0D500A560C2 /* ulocdata.h */; }; + B31BD97620E7E0D900A560C2 /* idna.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD76120E7E0D500A560C2 /* idna.h */; }; + B31BD97720E7E0D900A560C2 /* unorm2.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD76220E7E0D500A560C2 /* unorm2.h */; }; + B31BD97820E7E0D900A560C2 /* dtptngen.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD76320E7E0D500A560C2 /* dtptngen.h */; }; + B31BD97920E7E0D900A560C2 /* dbbi.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD76420E7E0D500A560C2 /* dbbi.h */; }; + B31BD97A20E7E0D900A560C2 /* bytestream.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD76520E7E0D500A560C2 /* bytestream.h */; }; + B31BD97B20E7E0D900A560C2 /* uversion.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD76620E7E0D500A560C2 /* uversion.h */; }; + B31BD97C20E7E0D900A560C2 /* messagepattern.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD76720E7E0D500A560C2 /* messagepattern.h */; }; + B31BD97D20E7E0D900A560C2 /* uidna.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD76820E7E0D500A560C2 /* uidna.h */; }; + B31BD97E20E7E0D900A560C2 /* filteredbrk.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD76920E7E0D500A560C2 /* filteredbrk.h */; }; + B31BD97F20E7E0D900A560C2 /* tmutamt.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD76A20E7E0D500A560C2 /* tmutamt.h */; }; + B31BD98020E7E0D900A560C2 /* char16ptr.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD76B20E7E0D500A560C2 /* char16ptr.h */; }; + B31BD98120E7E0D900A560C2 /* symtable.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD76C20E7E0D500A560C2 /* symtable.h */; }; + B31BD98220E7E0D900A560C2 /* ucasemap.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD76D20E7E0D500A560C2 /* ucasemap.h */; }; + B31BD98320E7E0D900A560C2 /* ucoleitr.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD76E20E7E0D500A560C2 /* ucoleitr.h */; }; + B31BD98420E7E0D900A560C2 /* compactdecimalformat.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD76F20E7E0D500A560C2 /* compactdecimalformat.h */; }; + B31BD98520E7E0D900A560C2 /* unum.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD77020E7E0D500A560C2 /* unum.h */; }; + B31BD98620E7E0D900A560C2 /* udisplaycontext.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD77120E7E0D500A560C2 /* udisplaycontext.h */; }; + B31BD98720E7E0D900A560C2 /* tztrans.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD77220E7E0D500A560C2 /* tztrans.h */; }; + B31BD98820E7E0D900A560C2 /* umachine.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD77320E7E0D500A560C2 /* umachine.h */; }; + B31BD98920E7E0D900A560C2 /* numberformatter.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD77420E7E0D500A560C2 /* numberformatter.h */; }; + B31BD98A20E7E0D900A560C2 /* datefmt.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD77520E7E0D500A560C2 /* datefmt.h */; }; + B31BD98B20E7E0D900A560C2 /* utmscale.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD77620E7E0D500A560C2 /* utmscale.h */; }; + B31BD98C20E7E0D900A560C2 /* coll.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD77720E7E0D500A560C2 /* coll.h */; }; + B31BD98D20E7E0D900A560C2 /* currpinf.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD77820E7E0D500A560C2 /* currpinf.h */; }; + B31BD98E20E7E0D900A560C2 /* uregex.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD77920E7E0D500A560C2 /* uregex.h */; }; + B31BD98F20E7E0D900A560C2 /* tmutfmt.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD77A20E7E0D500A560C2 /* tmutfmt.h */; }; + B31BD99020E7E0D900A560C2 /* plurfmt.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD77B20E7E0D500A560C2 /* plurfmt.h */; }; + B31BD99120E7E0D900A560C2 /* ustringtrie.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD77C20E7E0D500A560C2 /* ustringtrie.h */; }; + B31BD99220E7E0D900A560C2 /* smpdtfmt.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD77D20E7E0D500A560C2 /* smpdtfmt.h */; }; + B31BD99320E7E0D900A560C2 /* icudataver.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD77E20E7E0D500A560C2 /* icudataver.h */; }; + B31BD99420E7E0D900A560C2 /* uchar.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD77F20E7E0D500A560C2 /* uchar.h */; }; + B31BD99520E7E0D900A560C2 /* unorm.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD78020E7E0D500A560C2 /* unorm.h */; }; + B31BD99620E7E0D900A560C2 /* ushape.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD78120E7E0D500A560C2 /* ushape.h */; }; + B31BD99720E7E0D900A560C2 /* unifunct.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD78220E7E0D500A560C2 /* unifunct.h */; }; + B31BD99820E7E0D900A560C2 /* ugender.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD78320E7E0D500A560C2 /* ugender.h */; }; + B31BD99920E7E0D900A560C2 /* selfmt.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD78420E7E0D500A560C2 /* selfmt.h */; }; + B31BD99A20E7E0D900A560C2 /* uformattable.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD78520E7E0D500A560C2 /* uformattable.h */; }; + B31BD99B20E7E0D900A560C2 /* ustream.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD78620E7E0D500A560C2 /* ustream.h */; }; + B31BD99C20E7E0D900A560C2 /* simpleformatter.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD78720E7E0D500A560C2 /* simpleformatter.h */; }; + B31BD99D20E7E0D900A560C2 /* ucnv_cb.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD78820E7E0D500A560C2 /* ucnv_cb.h */; }; + B31BD99E20E7E0D900A560C2 /* curramt.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD78920E7E0D500A560C2 /* curramt.h */; }; + B31BD99F20E7E0D900A560C2 /* locid.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD78A20E7E0D500A560C2 /* locid.h */; }; + B31BD9A020E7E0D900A560C2 /* udateintervalformat.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD78B20E7E0D500A560C2 /* udateintervalformat.h */; }; + B31BD9A120E7E0D900A560C2 /* resbund.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD78C20E7E0D500A560C2 /* resbund.h */; }; + B31BD9A220E7E0D900A560C2 /* ubidi.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD78D20E7E0D500A560C2 /* ubidi.h */; }; + B31BD9A320E7E0D900A560C2 /* stsearch.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD78E20E7E0D500A560C2 /* stsearch.h */; }; + B31BD9A420E7E0D900A560C2 /* alphaindex.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD78F20E7E0D500A560C2 /* alphaindex.h */; }; + B31BD9A520E7E0D900A560C2 /* uvernum.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD79020E7E0D500A560C2 /* uvernum.h */; }; + B31BD9A620E7E0D900A560C2 /* unimatch.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD79120E7E0D600A560C2 /* unimatch.h */; }; + B31BD9A720E7E0D900A560C2 /* rbtz.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD79220E7E0D600A560C2 /* rbtz.h */; }; + B31BD9A820E7E0D900A560C2 /* ucnvsel.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD79320E7E0D600A560C2 /* ucnvsel.h */; }; + B31BD9A920E7E0D900A560C2 /* uspoof.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD79420E7E0D600A560C2 /* uspoof.h */; }; + B31BD9AA20E7E0D900A560C2 /* region.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD79520E7E0D600A560C2 /* region.h */; }; + B31BD9AB20E7E0D900A560C2 /* ureldatefmt.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD79620E7E0D600A560C2 /* ureldatefmt.h */; }; + B31BD9AC20E7E0D900A560C2 /* utrans.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD79720E7E0D600A560C2 /* utrans.h */; }; + B31BD9AD20E7E0D900A560C2 /* parseerr.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD79820E7E0D600A560C2 /* parseerr.h */; }; + B31BD9AE20E7E0D900A560C2 /* putil.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD79920E7E0D600A560C2 /* putil.h */; }; + B31BD9AF20E7E0D900A560C2 /* format.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD79A20E7E0D600A560C2 /* format.h */; }; + B31BD9B020E7E0D900A560C2 /* scientificnumberformatter.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD79B20E7E0D600A560C2 /* scientificnumberformatter.h */; }; + B31BD9B120E7E0D900A560C2 /* normalizer2.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD79C20E7E0D600A560C2 /* normalizer2.h */; }; + B31BD9B220E7E0D900A560C2 /* dtrule.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD79D20E7E0D600A560C2 /* dtrule.h */; }; + B31BD9B320E7E0D900A560C2 /* ucnv.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD79E20E7E0D600A560C2 /* ucnv.h */; }; + B31BD9B420E7E0D900A560C2 /* ucharstriebuilder.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD79F20E7E0D600A560C2 /* ucharstriebuilder.h */; }; + B31BD9B520E7E0D900A560C2 /* search.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD7A020E7E0D600A560C2 /* search.h */; }; + B31BD9B620E7E0D900A560C2 /* unumsys.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD7A120E7E0D600A560C2 /* unumsys.h */; }; + B31BD9B720E7E0D900A560C2 /* uconfig.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD7A220E7E0D600A560C2 /* uconfig.h */; }; + B31BD9B820E7E0D900A560C2 /* utf16.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD7A320E7E0D600A560C2 /* utf16.h */; }; + B31BD9B920E7E0D900A560C2 /* brkiter.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD7A420E7E0D600A560C2 /* brkiter.h */; }; + B31BD9BA20E7E0D900A560C2 /* platform.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD7A520E7E0D600A560C2 /* platform.h */; }; + B31BD9BB20E7E0D900A560C2 /* rep.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD7A620E7E0D600A560C2 /* rep.h */; }; + B31BD9BC20E7E0D900A560C2 /* std_string.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD7A720E7E0D600A560C2 /* std_string.h */; }; + B31BD9BD20E7E0D900A560C2 /* utf8.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD7A820E7E0D600A560C2 /* utf8.h */; }; + B31BD9BE20E7E0D900A560C2 /* localpointer.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD7A920E7E0D600A560C2 /* localpointer.h */; }; + B31BD9BF20E7E0D900A560C2 /* uclean.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD7AA20E7E0D600A560C2 /* uclean.h */; }; + B31BD9C020E7E0D900A560C2 /* uscript.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD7AB20E7E0D600A560C2 /* uscript.h */; }; + B31BD9C120E7E0D900A560C2 /* numfmt.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD7AC20E7E0D600A560C2 /* numfmt.h */; }; + B31BD9C220E7E0D900A560C2 /* currunit.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD7AD20E7E0D600A560C2 /* currunit.h */; }; + B31BD9C320E7E0D900A560C2 /* utypes.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD7AE20E7E0D600A560C2 /* utypes.h */; }; + B31BD9C420E7E0D900A560C2 /* ulistformatter.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD7AF20E7E0D600A560C2 /* ulistformatter.h */; }; + B31BD9C520E7E0D900A560C2 /* measfmt.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD7B020E7E0D600A560C2 /* measfmt.h */; }; + B31BD9C620E7E0D900A560C2 /* unifilt.h in Headers */ = {isa = PBXBuildFile; fileRef = B31BD7B120E7E0D600A560C2 /* unifilt.h */; }; + B31BD9D920E7E0DA00A560C2 /* libicuio.61.1.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B31BD7C720E7E0D600A560C2 /* libicuio.61.1.dylib */; }; + B31BD9DC20E7E0DA00A560C2 /* libicui18n.61.1.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B31BD7CA20E7E0D600A560C2 /* libicui18n.61.1.dylib */; }; + B31BD9DD20E7E0DA00A560C2 /* libicutu.61.1.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B31BD7CB20E7E0D600A560C2 /* libicutu.61.1.dylib */; }; + B31BD9E620E7E0DA00A560C2 /* libicudata.61.1.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B31BD7D420E7E0D600A560C2 /* libicudata.61.1.dylib */; }; + B31BD9E720E7E0DA00A560C2 /* libicutest.61.1.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B31BD7D520E7E0D600A560C2 /* libicutest.61.1.dylib */; }; + B31BD9EE20E7E0DA00A560C2 /* libicuuc.61.1.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B31BD7DF20E7E0D600A560C2 /* libicuuc.61.1.dylib */; }; + B31BDB0120E7E26200A560C2 /* libicuio.61.1.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = B31BD7C720E7E0D600A560C2 /* libicuio.61.1.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + B31BDB0320E7E26200A560C2 /* libicui18n.61.1.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = B31BD7CA20E7E0D600A560C2 /* libicui18n.61.1.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + B31BDB0420E7E26200A560C2 /* libicutu.61.1.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = B31BD7CB20E7E0D600A560C2 /* libicutu.61.1.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + B31BDB0B20E7E26200A560C2 /* libicudata.61.1.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = B31BD7D420E7E0D600A560C2 /* libicudata.61.1.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + B31BDB0C20E7E26200A560C2 /* libicutest.61.1.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = B31BD7D520E7E0D600A560C2 /* libicutest.61.1.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + B31BDB0D20E7E26200A560C2 /* libicuuc.61.1.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = B31BD7DF20E7E0D600A560C2 /* libicuuc.61.1.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + B31BEAFA1F96268700496E7A /* RegularExpressionSetBuilder.swift in Sources */ = {isa = PBXBuildFile; fileRef = B31BEAF81F96268000496E7A /* RegularExpressionSetBuilder.swift */; }; + B31BEAFC1F96269F00496E7A /* RegularExpressionSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = B31BEAFB1F96269F00496E7A /* RegularExpressionSet.swift */; }; + B31BEAFE1F9626AC00496E7A /* RegularExpressionSetProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = B31BEAFD1F9626AC00496E7A /* RegularExpressionSetProtocol.swift */; }; + B31BEB001F9626BB00496E7A /* RegularExpressionSetBuilderProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = B31BEAFF1F9626BB00496E7A /* RegularExpressionSetBuilderProtocol.swift */; }; + B3242E9A213DBE6C0063037C /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3242E99213DBE6C0063037C /* main.swift */; }; + B324472423D2458300549D30 /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = B324472323D2458300549D30 /* main.swift */; }; + B324472A23D245A600549D30 /* organize_icons.swift in Sources */ = {isa = PBXBuildFile; fileRef = B324472823D245A500549D30 /* organize_icons.swift */; }; + B324472B23D245A600549D30 /* mfizz.swift in Sources */ = {isa = PBXBuildFile; fileRef = B324472923D245A500549D30 /* mfizz.swift */; }; + B326F25621811BA20072D652 /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = B323FC10217FB5CB00D95E9C /* main.swift */; }; + B326F25721811BA20072D652 /* ServiceDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = B323FC12217FB5F500D95E9C /* ServiceDelegate.swift */; }; + B326F25821811C870072D652 /* InstallerProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3FDF6442180A3FF00455A43 /* InstallerProtocol.swift */; }; + B326F25921811CCD0072D652 /* com.brightdigit.Speculid-Mac-Installer in CopyFiles */ = {isa = PBXBuildFile; fileRef = B326F24F21811B970072D652 /* com.brightdigit.Speculid-Mac-Installer */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + B33A533E1F954FF800E74800 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = B33A533D1F954FF800E74800 /* Result.swift */; }; + B33F0BB61F958640004A87DD /* StatusItemProviderProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = B33A53391F954E4B00E74800 /* StatusItemProviderProtocol.swift */; }; + B33F0BB71F958640004A87DD /* RemoteObjectInterfaceProviderProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = B33A533B1F954F8C00E74800 /* RemoteObjectInterfaceProviderProtocol.swift */; }; + B33F0BB91F958695004A87DD /* RemoteObjectInterfaceProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = B33F0BB81F958695004A87DD /* RemoteObjectInterfaceProvider.swift */; }; + B33F0BBB1F9586A9004A87DD /* StatusItemProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = B33F0BBA1F9586A9004A87DD /* StatusItemProvider.swift */; }; + B341888A1F9A44A700C5F356 /* CommandLineArgumentProviderProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = B34188891F9A44A700C5F356 /* CommandLineArgumentProviderProtocol.swift */; }; + B341888E1F9A460300C5F356 /* CommandLineArgumentProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = B341888D1F9A460300C5F356 /* CommandLineArgumentProvider.swift */; }; + B34188911F9A479900C5F356 /* SpeculidApplicationModeParserTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = B34188901F9A479900C5F356 /* SpeculidApplicationModeParserTest.swift */; }; + B34B52C8217E5D700080E6DC /* InstallType.swift in Sources */ = {isa = PBXBuildFile; fileRef = B34B52C7217E5D700080E6DC /* InstallType.swift */; }; + B34B52CA217E5FC40080E6DC /* CommandLineInstaller.swift in Sources */ = {isa = PBXBuildFile; fileRef = B34B52C9217E5FC40080E6DC /* CommandLineInstaller.swift */; }; + B34E82FB1F8FD4EF0032268F /* ImageFileFormat.h in Headers */ = {isa = PBXBuildFile; fileRef = B34E82FA1F8FD4EF0032268F /* ImageFileFormat.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B34E82FF1F8FD6860032268F /* ImageFileProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = B34E82FE1F8FD6860032268F /* ImageFileProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B34E83041F8FD90C0032268F /* GlibError.h in Headers */ = {isa = PBXBuildFile; fileRef = B34E83021F8FD90C0032268F /* GlibError.h */; }; + B34E83051F8FD90C0032268F /* GlibError.m in Sources */ = {isa = PBXBuildFile; fileRef = B34E83031F8FD90C0032268F /* GlibError.m */; }; + B34E83071F8FDCA30032268F /* GeometryDimension.h in Headers */ = {isa = PBXBuildFile; fileRef = B34E83061F8FDC4C0032268F /* GeometryDimension.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B34E83091F8FDCB80032268F /* Dimension.h in Headers */ = {isa = PBXBuildFile; fileRef = B34E83081F8FDCB80032268F /* Dimension.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B34E830B1F8FDDAC0032268F /* CairoColorProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = B34E830A1F8FDDAC0032268F /* CairoColorProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B35B71231F9041B900BE477E /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = B35B71221F9041B900BE477E /* main.swift */; }; + B35B71271F904CF100BE477E /* SurfaceHandleBuilder.h in Headers */ = {isa = PBXBuildFile; fileRef = B35B71251F904CF100BE477E /* SurfaceHandleBuilder.h */; }; + B35B71281F904CF100BE477E /* SurfaceHandleBuilder.m in Sources */ = {isa = PBXBuildFile; fileRef = B35B71261F904CF100BE477E /* SurfaceHandleBuilder.m */; }; + B35B712A1F9052B200BE477E /* CairoSize.h in Headers */ = {isa = PBXBuildFile; fileRef = B35B71291F9052B200BE477E /* CairoSize.h */; }; + B36C2E8B1FA5B876003F48BD /* build.list in Resources */ = {isa = PBXBuildFile; fileRef = B36C2E8A1FA5B876003F48BD /* build.list */; }; + B37C74441F8C58F300DF505B /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = B37C74431F8C58F300DF505B /* Assets.xcassets */; }; + B37C745E1F8C590D00DF505B /* Speculid-Mac-XPC.xpc in Embed XPC Services */ = {isa = PBXBuildFile; fileRef = B37C74531F8C590D00DF505B /* Speculid-Mac-XPC.xpc */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; }; + B37C74641F8C592400DF505B /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = B37C74631F8C592400DF505B /* main.swift */; }; + B37C746B1F8C598500DF505B /* ServiceDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = B37C74681F8C598500DF505B /* ServiceDelegate.swift */; }; + B37C747A1F8C5ADA00DF505B /* SpeculidKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B37C74731F8C5ADA00DF505B /* SpeculidKit.framework */; }; + B37C747B1F8C5ADA00DF505B /* SpeculidKit.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = B37C74731F8C5ADA00DF505B /* SpeculidKit.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; + B37C748D1F8C5B5C00DF505B /* CairoSVG.h in Headers */ = {isa = PBXBuildFile; fileRef = B37C748B1F8C5B5C00DF505B /* CairoSVG.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B37C74901F8C5B5C00DF505B /* CairoSVG.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B37C74891F8C5B5C00DF505B /* CairoSVG.framework */; }; + B37C74911F8C5B5C00DF505B /* CairoSVG.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = B37C74891F8C5B5C00DF505B /* CairoSVG.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; + B37C74A41F8C5C7400DF505B /* SVGImageHandle.h in Headers */ = {isa = PBXBuildFile; fileRef = B37C74951F8C5C7200DF505B /* SVGImageHandle.h */; }; + B37C74A51F8C5C7400DF505B /* PNGImageHandle.m in Sources */ = {isa = PBXBuildFile; fileRef = B37C74961F8C5C7200DF505B /* PNGImageHandle.m */; }; + B37C74A61F8C5C7400DF505B /* CairoInterface.m in Sources */ = {isa = PBXBuildFile; fileRef = B37C74971F8C5C7300DF505B /* CairoInterface.m */; }; + B37C74A71F8C5C7400DF505B /* PDFSurface.h in Headers */ = {isa = PBXBuildFile; fileRef = B37C74981F8C5C7300DF505B /* PDFSurface.h */; }; + B37C74A81F8C5C7400DF505B /* ImageSpecificationProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = B37C74991F8C5C7300DF505B /* ImageSpecificationProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B37C74A91F8C5C7400DF505B /* CairoInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = B37C749A1F8C5C7300DF505B /* CairoInterface.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B37C74AA1F8C5C7400DF505B /* SurfaceHandle.h in Headers */ = {isa = PBXBuildFile; fileRef = B37C749B1F8C5C7300DF505B /* SurfaceHandle.h */; }; + B37C74AB1F8C5C7400DF505B /* ImageHandleBuilder.h in Headers */ = {isa = PBXBuildFile; fileRef = B37C749C1F8C5C7300DF505B /* ImageHandleBuilder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B37C74AC1F8C5C7400DF505B /* PDFSurface.m in Sources */ = {isa = PBXBuildFile; fileRef = B37C749D1F8C5C7300DF505B /* PDFSurface.m */; }; + B37C74AD1F8C5C7400DF505B /* SVGImageHandle.m in Sources */ = {isa = PBXBuildFile; fileRef = B37C749E1F8C5C7300DF505B /* SVGImageHandle.m */; }; + B37C74AE1F8C5C7400DF505B /* PNGSurface.m in Sources */ = {isa = PBXBuildFile; fileRef = B37C749F1F8C5C7300DF505B /* PNGSurface.m */; }; + B37C74AF1F8C5C7400DF505B /* ImageHandleBuilder.m in Sources */ = {isa = PBXBuildFile; fileRef = B37C74A01F8C5C7400DF505B /* ImageHandleBuilder.m */; }; + B37C74B01F8C5C7400DF505B /* ImageHandle.h in Headers */ = {isa = PBXBuildFile; fileRef = B37C74A11F8C5C7400DF505B /* ImageHandle.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B37C74B11F8C5C7400DF505B /* PNGSurface.h in Headers */ = {isa = PBXBuildFile; fileRef = B37C74A21F8C5C7400DF505B /* PNGSurface.h */; }; + B37C74B21F8C5C7400DF505B /* PNGImageHandle.h in Headers */ = {isa = PBXBuildFile; fileRef = B37C74A31F8C5C7400DF505B /* PNGImageHandle.h */; }; + B37C74BC1F8C5D2A00DF505B /* CairoSVG.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B37C74891F8C5B5C00DF505B /* CairoSVG.framework */; }; + B3825EFC20F91807008F2A02 /* Segment.h in Headers */ = {isa = PBXBuildFile; fileRef = B3825EF320F91806008F2A02 /* Segment.h */; }; + B3825EFD20F91807008F2A02 /* Types.h in Headers */ = {isa = PBXBuildFile; fileRef = B3825EF420F91806008F2A02 /* Types.h */; }; + B3825EFE20F91807008F2A02 /* Log.h in Headers */ = {isa = PBXBuildFile; fileRef = B3825EF520F91806008F2A02 /* Log.h */; }; + B3825EFF20F91807008F2A02 /* Font.h in Headers */ = {isa = PBXBuildFile; fileRef = B3825EF620F91806008F2A02 /* Font.h */; }; + B3825F0120F91807008F2A02 /* libgraphite2.3.0.1.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B3825EF920F91806008F2A02 /* libgraphite2.3.0.1.dylib */; }; + B3825F0420F9183F008F2A02 /* libgraphite2.3.0.1.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = B3825EF920F91806008F2A02 /* libgraphite2.3.0.1.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + B3891B8420F6402F00FEDF89 /* libcroco-0.6.3.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = B3F8078C20E5858100030497 /* libcroco-0.6.3.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + B3891B8620F6406B00FEDF89 /* libfribidi.0.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = B3F8083220E585BF00030497 /* libfribidi.0.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + B3891BBE20F7CE010095E1FD /* CwlSysctl.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3891BBD20F7CE010095E1FD /* CwlSysctl.swift */; }; + B394EEBF2195FE46004EB090 /* BadGeometryCGSizeValueError.swift in Sources */ = {isa = PBXBuildFile; fileRef = B394EEBE2195FE46004EB090 /* BadGeometryCGSizeValueError.swift */; }; + B394EEC02195FE4A004EB090 /* BadGeometryStringValueError.swift in Sources */ = {isa = PBXBuildFile; fileRef = B394EEBC2195FE2D004EB090 /* BadGeometryStringValueError.swift */; }; + B3A2BCF9213F2622005FC8A1 /* speculid in CopyFiles */ = {isa = PBXBuildFile; fileRef = B3242E97213DBE6C0063037C /* speculid */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + B3B5E9DA1F96C1C1004A6BEB /* SpeculidConfigurationBuilder.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3B5E9D81F96C1BE004A6BEB /* SpeculidConfigurationBuilder.swift */; }; + B3B5E9DC1F96C1D2004A6BEB /* SpeculidConfigurationBuilderProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3B5E9DB1F96C1D2004A6BEB /* SpeculidConfigurationBuilderProtocol.swift */; }; + B3B5E9DE1F96C2A2004A6BEB /* SpeculidConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3B5E9DD1F96C2A2004A6BEB /* SpeculidConfiguration.swift */; }; + B3B5E9E01F96C416004A6BEB /* SpeculidApplicationMode.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3B5E9DF1F96C416004A6BEB /* SpeculidApplicationMode.swift */; }; + B3B5E9E21F96C44D004A6BEB /* SpeculidCommandArgumentSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3B5E9E11F96C44D004A6BEB /* SpeculidCommandArgumentSet.swift */; }; + B3B5E9E41F96C5F1004A6BEB /* CommandLineActivityProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3B5E9E31F96C5F1004A6BEB /* CommandLineActivityProtocol.swift */; }; + B3B5E9E61F96C604004A6BEB /* CommandLineRunnerProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3B5E9E51F96C604004A6BEB /* CommandLineRunnerProtocol.swift */; }; + B3B5E9E81F96C74C004A6BEB /* CommandLineRunner.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3B5E9E71F96C74C004A6BEB /* CommandLineRunner.swift */; }; + B3B5E9EA1F96C777004A6BEB /* SpeculidApplicationModeParserProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3B5E9E91F96C777004A6BEB /* SpeculidApplicationModeParserProtocol.swift */; }; + B3B5E9EC1F96C7D5004A6BEB /* SpeculidApplicationModeParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3B5E9EB1F96C7D5004A6BEB /* SpeculidApplicationModeParser.swift */; }; + B3BF4C42213ED5CB003744F4 /* SpeculidKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B37C74731F8C5ADA00DF505B /* SpeculidKit.framework */; }; + B3C6CA8E2114C9EB000D5120 /* dummy in Resources */ = {isa = PBXBuildFile; fileRef = B3C6CA8D2114C9EB000D5120 /* dummy */; }; + B3CB15702113AA8C00A6DC5C /* VersionProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3CB156F2113AA8C00A6DC5C /* VersionProvider.swift */; }; + B3D32A021F9A5D760042B46F /* help.txt in Resources */ = {isa = PBXBuildFile; fileRef = B3D32A011F9A5D750042B46F /* help.txt */; }; + B3D32A041F9A5E8F0042B46F /* CommandLineRunnerTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3D32A031F9A5E8F0042B46F /* CommandLineRunnerTest.swift */; }; + B3D32A061F9A5FEE0042B46F /* FileHandle.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3D32A051F9A5FEE0042B46F /* FileHandle.swift */; }; + B3D32A081F9A73740042B46F /* AsyncBlockOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3D32A071F9A73740042B46F /* AsyncBlockOperation.swift */; }; + B3E204B020E568C3009EA554 /* pixman.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F4C220E568A5009EA554 /* pixman.h */; }; + B3E204B120E568C3009EA554 /* pixman-version.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F4C320E568A5009EA554 /* pixman-version.h */; }; + B3E204B820E568C3009EA554 /* libpixman-1.0.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B3E2F4CC20E568A5009EA554 /* libpixman-1.0.dylib */; }; + B3E204BD20E568C3009EA554 /* ftsnames.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F4D820E568A5009EA554 /* ftsnames.h */; }; + B3E204BE20E568C3009EA554 /* ftwinfnt.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F4D920E568A5009EA554 /* ftwinfnt.h */; }; + B3E204BF20E568C3009EA554 /* ftsizes.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F4DA20E568A5009EA554 /* ftsizes.h */; }; + B3E204C020E568C3009EA554 /* fttypes.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F4DB20E568A5009EA554 /* fttypes.h */; }; + B3E204C120E568C3009EA554 /* ftparams.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F4DC20E568A5009EA554 /* ftparams.h */; }; + B3E204C220E568C3009EA554 /* ftmm.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F4DD20E568A5009EA554 /* ftmm.h */; }; + B3E204C320E568C3009EA554 /* ftstdlib.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F4DF20E568A5009EA554 /* ftstdlib.h */; }; + B3E204C420E568C3009EA554 /* ftheader.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F4E020E568A5009EA554 /* ftheader.h */; }; + B3E204C520E568C3009EA554 /* ftconfig.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F4E120E568A5009EA554 /* ftconfig.h */; }; + B3E204C620E568C3009EA554 /* ftoption.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F4E220E568A5009EA554 /* ftoption.h */; }; + B3E204C720E568C3009EA554 /* ftmodule.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F4E320E568A5009EA554 /* ftmodule.h */; }; + B3E204C820E568C3009EA554 /* ftmodapi.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F4E420E568A5009EA554 /* ftmodapi.h */; }; + B3E204C920E568C3009EA554 /* ftbzip2.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F4E520E568A5009EA554 /* ftbzip2.h */; }; + B3E204CA20E568C3009EA554 /* fttrigon.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F4E620E568A5009EA554 /* fttrigon.h */; }; + B3E204CB20E568C3009EA554 /* ftbbox.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F4E720E568A5009EA554 /* ftbbox.h */; }; + B3E204CC20E568C3009EA554 /* ftgzip.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F4E820E568A5009EA554 /* ftgzip.h */; }; + B3E204CD20E568C3009EA554 /* ftdriver.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F4E920E568A5009EA554 /* ftdriver.h */; }; + B3E204CE20E568C3009EA554 /* ftoutln.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F4EA20E568A6009EA554 /* ftoutln.h */; }; + B3E204CF20E568C3009EA554 /* ftadvanc.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F4EB20E568A6009EA554 /* ftadvanc.h */; }; + B3E204D020E568C3009EA554 /* ftsynth.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F4EC20E568A6009EA554 /* ftsynth.h */; }; + B3E204D120E568C3009EA554 /* fterrors.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F4ED20E568A6009EA554 /* fterrors.h */; }; + B3E204D220E568C3009EA554 /* ftgasp.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F4EE20E568A6009EA554 /* ftgasp.h */; }; + B3E204D320E568C3009EA554 /* ftstroke.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F4EF20E568A6009EA554 /* ftstroke.h */; }; + B3E204D420E568C3009EA554 /* ftcache.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F4F020E568A6009EA554 /* ftcache.h */; }; + B3E204D520E568C3009EA554 /* ftotval.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F4F120E568A6009EA554 /* ftotval.h */; }; + B3E204D620E568C3009EA554 /* freetype.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F4F220E568A6009EA554 /* freetype.h */; }; + B3E204D720E568C3009EA554 /* ftincrem.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F4F320E568A6009EA554 /* ftincrem.h */; }; + B3E204D820E568C3009EA554 /* ftfntfmt.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F4F420E568A6009EA554 /* ftfntfmt.h */; }; + B3E204D920E568C3009EA554 /* fterrdef.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F4F520E568A6009EA554 /* fterrdef.h */; }; + B3E204DA20E568C3009EA554 /* ttnameid.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F4F620E568A6009EA554 /* ttnameid.h */; }; + B3E204DB20E568C3009EA554 /* ftpfr.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F4F720E568A6009EA554 /* ftpfr.h */; }; + B3E204DC20E568C3009EA554 /* ftgxval.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F4F820E568A6009EA554 /* ftgxval.h */; }; + B3E204DD20E568C3009EA554 /* ftchapters.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F4F920E568A6009EA554 /* ftchapters.h */; }; + B3E204DE20E568C3009EA554 /* tttags.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F4FA20E568A6009EA554 /* tttags.h */; }; + B3E204DF20E568C3009EA554 /* ftlzw.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F4FB20E568A6009EA554 /* ftlzw.h */; }; + B3E204E020E568C3009EA554 /* ftsystem.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F4FC20E568A6009EA554 /* ftsystem.h */; }; + B3E204E120E568C3009EA554 /* t1tables.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F4FD20E568A6009EA554 /* t1tables.h */; }; + B3E204E220E568C3009EA554 /* ftimage.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F4FE20E568A6009EA554 /* ftimage.h */; }; + B3E204E320E568C3009EA554 /* tttables.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F4FF20E568A6009EA554 /* tttables.h */; }; + B3E204E420E568C3009EA554 /* ftcid.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F50020E568A6009EA554 /* ftcid.h */; }; + B3E204E520E568C3009EA554 /* ftglyph.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F50120E568A6009EA554 /* ftglyph.h */; }; + B3E204E620E568C3009EA554 /* ftmoderr.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F50220E568A6009EA554 /* ftmoderr.h */; }; + B3E204E720E568C3009EA554 /* ftbitmap.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F50320E568A6009EA554 /* ftbitmap.h */; }; + B3E204E820E568C3009EA554 /* ftlist.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F50420E568A6009EA554 /* ftlist.h */; }; + B3E204E920E568C3009EA554 /* ftmac.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F50520E568A6009EA554 /* ftmac.h */; }; + B3E204EA20E568C3009EA554 /* ftlcdfil.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F50620E568A6009EA554 /* ftlcdfil.h */; }; + B3E204EB20E568C3009EA554 /* ftbdf.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F50720E568A6009EA554 /* ftbdf.h */; }; + B3E204EC20E568C3009EA554 /* ftrender.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F50820E568A6009EA554 /* ftrender.h */; }; + B3E204ED20E568C3009EA554 /* ft2build.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F50920E568A6009EA554 /* ft2build.h */; }; + B3E204F220E568C3009EA554 /* libfreetype.6.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B3E2F51020E568A6009EA554 /* libfreetype.6.dylib */; }; + B3E204FC20E568C3009EA554 /* gdk-pixbuf-animation.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F52520E568A6009EA554 /* gdk-pixbuf-animation.h */; }; + B3E204FD20E568C3009EA554 /* gdk-pixbuf-marshal.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F52620E568A6009EA554 /* gdk-pixbuf-marshal.h */; }; + B3E204FE20E568C3009EA554 /* gdk-pixbuf-io.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F52720E568A6009EA554 /* gdk-pixbuf-io.h */; }; + B3E204FF20E568C3009EA554 /* gdk-pixbuf.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F52820E568A6009EA554 /* gdk-pixbuf.h */; }; + B3E2050020E568C3009EA554 /* gdk-pixbuf-macros.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F52920E568A6009EA554 /* gdk-pixbuf-macros.h */; }; + B3E2050120E568C3009EA554 /* gdk-pixbuf-loader.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F52A20E568A6009EA554 /* gdk-pixbuf-loader.h */; }; + B3E2050220E568C3009EA554 /* gdk-pixbuf-autocleanups.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F52B20E568A6009EA554 /* gdk-pixbuf-autocleanups.h */; }; + B3E2050320E568C3009EA554 /* gdk-pixbuf-enum-types.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F52C20E568A6009EA554 /* gdk-pixbuf-enum-types.h */; }; + B3E2050420E568C3009EA554 /* gdk-pixdata.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F52D20E568A6009EA554 /* gdk-pixdata.h */; }; + B3E2050520E568C3009EA554 /* gdk-pixbuf-transform.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F52E20E568A6009EA554 /* gdk-pixbuf-transform.h */; }; + B3E2050620E568C3009EA554 /* gdk-pixbuf-core.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F52F20E568A6009EA554 /* gdk-pixbuf-core.h */; }; + B3E2050720E568C3009EA554 /* gdk-pixbuf-features.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F53020E568A6009EA554 /* gdk-pixbuf-features.h */; }; + B3E2050820E568C3009EA554 /* gdk-pixbuf-simple-anim.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F53120E568A6009EA554 /* gdk-pixbuf-simple-anim.h */; }; + B3E2050E20E568C3009EA554 /* libgdk_pixbuf-2.0.0.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B3E2F53920E568A6009EA554 /* libgdk_pixbuf-2.0.0.dylib */; }; + B3E205D020E568C4009EA554 /* gunixfdlist.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F6E320E568A9009EA554 /* gunixfdlist.h */; }; + B3E205D120E568C4009EA554 /* gunixsocketaddress.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F6E420E568A9009EA554 /* gunixsocketaddress.h */; }; + B3E205D220E568C4009EA554 /* gdesktopappinfo.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F6E520E568A9009EA554 /* gdesktopappinfo.h */; }; + B3E205D320E568C4009EA554 /* gunixconnection.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F6E620E568A9009EA554 /* gunixconnection.h */; }; + B3E205D420E568C4009EA554 /* gunixoutputstream.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F6E720E568A9009EA554 /* gunixoutputstream.h */; }; + B3E205D520E568C4009EA554 /* gunixcredentialsmessage.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F6E820E568A9009EA554 /* gunixcredentialsmessage.h */; }; + B3E205D620E568C4009EA554 /* gunixinputstream.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F6E920E568A9009EA554 /* gunixinputstream.h */; }; + B3E205D720E568C4009EA554 /* gunixmounts.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F6EA20E568A9009EA554 /* gunixmounts.h */; }; + B3E205D820E568C4009EA554 /* gunixfdmessage.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F6EB20E568A9009EA554 /* gunixfdmessage.h */; }; + B3E205D920E568C4009EA554 /* gfiledescriptorbased.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F6EC20E568A9009EA554 /* gfiledescriptorbased.h */; }; + B3E205DA20E568C4009EA554 /* glib-object.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F6EE20E568A9009EA554 /* glib-object.h */; }; + B3E205DB20E568C4009EA554 /* gparam.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F6F020E568A9009EA554 /* gparam.h */; }; + B3E205DC20E568C4009EA554 /* gparamspecs.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F6F120E568A9009EA554 /* gparamspecs.h */; }; + B3E205DD20E568C4009EA554 /* gsignal.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F6F220E568A9009EA554 /* gsignal.h */; }; + B3E205DE20E568C4009EA554 /* genums.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F6F320E568A9009EA554 /* genums.h */; }; + B3E205DF20E568C4009EA554 /* gclosure.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F6F420E568A9009EA554 /* gclosure.h */; }; + B3E205E020E568C4009EA554 /* gvaluearray.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F6F520E568A9009EA554 /* gvaluearray.h */; }; + B3E205E120E568C4009EA554 /* gbinding.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F6F620E568A9009EA554 /* gbinding.h */; }; + B3E205E220E568C4009EA554 /* gtypeplugin.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F6F720E568A9009EA554 /* gtypeplugin.h */; }; + B3E205E420E568C4009EA554 /* gsourceclosure.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F6F920E568A9009EA554 /* gsourceclosure.h */; }; + B3E205E520E568C4009EA554 /* glib-types.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F6FA20E568A9009EA554 /* glib-types.h */; }; + B3E205E620E568C4009EA554 /* gtype.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F6FB20E568A9009EA554 /* gtype.h */; }; + B3E205E720E568C4009EA554 /* gvaluetypes.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F6FC20E568A9009EA554 /* gvaluetypes.h */; }; + B3E205E820E568C4009EA554 /* gboxed.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F6FD20E568A9009EA554 /* gboxed.h */; }; + B3E205E920E568C4009EA554 /* gtypemodule.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F6FE20E568A9009EA554 /* gtypemodule.h */; }; + B3E205EA20E568C4009EA554 /* gvalue.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F6FF20E568A9009EA554 /* gvalue.h */; }; + B3E205EB20E568C4009EA554 /* gvaluecollector.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F70020E568AA009EA554 /* gvaluecollector.h */; }; + B3E205EC20E568C4009EA554 /* gobject-autocleanups.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F70120E568AA009EA554 /* gobject-autocleanups.h */; }; + B3E205ED20E568C4009EA554 /* gobject.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F70220E568AA009EA554 /* gobject.h */; }; + B3E205EE20E568C4009EA554 /* gmarshal.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F70320E568AA009EA554 /* gmarshal.h */; }; + B3E205EF20E568C4009EA554 /* glib-unix.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F70420E568AA009EA554 /* glib-unix.h */; }; + B3E205F020E568C4009EA554 /* glib.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F70520E568AA009EA554 /* glib.h */; }; + B3E205F120E568C4009EA554 /* gmarkup.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F70720E568AA009EA554 /* gmarkup.h */; }; + B3E205F220E568C4009EA554 /* ghmac.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F70820E568AA009EA554 /* ghmac.h */; }; + B3E205F320E568C4009EA554 /* gtimer.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F70920E568AA009EA554 /* gtimer.h */; }; + B3E205F420E568C4009EA554 /* gvariant.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F70A20E568AA009EA554 /* gvariant.h */; }; + B3E205F520E568C4009EA554 /* glist.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F70B20E568AA009EA554 /* glist.h */; }; + B3E205F620E568C4009EA554 /* gtrashstack.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F70C20E568AA009EA554 /* gtrashstack.h */; }; + B3E205F720E568C4009EA554 /* gbookmarkfile.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F70D20E568AA009EA554 /* gbookmarkfile.h */; }; + B3E205F820E568C4009EA554 /* gprimes.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F70E20E568AA009EA554 /* gprimes.h */; }; + B3E205F920E568C4009EA554 /* grand.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F70F20E568AA009EA554 /* grand.h */; }; + B3E205FA20E568C4009EA554 /* gurifuncs.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F71020E568AA009EA554 /* gurifuncs.h */; }; + B3E205FB20E568C4009EA554 /* gchecksum.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F71120E568AA009EA554 /* gchecksum.h */; }; + B3E205FC20E568C4009EA554 /* gtestutils.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F71220E568AA009EA554 /* gtestutils.h */; }; + B3E205FD20E568C4009EA554 /* gslist.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F71320E568AA009EA554 /* gslist.h */; }; + B3E205FE20E568C4009EA554 /* gthreadpool.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F71420E568AA009EA554 /* gthreadpool.h */; }; + B3E205FF20E568C4009EA554 /* garray.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F71520E568AA009EA554 /* garray.h */; }; + B3E2060020E568C4009EA554 /* gbytes.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F71620E568AA009EA554 /* gbytes.h */; }; + B3E2060120E568C4009EA554 /* gconvert.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F71720E568AA009EA554 /* gconvert.h */; }; + B3E2060220E568C4009EA554 /* gdir.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F71820E568AA009EA554 /* gdir.h */; }; + B3E2060320E568C4009EA554 /* gkeyfile.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F71920E568AA009EA554 /* gkeyfile.h */; }; + B3E2060420E568C4009EA554 /* gstrfuncs.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F71A20E568AA009EA554 /* gstrfuncs.h */; }; + B3E2060520E568C4009EA554 /* gmappedfile.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F71B20E568AA009EA554 /* gmappedfile.h */; }; + B3E2060620E568C4009EA554 /* gstdio.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F71C20E568AA009EA554 /* gstdio.h */; }; + B3E2060720E568C4009EA554 /* gpoll.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F71D20E568AA009EA554 /* gpoll.h */; }; + B3E2060820E568C4009EA554 /* gunicode.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F71E20E568AA009EA554 /* gunicode.h */; }; + B3E2060920E568C4009EA554 /* gdataset.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F71F20E568AA009EA554 /* gdataset.h */; }; + B3E2060A20E568C4009EA554 /* gqueue.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F72020E568AA009EA554 /* gqueue.h */; }; + B3E2060B20E568C4009EA554 /* gsequence.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F72120E568AA009EA554 /* gsequence.h */; }; + B3E2060C20E568C4009EA554 /* gvarianttype.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F72220E568AA009EA554 /* gvarianttype.h */; }; + B3E2060D20E568C4009EA554 /* ghash.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F72320E568AA009EA554 /* ghash.h */; }; + B3E2060E20E568C4009EA554 /* gqsort.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F72420E568AA009EA554 /* gqsort.h */; }; + B3E2060F20E568C4009EA554 /* gscanner.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F72520E568AA009EA554 /* gscanner.h */; }; + B3E2061020E568C4009EA554 /* ggettext.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F72620E568AA009EA554 /* ggettext.h */; }; + B3E2061120E568C4009EA554 /* gbase64.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F72720E568AA009EA554 /* gbase64.h */; }; + B3E2061220E568C4009EA554 /* gasyncqueue.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F72820E568AA009EA554 /* gasyncqueue.h */; }; + B3E2061320E568C4009EA554 /* gmem.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F72920E568AA009EA554 /* gmem.h */; }; + B3E2061420E568C4009EA554 /* genviron.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F72A20E568AA009EA554 /* genviron.h */; }; + B3E2061520E568C4009EA554 /* gshell.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F72B20E568AA009EA554 /* gshell.h */; }; + B3E2061620E568C4009EA554 /* gbacktrace.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F72C20E568AA009EA554 /* gbacktrace.h */; }; + B3E2061720E568C4009EA554 /* gerror.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F72D20E568AA009EA554 /* gerror.h */; }; + B3E2061820E568C4009EA554 /* gmain.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F72E20E568AA009EA554 /* gmain.h */; }; + B3E2061920E568C4009EA554 /* gfileutils.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F72F20E568AA009EA554 /* gfileutils.h */; }; + B3E2061A20E568C4009EA554 /* gutils.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F73020E568AA009EA554 /* gutils.h */; }; + B3E2061B20E568C4009EA554 /* gpattern.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F73120E568AA009EA554 /* gpattern.h */; }; + B3E2061C20E568C4009EA554 /* ghostutils.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F73220E568AA009EA554 /* ghostutils.h */; }; + B3E2061D20E568C4009EA554 /* gtypes.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F73320E568AA009EA554 /* gtypes.h */; }; + B3E2061E20E568C4009EA554 /* gstringchunk.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F73420E568AA009EA554 /* gstringchunk.h */; }; + B3E2061F20E568C4009EA554 /* guuid.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F73520E568AA009EA554 /* guuid.h */; }; + B3E2062020E568C4009EA554 /* gcharset.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F73620E568AA009EA554 /* gcharset.h */; }; + B3E2062120E568C4009EA554 /* gquark.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F73720E568AA009EA554 /* gquark.h */; }; + B3E2062220E568C4009EA554 /* gi18n-lib.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F73820E568AA009EA554 /* gi18n-lib.h */; }; + B3E2062320E568C4009EA554 /* gatomic.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F73920E568AA009EA554 /* gatomic.h */; }; + B3E2062420E568C4009EA554 /* gdatetime.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F73A20E568AA009EA554 /* gdatetime.h */; }; + B3E2062520E568C4009EA554 /* gstring.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F73B20E568AA009EA554 /* gstring.h */; }; + B3E2062620E568C4009EA554 /* goption.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F73C20E568AA009EA554 /* goption.h */; }; + B3E2062720E568C4009EA554 /* gdate.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F73D20E568AA009EA554 /* gdate.h */; }; + B3E2062820E568C4009EA554 /* gversion.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F73E20E568AA009EA554 /* gversion.h */; }; + B3E2062920E568C4009EA554 /* gslice.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F73F20E568AA009EA554 /* gslice.h */; }; + B3E2062A20E568C4009EA554 /* ghook.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F74020E568AA009EA554 /* ghook.h */; }; + B3E2062B20E568C4009EA554 /* glib-autocleanups.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F74120E568AA009EA554 /* glib-autocleanups.h */; }; + B3E2062C20E568C4009EA554 /* galloca.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F74220E568AA009EA554 /* galloca.h */; }; + B3E2062D20E568C4009EA554 /* gprintf.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F74320E568AA009EA554 /* gprintf.h */; }; + B3E2062E20E568C4009EA554 /* gthread.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F74420E568AA009EA554 /* gthread.h */; }; + B3E2062F20E568C4009EA554 /* gversionmacros.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F74520E568AA009EA554 /* gversionmacros.h */; }; + B3E2063020E568C4009EA554 /* gtimezone.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F74620E568AA009EA554 /* gtimezone.h */; }; + B3E2063120E568C4009EA554 /* gmacros.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F74720E568AA009EA554 /* gmacros.h */; }; + B3E2063220E568C4009EA554 /* giochannel.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F74820E568AA009EA554 /* giochannel.h */; }; + B3E2063320E568C4009EA554 /* gwin32.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F74920E568AA009EA554 /* gwin32.h */; }; + B3E2063420E568C4009EA554 /* gi18n.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F74A20E568AA009EA554 /* gi18n.h */; }; + B3E2063520E568C4009EA554 /* gbitlock.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F74B20E568AA009EA554 /* gbitlock.h */; }; + B3E2063620E568C4009EA554 /* gnode.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F74C20E568AA009EA554 /* gnode.h */; }; + B3E2063720E568C4009EA554 /* gmessages.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F74D20E568AA009EA554 /* gmessages.h */; }; + B3E2063820E568C4009EA554 /* gregex.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F74E20E568AA009EA554 /* gregex.h */; }; + B3E2063920E568C4009EA554 /* gspawn.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F74F20E568AA009EA554 /* gspawn.h */; }; + B3E2063A20E568C4009EA554 /* gtree.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F75020E568AA009EA554 /* gtree.h */; }; + B3E2063B20E568C4009EA554 /* gcompletion.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F75220E568AA009EA554 /* gcompletion.h */; }; + B3E2063C20E568C4009EA554 /* gallocator.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F75320E568AA009EA554 /* gallocator.h */; }; + B3E2063D20E568C4009EA554 /* grel.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F75420E568AA009EA554 /* grel.h */; }; + B3E2063E20E568C4009EA554 /* gmain.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F75520E568AA009EA554 /* gmain.h */; }; + B3E2063F20E568C4009EA554 /* gcache.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F75620E568AA009EA554 /* gcache.h */; }; + B3E2064020E568C4009EA554 /* gthread.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F75720E568AA009EA554 /* gthread.h */; }; + B3E2064120E568C4009EA554 /* gmodule.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F75820E568AA009EA554 /* gmodule.h */; }; + B3E2064220E568C4009EA554 /* gdbusobject.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F75A20E568AA009EA554 /* gdbusobject.h */; }; + B3E2064320E568C4009EA554 /* gsimpleproxyresolver.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F75B20E568AA009EA554 /* gsimpleproxyresolver.h */; }; + B3E2064420E568C4009EA554 /* gconverterinputstream.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F75C20E568AA009EA554 /* gconverterinputstream.h */; }; + B3E2064520E568C4009EA554 /* gsubprocesslauncher.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F75D20E568AA009EA554 /* gsubprocesslauncher.h */; }; + B3E2064620E568C4009EA554 /* gsimpleactiongroup.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F75E20E568AA009EA554 /* gsimpleactiongroup.h */; }; + B3E2064720E568C4009EA554 /* gdbusaddress.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F75F20E568AA009EA554 /* gdbusaddress.h */; }; + B3E2064820E568C4009EA554 /* gtlsinteraction.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F76020E568AA009EA554 /* gtlsinteraction.h */; }; + B3E2064920E568C4009EA554 /* gthreadedsocketservice.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F76120E568AA009EA554 /* gthreadedsocketservice.h */; }; + B3E2064A20E568C4009EA554 /* gsocketservice.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F76220E568AA009EA554 /* gsocketservice.h */; }; + B3E2064B20E568C4009EA554 /* gnetworkaddress.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F76320E568AA009EA554 /* gnetworkaddress.h */; }; + B3E2064C20E568C4009EA554 /* gasyncresult.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F76420E568AA009EA554 /* gasyncresult.h */; }; + B3E2064D20E568C4009EA554 /* gproxy.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F76520E568AA009EA554 /* gproxy.h */; }; + B3E2064E20E568C4009EA554 /* gio.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F76620E568AA009EA554 /* gio.h */; }; + B3E2064F20E568C4009EA554 /* gmemoryoutputstream.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F76720E568AA009EA554 /* gmemoryoutputstream.h */; }; + B3E2065020E568C4009EA554 /* gvolumemonitor.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F76820E568AA009EA554 /* gvolumemonitor.h */; }; + B3E2065120E568C4009EA554 /* gdatagrambased.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F76920E568AA009EA554 /* gdatagrambased.h */; }; + B3E2065220E568C4009EA554 /* gcontenttype.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F76A20E568AA009EA554 /* gcontenttype.h */; }; + B3E2065320E568C4009EA554 /* gsocketcontrolmessage.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F76B20E568AA009EA554 /* gsocketcontrolmessage.h */; }; + B3E2065420E568C4009EA554 /* gdbusnameowning.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F76C20E568AA009EA554 /* gdbusnameowning.h */; }; + B3E2065520E568C4009EA554 /* gfilemonitor.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F76D20E568AA009EA554 /* gfilemonitor.h */; }; + B3E2065620E568C4009EA554 /* gpollableoutputstream.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F76E20E568AA009EA554 /* gpollableoutputstream.h */; }; + B3E2065720E568C4009EA554 /* gseekable.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F76F20E568AA009EA554 /* gseekable.h */; }; + B3E2065820E568C4009EA554 /* gdbusobjectproxy.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F77020E568AA009EA554 /* gdbusobjectproxy.h */; }; + B3E2065920E568C4009EA554 /* gpropertyaction.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F77120E568AA009EA554 /* gpropertyaction.h */; }; + B3E2065A20E568C4009EA554 /* gsimpleiostream.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F77220E568AA009EA554 /* gsimpleiostream.h */; }; + B3E2065B20E568C4009EA554 /* gasyncinitable.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F77320E568AA009EA554 /* gasyncinitable.h */; }; + B3E2065C20E568C4009EA554 /* gremoteactiongroup.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F77420E568AA009EA554 /* gremoteactiongroup.h */; }; + B3E2065D20E568C4009EA554 /* gdbusmessage.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F77520E568AA009EA554 /* gdbusmessage.h */; }; + B3E2065E20E568C4009EA554 /* gmenu.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F77620E568AA009EA554 /* gmenu.h */; }; + B3E2065F20E568C4009EA554 /* gdbusinterface.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F77720E568AA009EA554 /* gdbusinterface.h */; }; + B3E2066020E568C4009EA554 /* gaction.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F77820E568AA009EA554 /* gaction.h */; }; + B3E2066120E568C4009EA554 /* gio-autocleanups.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F77920E568AA009EA554 /* gio-autocleanups.h */; }; + B3E2066220E568C4009EA554 /* gproxyaddress.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F77A20E568AA009EA554 /* gproxyaddress.h */; }; + B3E2066320E568C4009EA554 /* gdbusproxy.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F77B20E568AA009EA554 /* gdbusproxy.h */; }; + B3E2066420E568C4009EA554 /* giomodule.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F77C20E568AA009EA554 /* giomodule.h */; }; + B3E2066520E568C4009EA554 /* gdbusmethodinvocation.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F77D20E568AA009EA554 /* gdbusmethodinvocation.h */; }; + B3E2066620E568C4009EA554 /* gactionmap.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F77E20E568AA009EA554 /* gactionmap.h */; }; + B3E2066720E568C4009EA554 /* gbufferedinputstream.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F77F20E568AA009EA554 /* gbufferedinputstream.h */; }; + B3E2066820E568C4009EA554 /* gdbusnamewatching.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F78020E568AA009EA554 /* gdbusnamewatching.h */; }; + B3E2066920E568C4009EA554 /* gzlibcompressor.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F78120E568AA009EA554 /* gzlibcompressor.h */; }; + B3E2066A20E568C4009EA554 /* gloadableicon.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F78220E568AA009EA554 /* gloadableicon.h */; }; + B3E2066B20E568C4009EA554 /* gpermission.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F78320E568AA009EA554 /* gpermission.h */; }; + B3E2066C20E568C4009EA554 /* gioenums.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F78420E568AA009EA554 /* gioenums.h */; }; + B3E2066D20E568C5009EA554 /* gsocketaddressenumerator.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F78520E568AA009EA554 /* gsocketaddressenumerator.h */; }; + B3E2066E20E568C5009EA554 /* gmount.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F78620E568AA009EA554 /* gmount.h */; }; + B3E2066F20E568C5009EA554 /* gdbusserver.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F78720E568AA009EA554 /* gdbusserver.h */; }; + B3E2067020E568C5009EA554 /* gresource.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F78820E568AA009EA554 /* gresource.h */; }; + B3E2067120E568C5009EA554 /* gdbusconnection.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F78920E568AA009EA554 /* gdbusconnection.h */; }; + B3E2067220E568C5009EA554 /* gtlsconnection.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F78A20E568AA009EA554 /* gtlsconnection.h */; }; + B3E2067320E568C5009EA554 /* gsettingsbackend.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F78B20E568AA009EA554 /* gsettingsbackend.h */; }; + B3E2067420E568C5009EA554 /* gdbusintrospection.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F78C20E568AA009EA554 /* gdbusintrospection.h */; }; + B3E2067520E568C5009EA554 /* gfileicon.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F78D20E568AA009EA554 /* gfileicon.h */; }; + B3E2067620E568C5009EA554 /* gsocketaddress.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F78E20E568AA009EA554 /* gsocketaddress.h */; }; + B3E2067720E568C5009EA554 /* gnetworkservice.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F78F20E568AA009EA554 /* gnetworkservice.h */; }; + B3E2067820E568C5009EA554 /* gdbusmenumodel.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F79020E568AA009EA554 /* gdbusmenumodel.h */; }; + B3E2067920E568C5009EA554 /* gmenumodel.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F79120E568AA009EA554 /* gmenumodel.h */; }; + B3E2067A20E568C5009EA554 /* gdtlsconnection.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F79220E568AA009EA554 /* gdtlsconnection.h */; }; + B3E2067B20E568C5009EA554 /* gresolver.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F79320E568AA009EA554 /* gresolver.h */; }; + B3E2067C20E568C5009EA554 /* gproxyaddressenumerator.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F79420E568AA009EA554 /* gproxyaddressenumerator.h */; }; + B3E2067D20E568C5009EA554 /* ginputstream.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F79520E568AA009EA554 /* ginputstream.h */; }; + B3E2067E20E568C5009EA554 /* gproxyresolver.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F79620E568AA009EA554 /* gproxyresolver.h */; }; + B3E2067F20E568C5009EA554 /* gemblem.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F79720E568AA009EA554 /* gemblem.h */; }; + B3E2068020E568C5009EA554 /* gcredentials.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F79820E568AA009EA554 /* gcredentials.h */; }; + B3E2068120E568C5009EA554 /* gbytesicon.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F79920E568AA009EA554 /* gbytesicon.h */; }; + B3E2068220E568C5009EA554 /* gdbusobjectmanagerclient.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F79A20E568AA009EA554 /* gdbusobjectmanagerclient.h */; }; + B3E2068320E568C5009EA554 /* gdbusobjectmanagerserver.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F79B20E568AA009EA554 /* gdbusobjectmanagerserver.h */; }; + B3E2068420E568C5009EA554 /* gtask.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F79C20E568AA009EA554 /* gtask.h */; }; + B3E2068520E568C5009EA554 /* gvolume.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F79D20E568AA009EA554 /* gvolume.h */; }; + B3E2068620E568C5009EA554 /* gsocketclient.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F79E20E568AA009EA554 /* gsocketclient.h */; }; + B3E2068720E568C5009EA554 /* gappinfo.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F79F20E568AA009EA554 /* gappinfo.h */; }; + B3E2068820E568C5009EA554 /* gtcpconnection.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7A020E568AA009EA554 /* gtcpconnection.h */; }; + B3E2068920E568C5009EA554 /* gpollableutils.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7A120E568AA009EA554 /* gpollableutils.h */; }; + B3E2068A20E568C5009EA554 /* gdataoutputstream.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7A220E568AA009EA554 /* gdataoutputstream.h */; }; + B3E2068B20E568C5009EA554 /* gfilenamecompleter.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7A320E568AA009EA554 /* gfilenamecompleter.h */; }; + B3E2068C20E568C5009EA554 /* gfilteroutputstream.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7A420E568AA009EA554 /* gfilteroutputstream.h */; }; + B3E2068D20E568C5009EA554 /* gfileattribute.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7A520E568AA009EA554 /* gfileattribute.h */; }; + B3E2068E20E568C5009EA554 /* gmenuexporter.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7A620E568AA009EA554 /* gmenuexporter.h */; }; + B3E2068F20E568C5009EA554 /* gthemedicon.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7A720E568AA009EA554 /* gthemedicon.h */; }; + B3E2069020E568C5009EA554 /* gapplication.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7A820E568AA009EA554 /* gapplication.h */; }; + B3E2069120E568C5009EA554 /* gtlsserverconnection.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7A920E568AA009EA554 /* gtlsserverconnection.h */; }; + B3E2069220E568C5009EA554 /* gfileoutputstream.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7AA20E568AA009EA554 /* gfileoutputstream.h */; }; + B3E2069320E568C5009EA554 /* gdbusobjectmanager.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7AB20E568AA009EA554 /* gdbusobjectmanager.h */; }; + B3E2069420E568C5009EA554 /* gactiongroupexporter.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7AC20E568AA009EA554 /* gactiongroupexporter.h */; }; + B3E2069520E568C5009EA554 /* gdtlsclientconnection.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7AD20E568AA009EA554 /* gdtlsclientconnection.h */; }; + B3E2069620E568C5009EA554 /* gmemoryinputstream.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7AE20E568AA009EA554 /* gmemoryinputstream.h */; }; + B3E2069720E568C5009EA554 /* gioenumtypes.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7AF20E568AA009EA554 /* gioenumtypes.h */; }; + B3E2069820E568C5009EA554 /* gbufferedoutputstream.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7B020E568AB009EA554 /* gbufferedoutputstream.h */; }; + B3E2069920E568C5009EA554 /* gliststore.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7B120E568AB009EA554 /* gliststore.h */; }; + B3E2069A20E568C5009EA554 /* gsocket.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7B220E568AB009EA554 /* gsocket.h */; }; + B3E2069B20E568C5009EA554 /* gmountoperation.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7B320E568AB009EA554 /* gmountoperation.h */; }; + B3E2069C20E568C5009EA554 /* gsocketconnectable.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7B420E568AB009EA554 /* gsocketconnectable.h */; }; + B3E2069D20E568C5009EA554 /* ginetaddress.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7B520E568AB009EA554 /* ginetaddress.h */; }; + B3E2069E20E568C5009EA554 /* gtcpwrapperconnection.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7B620E568AB009EA554 /* gtcpwrapperconnection.h */; }; + B3E2069F20E568C5009EA554 /* gfileiostream.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7B720E568AB009EA554 /* gfileiostream.h */; }; + B3E206A020E568C5009EA554 /* gdbusauthobserver.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7B820E568AB009EA554 /* gdbusauthobserver.h */; }; + B3E206A120E568C5009EA554 /* gnotification.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7B920E568AB009EA554 /* gnotification.h */; }; + B3E206A220E568C5009EA554 /* goutputstream.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7BA20E568AB009EA554 /* goutputstream.h */; }; + B3E206A320E568C5009EA554 /* ginetsocketaddress.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7BB20E568AB009EA554 /* ginetsocketaddress.h */; }; + B3E206A420E568C5009EA554 /* gcharsetconverter.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7BC20E568AB009EA554 /* gcharsetconverter.h */; }; + B3E206A520E568C5009EA554 /* gdatainputstream.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7BD20E568AB009EA554 /* gdatainputstream.h */; }; + B3E206A620E568C5009EA554 /* gtlsdatabase.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7BE20E568AB009EA554 /* gtlsdatabase.h */; }; + B3E206A720E568C5009EA554 /* gfileenumerator.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7BF20E568AB009EA554 /* gfileenumerator.h */; }; + B3E206A820E568C5009EA554 /* ginitable.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7C020E568AB009EA554 /* ginitable.h */; }; + B3E206A920E568C5009EA554 /* gnativevolumemonitor.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7C120E568AB009EA554 /* gnativevolumemonitor.h */; }; + B3E206AA20E568C5009EA554 /* gsrvtarget.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7C220E568AB009EA554 /* gsrvtarget.h */; }; + B3E206AB20E568C5009EA554 /* gtlscertificate.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7C320E568AB009EA554 /* gtlscertificate.h */; }; + B3E206AC20E568C5009EA554 /* gfile.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7C420E568AB009EA554 /* gfile.h */; }; + B3E206AD20E568C5009EA554 /* gtlsbackend.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7C520E568AB009EA554 /* gtlsbackend.h */; }; + B3E206AE20E568C5009EA554 /* gpollableinputstream.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7C620E568AB009EA554 /* gpollableinputstream.h */; }; + B3E206AF20E568C5009EA554 /* gfilterinputstream.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7C720E568AB009EA554 /* gfilterinputstream.h */; }; + B3E206B020E568C5009EA554 /* gzlibdecompressor.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7C820E568AB009EA554 /* gzlibdecompressor.h */; }; + B3E206B120E568C5009EA554 /* gdbusutils.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7C920E568AB009EA554 /* gdbusutils.h */; }; + B3E206B220E568C5009EA554 /* gtestdbus.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7CA20E568AB009EA554 /* gtestdbus.h */; }; + B3E206B320E568C5009EA554 /* gdbusobjectskeleton.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7CB20E568AB009EA554 /* gdbusobjectskeleton.h */; }; + B3E206B420E568C5009EA554 /* gvfs.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7CC20E568AB009EA554 /* gvfs.h */; }; + B3E206B520E568C5009EA554 /* gioerror.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7CD20E568AB009EA554 /* gioerror.h */; }; + B3E206B620E568C5009EA554 /* gtlsclientconnection.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7CE20E568AB009EA554 /* gtlsclientconnection.h */; }; + B3E206B720E568C5009EA554 /* gnetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7CF20E568AB009EA554 /* gnetworking.h */; }; + B3E206B820E568C5009EA554 /* gtlsfiledatabase.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7D020E568AB009EA554 /* gtlsfiledatabase.h */; }; + B3E206B920E568C5009EA554 /* gdbuserror.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7D120E568AB009EA554 /* gdbuserror.h */; }; + B3E206BA20E568C5009EA554 /* gicon.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7D220E568AB009EA554 /* gicon.h */; }; + B3E206BB20E568C5009EA554 /* gdbusinterfaceskeleton.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7D320E568AB009EA554 /* gdbusinterfaceskeleton.h */; }; + B3E206BC20E568C5009EA554 /* gapplicationcommandline.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7D420E568AB009EA554 /* gapplicationcommandline.h */; }; + B3E206BD20E568C5009EA554 /* gconverter.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7D520E568AB009EA554 /* gconverter.h */; }; + B3E206BE20E568C5009EA554 /* gdtlsserverconnection.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7D620E568AB009EA554 /* gdtlsserverconnection.h */; }; + B3E206BF20E568C5009EA554 /* gnetworkmonitor.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7D720E568AB009EA554 /* gnetworkmonitor.h */; }; + B3E206C020E568C5009EA554 /* gtlspassword.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7D820E568AB009EA554 /* gtlspassword.h */; }; + B3E206C120E568C5009EA554 /* glistmodel.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7D920E568AB009EA554 /* glistmodel.h */; }; + B3E206C220E568C5009EA554 /* gioscheduler.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7DA20E568AB009EA554 /* gioscheduler.h */; }; + B3E206C320E568C5009EA554 /* gsettings.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7DB20E568AB009EA554 /* gsettings.h */; }; + B3E206C420E568C5009EA554 /* gfileinputstream.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7DC20E568AB009EA554 /* gfileinputstream.h */; }; + B3E206C520E568C5009EA554 /* giotypes.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7DD20E568AB009EA554 /* giotypes.h */; }; + B3E206C620E568C5009EA554 /* gsimplepermission.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7DE20E568AB009EA554 /* gsimplepermission.h */; }; + B3E206C720E568C5009EA554 /* gconverteroutputstream.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7DF20E568AB009EA554 /* gconverteroutputstream.h */; }; + B3E206C820E568C5009EA554 /* gsimpleaction.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7E020E568AB009EA554 /* gsimpleaction.h */; }; + B3E206C920E568C5009EA554 /* gsocketlistener.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7E120E568AB009EA554 /* gsocketlistener.h */; }; + B3E206CA20E568C5009EA554 /* gcancellable.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7E220E568AB009EA554 /* gcancellable.h */; }; + B3E206CB20E568C5009EA554 /* gsubprocess.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7E320E568AB009EA554 /* gsubprocess.h */; }; + B3E206CC20E568C5009EA554 /* gemblemedicon.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7E420E568AB009EA554 /* gemblemedicon.h */; }; + B3E206CD20E568C5009EA554 /* gsettingsschema.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7E520E568AB009EA554 /* gsettingsschema.h */; }; + B3E206CE20E568C5009EA554 /* gfileinfo.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7E620E568AB009EA554 /* gfileinfo.h */; }; + B3E206CF20E568C5009EA554 /* gsimpleasyncresult.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7E720E568AB009EA554 /* gsimpleasyncresult.h */; }; + B3E206D020E568C5009EA554 /* gdbusactiongroup.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7E820E568AB009EA554 /* gdbusactiongroup.h */; }; + B3E206D120E568C5009EA554 /* gdrive.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7E920E568AB009EA554 /* gdrive.h */; }; + B3E206D220E568C5009EA554 /* gactiongroup.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7EA20E568AB009EA554 /* gactiongroup.h */; }; + B3E206D320E568C5009EA554 /* ginetaddressmask.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7EB20E568AB009EA554 /* ginetaddressmask.h */; }; + B3E206D420E568C5009EA554 /* gsocketconnection.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7EC20E568AB009EA554 /* gsocketconnection.h */; }; + B3E206D520E568C5009EA554 /* giostream.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F7ED20E568AB009EA554 /* giostream.h */; }; + B3E206E620E568C5009EA554 /* libglib-2.0.0.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B3E2F80020E568AB009EA554 /* libglib-2.0.0.dylib */; }; + B3E206E920E568C5009EA554 /* libgobject-2.0.0.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B3E2F80320E568AB009EA554 /* libgobject-2.0.0.dylib */; }; + B3E206EB20E568C5009EA554 /* libgmodule-2.0.0.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B3E2F80520E568AB009EA554 /* libgmodule-2.0.0.dylib */; }; + B3E206EE20E568C5009EA554 /* libgthread-2.0.0.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B3E2F80820E568AB009EA554 /* libgthread-2.0.0.dylib */; }; + B3E206EF20E568C5009EA554 /* glibconfig.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F80B20E568AB009EA554 /* glibconfig.h */; }; + B3E206F020E568C5009EA554 /* libgio-2.0.0.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B3E2F80C20E568AB009EA554 /* libgio-2.0.0.dylib */; }; + B3E2077120E568C5009EA554 /* cairo-version.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F96D20E568AD009EA554 /* cairo-version.h */; }; + B3E2077220E568C5009EA554 /* cairo-script-interpreter.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F96E20E568AD009EA554 /* cairo-script-interpreter.h */; }; + B3E2077320E568C5009EA554 /* cairo-svg.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F96F20E568AD009EA554 /* cairo-svg.h */; }; + B3E2077420E568C5009EA554 /* cairo-quartz-image.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F97020E568AD009EA554 /* cairo-quartz-image.h */; }; + B3E2077520E568C5009EA554 /* cairo.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F97120E568AD009EA554 /* cairo.h */; }; + B3E2077620E568C5009EA554 /* cairo-script.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F97220E568AD009EA554 /* cairo-script.h */; }; + B3E2077720E568C5009EA554 /* cairo-quartz.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F97320E568AD009EA554 /* cairo-quartz.h */; }; + B3E2077820E568C5009EA554 /* cairo-deprecated.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F97420E568AD009EA554 /* cairo-deprecated.h */; }; + B3E2077920E568C5009EA554 /* cairo-pdf.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F97520E568AD009EA554 /* cairo-pdf.h */; }; + B3E2077A20E568C5009EA554 /* cairo-features.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F97620E568AD009EA554 /* cairo-features.h */; }; + B3E2077B20E568C5009EA554 /* cairo-gobject.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F97720E568AD009EA554 /* cairo-gobject.h */; }; + B3E2077C20E568C5009EA554 /* cairo-tee.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F97820E568AE009EA554 /* cairo-tee.h */; }; + B3E2077D20E568C5009EA554 /* cairo-ft.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F97920E568AE009EA554 /* cairo-ft.h */; }; + B3E2077E20E568C5009EA554 /* cairo-ps.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F97A20E568AE009EA554 /* cairo-ps.h */; }; + B3E2079020E568C6009EA554 /* libcairo.2.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B3E2F98E20E568AE009EA554 /* libcairo.2.dylib */; }; + B3E2079120E568C6009EA554 /* libcairo-gobject.2.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B3E2F98F20E568AE009EA554 /* libcairo-gobject.2.dylib */; }; + B3E2079A20E568C6009EA554 /* libcairo-trace.0.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B3E2F99920E568AE009EA554 /* libcairo-trace.0.dylib */; }; + B3E2079D20E568C6009EA554 /* libcairo-script-interpreter.2.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B3E2F99C20E568AE009EA554 /* libcairo-script-interpreter.2.dylib */; }; + B3E207EE20E568C6009EA554 /* fontconfig.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F9F720E568AE009EA554 /* fontconfig.h */; }; + B3E207EF20E568C6009EA554 /* fcprivate.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F9F820E568AE009EA554 /* fcprivate.h */; }; + B3E207F020E568C6009EA554 /* fcfreetype.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2F9F920E568AE009EA554 /* fcfreetype.h */; }; + B3E207F620E568C6009EA554 /* libfontconfig.1.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B3E2FA0120E568AE009EA554 /* libfontconfig.1.dylib */; }; + B3E209FA20E568C8009EA554 /* autosprintf.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2FC1C20E568B2009EA554 /* autosprintf.h */; }; + B3E209FB20E568C8009EA554 /* gettext-po.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2FC1D20E568B2009EA554 /* gettext-po.h */; }; + B3E209FC20E568C8009EA554 /* libintl.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2FC1E20E568B2009EA554 /* libintl.h */; }; + B3E20A0120E568C8009EA554 /* libgettextpo.0.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B3E2FC2420E568B2009EA554 /* libgettextpo.0.dylib */; }; + B3E20A0420E568C8009EA554 /* libintl.8.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B3E2FC2720E568B2009EA554 /* libintl.8.dylib */; }; + B3E20A0C20E568C8009EA554 /* libgettextsrc-0.19.8.1.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B3E2FC3020E568B2009EA554 /* libgettextsrc-0.19.8.1.dylib */; }; + B3E20B1020E568C9009EA554 /* gettext.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2FD9C20E568B4009EA554 /* gettext.h */; }; + B3E2117420E568D0009EA554 /* librsvg-features.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2046A20E568C0009EA554 /* librsvg-features.h */; }; + B3E2117520E568D0009EA554 /* rsvg-cairo.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2046B20E568C0009EA554 /* rsvg-cairo.h */; }; + B3E2117620E568D0009EA554 /* librsvg-enum-types.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2046C20E568C0009EA554 /* librsvg-enum-types.h */; }; + B3E2117720E568D0009EA554 /* rsvg.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E2046D20E568C0009EA554 /* rsvg.h */; }; + B3E2117C20E568D0009EA554 /* librsvg-2.2.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B3E2047420E568C0009EA554 /* librsvg-2.2.dylib */; }; + B3E211A720E572B2009EA554 /* libcairo.2.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = B3E2F98E20E568AE009EA554 /* libcairo.2.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + B3E211A920E57A99009EA554 /* librsvg-2.2.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = B3E2047420E568C0009EA554 /* librsvg-2.2.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + B3E211AA20E57AC3009EA554 /* libcairo-script-interpreter.2.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = B3E2F99C20E568AE009EA554 /* libcairo-script-interpreter.2.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + B3E211AC20E57B5E009EA554 /* libpixman-1.0.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = B3E2F4CC20E568A5009EA554 /* libpixman-1.0.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + B3E211AE20E57B5E009EA554 /* libfreetype.6.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = B3E2F51020E568A6009EA554 /* libfreetype.6.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + B3E211B020E57B5E009EA554 /* libgdk_pixbuf-2.0.0.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = B3E2F53920E568A6009EA554 /* libgdk_pixbuf-2.0.0.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + B3E211B420E57B5E009EA554 /* libglib-2.0.0.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = B3E2F80020E568AB009EA554 /* libglib-2.0.0.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + B3E211B720E57B5E009EA554 /* libgobject-2.0.0.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = B3E2F80320E568AB009EA554 /* libgobject-2.0.0.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + B3E211B820E57B5E009EA554 /* libgmodule-2.0.0.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = B3E2F80520E568AB009EA554 /* libgmodule-2.0.0.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + B3E211B920E57B5E009EA554 /* libgthread-2.0.0.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = B3E2F80820E568AB009EA554 /* libgthread-2.0.0.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + B3E211BA20E57B5E009EA554 /* libgio-2.0.0.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = B3E2F80C20E568AB009EA554 /* libgio-2.0.0.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + B3E211BB20E57B5E009EA554 /* libcairo-gobject.2.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = B3E2F98F20E568AE009EA554 /* libcairo-gobject.2.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + B3E211BC20E57B5E009EA554 /* libcairo-trace.0.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = B3E2F99920E568AE009EA554 /* libcairo-trace.0.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + B3E211BD20E57B5E009EA554 /* libfontconfig.1.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = B3E2FA0120E568AE009EA554 /* libfontconfig.1.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + B3E211BF20E57B5E009EA554 /* libgettextpo.0.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = B3E2FC2420E568B2009EA554 /* libgettextpo.0.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + B3E211C120E57B5E009EA554 /* libintl.8.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = B3E2FC2720E568B2009EA554 /* libintl.8.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + B3E211C420E57BA0009EA554 /* libgettextlib-0.19.8.1.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = B3E2FC3420E568B2009EA554 /* libgettextlib-0.19.8.1.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + B3E211C520E57BCC009EA554 /* libgettextsrc-0.19.8.1.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = B3E2FC3020E568B2009EA554 /* libgettextsrc-0.19.8.1.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + B3E9A9011FB4DCCA00FD8E7A /* autorevision.json in Resources */ = {isa = PBXBuildFile; fileRef = B3E9A9001FB4DCCA00FD8E7A /* autorevision.json */; }; + B3E9A9031FB4DDE400FD8E7A /* Version.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3E9A9021FB4DDE400FD8E7A /* Version.swift */; }; + B3F0ECF01F9E6A4D0078690E /* SpeculidImageSpecificationBuilderProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3F0ECEF1F9E6A4D0078690E /* SpeculidImageSpecificationBuilderProtocol.swift */; }; + B3F0ECF21F9E6AAD0078690E /* SpeculidImageSpecificationBuilder.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3F0ECF11F9E6AAD0078690E /* SpeculidImageSpecificationBuilder.swift */; }; + B3F6E279233C3BF100B28DA2 /* AssetSpecificationFileProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3F6E278233C3BF100B28DA2 /* AssetSpecificationFileProtocol.swift */; }; + B3F6E27B233C3DC400B28DA2 /* AssetSpecificationFile.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3F6E27A233C3DC400B28DA2 /* AssetSpecificationFile.swift */; }; + B3F6E27D233C3EE100B28DA2 /* AssetCatalogItemSize.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3F6E27C233C3EE100B28DA2 /* AssetCatalogItemSize.swift */; }; + B3F6E27F233C3F0C00B28DA2 /* NSNumber.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3F6E27E233C3F0C00B28DA2 /* NSNumber.swift */; }; + B3F6E281233C3F2E00B28DA2 /* AssetSpecificationMetadata.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3F6E280233C3F2E00B28DA2 /* AssetSpecificationMetadata.swift */; }; + B3F6E283233C3F7300B28DA2 /* AssetSpecificationMetadataProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3F6E282233C3F7300B28DA2 /* AssetSpecificationMetadataProtocol.swift */; }; + B3F804D420E5820B00030497 /* pango.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8046220E5820B00030497 /* pango.h */; }; + B3F804D520E5820B00030497 /* pangoft2.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8046320E5820B00030497 /* pangoft2.h */; }; + B3F804D620E5820B00030497 /* pango-item.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8046420E5820B00030497 /* pango-item.h */; }; + B3F804D720E5820B00030497 /* pango-coverage.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8046520E5820B00030497 /* pango-coverage.h */; }; + B3F804D820E5820B00030497 /* pango-version-macros.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8046620E5820B00030497 /* pango-version-macros.h */; }; + B3F804D920E5820B00030497 /* pango-language.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8046720E5820B00030497 /* pango-language.h */; }; + B3F804DA20E5820B00030497 /* pango-matrix.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8046820E5820B00030497 /* pango-matrix.h */; }; + B3F804DB20E5820B00030497 /* pango-renderer.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8046920E5820B00030497 /* pango-renderer.h */; }; + B3F804DC20E5820B00030497 /* pango-ot.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8046A20E5820B00030497 /* pango-ot.h */; }; + B3F804DD20E5820B00030497 /* pango-enum-types.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8046B20E5820B00030497 /* pango-enum-types.h */; }; + B3F804DE20E5820B00030497 /* pango-glyph.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8046C20E5820B00030497 /* pango-glyph.h */; }; + B3F804DF20E5820B00030497 /* pango-features.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8046D20E5820B00030497 /* pango-features.h */; }; + B3F804E020E5820B00030497 /* pango-modules.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8046E20E5820B00030497 /* pango-modules.h */; }; + B3F804E120E5820B00030497 /* pango-fontset.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8046F20E5820B00030497 /* pango-fontset.h */; }; + B3F804E220E5820B00030497 /* pango-engine.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8047020E5820B00030497 /* pango-engine.h */; }; + B3F804E320E5820B00030497 /* pango-break.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8047120E5820B00030497 /* pango-break.h */; }; + B3F804E420E5820B00030497 /* pango-script.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8047220E5820B00030497 /* pango-script.h */; }; + B3F804E520E5820B00030497 /* pangocairo.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8047320E5820B00030497 /* pangocairo.h */; }; + B3F804E620E5820B00030497 /* pango-glyph-item.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8047420E5820B00030497 /* pango-glyph-item.h */; }; + B3F804E720E5820B00030497 /* pango-bidi-type.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8047520E5820B00030497 /* pango-bidi-type.h */; }; + B3F804E820E5820B00030497 /* pango-font.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8047620E5820B00030497 /* pango-font.h */; }; + B3F804E920E5820B00030497 /* pangofc-fontmap.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8047720E5820B00030497 /* pangofc-fontmap.h */; }; + B3F804EA20E5820B00030497 /* pango-context.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8047820E5820B00030497 /* pango-context.h */; }; + B3F804EB20E5820B00030497 /* pangofc-font.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8047920E5820B00030497 /* pangofc-font.h */; }; + B3F804EC20E5820B00030497 /* pango-fontmap.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8047A20E5820B00030497 /* pango-fontmap.h */; }; + B3F804ED20E5820B00030497 /* pangofc-decoder.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8047B20E5820B00030497 /* pangofc-decoder.h */; }; + B3F804EE20E5820B00030497 /* pango-types.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8047C20E5820B00030497 /* pango-types.h */; }; + B3F804EF20E5820B00030497 /* pango-attributes.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8047D20E5820B00030497 /* pango-attributes.h */; }; + B3F804F020E5820B00030497 /* pango-utils.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8047E20E5820B00030497 /* pango-utils.h */; }; + B3F804F120E5820B00030497 /* pango-layout.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8047F20E5820B00030497 /* pango-layout.h */; }; + B3F804F220E5820B00030497 /* pango-tabs.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8048020E5820B00030497 /* pango-tabs.h */; }; + B3F804F320E5820B00030497 /* pango-gravity.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8048120E5820B00030497 /* pango-gravity.h */; }; + B3F804F420E5820B00030497 /* pangocoretext.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8048220E5820B00030497 /* pangocoretext.h */; }; + B3F804F820E5820B00030497 /* libpango-1.0.0.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B3F8048720E5820B00030497 /* libpango-1.0.0.dylib */; }; + B3F804F920E5820B00030497 /* libpangoft2-1.0.0.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B3F8048820E5820B00030497 /* libpangoft2-1.0.0.dylib */; }; + B3F804FE20E5820B00030497 /* libpangocairo-1.0.0.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B3F8048E20E5820B00030497 /* libpangocairo-1.0.0.dylib */; }; + B3F8053820E5823600030497 /* libpango-1.0.0.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = B3F8048720E5820B00030497 /* libpango-1.0.0.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + B3F8053920E5823600030497 /* libpangoft2-1.0.0.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = B3F8048820E5820B00030497 /* libpangoft2-1.0.0.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + B3F8053B20E5823600030497 /* libpangocairo-1.0.0.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = B3F8048E20E5820B00030497 /* libpangocairo-1.0.0.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + B3F8056C20E584B300030497 /* png.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8054C20E584B300030497 /* png.h */; }; + B3F8056D20E584B300030497 /* pnglibconf.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8054D20E584B300030497 /* pnglibconf.h */; }; + B3F8056E20E584B300030497 /* pngconf.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8054E20E584B300030497 /* pngconf.h */; }; + B3F8056F20E584B300030497 /* png.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8054F20E584B300030497 /* png.h */; }; + B3F8057020E584B300030497 /* pnglibconf.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8055020E584B300030497 /* pnglibconf.h */; }; + B3F8057120E584B300030497 /* pngconf.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8055120E584B300030497 /* pngconf.h */; }; + B3F8057820E584B300030497 /* libpng16.16.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B3F8055A20E584B300030497 /* libpng16.16.dylib */; }; + B3F8057E20E584E700030497 /* libpng16.16.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = B3F8055A20E584B300030497 /* libpng16.16.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + B3F8066120E5851A00030497 /* pcrecpparg.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8058C20E5851900030497 /* pcrecpparg.h */; }; + B3F8066220E5851A00030497 /* pcreposix.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8058D20E5851900030497 /* pcreposix.h */; }; + B3F8066320E5851A00030497 /* pcre_scanner.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8058E20E5851900030497 /* pcre_scanner.h */; }; + B3F8066420E5851A00030497 /* pcre_stringpiece.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8058F20E5851900030497 /* pcre_stringpiece.h */; }; + B3F8066520E5851A00030497 /* pcre.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8059020E5851900030497 /* pcre.h */; }; + B3F8066620E5851A00030497 /* pcrecpp.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8059120E5851900030497 /* pcrecpp.h */; }; + B3F8066A20E5851A00030497 /* libpcre.1.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B3F8059620E5851900030497 /* libpcre.1.dylib */; }; + B3F8067020E5851A00030497 /* libpcreposix.0.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B3F8059D20E5851900030497 /* libpcreposix.0.dylib */; }; + B3F8067320E5851A00030497 /* libpcrecpp.0.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B3F805A020E5851900030497 /* libpcrecpp.0.dylib */; }; + B3F8067620E5851A00030497 /* libpcre16.0.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B3F805A320E5851900030497 /* libpcre16.0.dylib */; }; + B3F8067B20E5851A00030497 /* libpcre32.0.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B3F805A820E5851900030497 /* libpcre32.0.dylib */; }; + B3F8072620E5853700030497 /* libpcre.1.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = B3F8059620E5851900030497 /* libpcre.1.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + B3F8072720E5853700030497 /* libpcreposix.0.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = B3F8059D20E5851900030497 /* libpcreposix.0.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + B3F8072920E5853700030497 /* libpcrecpp.0.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = B3F805A020E5851900030497 /* libpcrecpp.0.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + B3F8072B20E5853700030497 /* libpcre16.0.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = B3F805A320E5851900030497 /* libpcre16.0.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + B3F8072F20E5853700030497 /* libpcre32.0.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = B3F805A820E5851900030497 /* libpcre32.0.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + B3F8075120E5855F00030497 /* ffitarget.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8073D20E5855F00030497 /* ffitarget.h */; }; + B3F8075220E5855F00030497 /* ffi.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8073E20E5855F00030497 /* ffi.h */; }; + B3F8075520E5855F00030497 /* libffi.6.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B3F8074120E5855F00030497 /* libffi.6.dylib */; }; + B3F807BE20E5858200030497 /* cr-parser.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8076820E5858100030497 /* cr-parser.h */; }; + B3F807BF20E5858200030497 /* cr-token.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8076920E5858100030497 /* cr-token.h */; }; + B3F807C020E5858200030497 /* cr-attr-sel.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8076A20E5858100030497 /* cr-attr-sel.h */; }; + B3F807C120E5858200030497 /* cr-tknzr.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8076B20E5858100030497 /* cr-tknzr.h */; }; + B3F807C220E5858200030497 /* cr-parsing-location.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8076C20E5858100030497 /* cr-parsing-location.h */; }; + B3F807C320E5858200030497 /* cr-doc-handler.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8076D20E5858100030497 /* cr-doc-handler.h */; }; + B3F807C420E5858200030497 /* cr-stylesheet.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8076E20E5858100030497 /* cr-stylesheet.h */; }; + B3F807C520E5858200030497 /* cr-enc-handler.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8076F20E5858100030497 /* cr-enc-handler.h */; }; + B3F807C620E5858200030497 /* cr-term.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8077020E5858100030497 /* cr-term.h */; }; + B3F807C720E5858200030497 /* cr-prop-list.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8077120E5858100030497 /* cr-prop-list.h */; }; + B3F807C820E5858200030497 /* cr-simple-sel.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8077220E5858100030497 /* cr-simple-sel.h */; }; + B3F807C920E5858200030497 /* cr-declaration.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8077320E5858100030497 /* cr-declaration.h */; }; + B3F807CA20E5858200030497 /* cr-rgb.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8077420E5858100030497 /* cr-rgb.h */; }; + B3F807CB20E5858200030497 /* cr-string.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8077520E5858100030497 /* cr-string.h */; }; + B3F807CC20E5858200030497 /* cr-pseudo.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8077620E5858100030497 /* cr-pseudo.h */; }; + B3F807CD20E5858200030497 /* cr-sel-eng.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8077720E5858100030497 /* cr-sel-eng.h */; }; + B3F807CE20E5858200030497 /* cr-style.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8077820E5858100030497 /* cr-style.h */; }; + B3F807CF20E5858200030497 /* cr-om-parser.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8077920E5858100030497 /* cr-om-parser.h */; }; + B3F807D020E5858200030497 /* cr-statement.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8077A20E5858100030497 /* cr-statement.h */; }; + B3F807D120E5858200030497 /* cr-fonts.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8077B20E5858100030497 /* cr-fonts.h */; }; + B3F807D220E5858200030497 /* libcroco.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8077C20E5858100030497 /* libcroco.h */; }; + B3F807D320E5858200030497 /* cr-input.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8077D20E5858100030497 /* cr-input.h */; }; + B3F807D420E5858200030497 /* cr-num.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8077E20E5858100030497 /* cr-num.h */; }; + B3F807D520E5858200030497 /* cr-selector.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8077F20E5858100030497 /* cr-selector.h */; }; + B3F807D620E5858200030497 /* cr-cascade.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8078020E5858100030497 /* cr-cascade.h */; }; + B3F807D720E5858200030497 /* cr-additional-sel.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8078120E5858100030497 /* cr-additional-sel.h */; }; + B3F807D820E5858200030497 /* cr-utils.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8078220E5858100030497 /* cr-utils.h */; }; + B3F807D920E5858200030497 /* libcroco-config.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8078320E5858100030497 /* libcroco-config.h */; }; + B3F807E020E5858200030497 /* libcroco-0.6.3.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B3F8078C20E5858100030497 /* libcroco-0.6.3.dylib */; }; + B3F808A620E585C000030497 /* fribidi-begindecls.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8081320E585BF00030497 /* fribidi-begindecls.h */; }; + B3F808A720E585C000030497 /* fribidi-config.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8081420E585BF00030497 /* fribidi-config.h */; }; + B3F808A820E585C000030497 /* fribidi-joining-types.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8081520E585BF00030497 /* fribidi-joining-types.h */; }; + B3F808A920E585C000030497 /* fribidi-char-sets.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8081620E585BF00030497 /* fribidi-char-sets.h */; }; + B3F808AA20E585C000030497 /* fribidi-char-sets-list.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8081720E585BF00030497 /* fribidi-char-sets-list.h */; }; + B3F808AB20E585C000030497 /* fribidi-unicode-version.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8081820E585BF00030497 /* fribidi-unicode-version.h */; }; + B3F808AC20E585C000030497 /* fribidi-common.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8081920E585BF00030497 /* fribidi-common.h */; }; + B3F808AD20E585C000030497 /* fribidi-unicode.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8081A20E585BF00030497 /* fribidi-unicode.h */; }; + B3F808AE20E585C000030497 /* fribidi-types.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8081B20E585BF00030497 /* fribidi-types.h */; }; + B3F808AF20E585C000030497 /* fribidi-bidi-types.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8081C20E585BF00030497 /* fribidi-bidi-types.h */; }; + B3F808B020E585C000030497 /* fribidi-deprecated.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8081D20E585BF00030497 /* fribidi-deprecated.h */; }; + B3F808B120E585C000030497 /* fribidi-mirroring.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8081E20E585BF00030497 /* fribidi-mirroring.h */; }; + B3F808B220E585C000030497 /* fribidi-joining.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8081F20E585BF00030497 /* fribidi-joining.h */; }; + B3F808B320E585C000030497 /* fribidi-enddecls.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8082020E585BF00030497 /* fribidi-enddecls.h */; }; + B3F808B420E585C000030497 /* fribidi-flags.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8082120E585BF00030497 /* fribidi-flags.h */; }; + B3F808B520E585C000030497 /* fribidi.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8082220E585BF00030497 /* fribidi.h */; }; + B3F808B620E585C000030497 /* fribidi-bidi.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8082320E585BF00030497 /* fribidi-bidi.h */; }; + B3F808B720E585C000030497 /* fribidi-brackets.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8082420E585BF00030497 /* fribidi-brackets.h */; }; + B3F808B820E585C000030497 /* fribidi-bidi-types-list.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8082520E585BF00030497 /* fribidi-bidi-types-list.h */; }; + B3F808B920E585C000030497 /* fribidi-arabic.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8082620E585BF00030497 /* fribidi-arabic.h */; }; + B3F808BA20E585C000030497 /* fribidi-shape.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8082720E585BF00030497 /* fribidi-shape.h */; }; + B3F808BB20E585C000030497 /* fribidi-joining-types-list.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8082820E585BF00030497 /* fribidi-joining-types-list.h */; }; + B3F808C320E585C000030497 /* libfribidi.0.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B3F8083220E585BF00030497 /* libfribidi.0.dylib */; }; + B3F80B0320E585E900030497 /* hb-buffer.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8093320E585E800030497 /* hb-buffer.h */; }; + B3F80B0420E585E900030497 /* hb-set.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8093420E585E800030497 /* hb-set.h */; }; + B3F80B0520E585E900030497 /* hb-face.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8093520E585E800030497 /* hb-face.h */; }; + B3F80B0620E585E900030497 /* hb-gobject-structs.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8093620E585E800030497 /* hb-gobject-structs.h */; }; + B3F80B0720E585E900030497 /* hb-common.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8093720E585E800030497 /* hb-common.h */; }; + B3F80B0820E585E900030497 /* hb-version.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8093820E585E800030497 /* hb-version.h */; }; + B3F80B0920E585E900030497 /* hb-font.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8093920E585E800030497 /* hb-font.h */; }; + B3F80B0A20E585E900030497 /* hb-coretext.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8093A20E585E800030497 /* hb-coretext.h */; }; + B3F80B0B20E585E900030497 /* hb-ot-tag.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8093B20E585E800030497 /* hb-ot-tag.h */; }; + B3F80B0C20E585E900030497 /* hb-deprecated.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8093C20E585E800030497 /* hb-deprecated.h */; }; + B3F80B0D20E585E900030497 /* hb-ot.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8093D20E585E800030497 /* hb-ot.h */; }; + B3F80B0E20E585E900030497 /* hb-ot-layout.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8093E20E585E800030497 /* hb-ot-layout.h */; }; + B3F80B0F20E585E900030497 /* hb-ot-var.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8093F20E585E800030497 /* hb-ot-var.h */; }; + B3F80B1020E585E900030497 /* hb-gobject-enums.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8094020E585E800030497 /* hb-gobject-enums.h */; }; + B3F80B1120E585E900030497 /* hb-shape.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8094120E585E800030497 /* hb-shape.h */; }; + B3F80B1220E585E900030497 /* hb-subset-plan.hh in Headers */ = {isa = PBXBuildFile; fileRef = B3F8094220E585E800030497 /* hb-subset-plan.hh */; }; + B3F80B1320E585E900030497 /* hb-shape-plan.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8094320E585E800030497 /* hb-shape-plan.h */; }; + B3F80B1420E585E900030497 /* hb-ot-font.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8094420E585E800030497 /* hb-ot-font.h */; }; + B3F80B1520E585E900030497 /* hb-unicode.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8094520E585E800030497 /* hb-unicode.h */; }; + B3F80B1620E585E900030497 /* hb-ot-shape.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8094620E585E800030497 /* hb-ot-shape.h */; }; + B3F80B1720E585E900030497 /* hb-blob.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8094720E585E800030497 /* hb-blob.h */; }; + B3F80B1820E585E900030497 /* hb-subset-private.hh in Headers */ = {isa = PBXBuildFile; fileRef = B3F8094820E585E800030497 /* hb-subset-private.hh */; }; + B3F80B1920E585E900030497 /* hb.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8094920E585E800030497 /* hb.h */; }; + B3F80B1A20E585E900030497 /* hb-glib.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8094A20E585E800030497 /* hb-glib.h */; }; + B3F80B1B20E585E900030497 /* hb-subset-glyf.hh in Headers */ = {isa = PBXBuildFile; fileRef = B3F8094B20E585E800030497 /* hb-subset-glyf.hh */; }; + B3F80B1C20E585E900030497 /* hb-graphite2.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8094C20E585E800030497 /* hb-graphite2.h */; }; + B3F80B1D20E585E900030497 /* hb-subset.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8094D20E585E800030497 /* hb-subset.h */; }; + B3F80B1E20E585E900030497 /* hb-gobject.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8094E20E585E800030497 /* hb-gobject.h */; }; + B3F80B1F20E585E900030497 /* hb-ot-math.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8094F20E585E800030497 /* hb-ot-math.h */; }; + B3F80B2020E585EA00030497 /* hb-icu.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8095020E585E800030497 /* hb-icu.h */; }; + B3F80B2120E585EA00030497 /* hb-ft.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F8095120E585E800030497 /* hb-ft.h */; }; + B3F80B2820E585EA00030497 /* libharfbuzz-subset.0.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B3F8095920E585E800030497 /* libharfbuzz-subset.0.dylib */; }; + B3F80B2D20E585EA00030497 /* libharfbuzz-gobject.0.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B3F8095F20E585E800030497 /* libharfbuzz-gobject.0.dylib */; }; + B3F80B3020E585EA00030497 /* libharfbuzz.0.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B3F8096420E585E800030497 /* libharfbuzz.0.dylib */; }; + B3F80B3620E585EA00030497 /* libharfbuzz-icu.0.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B3F8096B20E585E800030497 /* libharfbuzz-icu.0.dylib */; }; + B3F80CA920E586A000030497 /* libharfbuzz-subset.0.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = B3F8095920E585E800030497 /* libharfbuzz-subset.0.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + B3F80CAA20E586A000030497 /* libharfbuzz-gobject.0.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = B3F8095F20E585E800030497 /* libharfbuzz-gobject.0.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + B3F80CAB20E586A000030497 /* libharfbuzz.0.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = B3F8096420E585E800030497 /* libharfbuzz.0.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + B3F80CAE20E586A000030497 /* libharfbuzz-icu.0.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = B3F8096B20E585E800030497 /* libharfbuzz-icu.0.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + B3FAD3EB1FA564D0004381A7 /* VersionMenuItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3FAD3EA1FA564D0004381A7 /* VersionMenuItem.swift */; }; + B3FDF6452180A3FF00455A43 /* InstallerProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3FDF6442180A3FF00455A43 /* InstallerProtocol.swift */; }; + CBE9EF18228D2DADFC9D264F /* Pods_Speculid.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DCB0AF202D3672415910AFDE /* Pods_Speculid.framework */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + B3136E651F90FCCF0002B7AB /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = B37C74361F8C58F300DF505B /* Project object */; + proxyType = 1; + remoteGlobalIDString = B37C743D1F8C58F300DF505B; + remoteInfo = "Speculid-Mac-App"; + }; + B3136E841F90FD2E0002B7AB /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = B37C74361F8C58F300DF505B /* Project object */; + proxyType = 1; + remoteGlobalIDString = B37C74721F8C5ADA00DF505B; + remoteInfo = Speculid; + }; + B3136E931F90FD3D0002B7AB /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = B37C74361F8C58F300DF505B /* Project object */; + proxyType = 1; + remoteGlobalIDString = B37C74881F8C5B5C00DF505B; + remoteInfo = CairoSVG; + }; + B37C745C1F8C590D00DF505B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = B37C74361F8C58F300DF505B /* Project object */; + proxyType = 1; + remoteGlobalIDString = B37C74521F8C590D00DF505B; + remoteInfo = "Speculid-Mac-XPC"; + }; + B37C74781F8C5ADA00DF505B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = B37C74361F8C58F300DF505B /* Project object */; + proxyType = 1; + remoteGlobalIDString = B37C74721F8C5ADA00DF505B; + remoteInfo = "Speculid-Mac-Framework"; + }; + B37C748E1F8C5B5C00DF505B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = B37C74361F8C58F300DF505B /* Project object */; + proxyType = 1; + remoteGlobalIDString = B37C74881F8C5B5C00DF505B; + remoteInfo = "CairoSVG-Mac-Framework"; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXCopyFilesBuildPhase section */ + B3242E95213DBE6C0063037C /* CopyFiles */ = { + isa = PBXCopyFilesBuildPhase; + buildActionMask = 2147483647; + dstPath = /usr/share/man/man1/; + dstSubfolderSpec = 0; + files = ( + ); + runOnlyForDeploymentPostprocessing = 1; + }; + B324471F23D2458300549D30 /* CopyFiles */ = { + isa = PBXCopyFilesBuildPhase; + buildActionMask = 2147483647; + dstPath = /usr/share/man/man1/; + dstSubfolderSpec = 0; + files = ( + ); + runOnlyForDeploymentPostprocessing = 1; + }; + B326F24D21811B970072D652 /* CopyFiles */ = { + isa = PBXCopyFilesBuildPhase; + buildActionMask = 2147483647; + dstPath = /usr/share/man/man1/; + dstSubfolderSpec = 0; + files = ( + ); + runOnlyForDeploymentPostprocessing = 1; + }; + B33A533F1F95568F00E74800 /* CopyFiles */ = { + isa = PBXCopyFilesBuildPhase; + buildActionMask = 2147483647; + dstPath = ""; + dstSubfolderSpec = 7; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B34B52DE217EB2530080E6DC /* CopyFiles */ = { + isa = PBXCopyFilesBuildPhase; + buildActionMask = 2147483647; + dstPath = Contents/Library/LaunchServices; + dstSubfolderSpec = 1; + files = ( + B326F25921811CCD0072D652 /* com.brightdigit.Speculid-Mac-Installer in CopyFiles */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B37C74621F8C590D00DF505B /* Embed XPC Services */ = { + isa = PBXCopyFilesBuildPhase; + buildActionMask = 2147483647; + dstPath = "$(CONTENTS_FOLDER_PATH)/XPCServices"; + dstSubfolderSpec = 16; + files = ( + B37C745E1F8C590D00DF505B /* Speculid-Mac-XPC.xpc in Embed XPC Services */, + ); + name = "Embed XPC Services"; + runOnlyForDeploymentPostprocessing = 0; + }; + B37C747F1F8C5ADA00DF505B /* Embed Frameworks */ = { + isa = PBXCopyFilesBuildPhase; + buildActionMask = 2147483647; + dstPath = ""; + dstSubfolderSpec = 10; + files = ( + B37C74911F8C5B5C00DF505B /* CairoSVG.framework in Embed Frameworks */, + B37C747B1F8C5ADA00DF505B /* SpeculidKit.framework in Embed Frameworks */, + ); + name = "Embed Frameworks"; + runOnlyForDeploymentPostprocessing = 0; + }; + B3A2BCF8213F25F4005FC8A1 /* CopyFiles */ = { + isa = PBXCopyFilesBuildPhase; + buildActionMask = 2147483647; + dstPath = ""; + dstSubfolderSpec = 12; + files = ( + B3A2BCF9213F2622005FC8A1 /* speculid in CopyFiles */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B3E211A620E57290009EA554 /* CopyFiles */ = { + isa = PBXCopyFilesBuildPhase; + buildActionMask = 2147483647; + dstPath = ""; + dstSubfolderSpec = 10; + files = ( + B3825F0420F9183F008F2A02 /* libgraphite2.3.0.1.dylib in CopyFiles */, + B3F80CAB20E586A000030497 /* libharfbuzz.0.dylib in CopyFiles */, + B3891B8620F6406B00FEDF89 /* libfribidi.0.dylib in CopyFiles */, + B3F8057E20E584E700030497 /* libpng16.16.dylib in CopyFiles */, + B3F80CAA20E586A000030497 /* libharfbuzz-gobject.0.dylib in CopyFiles */, + B3891B8420F6402F00FEDF89 /* libcroco-0.6.3.dylib in CopyFiles */, + B3F80CAE20E586A000030497 /* libharfbuzz-icu.0.dylib in CopyFiles */, + B31BDB0120E7E26200A560C2 /* libicuio.61.1.dylib in CopyFiles */, + B31BDB0320E7E26200A560C2 /* libicui18n.61.1.dylib in CopyFiles */, + B31BDB0420E7E26200A560C2 /* libicutu.61.1.dylib in CopyFiles */, + B31BDB0B20E7E26200A560C2 /* libicudata.61.1.dylib in CopyFiles */, + B31BDB0C20E7E26200A560C2 /* libicutest.61.1.dylib in CopyFiles */, + B31BDB0D20E7E26200A560C2 /* libicuuc.61.1.dylib in CopyFiles */, + B31BD6EA20E7A6A400A560C2 /* libffi.6.dylib in CopyFiles */, + B3F80CA920E586A000030497 /* libharfbuzz-subset.0.dylib in CopyFiles */, + B3F8072620E5853700030497 /* libpcre.1.dylib in CopyFiles */, + B3F8072720E5853700030497 /* libpcreposix.0.dylib in CopyFiles */, + B3F8072920E5853700030497 /* libpcrecpp.0.dylib in CopyFiles */, + B3F8072B20E5853700030497 /* libpcre16.0.dylib in CopyFiles */, + B3F8072F20E5853700030497 /* libpcre32.0.dylib in CopyFiles */, + B3E211C520E57BCC009EA554 /* libgettextsrc-0.19.8.1.dylib in CopyFiles */, + B3F8053820E5823600030497 /* libpango-1.0.0.dylib in CopyFiles */, + B3F8053920E5823600030497 /* libpangoft2-1.0.0.dylib in CopyFiles */, + B3F8053B20E5823600030497 /* libpangocairo-1.0.0.dylib in CopyFiles */, + B3E211AA20E57AC3009EA554 /* libcairo-script-interpreter.2.dylib in CopyFiles */, + B3E211C420E57BA0009EA554 /* libgettextlib-0.19.8.1.dylib in CopyFiles */, + B3E211A920E57A99009EA554 /* librsvg-2.2.dylib in CopyFiles */, + B3E211A720E572B2009EA554 /* libcairo.2.dylib in CopyFiles */, + B3E211AC20E57B5E009EA554 /* libpixman-1.0.dylib in CopyFiles */, + B3E211AE20E57B5E009EA554 /* libfreetype.6.dylib in CopyFiles */, + B3E211B020E57B5E009EA554 /* libgdk_pixbuf-2.0.0.dylib in CopyFiles */, + B3E211B420E57B5E009EA554 /* libglib-2.0.0.dylib in CopyFiles */, + B3E211B720E57B5E009EA554 /* libgobject-2.0.0.dylib in CopyFiles */, + B3E211B820E57B5E009EA554 /* libgmodule-2.0.0.dylib in CopyFiles */, + B3E211B920E57B5E009EA554 /* libgthread-2.0.0.dylib in CopyFiles */, + B3E211BA20E57B5E009EA554 /* libgio-2.0.0.dylib in CopyFiles */, + B3E211BB20E57B5E009EA554 /* libcairo-gobject.2.dylib in CopyFiles */, + B3E211BC20E57B5E009EA554 /* libcairo-trace.0.dylib in CopyFiles */, + B3E211BD20E57B5E009EA554 /* libfontconfig.1.dylib in CopyFiles */, + B3E211BF20E57B5E009EA554 /* libgettextpo.0.dylib in CopyFiles */, + B3E211C120E57B5E009EA554 /* libintl.8.dylib in CopyFiles */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXCopyFilesBuildPhase section */ + +/* Begin PBXFileReference section */ + 054FC9E3CE2F6BD2F948CF5D /* Pods_Speculid_Mac_App.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Speculid_Mac_App.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 1A1D3098AA00507F322B5177 /* Pods-SpeculidTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SpeculidTests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-SpeculidTests/Pods-SpeculidTests.debug.xcconfig"; sourceTree = ""; }; + 33189C1A2DCDF9FDE0D52DB2 /* Pods-CairoSVGTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-CairoSVGTests.release.xcconfig"; path = "Pods/Target Support Files/Pods-CairoSVGTests/Pods-CairoSVGTests.release.xcconfig"; sourceTree = ""; }; + 4D7E00CC4EE1B4A785089460 /* Pods_SpeculidTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_SpeculidTests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 503182BFEED5FCC7A0FD7113 /* Pods-Speculid-Mac-AppUITests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Speculid-Mac-AppUITests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Speculid-Mac-AppUITests/Pods-Speculid-Mac-AppUITests.debug.xcconfig"; sourceTree = ""; }; + 5598DB627CD85D918F6EAC73 /* Pods-Speculid-Mac-AppUITests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Speculid-Mac-AppUITests.release.xcconfig"; path = "Pods/Target Support Files/Pods-Speculid-Mac-AppUITests/Pods-Speculid-Mac-AppUITests.release.xcconfig"; sourceTree = ""; }; + 5EA075855931F18A5DA87B15 /* Pods_Speculid_Mac_XPC.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Speculid_Mac_XPC.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 63BDAD4963D80A5FF54A9272 /* Pods_Speculid_Mac_AppUITests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Speculid_Mac_AppUITests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 72377B2194FCD69B6D9FED05 /* Pods-CairoSVG.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-CairoSVG.release.xcconfig"; path = "Pods/Target Support Files/Pods-CairoSVG/Pods-CairoSVG.release.xcconfig"; sourceTree = ""; }; + 75FAFD8D34A5758295CE7C3E /* Pods-Speculid-Mac-App.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Speculid-Mac-App.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Speculid-Mac-App/Pods-Speculid-Mac-App.debug.xcconfig"; sourceTree = ""; }; + 7DD68C68194F71BF3C7B683C /* Pods-CairoSVG.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-CairoSVG.debug.xcconfig"; path = "Pods/Target Support Files/Pods-CairoSVG/Pods-CairoSVG.debug.xcconfig"; sourceTree = ""; }; + 87434B3EFCD8AF7732299E58 /* Pods-Speculid.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Speculid.release.xcconfig"; path = "Pods/Target Support Files/Pods-Speculid/Pods-Speculid.release.xcconfig"; sourceTree = ""; }; + 9F8599C40CCA72FBF9FA1098 /* Pods_CairoSVG.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_CairoSVG.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + B30216EF218B805E004C4BEA /* Gemfile */ = {isa = PBXFileReference; lastKnownFileType = text; path = Gemfile; sourceTree = ""; }; + B3033B191F9AEE9900787279 /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; + B3033B1A1F9AEE9A00787279 /* .gitignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .gitignore; sourceTree = ""; }; + B3033B1D1F9AEFC100787279 /* AssetSpecificationDocumentProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AssetSpecificationDocumentProtocol.swift; sourceTree = ""; }; + B3033B1F1F9AEFE600787279 /* AssetSpecificationDocument.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AssetSpecificationDocument.swift; sourceTree = ""; }; + B3033B211F9AF03F00787279 /* Contents.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; name = Contents.json; path = Assets.xcassets/AppIcon.appiconset/Contents.json; sourceTree = ""; }; + B3033B231F9AF05900787279 /* Contents.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; name = Contents.json; path = Assets.xcassets/TrayIcon.imageset/Contents.json; sourceTree = ""; }; + B3081398218A067300DB07D0 /* geometry.svg */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = geometry.svg; sourceTree = ""; }; + B3136DBB1F90E27B0002B7AB /* ImageFile.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ImageFile.swift; sourceTree = ""; }; + B3136DBC1F90E27B0002B7AB /* Speculid_Mac_Framework.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Speculid_Mac_Framework.h; sourceTree = ""; }; + B3136DBE1F90E27B0002B7AB /* ImageSpecification.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ImageSpecification.swift; sourceTree = ""; }; + B3136DC01F90E27B0002B7AB /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + B3136DC31F90E2A10002B7AB /* layers.svg */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = layers.svg; sourceTree = ""; }; + B3136DC61F90E2A20002B7AB /* ServiceProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ServiceProtocol.swift; sourceTree = ""; }; + B3136DC91F90E2A20002B7AB /* ErrorCollection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ErrorCollection.swift; sourceTree = ""; }; + B3136DCC1F90E2A20002B7AB /* Service.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Service.swift; sourceTree = ""; }; + B3136DD81F90E96A0002B7AB /* cairo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = cairo.h; sourceTree = ""; }; + B3136DDA1F90EA520002B7AB /* rsvg.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = rsvg.h; sourceTree = ""; }; + B3136DDB1F90EF370002B7AB /* Application.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Application.swift; sourceTree = ""; }; + B3136DDD1F90EF460002B7AB /* Application.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Application.swift; sourceTree = ""; }; + B3136DE81F90F73A0002B7AB /* CairoConversionSet.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CairoConversionSet.swift; sourceTree = ""; }; + B3136DEA1F90F73A0002B7AB /* AnalyticsTracker.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AnalyticsTracker.swift; sourceTree = ""; }; + B3136DEC1F90F73A0002B7AB /* ClientIdentifier.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ClientIdentifier.swift; sourceTree = ""; }; + B3136DF01F90F73A0002B7AB /* ImageConversionSetBuilder.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ImageConversionSetBuilder.swift; sourceTree = ""; }; + B3136DF11F90F73A0002B7AB /* AnalyticsSessionManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AnalyticsSessionManager.swift; sourceTree = ""; }; + B3136DF21F90F73A0002B7AB /* SpeculidBuilder.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SpeculidBuilder.swift; sourceTree = ""; }; + B3136DF31F90F73A0002B7AB /* ImageConversionBuilder.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ImageConversionBuilder.swift; sourceTree = ""; }; + B3136DF41F90F73A0002B7AB /* CairoConversionSetBuilder.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CairoConversionSetBuilder.swift; sourceTree = ""; }; + B3136DF61F90F73A0002B7AB /* NSColor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NSColor.swift; sourceTree = ""; }; + B3136DF71F90F73A0002B7AB /* String.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = String.swift; sourceTree = ""; }; + B3136DF81F90F73A0002B7AB /* CGFloat.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CGFloat.swift; sourceTree = ""; }; + B3136DFA1F90F73A0002B7AB /* AnalyticsParameterDictionary.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AnalyticsParameterDictionary.swift; sourceTree = ""; }; + B3136DFB1F90F73A0002B7AB /* GeometryDimension.Codable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GeometryDimension.Codable.swift; sourceTree = ""; }; + B3136DFC1F90F73A0002B7AB /* SpeculidSpecificationsFile.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SpeculidSpecificationsFile.swift; sourceTree = ""; }; + B3136E001F90F73A0002B7AB /* GeometryDimension.ScalingBy.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GeometryDimension.ScalingBy.swift; sourceTree = ""; }; + B3136E011F90F73A0002B7AB /* SpeculidDocument.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SpeculidDocument.swift; sourceTree = ""; }; + B3136E021F90F73A0002B7AB /* AnalyticsParameterKey.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AnalyticsParameterKey.swift; sourceTree = ""; }; + B3136E041F90F73A0002B7AB /* AssetSpecification.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AssetSpecification.swift; sourceTree = ""; }; + B3136E051F90F73A0002B7AB /* AnalyticsConfiguration.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AnalyticsConfiguration.swift; sourceTree = ""; }; + B3136E071F90F73A0002B7AB /* ImageIdiom.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ImageIdiom.swift; sourceTree = ""; }; + B3136E091F90F73B0002B7AB /* SpeculidSpecificationsFileProtocol.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SpeculidSpecificationsFileProtocol.swift; sourceTree = ""; }; + B3136E0B1F90F73B0002B7AB /* ImageConversionSetBuilderProtocol.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ImageConversionSetBuilderProtocol.swift; sourceTree = ""; }; + B3136E0C1F90F73B0002B7AB /* ImageConversionTaskProtocol.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ImageConversionTaskProtocol.swift; sourceTree = ""; }; + B3136E0D1F90F73B0002B7AB /* ClientIdentifierDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ClientIdentifierDelegate.swift; sourceTree = ""; }; + B3136E0F1F90F73B0002B7AB /* ImageConversionSetProtocol.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ImageConversionSetProtocol.swift; sourceTree = ""; }; + B3136E101F90F73B0002B7AB /* SpeculidDocumentProtocol.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SpeculidDocumentProtocol.swift; sourceTree = ""; }; + B3136E111F90F73B0002B7AB /* SpeculidConfigurationProtocol.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SpeculidConfigurationProtocol.swift; sourceTree = ""; }; + B3136E121F90F73B0002B7AB /* AnalyticsEventProtocol.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AnalyticsEventProtocol.swift; sourceTree = ""; }; + B3136E131F90F73B0002B7AB /* AnalyticsSessionManagerProtocol.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AnalyticsSessionManagerProtocol.swift; sourceTree = ""; }; + B3136E141F90F73B0002B7AB /* AssetSpecificationProtocol.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AssetSpecificationProtocol.swift; sourceTree = ""; }; + B3136E151F90F73B0002B7AB /* GeometryProtocol.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GeometryProtocol.swift; sourceTree = ""; }; + B3136E161F90F73B0002B7AB /* SpeculidArgumentsProtocol.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SpeculidArgumentsProtocol.swift; sourceTree = ""; }; + B3136E171F90F73B0002B7AB /* AnalyticsConfigurationProtocol.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AnalyticsConfigurationProtocol.swift; sourceTree = ""; }; + B3136E181F90F73B0002B7AB /* AnalyticsTrackerProtocol.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AnalyticsTrackerProtocol.swift; sourceTree = ""; }; + B3136E191F90F73B0002B7AB /* SpeculidBuilderProtocol.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SpeculidBuilderProtocol.swift; sourceTree = ""; }; + B3136E1A1F90F73B0002B7AB /* ApplicationProtocol.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ApplicationProtocol.swift; sourceTree = ""; }; + B3136E1B1F90F73B0002B7AB /* ImageConversionBuilderProtocol.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ImageConversionBuilderProtocol.swift; sourceTree = ""; }; + B3136E1C1F90F73B0002B7AB /* versions.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = versions.plist; sourceTree = ""; }; + B3136E1E1F90F73B0002B7AB /* MissingRequiredInstallationError.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MissingRequiredInstallationError.swift; sourceTree = ""; }; + B3136E1F1F90F73B0002B7AB /* ProcessError.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ProcessError.swift; sourceTree = ""; }; + B3136E201F90F73B0002B7AB /* ArrayError.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ArrayError.swift; sourceTree = ""; }; + B3136E211F90F73B0002B7AB /* UnknownConversionError.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UnknownConversionError.swift; sourceTree = ""; }; + B3136E601F90FCCF0002B7AB /* Speculid-Mac-AppUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Speculid-Mac-AppUITests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; + B3136E621F90FCCF0002B7AB /* SpeculidUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SpeculidUITests.swift; sourceTree = ""; }; + B3136E641F90FCCF0002B7AB /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + B3136E7E1F90FD2E0002B7AB /* SpeculidTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SpeculidTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + B3136E821F90FD2E0002B7AB /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + B3136E8D1F90FD3D0002B7AB /* CairoSVGTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = CairoSVGTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + B3136E8F1F90FD3D0002B7AB /* CairoSVGTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CairoSVGTests.swift; sourceTree = ""; }; + B3136E911F90FD3D0002B7AB /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + B3136EA11F910BC90002B7AB /* svg-appicon.speculid */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "svg-appicon.speculid"; sourceTree = ""; }; + B3136EA21F910BC90002B7AB /* svg-trayicon.speculid */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "svg-trayicon.speculid"; sourceTree = ""; }; + B317B0D01FA560EE00BB5E57 /* QuitMenuItem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QuitMenuItem.swift; sourceTree = ""; }; + B31890691F918F0300D0EFA0 /* GeometryValue.Multiply.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GeometryValue.Multiply.swift; sourceTree = ""; }; + B318906D1F91A06B00D0EFA0 /* .swiftlint.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .swiftlint.yml; sourceTree = ""; }; + B319DCAF233BE00400F9381E /* AssetCatalogItem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AssetCatalogItem.swift; sourceTree = ""; }; + B31BD70020E7E0D500A560C2 /* translit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = translit.h; sourceTree = ""; }; + B31BD70120E7E0D500A560C2 /* ustdio.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ustdio.h; sourceTree = ""; }; + B31BD70220E7E0D500A560C2 /* utf_old.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = utf_old.h; sourceTree = ""; }; + B31BD70320E7E0D500A560C2 /* ucsdet.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ucsdet.h; sourceTree = ""; }; + B31BD70420E7E0D500A560C2 /* tzfmt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tzfmt.h; sourceTree = ""; }; + B31BD70520E7E0D500A560C2 /* ubrk.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ubrk.h; sourceTree = ""; }; + B31BD70620E7E0D500A560C2 /* ufieldpositer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ufieldpositer.h; sourceTree = ""; }; + B31BD70720E7E0D500A560C2 /* stringpiece.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = stringpiece.h; sourceTree = ""; }; + B31BD70820E7E0D500A560C2 /* ucat.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ucat.h; sourceTree = ""; }; + B31BD70920E7E0D500A560C2 /* tblcoll.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tblcoll.h; sourceTree = ""; }; + B31BD70A20E7E0D500A560C2 /* stringoptions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = stringoptions.h; sourceTree = ""; }; + B31BD70B20E7E0D500A560C2 /* dtfmtsym.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dtfmtsym.h; sourceTree = ""; }; + B31BD70C20E7E0D500A560C2 /* unirepl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = unirepl.h; sourceTree = ""; }; + B31BD70D20E7E0D500A560C2 /* ptypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ptypes.h; sourceTree = ""; }; + B31BD70E20E7E0D500A560C2 /* fmtable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = fmtable.h; sourceTree = ""; }; + B31BD70F20E7E0D500A560C2 /* dtitvfmt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dtitvfmt.h; sourceTree = ""; }; + B31BD71020E7E0D500A560C2 /* choicfmt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = choicfmt.h; sourceTree = ""; }; + B31BD71120E7E0D500A560C2 /* usetiter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = usetiter.h; sourceTree = ""; }; + B31BD71220E7E0D500A560C2 /* errorcode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = errorcode.h; sourceTree = ""; }; + B31BD71320E7E0D500A560C2 /* tznames.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tznames.h; sourceTree = ""; }; + B31BD71420E7E0D500A560C2 /* dtintrv.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dtintrv.h; sourceTree = ""; }; + B31BD71520E7E0D500A560C2 /* ucurr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ucurr.h; sourceTree = ""; }; + B31BD71620E7E0D500A560C2 /* icuplug.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = icuplug.h; sourceTree = ""; }; + B31BD71720E7E0D500A560C2 /* uregion.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = uregion.h; sourceTree = ""; }; + B31BD71820E7E0D500A560C2 /* utext.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = utext.h; sourceTree = ""; }; + B31BD71920E7E0D500A560C2 /* edits.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = edits.h; sourceTree = ""; }; + B31BD71A20E7E0D500A560C2 /* parsepos.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = parsepos.h; sourceTree = ""; }; + B31BD71B20E7E0D500A560C2 /* ucal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ucal.h; sourceTree = ""; }; + B31BD71C20E7E0D500A560C2 /* fpositer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = fpositer.h; sourceTree = ""; }; + B31BD71D20E7E0D500A560C2 /* dtitvinf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dtitvinf.h; sourceTree = ""; }; + B31BD71E20E7E0D500A560C2 /* rbnf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = rbnf.h; sourceTree = ""; }; + B31BD71F20E7E0D500A560C2 /* udat.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = udat.h; sourceTree = ""; }; + B31BD72020E7E0D500A560C2 /* urep.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = urep.h; sourceTree = ""; }; + B31BD72120E7E0D500A560C2 /* utf32.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = utf32.h; sourceTree = ""; }; + B31BD72220E7E0D500A560C2 /* vtzone.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vtzone.h; sourceTree = ""; }; + B31BD72320E7E0D500A560C2 /* ustring.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ustring.h; sourceTree = ""; }; + B31BD72420E7E0D500A560C2 /* ubiditransform.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ubiditransform.h; sourceTree = ""; }; + B31BD72520E7E0D500A560C2 /* uenum.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = uenum.h; sourceTree = ""; }; + B31BD72620E7E0D500A560C2 /* appendable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = appendable.h; sourceTree = ""; }; + B31BD72720E7E0D500A560C2 /* usearch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = usearch.h; sourceTree = ""; }; + B31BD72820E7E0D500A560C2 /* numsys.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = numsys.h; sourceTree = ""; }; + B31BD72920E7E0D500A560C2 /* timezone.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = timezone.h; sourceTree = ""; }; + B31BD72A20E7E0D500A560C2 /* uset.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = uset.h; sourceTree = ""; }; + B31BD72B20E7E0D500A560C2 /* casemap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = casemap.h; sourceTree = ""; }; + B31BD72C20E7E0D500A560C2 /* coleitr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = coleitr.h; sourceTree = ""; }; + B31BD72D20E7E0D500A560C2 /* schriter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = schriter.h; sourceTree = ""; }; + B31BD72E20E7E0D500A560C2 /* msgfmt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = msgfmt.h; sourceTree = ""; }; + B31BD72F20E7E0D500A560C2 /* fieldpos.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = fieldpos.h; sourceTree = ""; }; + B31BD73020E7E0D500A560C2 /* simpletz.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = simpletz.h; sourceTree = ""; }; + B31BD73120E7E0D500A560C2 /* uldnames.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = uldnames.h; sourceTree = ""; }; + B31BD73220E7E0D500A560C2 /* uiter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = uiter.h; sourceTree = ""; }; + B31BD73320E7E0D500A560C2 /* umsg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = umsg.h; sourceTree = ""; }; + B31BD73420E7E0D500A560C2 /* sortkey.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sortkey.h; sourceTree = ""; }; + B31BD73520E7E0D500A560C2 /* docmain.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = docmain.h; sourceTree = ""; }; + B31BD73620E7E0D500A560C2 /* uniset.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = uniset.h; sourceTree = ""; }; + B31BD73720E7E0D500A560C2 /* basictz.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = basictz.h; sourceTree = ""; }; + B31BD73820E7E0D500A560C2 /* udata.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = udata.h; sourceTree = ""; }; + B31BD73920E7E0D500A560C2 /* stringtriebuilder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = stringtriebuilder.h; sourceTree = ""; }; + B31BD73A20E7E0D500A560C2 /* chariter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = chariter.h; sourceTree = ""; }; + B31BD73B20E7E0D500A560C2 /* umisc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = umisc.h; sourceTree = ""; }; + B31BD73C20E7E0D500A560C2 /* reldatefmt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = reldatefmt.h; sourceTree = ""; }; + B31BD73D20E7E0D500A560C2 /* uloc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = uloc.h; sourceTree = ""; }; + B31BD73E20E7E0D500A560C2 /* plurrule.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = plurrule.h; sourceTree = ""; }; + B31BD73F20E7E0D500A560C2 /* bytestriebuilder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bytestriebuilder.h; sourceTree = ""; }; + B31BD74020E7E0D500A560C2 /* measunit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = measunit.h; sourceTree = ""; }; + B31BD74120E7E0D500A560C2 /* utrace.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = utrace.h; sourceTree = ""; }; + B31BD74220E7E0D500A560C2 /* locdspnm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = locdspnm.h; sourceTree = ""; }; + B31BD74320E7E0D500A560C2 /* gregocal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gregocal.h; sourceTree = ""; }; + B31BD74420E7E0D500A560C2 /* uchriter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = uchriter.h; sourceTree = ""; }; + B31BD74520E7E0D500A560C2 /* enumset.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = enumset.h; sourceTree = ""; }; + B31BD74620E7E0D500A560C2 /* nounit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = nounit.h; sourceTree = ""; }; + B31BD74720E7E0D500A560C2 /* utf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = utf.h; sourceTree = ""; }; + B31BD74820E7E0D500A560C2 /* measure.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = measure.h; sourceTree = ""; }; + B31BD74920E7E0D500A560C2 /* tzrule.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tzrule.h; sourceTree = ""; }; + B31BD74A20E7E0D500A560C2 /* strenum.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = strenum.h; sourceTree = ""; }; + B31BD74B20E7E0D500A560C2 /* regex.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = regex.h; sourceTree = ""; }; + B31BD74C20E7E0D500A560C2 /* gender.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gender.h; sourceTree = ""; }; + B31BD74D20E7E0D500A560C2 /* dcfmtsym.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dcfmtsym.h; sourceTree = ""; }; + B31BD74E20E7E0D500A560C2 /* ucnv_err.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ucnv_err.h; sourceTree = ""; }; + B31BD74F20E7E0D500A560C2 /* decimfmt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = decimfmt.h; sourceTree = ""; }; + B31BD75020E7E0D500A560C2 /* bytestrie.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bytestrie.h; sourceTree = ""; }; + B31BD75120E7E0D500A560C2 /* udatpg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = udatpg.h; sourceTree = ""; }; + B31BD75220E7E0D500A560C2 /* listformatter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = listformatter.h; sourceTree = ""; }; + B31BD75320E7E0D500A560C2 /* uobject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = uobject.h; sourceTree = ""; }; + B31BD75420E7E0D500A560C2 /* calendar.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = calendar.h; sourceTree = ""; }; + B31BD75520E7E0D500A560C2 /* ures.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ures.h; sourceTree = ""; }; + B31BD75620E7E0D500A560C2 /* normlzr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = normlzr.h; sourceTree = ""; }; + B31BD75720E7E0D500A560C2 /* usprep.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = usprep.h; sourceTree = ""; }; + B31BD75820E7E0D500A560C2 /* urename.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = urename.h; sourceTree = ""; }; + B31BD75920E7E0D500A560C2 /* caniter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = caniter.h; sourceTree = ""; }; + B31BD75A20E7E0D500A560C2 /* ucol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ucol.h; sourceTree = ""; }; + B31BD75B20E7E0D500A560C2 /* upluralrules.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = upluralrules.h; sourceTree = ""; }; + B31BD75C20E7E0D500A560C2 /* ucharstrie.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ucharstrie.h; sourceTree = ""; }; + B31BD75D20E7E0D500A560C2 /* tmunit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tmunit.h; sourceTree = ""; }; + B31BD75E20E7E0D500A560C2 /* unistr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = unistr.h; sourceTree = ""; }; + B31BD75F20E7E0D500A560C2 /* rbbi.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = rbbi.h; sourceTree = ""; }; + B31BD76020E7E0D500A560C2 /* ulocdata.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ulocdata.h; sourceTree = ""; }; + B31BD76120E7E0D500A560C2 /* idna.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = idna.h; sourceTree = ""; }; + B31BD76220E7E0D500A560C2 /* unorm2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = unorm2.h; sourceTree = ""; }; + B31BD76320E7E0D500A560C2 /* dtptngen.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dtptngen.h; sourceTree = ""; }; + B31BD76420E7E0D500A560C2 /* dbbi.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dbbi.h; sourceTree = ""; }; + B31BD76520E7E0D500A560C2 /* bytestream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bytestream.h; sourceTree = ""; }; + B31BD76620E7E0D500A560C2 /* uversion.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = uversion.h; sourceTree = ""; }; + B31BD76720E7E0D500A560C2 /* messagepattern.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = messagepattern.h; sourceTree = ""; }; + B31BD76820E7E0D500A560C2 /* uidna.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = uidna.h; sourceTree = ""; }; + B31BD76920E7E0D500A560C2 /* filteredbrk.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = filteredbrk.h; sourceTree = ""; }; + B31BD76A20E7E0D500A560C2 /* tmutamt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tmutamt.h; sourceTree = ""; }; + B31BD76B20E7E0D500A560C2 /* char16ptr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = char16ptr.h; sourceTree = ""; }; + B31BD76C20E7E0D500A560C2 /* symtable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = symtable.h; sourceTree = ""; }; + B31BD76D20E7E0D500A560C2 /* ucasemap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ucasemap.h; sourceTree = ""; }; + B31BD76E20E7E0D500A560C2 /* ucoleitr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ucoleitr.h; sourceTree = ""; }; + B31BD76F20E7E0D500A560C2 /* compactdecimalformat.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = compactdecimalformat.h; sourceTree = ""; }; + B31BD77020E7E0D500A560C2 /* unum.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = unum.h; sourceTree = ""; }; + B31BD77120E7E0D500A560C2 /* udisplaycontext.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = udisplaycontext.h; sourceTree = ""; }; + B31BD77220E7E0D500A560C2 /* tztrans.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tztrans.h; sourceTree = ""; }; + B31BD77320E7E0D500A560C2 /* umachine.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = umachine.h; sourceTree = ""; }; + B31BD77420E7E0D500A560C2 /* numberformatter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = numberformatter.h; sourceTree = ""; }; + B31BD77520E7E0D500A560C2 /* datefmt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = datefmt.h; sourceTree = ""; }; + B31BD77620E7E0D500A560C2 /* utmscale.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = utmscale.h; sourceTree = ""; }; + B31BD77720E7E0D500A560C2 /* coll.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = coll.h; sourceTree = ""; }; + B31BD77820E7E0D500A560C2 /* currpinf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = currpinf.h; sourceTree = ""; }; + B31BD77920E7E0D500A560C2 /* uregex.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = uregex.h; sourceTree = ""; }; + B31BD77A20E7E0D500A560C2 /* tmutfmt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tmutfmt.h; sourceTree = ""; }; + B31BD77B20E7E0D500A560C2 /* plurfmt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = plurfmt.h; sourceTree = ""; }; + B31BD77C20E7E0D500A560C2 /* ustringtrie.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ustringtrie.h; sourceTree = ""; }; + B31BD77D20E7E0D500A560C2 /* smpdtfmt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = smpdtfmt.h; sourceTree = ""; }; + B31BD77E20E7E0D500A560C2 /* icudataver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = icudataver.h; sourceTree = ""; }; + B31BD77F20E7E0D500A560C2 /* uchar.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = uchar.h; sourceTree = ""; }; + B31BD78020E7E0D500A560C2 /* unorm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = unorm.h; sourceTree = ""; }; + B31BD78120E7E0D500A560C2 /* ushape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ushape.h; sourceTree = ""; }; + B31BD78220E7E0D500A560C2 /* unifunct.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = unifunct.h; sourceTree = ""; }; + B31BD78320E7E0D500A560C2 /* ugender.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ugender.h; sourceTree = ""; }; + B31BD78420E7E0D500A560C2 /* selfmt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = selfmt.h; sourceTree = ""; }; + B31BD78520E7E0D500A560C2 /* uformattable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = uformattable.h; sourceTree = ""; }; + B31BD78620E7E0D500A560C2 /* ustream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ustream.h; sourceTree = ""; }; + B31BD78720E7E0D500A560C2 /* simpleformatter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = simpleformatter.h; sourceTree = ""; }; + B31BD78820E7E0D500A560C2 /* ucnv_cb.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ucnv_cb.h; sourceTree = ""; }; + B31BD78920E7E0D500A560C2 /* curramt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = curramt.h; sourceTree = ""; }; + B31BD78A20E7E0D500A560C2 /* locid.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = locid.h; sourceTree = ""; }; + B31BD78B20E7E0D500A560C2 /* udateintervalformat.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = udateintervalformat.h; sourceTree = ""; }; + B31BD78C20E7E0D500A560C2 /* resbund.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = resbund.h; sourceTree = ""; }; + B31BD78D20E7E0D500A560C2 /* ubidi.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ubidi.h; sourceTree = ""; }; + B31BD78E20E7E0D500A560C2 /* stsearch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = stsearch.h; sourceTree = ""; }; + B31BD78F20E7E0D500A560C2 /* alphaindex.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = alphaindex.h; sourceTree = ""; }; + B31BD79020E7E0D500A560C2 /* uvernum.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = uvernum.h; sourceTree = ""; }; + B31BD79120E7E0D600A560C2 /* unimatch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = unimatch.h; sourceTree = ""; }; + B31BD79220E7E0D600A560C2 /* rbtz.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = rbtz.h; sourceTree = ""; }; + B31BD79320E7E0D600A560C2 /* ucnvsel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ucnvsel.h; sourceTree = ""; }; + B31BD79420E7E0D600A560C2 /* uspoof.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = uspoof.h; sourceTree = ""; }; + B31BD79520E7E0D600A560C2 /* region.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = region.h; sourceTree = ""; }; + B31BD79620E7E0D600A560C2 /* ureldatefmt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ureldatefmt.h; sourceTree = ""; }; + B31BD79720E7E0D600A560C2 /* utrans.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = utrans.h; sourceTree = ""; }; + B31BD79820E7E0D600A560C2 /* parseerr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = parseerr.h; sourceTree = ""; }; + B31BD79920E7E0D600A560C2 /* putil.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = putil.h; sourceTree = ""; }; + B31BD79A20E7E0D600A560C2 /* format.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = format.h; sourceTree = ""; }; + B31BD79B20E7E0D600A560C2 /* scientificnumberformatter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = scientificnumberformatter.h; sourceTree = ""; }; + B31BD79C20E7E0D600A560C2 /* normalizer2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = normalizer2.h; sourceTree = ""; }; + B31BD79D20E7E0D600A560C2 /* dtrule.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dtrule.h; sourceTree = ""; }; + B31BD79E20E7E0D600A560C2 /* ucnv.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ucnv.h; sourceTree = ""; }; + B31BD79F20E7E0D600A560C2 /* ucharstriebuilder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ucharstriebuilder.h; sourceTree = ""; }; + B31BD7A020E7E0D600A560C2 /* search.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = search.h; sourceTree = ""; }; + B31BD7A120E7E0D600A560C2 /* unumsys.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = unumsys.h; sourceTree = ""; }; + B31BD7A220E7E0D600A560C2 /* uconfig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = uconfig.h; sourceTree = ""; }; + B31BD7A320E7E0D600A560C2 /* utf16.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = utf16.h; sourceTree = ""; }; + B31BD7A420E7E0D600A560C2 /* brkiter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = brkiter.h; sourceTree = ""; }; + B31BD7A520E7E0D600A560C2 /* platform.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = platform.h; sourceTree = ""; }; + B31BD7A620E7E0D600A560C2 /* rep.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = rep.h; sourceTree = ""; }; + B31BD7A720E7E0D600A560C2 /* std_string.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = std_string.h; sourceTree = ""; }; + B31BD7A820E7E0D600A560C2 /* utf8.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = utf8.h; sourceTree = ""; }; + B31BD7A920E7E0D600A560C2 /* localpointer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = localpointer.h; sourceTree = ""; }; + B31BD7AA20E7E0D600A560C2 /* uclean.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = uclean.h; sourceTree = ""; }; + B31BD7AB20E7E0D600A560C2 /* uscript.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = uscript.h; sourceTree = ""; }; + B31BD7AC20E7E0D600A560C2 /* numfmt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = numfmt.h; sourceTree = ""; }; + B31BD7AD20E7E0D600A560C2 /* currunit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = currunit.h; sourceTree = ""; }; + B31BD7AE20E7E0D600A560C2 /* utypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = utypes.h; sourceTree = ""; }; + B31BD7AF20E7E0D600A560C2 /* ulistformatter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ulistformatter.h; sourceTree = ""; }; + B31BD7B020E7E0D600A560C2 /* measfmt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = measfmt.h; sourceTree = ""; }; + B31BD7B120E7E0D600A560C2 /* unifilt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = unifilt.h; sourceTree = ""; }; + B31BD7C720E7E0D600A560C2 /* libicuio.61.1.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = libicuio.61.1.dylib; sourceTree = ""; }; + B31BD7CA20E7E0D600A560C2 /* libicui18n.61.1.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = libicui18n.61.1.dylib; sourceTree = ""; }; + B31BD7CB20E7E0D600A560C2 /* libicutu.61.1.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = libicutu.61.1.dylib; sourceTree = ""; }; + B31BD7D420E7E0D600A560C2 /* libicudata.61.1.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = libicudata.61.1.dylib; sourceTree = ""; }; + B31BD7D520E7E0D600A560C2 /* libicutest.61.1.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = libicutest.61.1.dylib; sourceTree = ""; }; + B31BD7DF20E7E0D600A560C2 /* libicuuc.61.1.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = libicuuc.61.1.dylib; sourceTree = ""; }; + B31BEAF81F96268000496E7A /* RegularExpressionSetBuilder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RegularExpressionSetBuilder.swift; sourceTree = ""; }; + B31BEAFB1F96269F00496E7A /* RegularExpressionSet.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RegularExpressionSet.swift; sourceTree = ""; }; + B31BEAFD1F9626AC00496E7A /* RegularExpressionSetProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RegularExpressionSetProtocol.swift; sourceTree = ""; }; + B31BEAFF1F9626BB00496E7A /* RegularExpressionSetBuilderProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RegularExpressionSetBuilderProtocol.swift; sourceTree = ""; }; + B3220A4721154D1A00047BF6 /* fix_dylibs.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = fix_dylibs.sh; sourceTree = ""; }; + B3220A4821154D1A00047BF6 /* codesign-framework.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = "codesign-framework.sh"; sourceTree = ""; }; + B3220A4921154D1A00047BF6 /* decrypt-certs.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = "decrypt-certs.sh"; sourceTree = ""; }; + B3220A4A21154D1A00047BF6 /* shasum.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = shasum.sh; sourceTree = ""; }; + B3220A4B21154D1A00047BF6 /* build-keychain.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = "build-keychain.sh"; sourceTree = ""; }; + B323FC09217FB2C400D95E9C /* Speculid-Mac-Installer-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Speculid-Mac-Installer-Info.plist"; sourceTree = ""; }; + B323FC0E217FB44400D95E9C /* Speculid-Mac-Installer-Launchd.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Speculid-Mac-Installer-Launchd.plist"; sourceTree = ""; }; + B323FC10217FB5CB00D95E9C /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = ""; }; + B323FC12217FB5F500D95E9C /* ServiceDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ServiceDelegate.swift; sourceTree = ""; }; + B3242E97213DBE6C0063037C /* speculid */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = speculid; sourceTree = BUILT_PRODUCTS_DIR; }; + B3242E99213DBE6C0063037C /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = ""; }; + B324472123D2458300549D30 /* TestSetup */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = TestSetup; sourceTree = BUILT_PRODUCTS_DIR; }; + B324472323D2458300549D30 /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = ""; }; + B324472823D245A500549D30 /* organize_icons.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = organize_icons.swift; path = scripts/organize_icons.swift; sourceTree = SOURCE_ROOT; }; + B324472923D245A500549D30 /* mfizz.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = mfizz.swift; path = scripts/mfizz.swift; sourceTree = SOURCE_ROOT; }; + B326F24821810F580072D652 /* CodeSignUpdate.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = CodeSignUpdate.sh; sourceTree = ""; }; + B326F24F21811B970072D652 /* com.brightdigit.Speculid-Mac-Installer */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "com.brightdigit.Speculid-Mac-Installer"; sourceTree = BUILT_PRODUCTS_DIR; }; + B32D69EA1F9EC5CA00C21C8C /* Speculid.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Speculid.entitlements; sourceTree = ""; }; + B33A53391F954E4B00E74800 /* StatusItemProviderProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StatusItemProviderProtocol.swift; sourceTree = ""; }; + B33A533B1F954F8C00E74800 /* RemoteObjectInterfaceProviderProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RemoteObjectInterfaceProviderProtocol.swift; sourceTree = ""; }; + B33A533D1F954FF800E74800 /* Result.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Result.swift; sourceTree = ""; }; + B33F0BB81F958695004A87DD /* RemoteObjectInterfaceProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RemoteObjectInterfaceProvider.swift; sourceTree = ""; }; + B33F0BBA1F9586A9004A87DD /* StatusItemProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StatusItemProvider.swift; sourceTree = ""; }; + B34188891F9A44A700C5F356 /* CommandLineArgumentProviderProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CommandLineArgumentProviderProtocol.swift; sourceTree = ""; }; + B341888D1F9A460300C5F356 /* CommandLineArgumentProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CommandLineArgumentProvider.swift; sourceTree = ""; }; + B34188901F9A479900C5F356 /* SpeculidApplicationModeParserTest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SpeculidApplicationModeParserTest.swift; sourceTree = ""; }; + B34B52C7217E5D700080E6DC /* InstallType.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InstallType.swift; sourceTree = ""; }; + B34B52C9217E5FC40080E6DC /* CommandLineInstaller.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CommandLineInstaller.swift; sourceTree = ""; }; + B34E82FA1F8FD4EF0032268F /* ImageFileFormat.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ImageFileFormat.h; sourceTree = ""; }; + B34E82FE1F8FD6860032268F /* ImageFileProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ImageFileProtocol.h; sourceTree = ""; }; + B34E83021F8FD90C0032268F /* GlibError.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GlibError.h; sourceTree = ""; }; + B34E83031F8FD90C0032268F /* GlibError.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = GlibError.m; sourceTree = ""; }; + B34E83061F8FDC4C0032268F /* GeometryDimension.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeometryDimension.h; sourceTree = ""; }; + B34E83081F8FDCB80032268F /* Dimension.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Dimension.h; sourceTree = ""; }; + B34E830A1F8FDDAC0032268F /* CairoColorProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CairoColorProtocol.h; sourceTree = ""; }; + B35B71221F9041B900BE477E /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = ""; }; + B35B71251F904CF100BE477E /* SurfaceHandleBuilder.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SurfaceHandleBuilder.h; sourceTree = ""; }; + B35B71261F904CF100BE477E /* SurfaceHandleBuilder.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SurfaceHandleBuilder.m; sourceTree = ""; }; + B35B71291F9052B200BE477E /* CairoSize.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CairoSize.h; sourceTree = ""; }; + B36C2E8A1FA5B876003F48BD /* build.list */ = {isa = PBXFileReference; lastKnownFileType = text; path = build.list; sourceTree = ""; }; + B37C743E1F8C58F300DF505B /* Speculid.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Speculid.app; sourceTree = BUILT_PRODUCTS_DIR; }; + B37C74431F8C58F300DF505B /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; + B37C74481F8C58F300DF505B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + B37C74491F8C58F300DF505B /* Speculid_Mac_App.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Speculid_Mac_App.entitlements; sourceTree = ""; }; + B37C74531F8C590D00DF505B /* Speculid-Mac-XPC.xpc */ = {isa = PBXFileReference; explicitFileType = "wrapper.xpc-service"; includeInIndex = 0; path = "Speculid-Mac-XPC.xpc"; sourceTree = BUILT_PRODUCTS_DIR; }; + B37C745B1F8C590D00DF505B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + B37C74631F8C592400DF505B /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = ""; }; + B37C74681F8C598500DF505B /* ServiceDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ServiceDelegate.swift; sourceTree = ""; }; + B37C74731F8C5ADA00DF505B /* SpeculidKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SpeculidKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + B37C74891F8C5B5C00DF505B /* CairoSVG.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = CairoSVG.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + B37C748B1F8C5B5C00DF505B /* CairoSVG.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CairoSVG.h; sourceTree = ""; }; + B37C748C1F8C5B5C00DF505B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + B37C74951F8C5C7200DF505B /* SVGImageHandle.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SVGImageHandle.h; sourceTree = ""; }; + B37C74961F8C5C7200DF505B /* PNGImageHandle.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PNGImageHandle.m; sourceTree = ""; }; + B37C74971F8C5C7300DF505B /* CairoInterface.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CairoInterface.m; sourceTree = ""; }; + B37C74981F8C5C7300DF505B /* PDFSurface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PDFSurface.h; sourceTree = ""; }; + B37C74991F8C5C7300DF505B /* ImageSpecificationProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ImageSpecificationProtocol.h; sourceTree = ""; }; + B37C749A1F8C5C7300DF505B /* CairoInterface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CairoInterface.h; sourceTree = ""; }; + B37C749B1F8C5C7300DF505B /* SurfaceHandle.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SurfaceHandle.h; sourceTree = ""; }; + B37C749C1F8C5C7300DF505B /* ImageHandleBuilder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ImageHandleBuilder.h; sourceTree = ""; }; + B37C749D1F8C5C7300DF505B /* PDFSurface.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PDFSurface.m; sourceTree = ""; }; + B37C749E1F8C5C7300DF505B /* SVGImageHandle.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SVGImageHandle.m; sourceTree = ""; }; + B37C749F1F8C5C7300DF505B /* PNGSurface.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PNGSurface.m; sourceTree = ""; }; + B37C74A01F8C5C7400DF505B /* ImageHandleBuilder.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ImageHandleBuilder.m; sourceTree = ""; }; + B37C74A11F8C5C7400DF505B /* ImageHandle.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ImageHandle.h; sourceTree = ""; }; + B37C74A21F8C5C7400DF505B /* PNGSurface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PNGSurface.h; sourceTree = ""; }; + B37C74A31F8C5C7400DF505B /* PNGImageHandle.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PNGImageHandle.h; sourceTree = ""; }; + B3825EF320F91806008F2A02 /* Segment.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Segment.h; sourceTree = ""; }; + B3825EF420F91806008F2A02 /* Types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Types.h; sourceTree = ""; }; + B3825EF520F91806008F2A02 /* Log.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Log.h; sourceTree = ""; }; + B3825EF620F91806008F2A02 /* Font.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Font.h; sourceTree = ""; }; + B3825EF920F91806008F2A02 /* libgraphite2.3.0.1.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = libgraphite2.3.0.1.dylib; sourceTree = ""; }; + B3891BBD20F7CE010095E1FD /* CwlSysctl.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CwlSysctl.swift; sourceTree = ""; }; + B394EEBC2195FE2D004EB090 /* BadGeometryStringValueError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BadGeometryStringValueError.swift; sourceTree = ""; }; + B394EEBE2195FE46004EB090 /* BadGeometryCGSizeValueError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BadGeometryCGSizeValueError.swift; sourceTree = ""; }; + B3B049C81FA262A8002906B1 /* exportOptions.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = exportOptions.plist; sourceTree = ""; }; + B3B049CB1FA27D96002906B1 /* certs */ = {isa = PBXFileReference; lastKnownFileType = folder; path = certs; sourceTree = ""; }; + B3B27DE6218BC9D000569056 /* Speculid-Mac-XPC.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "Speculid-Mac-XPC.entitlements"; sourceTree = ""; }; + B3B5E9D81F96C1BE004A6BEB /* SpeculidConfigurationBuilder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SpeculidConfigurationBuilder.swift; sourceTree = ""; }; + B3B5E9DB1F96C1D2004A6BEB /* SpeculidConfigurationBuilderProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SpeculidConfigurationBuilderProtocol.swift; sourceTree = ""; }; + B3B5E9DD1F96C2A2004A6BEB /* SpeculidConfiguration.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SpeculidConfiguration.swift; sourceTree = ""; }; + B3B5E9DF1F96C416004A6BEB /* SpeculidApplicationMode.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SpeculidApplicationMode.swift; sourceTree = ""; }; + B3B5E9E11F96C44D004A6BEB /* SpeculidCommandArgumentSet.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SpeculidCommandArgumentSet.swift; sourceTree = ""; }; + B3B5E9E31F96C5F1004A6BEB /* CommandLineActivityProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CommandLineActivityProtocol.swift; sourceTree = ""; }; + B3B5E9E51F96C604004A6BEB /* CommandLineRunnerProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CommandLineRunnerProtocol.swift; sourceTree = ""; }; + B3B5E9E71F96C74C004A6BEB /* CommandLineRunner.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CommandLineRunner.swift; sourceTree = ""; }; + B3B5E9E91F96C777004A6BEB /* SpeculidApplicationModeParserProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SpeculidApplicationModeParserProtocol.swift; sourceTree = ""; }; + B3B5E9EB1F96C7D5004A6BEB /* SpeculidApplicationModeParser.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SpeculidApplicationModeParser.swift; sourceTree = ""; }; + B3C6CA8D2114C9EB000D5120 /* dummy */ = {isa = PBXFileReference; lastKnownFileType = text; path = dummy; sourceTree = ""; }; + B3CB156F2113AA8C00A6DC5C /* VersionProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VersionProvider.swift; sourceTree = ""; }; + B3CEF3C41FB611D200F1DF87 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; + B3D32A011F9A5D750042B46F /* help.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = help.txt; sourceTree = ""; }; + B3D32A031F9A5E8F0042B46F /* CommandLineRunnerTest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CommandLineRunnerTest.swift; sourceTree = ""; }; + B3D32A051F9A5FEE0042B46F /* FileHandle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FileHandle.swift; sourceTree = ""; }; + B3D32A071F9A73740042B46F /* AsyncBlockOperation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AsyncBlockOperation.swift; sourceTree = ""; }; + B3E2046A20E568C0009EA554 /* librsvg-features.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "librsvg-features.h"; sourceTree = ""; }; + B3E2046B20E568C0009EA554 /* rsvg-cairo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "rsvg-cairo.h"; sourceTree = ""; }; + B3E2046C20E568C0009EA554 /* librsvg-enum-types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "librsvg-enum-types.h"; sourceTree = ""; }; + B3E2046D20E568C0009EA554 /* rsvg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = rsvg.h; sourceTree = ""; }; + B3E2047420E568C0009EA554 /* librsvg-2.2.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = "librsvg-2.2.dylib"; sourceTree = ""; }; + B3E2F4C220E568A5009EA554 /* pixman.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pixman.h; sourceTree = ""; }; + B3E2F4C320E568A5009EA554 /* pixman-version.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "pixman-version.h"; sourceTree = ""; }; + B3E2F4CC20E568A5009EA554 /* libpixman-1.0.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = "libpixman-1.0.dylib"; sourceTree = ""; }; + B3E2F4D820E568A5009EA554 /* ftsnames.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftsnames.h; sourceTree = ""; }; + B3E2F4D920E568A5009EA554 /* ftwinfnt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftwinfnt.h; sourceTree = ""; }; + B3E2F4DA20E568A5009EA554 /* ftsizes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftsizes.h; sourceTree = ""; }; + B3E2F4DB20E568A5009EA554 /* fttypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = fttypes.h; sourceTree = ""; }; + B3E2F4DC20E568A5009EA554 /* ftparams.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftparams.h; sourceTree = ""; }; + B3E2F4DD20E568A5009EA554 /* ftmm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftmm.h; sourceTree = ""; }; + B3E2F4DF20E568A5009EA554 /* ftstdlib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftstdlib.h; sourceTree = ""; }; + B3E2F4E020E568A5009EA554 /* ftheader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftheader.h; sourceTree = ""; }; + B3E2F4E120E568A5009EA554 /* ftconfig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftconfig.h; sourceTree = ""; }; + B3E2F4E220E568A5009EA554 /* ftoption.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftoption.h; sourceTree = ""; }; + B3E2F4E320E568A5009EA554 /* ftmodule.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftmodule.h; sourceTree = ""; }; + B3E2F4E420E568A5009EA554 /* ftmodapi.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftmodapi.h; sourceTree = ""; }; + B3E2F4E520E568A5009EA554 /* ftbzip2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftbzip2.h; sourceTree = ""; }; + B3E2F4E620E568A5009EA554 /* fttrigon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = fttrigon.h; sourceTree = ""; }; + B3E2F4E720E568A5009EA554 /* ftbbox.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftbbox.h; sourceTree = ""; }; + B3E2F4E820E568A5009EA554 /* ftgzip.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftgzip.h; sourceTree = ""; }; + B3E2F4E920E568A5009EA554 /* ftdriver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftdriver.h; sourceTree = ""; }; + B3E2F4EA20E568A6009EA554 /* ftoutln.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftoutln.h; sourceTree = ""; }; + B3E2F4EB20E568A6009EA554 /* ftadvanc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftadvanc.h; sourceTree = ""; }; + B3E2F4EC20E568A6009EA554 /* ftsynth.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftsynth.h; sourceTree = ""; }; + B3E2F4ED20E568A6009EA554 /* fterrors.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = fterrors.h; sourceTree = ""; }; + B3E2F4EE20E568A6009EA554 /* ftgasp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftgasp.h; sourceTree = ""; }; + B3E2F4EF20E568A6009EA554 /* ftstroke.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftstroke.h; sourceTree = ""; }; + B3E2F4F020E568A6009EA554 /* ftcache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftcache.h; sourceTree = ""; }; + B3E2F4F120E568A6009EA554 /* ftotval.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftotval.h; sourceTree = ""; }; + B3E2F4F220E568A6009EA554 /* freetype.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = freetype.h; sourceTree = ""; }; + B3E2F4F320E568A6009EA554 /* ftincrem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftincrem.h; sourceTree = ""; }; + B3E2F4F420E568A6009EA554 /* ftfntfmt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftfntfmt.h; sourceTree = ""; }; + B3E2F4F520E568A6009EA554 /* fterrdef.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = fterrdef.h; sourceTree = ""; }; + B3E2F4F620E568A6009EA554 /* ttnameid.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ttnameid.h; sourceTree = ""; }; + B3E2F4F720E568A6009EA554 /* ftpfr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftpfr.h; sourceTree = ""; }; + B3E2F4F820E568A6009EA554 /* ftgxval.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftgxval.h; sourceTree = ""; }; + B3E2F4F920E568A6009EA554 /* ftchapters.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftchapters.h; sourceTree = ""; }; + B3E2F4FA20E568A6009EA554 /* tttags.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tttags.h; sourceTree = ""; }; + B3E2F4FB20E568A6009EA554 /* ftlzw.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftlzw.h; sourceTree = ""; }; + B3E2F4FC20E568A6009EA554 /* ftsystem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftsystem.h; sourceTree = ""; }; + B3E2F4FD20E568A6009EA554 /* t1tables.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = t1tables.h; sourceTree = ""; }; + B3E2F4FE20E568A6009EA554 /* ftimage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftimage.h; sourceTree = ""; }; + B3E2F4FF20E568A6009EA554 /* tttables.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tttables.h; sourceTree = ""; }; + B3E2F50020E568A6009EA554 /* ftcid.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftcid.h; sourceTree = ""; }; + B3E2F50120E568A6009EA554 /* ftglyph.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftglyph.h; sourceTree = ""; }; + B3E2F50220E568A6009EA554 /* ftmoderr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftmoderr.h; sourceTree = ""; }; + B3E2F50320E568A6009EA554 /* ftbitmap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftbitmap.h; sourceTree = ""; }; + B3E2F50420E568A6009EA554 /* ftlist.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftlist.h; sourceTree = ""; }; + B3E2F50520E568A6009EA554 /* ftmac.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftmac.h; sourceTree = ""; }; + B3E2F50620E568A6009EA554 /* ftlcdfil.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftlcdfil.h; sourceTree = ""; }; + B3E2F50720E568A6009EA554 /* ftbdf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftbdf.h; sourceTree = ""; }; + B3E2F50820E568A6009EA554 /* ftrender.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ftrender.h; sourceTree = ""; }; + B3E2F50920E568A6009EA554 /* ft2build.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ft2build.h; sourceTree = ""; }; + B3E2F51020E568A6009EA554 /* libfreetype.6.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = libfreetype.6.dylib; sourceTree = ""; }; + B3E2F52520E568A6009EA554 /* gdk-pixbuf-animation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "gdk-pixbuf-animation.h"; sourceTree = ""; }; + B3E2F52620E568A6009EA554 /* gdk-pixbuf-marshal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "gdk-pixbuf-marshal.h"; sourceTree = ""; }; + B3E2F52720E568A6009EA554 /* gdk-pixbuf-io.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "gdk-pixbuf-io.h"; sourceTree = ""; }; + B3E2F52820E568A6009EA554 /* gdk-pixbuf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "gdk-pixbuf.h"; sourceTree = ""; }; + B3E2F52920E568A6009EA554 /* gdk-pixbuf-macros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "gdk-pixbuf-macros.h"; sourceTree = ""; }; + B3E2F52A20E568A6009EA554 /* gdk-pixbuf-loader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "gdk-pixbuf-loader.h"; sourceTree = ""; }; + B3E2F52B20E568A6009EA554 /* gdk-pixbuf-autocleanups.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "gdk-pixbuf-autocleanups.h"; sourceTree = ""; }; + B3E2F52C20E568A6009EA554 /* gdk-pixbuf-enum-types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "gdk-pixbuf-enum-types.h"; sourceTree = ""; }; + B3E2F52D20E568A6009EA554 /* gdk-pixdata.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "gdk-pixdata.h"; sourceTree = ""; }; + B3E2F52E20E568A6009EA554 /* gdk-pixbuf-transform.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "gdk-pixbuf-transform.h"; sourceTree = ""; }; + B3E2F52F20E568A6009EA554 /* gdk-pixbuf-core.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "gdk-pixbuf-core.h"; sourceTree = ""; }; + B3E2F53020E568A6009EA554 /* gdk-pixbuf-features.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "gdk-pixbuf-features.h"; sourceTree = ""; }; + B3E2F53120E568A6009EA554 /* gdk-pixbuf-simple-anim.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "gdk-pixbuf-simple-anim.h"; sourceTree = ""; }; + B3E2F53920E568A6009EA554 /* libgdk_pixbuf-2.0.0.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = "libgdk_pixbuf-2.0.0.dylib"; sourceTree = ""; }; + B3E2F6E320E568A9009EA554 /* gunixfdlist.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gunixfdlist.h; sourceTree = ""; }; + B3E2F6E420E568A9009EA554 /* gunixsocketaddress.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gunixsocketaddress.h; sourceTree = ""; }; + B3E2F6E520E568A9009EA554 /* gdesktopappinfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gdesktopappinfo.h; sourceTree = ""; }; + B3E2F6E620E568A9009EA554 /* gunixconnection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gunixconnection.h; sourceTree = ""; }; + B3E2F6E720E568A9009EA554 /* gunixoutputstream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gunixoutputstream.h; sourceTree = ""; }; + B3E2F6E820E568A9009EA554 /* gunixcredentialsmessage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gunixcredentialsmessage.h; sourceTree = ""; }; + B3E2F6E920E568A9009EA554 /* gunixinputstream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gunixinputstream.h; sourceTree = ""; }; + B3E2F6EA20E568A9009EA554 /* gunixmounts.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gunixmounts.h; sourceTree = ""; }; + B3E2F6EB20E568A9009EA554 /* gunixfdmessage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gunixfdmessage.h; sourceTree = ""; }; + B3E2F6EC20E568A9009EA554 /* gfiledescriptorbased.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gfiledescriptorbased.h; sourceTree = ""; }; + B3E2F6EE20E568A9009EA554 /* glib-object.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "glib-object.h"; sourceTree = ""; }; + B3E2F6F020E568A9009EA554 /* gparam.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gparam.h; sourceTree = ""; }; + B3E2F6F120E568A9009EA554 /* gparamspecs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gparamspecs.h; sourceTree = ""; }; + B3E2F6F220E568A9009EA554 /* gsignal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gsignal.h; sourceTree = ""; }; + B3E2F6F320E568A9009EA554 /* genums.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = genums.h; sourceTree = ""; }; + B3E2F6F420E568A9009EA554 /* gclosure.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gclosure.h; sourceTree = ""; }; + B3E2F6F520E568A9009EA554 /* gvaluearray.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gvaluearray.h; sourceTree = ""; }; + B3E2F6F620E568A9009EA554 /* gbinding.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gbinding.h; sourceTree = ""; }; + B3E2F6F720E568A9009EA554 /* gtypeplugin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gtypeplugin.h; sourceTree = ""; }; + B3E2F6F920E568A9009EA554 /* gsourceclosure.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gsourceclosure.h; sourceTree = ""; }; + B3E2F6FA20E568A9009EA554 /* glib-types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "glib-types.h"; sourceTree = ""; }; + B3E2F6FB20E568A9009EA554 /* gtype.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gtype.h; sourceTree = ""; }; + B3E2F6FC20E568A9009EA554 /* gvaluetypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gvaluetypes.h; sourceTree = ""; }; + B3E2F6FD20E568A9009EA554 /* gboxed.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gboxed.h; sourceTree = ""; }; + B3E2F6FE20E568A9009EA554 /* gtypemodule.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gtypemodule.h; sourceTree = ""; }; + B3E2F6FF20E568A9009EA554 /* gvalue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gvalue.h; sourceTree = ""; }; + B3E2F70020E568AA009EA554 /* gvaluecollector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gvaluecollector.h; sourceTree = ""; }; + B3E2F70120E568AA009EA554 /* gobject-autocleanups.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "gobject-autocleanups.h"; sourceTree = ""; }; + B3E2F70220E568AA009EA554 /* gobject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gobject.h; sourceTree = ""; }; + B3E2F70320E568AA009EA554 /* gmarshal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gmarshal.h; sourceTree = ""; }; + B3E2F70420E568AA009EA554 /* glib-unix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "glib-unix.h"; sourceTree = ""; }; + B3E2F70520E568AA009EA554 /* glib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = glib.h; sourceTree = ""; }; + B3E2F70720E568AA009EA554 /* gmarkup.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gmarkup.h; sourceTree = ""; }; + B3E2F70820E568AA009EA554 /* ghmac.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ghmac.h; sourceTree = ""; }; + B3E2F70920E568AA009EA554 /* gtimer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gtimer.h; sourceTree = ""; }; + B3E2F70A20E568AA009EA554 /* gvariant.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gvariant.h; sourceTree = ""; }; + B3E2F70B20E568AA009EA554 /* glist.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = glist.h; sourceTree = ""; }; + B3E2F70C20E568AA009EA554 /* gtrashstack.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gtrashstack.h; sourceTree = ""; }; + B3E2F70D20E568AA009EA554 /* gbookmarkfile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gbookmarkfile.h; sourceTree = ""; }; + B3E2F70E20E568AA009EA554 /* gprimes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gprimes.h; sourceTree = ""; }; + B3E2F70F20E568AA009EA554 /* grand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = grand.h; sourceTree = ""; }; + B3E2F71020E568AA009EA554 /* gurifuncs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gurifuncs.h; sourceTree = ""; }; + B3E2F71120E568AA009EA554 /* gchecksum.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gchecksum.h; sourceTree = ""; }; + B3E2F71220E568AA009EA554 /* gtestutils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gtestutils.h; sourceTree = ""; }; + B3E2F71320E568AA009EA554 /* gslist.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gslist.h; sourceTree = ""; }; + B3E2F71420E568AA009EA554 /* gthreadpool.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gthreadpool.h; sourceTree = ""; }; + B3E2F71520E568AA009EA554 /* garray.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = garray.h; sourceTree = ""; }; + B3E2F71620E568AA009EA554 /* gbytes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gbytes.h; sourceTree = ""; }; + B3E2F71720E568AA009EA554 /* gconvert.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gconvert.h; sourceTree = ""; }; + B3E2F71820E568AA009EA554 /* gdir.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gdir.h; sourceTree = ""; }; + B3E2F71920E568AA009EA554 /* gkeyfile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gkeyfile.h; sourceTree = ""; }; + B3E2F71A20E568AA009EA554 /* gstrfuncs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gstrfuncs.h; sourceTree = ""; }; + B3E2F71B20E568AA009EA554 /* gmappedfile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gmappedfile.h; sourceTree = ""; }; + B3E2F71C20E568AA009EA554 /* gstdio.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gstdio.h; sourceTree = ""; }; + B3E2F71D20E568AA009EA554 /* gpoll.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gpoll.h; sourceTree = ""; }; + B3E2F71E20E568AA009EA554 /* gunicode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gunicode.h; sourceTree = ""; }; + B3E2F71F20E568AA009EA554 /* gdataset.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gdataset.h; sourceTree = ""; }; + B3E2F72020E568AA009EA554 /* gqueue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gqueue.h; sourceTree = ""; }; + B3E2F72120E568AA009EA554 /* gsequence.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gsequence.h; sourceTree = ""; }; + B3E2F72220E568AA009EA554 /* gvarianttype.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gvarianttype.h; sourceTree = ""; }; + B3E2F72320E568AA009EA554 /* ghash.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ghash.h; sourceTree = ""; }; + B3E2F72420E568AA009EA554 /* gqsort.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gqsort.h; sourceTree = ""; }; + B3E2F72520E568AA009EA554 /* gscanner.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gscanner.h; sourceTree = ""; }; + B3E2F72620E568AA009EA554 /* ggettext.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ggettext.h; sourceTree = ""; }; + B3E2F72720E568AA009EA554 /* gbase64.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gbase64.h; sourceTree = ""; }; + B3E2F72820E568AA009EA554 /* gasyncqueue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gasyncqueue.h; sourceTree = ""; }; + B3E2F72920E568AA009EA554 /* gmem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gmem.h; sourceTree = ""; }; + B3E2F72A20E568AA009EA554 /* genviron.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = genviron.h; sourceTree = ""; }; + B3E2F72B20E568AA009EA554 /* gshell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gshell.h; sourceTree = ""; }; + B3E2F72C20E568AA009EA554 /* gbacktrace.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gbacktrace.h; sourceTree = ""; }; + B3E2F72D20E568AA009EA554 /* gerror.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gerror.h; sourceTree = ""; }; + B3E2F72E20E568AA009EA554 /* gmain.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gmain.h; sourceTree = ""; }; + B3E2F72F20E568AA009EA554 /* gfileutils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gfileutils.h; sourceTree = ""; }; + B3E2F73020E568AA009EA554 /* gutils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gutils.h; sourceTree = ""; }; + B3E2F73120E568AA009EA554 /* gpattern.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gpattern.h; sourceTree = ""; }; + B3E2F73220E568AA009EA554 /* ghostutils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ghostutils.h; sourceTree = ""; }; + B3E2F73320E568AA009EA554 /* gtypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gtypes.h; sourceTree = ""; }; + B3E2F73420E568AA009EA554 /* gstringchunk.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gstringchunk.h; sourceTree = ""; }; + B3E2F73520E568AA009EA554 /* guuid.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = guuid.h; sourceTree = ""; }; + B3E2F73620E568AA009EA554 /* gcharset.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gcharset.h; sourceTree = ""; }; + B3E2F73720E568AA009EA554 /* gquark.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gquark.h; sourceTree = ""; }; + B3E2F73820E568AA009EA554 /* gi18n-lib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "gi18n-lib.h"; sourceTree = ""; }; + B3E2F73920E568AA009EA554 /* gatomic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gatomic.h; sourceTree = ""; }; + B3E2F73A20E568AA009EA554 /* gdatetime.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gdatetime.h; sourceTree = ""; }; + B3E2F73B20E568AA009EA554 /* gstring.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gstring.h; sourceTree = ""; }; + B3E2F73C20E568AA009EA554 /* goption.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = goption.h; sourceTree = ""; }; + B3E2F73D20E568AA009EA554 /* gdate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gdate.h; sourceTree = ""; }; + B3E2F73E20E568AA009EA554 /* gversion.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gversion.h; sourceTree = ""; }; + B3E2F73F20E568AA009EA554 /* gslice.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gslice.h; sourceTree = ""; }; + B3E2F74020E568AA009EA554 /* ghook.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ghook.h; sourceTree = ""; }; + B3E2F74120E568AA009EA554 /* glib-autocleanups.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "glib-autocleanups.h"; sourceTree = ""; }; + B3E2F74220E568AA009EA554 /* galloca.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = galloca.h; sourceTree = ""; }; + B3E2F74320E568AA009EA554 /* gprintf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gprintf.h; sourceTree = ""; }; + B3E2F74420E568AA009EA554 /* gthread.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gthread.h; sourceTree = ""; }; + B3E2F74520E568AA009EA554 /* gversionmacros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gversionmacros.h; sourceTree = ""; }; + B3E2F74620E568AA009EA554 /* gtimezone.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gtimezone.h; sourceTree = ""; }; + B3E2F74720E568AA009EA554 /* gmacros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gmacros.h; sourceTree = ""; }; + B3E2F74820E568AA009EA554 /* giochannel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = giochannel.h; sourceTree = ""; }; + B3E2F74920E568AA009EA554 /* gwin32.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gwin32.h; sourceTree = ""; }; + B3E2F74A20E568AA009EA554 /* gi18n.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gi18n.h; sourceTree = ""; }; + B3E2F74B20E568AA009EA554 /* gbitlock.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gbitlock.h; sourceTree = ""; }; + B3E2F74C20E568AA009EA554 /* gnode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gnode.h; sourceTree = ""; }; + B3E2F74D20E568AA009EA554 /* gmessages.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gmessages.h; sourceTree = ""; }; + B3E2F74E20E568AA009EA554 /* gregex.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gregex.h; sourceTree = ""; }; + B3E2F74F20E568AA009EA554 /* gspawn.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gspawn.h; sourceTree = ""; }; + B3E2F75020E568AA009EA554 /* gtree.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gtree.h; sourceTree = ""; }; + B3E2F75220E568AA009EA554 /* gcompletion.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gcompletion.h; sourceTree = ""; }; + B3E2F75320E568AA009EA554 /* gallocator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gallocator.h; sourceTree = ""; }; + B3E2F75420E568AA009EA554 /* grel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = grel.h; sourceTree = ""; }; + B3E2F75520E568AA009EA554 /* gmain.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gmain.h; sourceTree = ""; }; + B3E2F75620E568AA009EA554 /* gcache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gcache.h; sourceTree = ""; }; + B3E2F75720E568AA009EA554 /* gthread.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gthread.h; sourceTree = ""; }; + B3E2F75820E568AA009EA554 /* gmodule.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gmodule.h; sourceTree = ""; }; + B3E2F75A20E568AA009EA554 /* gdbusobject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gdbusobject.h; sourceTree = ""; }; + B3E2F75B20E568AA009EA554 /* gsimpleproxyresolver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gsimpleproxyresolver.h; sourceTree = ""; }; + B3E2F75C20E568AA009EA554 /* gconverterinputstream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gconverterinputstream.h; sourceTree = ""; }; + B3E2F75D20E568AA009EA554 /* gsubprocesslauncher.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gsubprocesslauncher.h; sourceTree = ""; }; + B3E2F75E20E568AA009EA554 /* gsimpleactiongroup.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gsimpleactiongroup.h; sourceTree = ""; }; + B3E2F75F20E568AA009EA554 /* gdbusaddress.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gdbusaddress.h; sourceTree = ""; }; + B3E2F76020E568AA009EA554 /* gtlsinteraction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gtlsinteraction.h; sourceTree = ""; }; + B3E2F76120E568AA009EA554 /* gthreadedsocketservice.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gthreadedsocketservice.h; sourceTree = ""; }; + B3E2F76220E568AA009EA554 /* gsocketservice.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gsocketservice.h; sourceTree = ""; }; + B3E2F76320E568AA009EA554 /* gnetworkaddress.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gnetworkaddress.h; sourceTree = ""; }; + B3E2F76420E568AA009EA554 /* gasyncresult.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gasyncresult.h; sourceTree = ""; }; + B3E2F76520E568AA009EA554 /* gproxy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gproxy.h; sourceTree = ""; }; + B3E2F76620E568AA009EA554 /* gio.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gio.h; sourceTree = ""; }; + B3E2F76720E568AA009EA554 /* gmemoryoutputstream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gmemoryoutputstream.h; sourceTree = ""; }; + B3E2F76820E568AA009EA554 /* gvolumemonitor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gvolumemonitor.h; sourceTree = ""; }; + B3E2F76920E568AA009EA554 /* gdatagrambased.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gdatagrambased.h; sourceTree = ""; }; + B3E2F76A20E568AA009EA554 /* gcontenttype.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gcontenttype.h; sourceTree = ""; }; + B3E2F76B20E568AA009EA554 /* gsocketcontrolmessage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gsocketcontrolmessage.h; sourceTree = ""; }; + B3E2F76C20E568AA009EA554 /* gdbusnameowning.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gdbusnameowning.h; sourceTree = ""; }; + B3E2F76D20E568AA009EA554 /* gfilemonitor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gfilemonitor.h; sourceTree = ""; }; + B3E2F76E20E568AA009EA554 /* gpollableoutputstream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gpollableoutputstream.h; sourceTree = ""; }; + B3E2F76F20E568AA009EA554 /* gseekable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gseekable.h; sourceTree = ""; }; + B3E2F77020E568AA009EA554 /* gdbusobjectproxy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gdbusobjectproxy.h; sourceTree = ""; }; + B3E2F77120E568AA009EA554 /* gpropertyaction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gpropertyaction.h; sourceTree = ""; }; + B3E2F77220E568AA009EA554 /* gsimpleiostream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gsimpleiostream.h; sourceTree = ""; }; + B3E2F77320E568AA009EA554 /* gasyncinitable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gasyncinitable.h; sourceTree = ""; }; + B3E2F77420E568AA009EA554 /* gremoteactiongroup.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gremoteactiongroup.h; sourceTree = ""; }; + B3E2F77520E568AA009EA554 /* gdbusmessage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gdbusmessage.h; sourceTree = ""; }; + B3E2F77620E568AA009EA554 /* gmenu.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gmenu.h; sourceTree = ""; }; + B3E2F77720E568AA009EA554 /* gdbusinterface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gdbusinterface.h; sourceTree = ""; }; + B3E2F77820E568AA009EA554 /* gaction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gaction.h; sourceTree = ""; }; + B3E2F77920E568AA009EA554 /* gio-autocleanups.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "gio-autocleanups.h"; sourceTree = ""; }; + B3E2F77A20E568AA009EA554 /* gproxyaddress.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gproxyaddress.h; sourceTree = ""; }; + B3E2F77B20E568AA009EA554 /* gdbusproxy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gdbusproxy.h; sourceTree = ""; }; + B3E2F77C20E568AA009EA554 /* giomodule.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = giomodule.h; sourceTree = ""; }; + B3E2F77D20E568AA009EA554 /* gdbusmethodinvocation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gdbusmethodinvocation.h; sourceTree = ""; }; + B3E2F77E20E568AA009EA554 /* gactionmap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gactionmap.h; sourceTree = ""; }; + B3E2F77F20E568AA009EA554 /* gbufferedinputstream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gbufferedinputstream.h; sourceTree = ""; }; + B3E2F78020E568AA009EA554 /* gdbusnamewatching.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gdbusnamewatching.h; sourceTree = ""; }; + B3E2F78120E568AA009EA554 /* gzlibcompressor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gzlibcompressor.h; sourceTree = ""; }; + B3E2F78220E568AA009EA554 /* gloadableicon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gloadableicon.h; sourceTree = ""; }; + B3E2F78320E568AA009EA554 /* gpermission.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gpermission.h; sourceTree = ""; }; + B3E2F78420E568AA009EA554 /* gioenums.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gioenums.h; sourceTree = ""; }; + B3E2F78520E568AA009EA554 /* gsocketaddressenumerator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gsocketaddressenumerator.h; sourceTree = ""; }; + B3E2F78620E568AA009EA554 /* gmount.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gmount.h; sourceTree = ""; }; + B3E2F78720E568AA009EA554 /* gdbusserver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gdbusserver.h; sourceTree = ""; }; + B3E2F78820E568AA009EA554 /* gresource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gresource.h; sourceTree = ""; }; + B3E2F78920E568AA009EA554 /* gdbusconnection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gdbusconnection.h; sourceTree = ""; }; + B3E2F78A20E568AA009EA554 /* gtlsconnection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gtlsconnection.h; sourceTree = ""; }; + B3E2F78B20E568AA009EA554 /* gsettingsbackend.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gsettingsbackend.h; sourceTree = ""; }; + B3E2F78C20E568AA009EA554 /* gdbusintrospection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gdbusintrospection.h; sourceTree = ""; }; + B3E2F78D20E568AA009EA554 /* gfileicon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gfileicon.h; sourceTree = ""; }; + B3E2F78E20E568AA009EA554 /* gsocketaddress.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gsocketaddress.h; sourceTree = ""; }; + B3E2F78F20E568AA009EA554 /* gnetworkservice.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gnetworkservice.h; sourceTree = ""; }; + B3E2F79020E568AA009EA554 /* gdbusmenumodel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gdbusmenumodel.h; sourceTree = ""; }; + B3E2F79120E568AA009EA554 /* gmenumodel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gmenumodel.h; sourceTree = ""; }; + B3E2F79220E568AA009EA554 /* gdtlsconnection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gdtlsconnection.h; sourceTree = ""; }; + B3E2F79320E568AA009EA554 /* gresolver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gresolver.h; sourceTree = ""; }; + B3E2F79420E568AA009EA554 /* gproxyaddressenumerator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gproxyaddressenumerator.h; sourceTree = ""; }; + B3E2F79520E568AA009EA554 /* ginputstream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ginputstream.h; sourceTree = ""; }; + B3E2F79620E568AA009EA554 /* gproxyresolver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gproxyresolver.h; sourceTree = ""; }; + B3E2F79720E568AA009EA554 /* gemblem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gemblem.h; sourceTree = ""; }; + B3E2F79820E568AA009EA554 /* gcredentials.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gcredentials.h; sourceTree = ""; }; + B3E2F79920E568AA009EA554 /* gbytesicon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gbytesicon.h; sourceTree = ""; }; + B3E2F79A20E568AA009EA554 /* gdbusobjectmanagerclient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gdbusobjectmanagerclient.h; sourceTree = ""; }; + B3E2F79B20E568AA009EA554 /* gdbusobjectmanagerserver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gdbusobjectmanagerserver.h; sourceTree = ""; }; + B3E2F79C20E568AA009EA554 /* gtask.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gtask.h; sourceTree = ""; }; + B3E2F79D20E568AA009EA554 /* gvolume.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gvolume.h; sourceTree = ""; }; + B3E2F79E20E568AA009EA554 /* gsocketclient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gsocketclient.h; sourceTree = ""; }; + B3E2F79F20E568AA009EA554 /* gappinfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gappinfo.h; sourceTree = ""; }; + B3E2F7A020E568AA009EA554 /* gtcpconnection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gtcpconnection.h; sourceTree = ""; }; + B3E2F7A120E568AA009EA554 /* gpollableutils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gpollableutils.h; sourceTree = ""; }; + B3E2F7A220E568AA009EA554 /* gdataoutputstream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gdataoutputstream.h; sourceTree = ""; }; + B3E2F7A320E568AA009EA554 /* gfilenamecompleter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gfilenamecompleter.h; sourceTree = ""; }; + B3E2F7A420E568AA009EA554 /* gfilteroutputstream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gfilteroutputstream.h; sourceTree = ""; }; + B3E2F7A520E568AA009EA554 /* gfileattribute.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gfileattribute.h; sourceTree = ""; }; + B3E2F7A620E568AA009EA554 /* gmenuexporter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gmenuexporter.h; sourceTree = ""; }; + B3E2F7A720E568AA009EA554 /* gthemedicon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gthemedicon.h; sourceTree = ""; }; + B3E2F7A820E568AA009EA554 /* gapplication.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gapplication.h; sourceTree = ""; }; + B3E2F7A920E568AA009EA554 /* gtlsserverconnection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gtlsserverconnection.h; sourceTree = ""; }; + B3E2F7AA20E568AA009EA554 /* gfileoutputstream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gfileoutputstream.h; sourceTree = ""; }; + B3E2F7AB20E568AA009EA554 /* gdbusobjectmanager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gdbusobjectmanager.h; sourceTree = ""; }; + B3E2F7AC20E568AA009EA554 /* gactiongroupexporter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gactiongroupexporter.h; sourceTree = ""; }; + B3E2F7AD20E568AA009EA554 /* gdtlsclientconnection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gdtlsclientconnection.h; sourceTree = ""; }; + B3E2F7AE20E568AA009EA554 /* gmemoryinputstream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gmemoryinputstream.h; sourceTree = ""; }; + B3E2F7AF20E568AA009EA554 /* gioenumtypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gioenumtypes.h; sourceTree = ""; }; + B3E2F7B020E568AB009EA554 /* gbufferedoutputstream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gbufferedoutputstream.h; sourceTree = ""; }; + B3E2F7B120E568AB009EA554 /* gliststore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gliststore.h; sourceTree = ""; }; + B3E2F7B220E568AB009EA554 /* gsocket.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gsocket.h; sourceTree = ""; }; + B3E2F7B320E568AB009EA554 /* gmountoperation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gmountoperation.h; sourceTree = ""; }; + B3E2F7B420E568AB009EA554 /* gsocketconnectable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gsocketconnectable.h; sourceTree = ""; }; + B3E2F7B520E568AB009EA554 /* ginetaddress.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ginetaddress.h; sourceTree = ""; }; + B3E2F7B620E568AB009EA554 /* gtcpwrapperconnection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gtcpwrapperconnection.h; sourceTree = ""; }; + B3E2F7B720E568AB009EA554 /* gfileiostream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gfileiostream.h; sourceTree = ""; }; + B3E2F7B820E568AB009EA554 /* gdbusauthobserver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gdbusauthobserver.h; sourceTree = ""; }; + B3E2F7B920E568AB009EA554 /* gnotification.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gnotification.h; sourceTree = ""; }; + B3E2F7BA20E568AB009EA554 /* goutputstream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = goutputstream.h; sourceTree = ""; }; + B3E2F7BB20E568AB009EA554 /* ginetsocketaddress.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ginetsocketaddress.h; sourceTree = ""; }; + B3E2F7BC20E568AB009EA554 /* gcharsetconverter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gcharsetconverter.h; sourceTree = ""; }; + B3E2F7BD20E568AB009EA554 /* gdatainputstream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gdatainputstream.h; sourceTree = ""; }; + B3E2F7BE20E568AB009EA554 /* gtlsdatabase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gtlsdatabase.h; sourceTree = ""; }; + B3E2F7BF20E568AB009EA554 /* gfileenumerator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gfileenumerator.h; sourceTree = ""; }; + B3E2F7C020E568AB009EA554 /* ginitable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ginitable.h; sourceTree = ""; }; + B3E2F7C120E568AB009EA554 /* gnativevolumemonitor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gnativevolumemonitor.h; sourceTree = ""; }; + B3E2F7C220E568AB009EA554 /* gsrvtarget.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gsrvtarget.h; sourceTree = ""; }; + B3E2F7C320E568AB009EA554 /* gtlscertificate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gtlscertificate.h; sourceTree = ""; }; + B3E2F7C420E568AB009EA554 /* gfile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gfile.h; sourceTree = ""; }; + B3E2F7C520E568AB009EA554 /* gtlsbackend.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gtlsbackend.h; sourceTree = ""; }; + B3E2F7C620E568AB009EA554 /* gpollableinputstream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gpollableinputstream.h; sourceTree = ""; }; + B3E2F7C720E568AB009EA554 /* gfilterinputstream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gfilterinputstream.h; sourceTree = ""; }; + B3E2F7C820E568AB009EA554 /* gzlibdecompressor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gzlibdecompressor.h; sourceTree = ""; }; + B3E2F7C920E568AB009EA554 /* gdbusutils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gdbusutils.h; sourceTree = ""; }; + B3E2F7CA20E568AB009EA554 /* gtestdbus.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gtestdbus.h; sourceTree = ""; }; + B3E2F7CB20E568AB009EA554 /* gdbusobjectskeleton.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gdbusobjectskeleton.h; sourceTree = ""; }; + B3E2F7CC20E568AB009EA554 /* gvfs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gvfs.h; sourceTree = ""; }; + B3E2F7CD20E568AB009EA554 /* gioerror.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gioerror.h; sourceTree = ""; }; + B3E2F7CE20E568AB009EA554 /* gtlsclientconnection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gtlsclientconnection.h; sourceTree = ""; }; + B3E2F7CF20E568AB009EA554 /* gnetworking.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gnetworking.h; sourceTree = ""; }; + B3E2F7D020E568AB009EA554 /* gtlsfiledatabase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gtlsfiledatabase.h; sourceTree = ""; }; + B3E2F7D120E568AB009EA554 /* gdbuserror.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gdbuserror.h; sourceTree = ""; }; + B3E2F7D220E568AB009EA554 /* gicon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gicon.h; sourceTree = ""; }; + B3E2F7D320E568AB009EA554 /* gdbusinterfaceskeleton.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gdbusinterfaceskeleton.h; sourceTree = ""; }; + B3E2F7D420E568AB009EA554 /* gapplicationcommandline.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gapplicationcommandline.h; sourceTree = ""; }; + B3E2F7D520E568AB009EA554 /* gconverter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gconverter.h; sourceTree = ""; }; + B3E2F7D620E568AB009EA554 /* gdtlsserverconnection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gdtlsserverconnection.h; sourceTree = ""; }; + B3E2F7D720E568AB009EA554 /* gnetworkmonitor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gnetworkmonitor.h; sourceTree = ""; }; + B3E2F7D820E568AB009EA554 /* gtlspassword.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gtlspassword.h; sourceTree = ""; }; + B3E2F7D920E568AB009EA554 /* glistmodel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = glistmodel.h; sourceTree = ""; }; + B3E2F7DA20E568AB009EA554 /* gioscheduler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gioscheduler.h; sourceTree = ""; }; + B3E2F7DB20E568AB009EA554 /* gsettings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gsettings.h; sourceTree = ""; }; + B3E2F7DC20E568AB009EA554 /* gfileinputstream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gfileinputstream.h; sourceTree = ""; }; + B3E2F7DD20E568AB009EA554 /* giotypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = giotypes.h; sourceTree = ""; }; + B3E2F7DE20E568AB009EA554 /* gsimplepermission.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gsimplepermission.h; sourceTree = ""; }; + B3E2F7DF20E568AB009EA554 /* gconverteroutputstream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gconverteroutputstream.h; sourceTree = ""; }; + B3E2F7E020E568AB009EA554 /* gsimpleaction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gsimpleaction.h; sourceTree = ""; }; + B3E2F7E120E568AB009EA554 /* gsocketlistener.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gsocketlistener.h; sourceTree = ""; }; + B3E2F7E220E568AB009EA554 /* gcancellable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gcancellable.h; sourceTree = ""; }; + B3E2F7E320E568AB009EA554 /* gsubprocess.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gsubprocess.h; sourceTree = ""; }; + B3E2F7E420E568AB009EA554 /* gemblemedicon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gemblemedicon.h; sourceTree = ""; }; + B3E2F7E520E568AB009EA554 /* gsettingsschema.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gsettingsschema.h; sourceTree = ""; }; + B3E2F7E620E568AB009EA554 /* gfileinfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gfileinfo.h; sourceTree = ""; }; + B3E2F7E720E568AB009EA554 /* gsimpleasyncresult.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gsimpleasyncresult.h; sourceTree = ""; }; + B3E2F7E820E568AB009EA554 /* gdbusactiongroup.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gdbusactiongroup.h; sourceTree = ""; }; + B3E2F7E920E568AB009EA554 /* gdrive.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gdrive.h; sourceTree = ""; }; + B3E2F7EA20E568AB009EA554 /* gactiongroup.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gactiongroup.h; sourceTree = ""; }; + B3E2F7EB20E568AB009EA554 /* ginetaddressmask.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ginetaddressmask.h; sourceTree = ""; }; + B3E2F7EC20E568AB009EA554 /* gsocketconnection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gsocketconnection.h; sourceTree = ""; }; + B3E2F7ED20E568AB009EA554 /* giostream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = giostream.h; sourceTree = ""; }; + B3E2F80020E568AB009EA554 /* libglib-2.0.0.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = "libglib-2.0.0.dylib"; sourceTree = ""; }; + B3E2F80320E568AB009EA554 /* libgobject-2.0.0.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = "libgobject-2.0.0.dylib"; sourceTree = ""; }; + B3E2F80520E568AB009EA554 /* libgmodule-2.0.0.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = "libgmodule-2.0.0.dylib"; sourceTree = ""; }; + B3E2F80820E568AB009EA554 /* libgthread-2.0.0.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = "libgthread-2.0.0.dylib"; sourceTree = ""; }; + B3E2F80B20E568AB009EA554 /* glibconfig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = glibconfig.h; sourceTree = ""; }; + B3E2F80C20E568AB009EA554 /* libgio-2.0.0.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = "libgio-2.0.0.dylib"; sourceTree = ""; }; + B3E2F96D20E568AD009EA554 /* cairo-version.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "cairo-version.h"; sourceTree = ""; }; + B3E2F96E20E568AD009EA554 /* cairo-script-interpreter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "cairo-script-interpreter.h"; sourceTree = ""; }; + B3E2F96F20E568AD009EA554 /* cairo-svg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "cairo-svg.h"; sourceTree = ""; }; + B3E2F97020E568AD009EA554 /* cairo-quartz-image.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "cairo-quartz-image.h"; sourceTree = ""; }; + B3E2F97120E568AD009EA554 /* cairo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cairo.h; sourceTree = ""; }; + B3E2F97220E568AD009EA554 /* cairo-script.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "cairo-script.h"; sourceTree = ""; }; + B3E2F97320E568AD009EA554 /* cairo-quartz.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "cairo-quartz.h"; sourceTree = ""; }; + B3E2F97420E568AD009EA554 /* cairo-deprecated.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "cairo-deprecated.h"; sourceTree = ""; }; + B3E2F97520E568AD009EA554 /* cairo-pdf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "cairo-pdf.h"; sourceTree = ""; }; + B3E2F97620E568AD009EA554 /* cairo-features.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "cairo-features.h"; sourceTree = ""; }; + B3E2F97720E568AD009EA554 /* cairo-gobject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "cairo-gobject.h"; sourceTree = ""; }; + B3E2F97820E568AE009EA554 /* cairo-tee.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "cairo-tee.h"; sourceTree = ""; }; + B3E2F97920E568AE009EA554 /* cairo-ft.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "cairo-ft.h"; sourceTree = ""; }; + B3E2F97A20E568AE009EA554 /* cairo-ps.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "cairo-ps.h"; sourceTree = ""; }; + B3E2F98E20E568AE009EA554 /* libcairo.2.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = libcairo.2.dylib; sourceTree = ""; }; + B3E2F98F20E568AE009EA554 /* libcairo-gobject.2.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = "libcairo-gobject.2.dylib"; sourceTree = ""; }; + B3E2F99920E568AE009EA554 /* libcairo-trace.0.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = "libcairo-trace.0.dylib"; sourceTree = ""; }; + B3E2F99C20E568AE009EA554 /* libcairo-script-interpreter.2.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = "libcairo-script-interpreter.2.dylib"; sourceTree = ""; }; + B3E2F9F720E568AE009EA554 /* fontconfig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = fontconfig.h; sourceTree = ""; }; + B3E2F9F820E568AE009EA554 /* fcprivate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = fcprivate.h; sourceTree = ""; }; + B3E2F9F920E568AE009EA554 /* fcfreetype.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = fcfreetype.h; sourceTree = ""; }; + B3E2FA0120E568AE009EA554 /* libfontconfig.1.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = libfontconfig.1.dylib; sourceTree = ""; }; + B3E2FC1C20E568B2009EA554 /* autosprintf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = autosprintf.h; sourceTree = ""; }; + B3E2FC1D20E568B2009EA554 /* gettext-po.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "gettext-po.h"; sourceTree = ""; }; + B3E2FC1E20E568B2009EA554 /* libintl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = libintl.h; sourceTree = ""; }; + B3E2FC2420E568B2009EA554 /* libgettextpo.0.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = libgettextpo.0.dylib; sourceTree = ""; }; + B3E2FC2720E568B2009EA554 /* libintl.8.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = libintl.8.dylib; sourceTree = ""; }; + B3E2FC2820E568B2009EA554 /* libasprintf.0.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = libasprintf.0.dylib; sourceTree = ""; }; + B3E2FC3020E568B2009EA554 /* libgettextsrc-0.19.8.1.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = "libgettextsrc-0.19.8.1.dylib"; sourceTree = ""; }; + B3E2FC3420E568B2009EA554 /* libgettextlib-0.19.8.1.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = "libgettextlib-0.19.8.1.dylib"; sourceTree = ""; }; + B3E2FD3620E568B3009EA554 /* tsearch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tsearch.h; sourceTree = ""; }; + B3E2FD3D20E568B3009EA554 /* vasnprintf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vasnprintf.h; sourceTree = ""; }; + B3E2FD3F20E568B3009EA554 /* printf-parse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "printf-parse.h"; sourceTree = ""; }; + B3E2FD4020E568B3009EA554 /* gmo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gmo.h; sourceTree = ""; }; + B3E2FD4220E568B3009EA554 /* plural-exp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "plural-exp.h"; sourceTree = ""; }; + B3E2FD4320E568B3009EA554 /* libgnuintl.in.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = libgnuintl.in.h; sourceTree = ""; }; + B3E2FD4520E568B3009EA554 /* export.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = export.h; sourceTree = ""; }; + B3E2FD4620E568B3009EA554 /* gettextP.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gettextP.h; sourceTree = ""; }; + B3E2FD4B20E568B3009EA554 /* lock.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = lock.h; sourceTree = ""; }; + B3E2FD4D20E568B3009EA554 /* loadinfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = loadinfo.h; sourceTree = ""; }; + B3E2FD4F20E568B4009EA554 /* wprintf-parse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "wprintf-parse.h"; sourceTree = ""; }; + B3E2FD5120E568B4009EA554 /* localcharset.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = localcharset.h; sourceTree = ""; }; + B3E2FD5520E568B4009EA554 /* vasnwprintf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vasnwprintf.h; sourceTree = ""; }; + B3E2FD5720E568B4009EA554 /* printf-args.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "printf-args.h"; sourceTree = ""; }; + B3E2FD5A20E568B4009EA554 /* hash-string.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "hash-string.h"; sourceTree = ""; }; + B3E2FD6220E568B4009EA554 /* xsize.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xsize.h; sourceTree = ""; }; + B3E2FD6B20E568B4009EA554 /* relocatable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = relocatable.h; sourceTree = ""; }; + B3E2FD7420E568B4009EA554 /* os2compat.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = os2compat.h; sourceTree = ""; }; + B3E2FD7520E568B4009EA554 /* eval-plural.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "eval-plural.h"; sourceTree = ""; }; + B3E2FD7620E568B4009EA554 /* verify.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = verify.h; sourceTree = ""; }; + B3E2FD9C20E568B4009EA554 /* gettext.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gettext.h; sourceTree = ""; }; + B3E33EB8218B99FA002A26AD /* codecov.yml */ = {isa = PBXFileReference; lastKnownFileType = text; path = codecov.yml; sourceTree = ""; }; + B3E9A9001FB4DCCA00FD8E7A /* autorevision.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = autorevision.json; sourceTree = ""; }; + B3E9A9021FB4DDE400FD8E7A /* Version.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Version.swift; sourceTree = ""; }; + B3E9A9041FB4E0B200FD8E7A /* bin */ = {isa = PBXFileReference; lastKnownFileType = folder; path = bin; sourceTree = ""; }; + B3F0ECEF1F9E6A4D0078690E /* SpeculidImageSpecificationBuilderProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SpeculidImageSpecificationBuilderProtocol.swift; sourceTree = ""; }; + B3F0ECF11F9E6AAD0078690E /* SpeculidImageSpecificationBuilder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SpeculidImageSpecificationBuilder.swift; sourceTree = ""; }; + B3F6E278233C3BF100B28DA2 /* AssetSpecificationFileProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AssetSpecificationFileProtocol.swift; sourceTree = ""; }; + B3F6E27A233C3DC400B28DA2 /* AssetSpecificationFile.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AssetSpecificationFile.swift; sourceTree = ""; }; + B3F6E27C233C3EE100B28DA2 /* AssetCatalogItemSize.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AssetCatalogItemSize.swift; sourceTree = ""; }; + B3F6E27E233C3F0C00B28DA2 /* NSNumber.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NSNumber.swift; sourceTree = ""; }; + B3F6E280233C3F2E00B28DA2 /* AssetSpecificationMetadata.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AssetSpecificationMetadata.swift; sourceTree = ""; }; + B3F6E282233C3F7300B28DA2 /* AssetSpecificationMetadataProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AssetSpecificationMetadataProtocol.swift; sourceTree = ""; }; + B3F8046220E5820B00030497 /* pango.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pango.h; sourceTree = ""; }; + B3F8046320E5820B00030497 /* pangoft2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pangoft2.h; sourceTree = ""; }; + B3F8046420E5820B00030497 /* pango-item.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "pango-item.h"; sourceTree = ""; }; + B3F8046520E5820B00030497 /* pango-coverage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "pango-coverage.h"; sourceTree = ""; }; + B3F8046620E5820B00030497 /* pango-version-macros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "pango-version-macros.h"; sourceTree = ""; }; + B3F8046720E5820B00030497 /* pango-language.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "pango-language.h"; sourceTree = ""; }; + B3F8046820E5820B00030497 /* pango-matrix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "pango-matrix.h"; sourceTree = ""; }; + B3F8046920E5820B00030497 /* pango-renderer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "pango-renderer.h"; sourceTree = ""; }; + B3F8046A20E5820B00030497 /* pango-ot.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "pango-ot.h"; sourceTree = ""; }; + B3F8046B20E5820B00030497 /* pango-enum-types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "pango-enum-types.h"; sourceTree = ""; }; + B3F8046C20E5820B00030497 /* pango-glyph.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "pango-glyph.h"; sourceTree = ""; }; + B3F8046D20E5820B00030497 /* pango-features.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "pango-features.h"; sourceTree = ""; }; + B3F8046E20E5820B00030497 /* pango-modules.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "pango-modules.h"; sourceTree = ""; }; + B3F8046F20E5820B00030497 /* pango-fontset.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "pango-fontset.h"; sourceTree = ""; }; + B3F8047020E5820B00030497 /* pango-engine.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "pango-engine.h"; sourceTree = ""; }; + B3F8047120E5820B00030497 /* pango-break.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "pango-break.h"; sourceTree = ""; }; + B3F8047220E5820B00030497 /* pango-script.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "pango-script.h"; sourceTree = ""; }; + B3F8047320E5820B00030497 /* pangocairo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pangocairo.h; sourceTree = ""; }; + B3F8047420E5820B00030497 /* pango-glyph-item.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "pango-glyph-item.h"; sourceTree = ""; }; + B3F8047520E5820B00030497 /* pango-bidi-type.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "pango-bidi-type.h"; sourceTree = ""; }; + B3F8047620E5820B00030497 /* pango-font.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "pango-font.h"; sourceTree = ""; }; + B3F8047720E5820B00030497 /* pangofc-fontmap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "pangofc-fontmap.h"; sourceTree = ""; }; + B3F8047820E5820B00030497 /* pango-context.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "pango-context.h"; sourceTree = ""; }; + B3F8047920E5820B00030497 /* pangofc-font.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "pangofc-font.h"; sourceTree = ""; }; + B3F8047A20E5820B00030497 /* pango-fontmap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "pango-fontmap.h"; sourceTree = ""; }; + B3F8047B20E5820B00030497 /* pangofc-decoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "pangofc-decoder.h"; sourceTree = ""; }; + B3F8047C20E5820B00030497 /* pango-types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "pango-types.h"; sourceTree = ""; }; + B3F8047D20E5820B00030497 /* pango-attributes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "pango-attributes.h"; sourceTree = ""; }; + B3F8047E20E5820B00030497 /* pango-utils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "pango-utils.h"; sourceTree = ""; }; + B3F8047F20E5820B00030497 /* pango-layout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "pango-layout.h"; sourceTree = ""; }; + B3F8048020E5820B00030497 /* pango-tabs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "pango-tabs.h"; sourceTree = ""; }; + B3F8048120E5820B00030497 /* pango-gravity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "pango-gravity.h"; sourceTree = ""; }; + B3F8048220E5820B00030497 /* pangocoretext.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pangocoretext.h; sourceTree = ""; }; + B3F8048720E5820B00030497 /* libpango-1.0.0.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = "libpango-1.0.0.dylib"; sourceTree = ""; }; + B3F8048820E5820B00030497 /* libpangoft2-1.0.0.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = "libpangoft2-1.0.0.dylib"; sourceTree = ""; }; + B3F8048E20E5820B00030497 /* libpangocairo-1.0.0.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = "libpangocairo-1.0.0.dylib"; sourceTree = ""; }; + B3F8054C20E584B300030497 /* png.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = png.h; sourceTree = ""; }; + B3F8054D20E584B300030497 /* pnglibconf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pnglibconf.h; sourceTree = ""; }; + B3F8054E20E584B300030497 /* pngconf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pngconf.h; sourceTree = ""; }; + B3F8054F20E584B300030497 /* png.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = png.h; sourceTree = ""; }; + B3F8055020E584B300030497 /* pnglibconf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pnglibconf.h; sourceTree = ""; }; + B3F8055120E584B300030497 /* pngconf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pngconf.h; sourceTree = ""; }; + B3F8055A20E584B300030497 /* libpng16.16.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = libpng16.16.dylib; sourceTree = ""; }; + B3F8058C20E5851900030497 /* pcrecpparg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pcrecpparg.h; sourceTree = ""; }; + B3F8058D20E5851900030497 /* pcreposix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pcreposix.h; sourceTree = ""; }; + B3F8058E20E5851900030497 /* pcre_scanner.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pcre_scanner.h; sourceTree = ""; }; + B3F8058F20E5851900030497 /* pcre_stringpiece.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pcre_stringpiece.h; sourceTree = ""; }; + B3F8059020E5851900030497 /* pcre.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pcre.h; sourceTree = ""; }; + B3F8059120E5851900030497 /* pcrecpp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pcrecpp.h; sourceTree = ""; }; + B3F8059620E5851900030497 /* libpcre.1.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = libpcre.1.dylib; sourceTree = ""; }; + B3F8059D20E5851900030497 /* libpcreposix.0.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = libpcreposix.0.dylib; sourceTree = ""; }; + B3F805A020E5851900030497 /* libpcrecpp.0.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = libpcrecpp.0.dylib; sourceTree = ""; }; + B3F805A320E5851900030497 /* libpcre16.0.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = libpcre16.0.dylib; sourceTree = ""; }; + B3F805A820E5851900030497 /* libpcre32.0.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = libpcre32.0.dylib; sourceTree = ""; }; + B3F8073D20E5855F00030497 /* ffitarget.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ffitarget.h; sourceTree = ""; }; + B3F8073E20E5855F00030497 /* ffi.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ffi.h; sourceTree = ""; }; + B3F8074120E5855F00030497 /* libffi.6.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = libffi.6.dylib; sourceTree = ""; }; + B3F8076820E5858100030497 /* cr-parser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "cr-parser.h"; sourceTree = ""; }; + B3F8076920E5858100030497 /* cr-token.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "cr-token.h"; sourceTree = ""; }; + B3F8076A20E5858100030497 /* cr-attr-sel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "cr-attr-sel.h"; sourceTree = ""; }; + B3F8076B20E5858100030497 /* cr-tknzr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "cr-tknzr.h"; sourceTree = ""; }; + B3F8076C20E5858100030497 /* cr-parsing-location.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "cr-parsing-location.h"; sourceTree = ""; }; + B3F8076D20E5858100030497 /* cr-doc-handler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "cr-doc-handler.h"; sourceTree = ""; }; + B3F8076E20E5858100030497 /* cr-stylesheet.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "cr-stylesheet.h"; sourceTree = ""; }; + B3F8076F20E5858100030497 /* cr-enc-handler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "cr-enc-handler.h"; sourceTree = ""; }; + B3F8077020E5858100030497 /* cr-term.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "cr-term.h"; sourceTree = ""; }; + B3F8077120E5858100030497 /* cr-prop-list.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "cr-prop-list.h"; sourceTree = ""; }; + B3F8077220E5858100030497 /* cr-simple-sel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "cr-simple-sel.h"; sourceTree = ""; }; + B3F8077320E5858100030497 /* cr-declaration.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "cr-declaration.h"; sourceTree = ""; }; + B3F8077420E5858100030497 /* cr-rgb.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "cr-rgb.h"; sourceTree = ""; }; + B3F8077520E5858100030497 /* cr-string.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "cr-string.h"; sourceTree = ""; }; + B3F8077620E5858100030497 /* cr-pseudo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "cr-pseudo.h"; sourceTree = ""; }; + B3F8077720E5858100030497 /* cr-sel-eng.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "cr-sel-eng.h"; sourceTree = ""; }; + B3F8077820E5858100030497 /* cr-style.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "cr-style.h"; sourceTree = ""; }; + B3F8077920E5858100030497 /* cr-om-parser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "cr-om-parser.h"; sourceTree = ""; }; + B3F8077A20E5858100030497 /* cr-statement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "cr-statement.h"; sourceTree = ""; }; + B3F8077B20E5858100030497 /* cr-fonts.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "cr-fonts.h"; sourceTree = ""; }; + B3F8077C20E5858100030497 /* libcroco.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = libcroco.h; sourceTree = ""; }; + B3F8077D20E5858100030497 /* cr-input.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "cr-input.h"; sourceTree = ""; }; + B3F8077E20E5858100030497 /* cr-num.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "cr-num.h"; sourceTree = ""; }; + B3F8077F20E5858100030497 /* cr-selector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "cr-selector.h"; sourceTree = ""; }; + B3F8078020E5858100030497 /* cr-cascade.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "cr-cascade.h"; sourceTree = ""; }; + B3F8078120E5858100030497 /* cr-additional-sel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "cr-additional-sel.h"; sourceTree = ""; }; + B3F8078220E5858100030497 /* cr-utils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "cr-utils.h"; sourceTree = ""; }; + B3F8078320E5858100030497 /* libcroco-config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "libcroco-config.h"; sourceTree = ""; }; + B3F8078C20E5858100030497 /* libcroco-0.6.3.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = "libcroco-0.6.3.dylib"; sourceTree = ""; }; + B3F8081320E585BF00030497 /* fribidi-begindecls.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "fribidi-begindecls.h"; sourceTree = ""; }; + B3F8081420E585BF00030497 /* fribidi-config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "fribidi-config.h"; sourceTree = ""; }; + B3F8081520E585BF00030497 /* fribidi-joining-types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "fribidi-joining-types.h"; sourceTree = ""; }; + B3F8081620E585BF00030497 /* fribidi-char-sets.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "fribidi-char-sets.h"; sourceTree = ""; }; + B3F8081720E585BF00030497 /* fribidi-char-sets-list.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "fribidi-char-sets-list.h"; sourceTree = ""; }; + B3F8081820E585BF00030497 /* fribidi-unicode-version.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "fribidi-unicode-version.h"; sourceTree = ""; }; + B3F8081920E585BF00030497 /* fribidi-common.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "fribidi-common.h"; sourceTree = ""; }; + B3F8081A20E585BF00030497 /* fribidi-unicode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "fribidi-unicode.h"; sourceTree = ""; }; + B3F8081B20E585BF00030497 /* fribidi-types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "fribidi-types.h"; sourceTree = ""; }; + B3F8081C20E585BF00030497 /* fribidi-bidi-types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "fribidi-bidi-types.h"; sourceTree = ""; }; + B3F8081D20E585BF00030497 /* fribidi-deprecated.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "fribidi-deprecated.h"; sourceTree = ""; }; + B3F8081E20E585BF00030497 /* fribidi-mirroring.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "fribidi-mirroring.h"; sourceTree = ""; }; + B3F8081F20E585BF00030497 /* fribidi-joining.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "fribidi-joining.h"; sourceTree = ""; }; + B3F8082020E585BF00030497 /* fribidi-enddecls.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "fribidi-enddecls.h"; sourceTree = ""; }; + B3F8082120E585BF00030497 /* fribidi-flags.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "fribidi-flags.h"; sourceTree = ""; }; + B3F8082220E585BF00030497 /* fribidi.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = fribidi.h; sourceTree = ""; }; + B3F8082320E585BF00030497 /* fribidi-bidi.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "fribidi-bidi.h"; sourceTree = ""; }; + B3F8082420E585BF00030497 /* fribidi-brackets.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "fribidi-brackets.h"; sourceTree = ""; }; + B3F8082520E585BF00030497 /* fribidi-bidi-types-list.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "fribidi-bidi-types-list.h"; sourceTree = ""; }; + B3F8082620E585BF00030497 /* fribidi-arabic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "fribidi-arabic.h"; sourceTree = ""; }; + B3F8082720E585BF00030497 /* fribidi-shape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "fribidi-shape.h"; sourceTree = ""; }; + B3F8082820E585BF00030497 /* fribidi-joining-types-list.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "fribidi-joining-types-list.h"; sourceTree = ""; }; + B3F8083220E585BF00030497 /* libfribidi.0.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = libfribidi.0.dylib; sourceTree = ""; }; + B3F8093320E585E800030497 /* hb-buffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "hb-buffer.h"; sourceTree = ""; }; + B3F8093420E585E800030497 /* hb-set.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "hb-set.h"; sourceTree = ""; }; + B3F8093520E585E800030497 /* hb-face.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "hb-face.h"; sourceTree = ""; }; + B3F8093620E585E800030497 /* hb-gobject-structs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "hb-gobject-structs.h"; sourceTree = ""; }; + B3F8093720E585E800030497 /* hb-common.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "hb-common.h"; sourceTree = ""; }; + B3F8093820E585E800030497 /* hb-version.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "hb-version.h"; sourceTree = ""; }; + B3F8093920E585E800030497 /* hb-font.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "hb-font.h"; sourceTree = ""; }; + B3F8093A20E585E800030497 /* hb-coretext.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "hb-coretext.h"; sourceTree = ""; }; + B3F8093B20E585E800030497 /* hb-ot-tag.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "hb-ot-tag.h"; sourceTree = ""; }; + B3F8093C20E585E800030497 /* hb-deprecated.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "hb-deprecated.h"; sourceTree = ""; }; + B3F8093D20E585E800030497 /* hb-ot.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "hb-ot.h"; sourceTree = ""; }; + B3F8093E20E585E800030497 /* hb-ot-layout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "hb-ot-layout.h"; sourceTree = ""; }; + B3F8093F20E585E800030497 /* hb-ot-var.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "hb-ot-var.h"; sourceTree = ""; }; + B3F8094020E585E800030497 /* hb-gobject-enums.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "hb-gobject-enums.h"; sourceTree = ""; }; + B3F8094120E585E800030497 /* hb-shape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "hb-shape.h"; sourceTree = ""; }; + B3F8094220E585E800030497 /* hb-subset-plan.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = "hb-subset-plan.hh"; sourceTree = ""; }; + B3F8094320E585E800030497 /* hb-shape-plan.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "hb-shape-plan.h"; sourceTree = ""; }; + B3F8094420E585E800030497 /* hb-ot-font.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "hb-ot-font.h"; sourceTree = ""; }; + B3F8094520E585E800030497 /* hb-unicode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "hb-unicode.h"; sourceTree = ""; }; + B3F8094620E585E800030497 /* hb-ot-shape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "hb-ot-shape.h"; sourceTree = ""; }; + B3F8094720E585E800030497 /* hb-blob.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "hb-blob.h"; sourceTree = ""; }; + B3F8094820E585E800030497 /* hb-subset-private.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = "hb-subset-private.hh"; sourceTree = ""; }; + B3F8094920E585E800030497 /* hb.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = hb.h; sourceTree = ""; }; + B3F8094A20E585E800030497 /* hb-glib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "hb-glib.h"; sourceTree = ""; }; + B3F8094B20E585E800030497 /* hb-subset-glyf.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = "hb-subset-glyf.hh"; sourceTree = ""; }; + B3F8094C20E585E800030497 /* hb-graphite2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "hb-graphite2.h"; sourceTree = ""; }; + B3F8094D20E585E800030497 /* hb-subset.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "hb-subset.h"; sourceTree = ""; }; + B3F8094E20E585E800030497 /* hb-gobject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "hb-gobject.h"; sourceTree = ""; }; + B3F8094F20E585E800030497 /* hb-ot-math.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "hb-ot-math.h"; sourceTree = ""; }; + B3F8095020E585E800030497 /* hb-icu.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "hb-icu.h"; sourceTree = ""; }; + B3F8095120E585E800030497 /* hb-ft.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "hb-ft.h"; sourceTree = ""; }; + B3F8095920E585E800030497 /* libharfbuzz-subset.0.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = "libharfbuzz-subset.0.dylib"; sourceTree = ""; }; + B3F8095F20E585E800030497 /* libharfbuzz-gobject.0.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = "libharfbuzz-gobject.0.dylib"; sourceTree = ""; }; + B3F8096420E585E800030497 /* libharfbuzz.0.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = libharfbuzz.0.dylib; sourceTree = ""; }; + B3F8096B20E585E800030497 /* libharfbuzz-icu.0.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = "libharfbuzz-icu.0.dylib"; sourceTree = ""; }; + B3FAD3EA1FA564D0004381A7 /* VersionMenuItem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VersionMenuItem.swift; sourceTree = ""; }; + B3FDF6442180A3FF00455A43 /* InstallerProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InstallerProtocol.swift; sourceTree = ""; }; + C743CA092B2436D579EB1965 /* Pods-Speculid-Mac-XPC.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Speculid-Mac-XPC.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Speculid-Mac-XPC/Pods-Speculid-Mac-XPC.debug.xcconfig"; sourceTree = ""; }; + C7A962F08D51F2247E1ADBEF /* Pods-SpeculidTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SpeculidTests.release.xcconfig"; path = "Pods/Target Support Files/Pods-SpeculidTests/Pods-SpeculidTests.release.xcconfig"; sourceTree = ""; }; + DCB0AF202D3672415910AFDE /* Pods_Speculid.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Speculid.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + DD668DE3E97BC37C2DC71F41 /* Pods-Speculid.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Speculid.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Speculid/Pods-Speculid.debug.xcconfig"; sourceTree = ""; }; + E776BC2A0843F84E3CBC279B /* Pods_CairoSVGTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_CairoSVGTests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + EB3CD055FBA18C9FF21D971C /* Pods-CairoSVGTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-CairoSVGTests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-CairoSVGTests/Pods-CairoSVGTests.debug.xcconfig"; sourceTree = ""; }; + F6CC72BCECBB97B332E4DC41 /* Pods-Speculid-Mac-XPC.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Speculid-Mac-XPC.release.xcconfig"; path = "Pods/Target Support Files/Pods-Speculid-Mac-XPC/Pods-Speculid-Mac-XPC.release.xcconfig"; sourceTree = ""; }; + FBD208DDED47AEA144AD3F63 /* Pods-Speculid-Mac-App.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Speculid-Mac-App.release.xcconfig"; path = "Pods/Target Support Files/Pods-Speculid-Mac-App/Pods-Speculid-Mac-App.release.xcconfig"; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + B3136E5D1F90FCCF0002B7AB /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 8CFE676AD2939E9961A20D07 /* Pods_Speculid_Mac_AppUITests.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B3136E7B1F90FD2E0002B7AB /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + B3136E831F90FD2E0002B7AB /* SpeculidKit.framework in Frameworks */, + 63B850290A8C8F568F554912 /* Pods_SpeculidTests.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B3136E8A1F90FD3D0002B7AB /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + B3136E921F90FD3D0002B7AB /* CairoSVG.framework in Frameworks */, + 8673F38CC6D59040A2F46D0E /* Pods_CairoSVGTests.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B3242E94213DBE6C0063037C /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B324471E23D2458300549D30 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B326F24C21811B970072D652 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B37C743B1F8C58F300DF505B /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + B37C74901F8C5B5C00DF505B /* CairoSVG.framework in Frameworks */, + B37C747A1F8C5ADA00DF505B /* SpeculidKit.framework in Frameworks */, + 8B89F9F58D273C27DCE0A008 /* Pods_Speculid_Mac_App.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B37C74501F8C590D00DF505B /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + B3BF4C42213ED5CB003744F4 /* SpeculidKit.framework in Frameworks */, + 71C6A7B0A517CC55637B2E17 /* Pods_Speculid_Mac_XPC.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B37C746F1F8C5ADA00DF505B /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + B37C74BC1F8C5D2A00DF505B /* CairoSVG.framework in Frameworks */, + CBE9EF18228D2DADFC9D264F /* Pods_Speculid.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B37C74851F8C5B5C00DF505B /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + B3825F0120F91807008F2A02 /* libgraphite2.3.0.1.dylib in Frameworks */, + B3F8057820E584B300030497 /* libpng16.16.dylib in Frameworks */, + B3F80B2D20E585EA00030497 /* libharfbuzz-gobject.0.dylib in Frameworks */, + B3F80B3620E585EA00030497 /* libharfbuzz-icu.0.dylib in Frameworks */, + B3F80B2820E585EA00030497 /* libharfbuzz-subset.0.dylib in Frameworks */, + B3F807E020E5858200030497 /* libcroco-0.6.3.dylib in Frameworks */, + B31BD9D920E7E0DA00A560C2 /* libicuio.61.1.dylib in Frameworks */, + B31BD9DC20E7E0DA00A560C2 /* libicui18n.61.1.dylib in Frameworks */, + B31BD9DD20E7E0DA00A560C2 /* libicutu.61.1.dylib in Frameworks */, + B3F80B3020E585EA00030497 /* libharfbuzz.0.dylib in Frameworks */, + B3F808C320E585C000030497 /* libfribidi.0.dylib in Frameworks */, + B31BD9E620E7E0DA00A560C2 /* libicudata.61.1.dylib in Frameworks */, + B31BD9E720E7E0DA00A560C2 /* libicutest.61.1.dylib in Frameworks */, + B31BD9EE20E7E0DA00A560C2 /* libicuuc.61.1.dylib in Frameworks */, + B3F8075520E5855F00030497 /* libffi.6.dylib in Frameworks */, + B3E2079D20E568C6009EA554 /* libcairo-script-interpreter.2.dylib in Frameworks */, + B3E2079020E568C6009EA554 /* libcairo.2.dylib in Frameworks */, + B3E206E920E568C5009EA554 /* libgobject-2.0.0.dylib in Frameworks */, + B3E20A0120E568C8009EA554 /* libgettextpo.0.dylib in Frameworks */, + B3F8067020E5851A00030497 /* libpcreposix.0.dylib in Frameworks */, + B3E2117C20E568D0009EA554 /* librsvg-2.2.dylib in Frameworks */, + B3E204B820E568C3009EA554 /* libpixman-1.0.dylib in Frameworks */, + B3F8067620E5851A00030497 /* libpcre16.0.dylib in Frameworks */, + B3F804F820E5820B00030497 /* libpango-1.0.0.dylib in Frameworks */, + B3F8067320E5851A00030497 /* libpcrecpp.0.dylib in Frameworks */, + B3E206EB20E568C5009EA554 /* libgmodule-2.0.0.dylib in Frameworks */, + B3F8067B20E5851A00030497 /* libpcre32.0.dylib in Frameworks */, + B3F8066A20E5851A00030497 /* libpcre.1.dylib in Frameworks */, + B3E20A0420E568C8009EA554 /* libintl.8.dylib in Frameworks */, + 205A5AF735ED0AFE6D8E3753 /* Pods_CairoSVG.framework in Frameworks */, + B3E206EE20E568C5009EA554 /* libgthread-2.0.0.dylib in Frameworks */, + B3E207F620E568C6009EA554 /* libfontconfig.1.dylib in Frameworks */, + B3E2050E20E568C3009EA554 /* libgdk_pixbuf-2.0.0.dylib in Frameworks */, + B3F804FE20E5820B00030497 /* libpangocairo-1.0.0.dylib in Frameworks */, + B3E20A0C20E568C8009EA554 /* libgettextsrc-0.19.8.1.dylib in Frameworks */, + B3E2079A20E568C6009EA554 /* libcairo-trace.0.dylib in Frameworks */, + B3E204F220E568C3009EA554 /* libfreetype.6.dylib in Frameworks */, + B3F804F920E5820B00030497 /* libpangoft2-1.0.0.dylib in Frameworks */, + B3E206E620E568C5009EA554 /* libglib-2.0.0.dylib in Frameworks */, + B3E206F020E568C5009EA554 /* libgio-2.0.0.dylib in Frameworks */, + B3E2079120E568C6009EA554 /* libcairo-gobject.2.dylib in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + ACD4DBE14098687CAAFBB2FA /* Pods */ = { + isa = PBXGroup; + children = ( + DD668DE3E97BC37C2DC71F41 /* Pods-Speculid.debug.xcconfig */, + 87434B3EFCD8AF7732299E58 /* Pods-Speculid.release.xcconfig */, + 75FAFD8D34A5758295CE7C3E /* Pods-Speculid-Mac-App.debug.xcconfig */, + FBD208DDED47AEA144AD3F63 /* Pods-Speculid-Mac-App.release.xcconfig */, + C743CA092B2436D579EB1965 /* Pods-Speculid-Mac-XPC.debug.xcconfig */, + F6CC72BCECBB97B332E4DC41 /* Pods-Speculid-Mac-XPC.release.xcconfig */, + EB3CD055FBA18C9FF21D971C /* Pods-CairoSVGTests.debug.xcconfig */, + 33189C1A2DCDF9FDE0D52DB2 /* Pods-CairoSVGTests.release.xcconfig */, + 503182BFEED5FCC7A0FD7113 /* Pods-Speculid-Mac-AppUITests.debug.xcconfig */, + 5598DB627CD85D918F6EAC73 /* Pods-Speculid-Mac-AppUITests.release.xcconfig */, + 1A1D3098AA00507F322B5177 /* Pods-SpeculidTests.debug.xcconfig */, + C7A962F08D51F2247E1ADBEF /* Pods-SpeculidTests.release.xcconfig */, + 7DD68C68194F71BF3C7B683C /* Pods-CairoSVG.debug.xcconfig */, + 72377B2194FCD69B6D9FED05 /* Pods-CairoSVG.release.xcconfig */, + ); + name = Pods; + sourceTree = ""; + }; + B3033B181F9AED7600787279 /* configuration */ = { + isa = PBXGroup; + children = ( + B30216EF218B805E004C4BEA /* Gemfile */, + B3B049C81FA262A8002906B1 /* exportOptions.plist */, + B3033B1A1F9AEE9A00787279 /* .gitignore */, + B3033B191F9AEE9900787279 /* .travis.yml */, + B318906D1F91A06B00D0EFA0 /* .swiftlint.yml */, + B3E33EB8218B99FA002A26AD /* codecov.yml */, + ); + name = configuration; + sourceTree = ""; + }; + B3136DB51F90E23E0002B7AB /* frameworks */ = { + isa = PBXGroup; + children = ( + B37C748A1F8C5B5C00DF505B /* cairosvg */, + B3136DB81F90E27B0002B7AB /* speculid */, + ); + path = frameworks; + sourceTree = ""; + }; + B3136DB71F90E2690002B7AB /* mac */ = { + isa = PBXGroup; + children = ( + B3136DDD1F90EF460002B7AB /* Application.swift */, + B3136EA01F9107B40002B7AB /* assets */, + B37C74481F8C58F300DF505B /* Info.plist */, + B37C74491F8C58F300DF505B /* Speculid_Mac_App.entitlements */, + B35B71221F9041B900BE477E /* main.swift */, + ); + path = mac; + sourceTree = ""; + }; + B3136DB81F90E27B0002B7AB /* speculid */ = { + isa = PBXGroup; + children = ( + B3E9A9001FB4DCCA00FD8E7A /* autorevision.json */, + B3D329FE1F9A5D290042B46F /* Resources */, + B3136DE41F90F73A0002B7AB /* Controllers */, + B3136E1D1F90F73B0002B7AB /* Errors */, + B3136DF51F90F73A0002B7AB /* Extensions */, + B3136DF91F90F73A0002B7AB /* Models */, + B3136E081F90F73B0002B7AB /* Protocols */, + B3136E1C1F90F73B0002B7AB /* versions.plist */, + B3136DC01F90E27B0002B7AB /* Info.plist */, + B3136DBC1F90E27B0002B7AB /* Speculid_Mac_Framework.h */, + B36C2E8A1FA5B876003F48BD /* build.list */, + ); + path = speculid; + sourceTree = ""; + }; + B3136DE41F90F73A0002B7AB /* Controllers */ = { + isa = PBXGroup; + children = ( + B3136DF11F90F73A0002B7AB /* AnalyticsSessionManager.swift */, + B3136DEA1F90F73A0002B7AB /* AnalyticsTracker.swift */, + B3136DDB1F90EF370002B7AB /* Application.swift */, + B3D32A071F9A73740042B46F /* AsyncBlockOperation.swift */, + B3136DE81F90F73A0002B7AB /* CairoConversionSet.swift */, + B3136DF41F90F73A0002B7AB /* CairoConversionSetBuilder.swift */, + B3136DEC1F90F73A0002B7AB /* ClientIdentifier.swift */, + B3B5E9E71F96C74C004A6BEB /* CommandLineRunner.swift */, + B3136DF31F90F73A0002B7AB /* ImageConversionBuilder.swift */, + B3136DF01F90F73A0002B7AB /* ImageConversionSetBuilder.swift */, + B317B0D01FA560EE00BB5E57 /* QuitMenuItem.swift */, + B31BEAFB1F96269F00496E7A /* RegularExpressionSet.swift */, + B31BEAF81F96268000496E7A /* RegularExpressionSetBuilder.swift */, + B33F0BB81F958695004A87DD /* RemoteObjectInterfaceProvider.swift */, + B3136DCC1F90E2A20002B7AB /* Service.swift */, + B3B5E9EB1F96C7D5004A6BEB /* SpeculidApplicationModeParser.swift */, + B3136DF21F90F73A0002B7AB /* SpeculidBuilder.swift */, + B3B5E9D81F96C1BE004A6BEB /* SpeculidConfigurationBuilder.swift */, + B3F0ECF11F9E6AAD0078690E /* SpeculidImageSpecificationBuilder.swift */, + B33F0BBA1F9586A9004A87DD /* StatusItemProvider.swift */, + B3FAD3EA1FA564D0004381A7 /* VersionMenuItem.swift */, + B34B52C9217E5FC40080E6DC /* CommandLineInstaller.swift */, + ); + path = Controllers; + sourceTree = ""; + }; + B3136DF51F90F73A0002B7AB /* Extensions */ = { + isa = PBXGroup; + children = ( + B3136DFB1F90F73A0002B7AB /* GeometryDimension.Codable.swift */, + B3136E001F90F73A0002B7AB /* GeometryDimension.ScalingBy.swift */, + B3136DF81F90F73A0002B7AB /* CGFloat.swift */, + B3D32A051F9A5FEE0042B46F /* FileHandle.swift */, + B31890691F918F0300D0EFA0 /* GeometryValue.Multiply.swift */, + B3136DF61F90F73A0002B7AB /* NSColor.swift */, + B3136DF71F90F73A0002B7AB /* String.swift */, + B3E9A9021FB4DDE400FD8E7A /* Version.swift */, + B3F6E27E233C3F0C00B28DA2 /* NSNumber.swift */, + ); + path = Extensions; + sourceTree = ""; + }; + B3136DF91F90F73A0002B7AB /* Models */ = { + isa = PBXGroup; + children = ( + B3136E051F90F73A0002B7AB /* AnalyticsConfiguration.swift */, + B3136DFA1F90F73A0002B7AB /* AnalyticsParameterDictionary.swift */, + B3136E021F90F73A0002B7AB /* AnalyticsParameterKey.swift */, + B319DCAF233BE00400F9381E /* AssetCatalogItem.swift */, + B3136E041F90F73A0002B7AB /* AssetSpecification.swift */, + B3033B1F1F9AEFE600787279 /* AssetSpecificationDocument.swift */, + B341888D1F9A460300C5F356 /* CommandLineArgumentProvider.swift */, + B3891BBD20F7CE010095E1FD /* CwlSysctl.swift */, + B3136DC91F90E2A20002B7AB /* ErrorCollection.swift */, + B3136DBB1F90E27B0002B7AB /* ImageFile.swift */, + B3136E071F90F73A0002B7AB /* ImageIdiom.swift */, + B3136DBE1F90E27B0002B7AB /* ImageSpecification.swift */, + B34B52C7217E5D700080E6DC /* InstallType.swift */, + B33A533D1F954FF800E74800 /* Result.swift */, + B3B5E9DF1F96C416004A6BEB /* SpeculidApplicationMode.swift */, + B3B5E9E11F96C44D004A6BEB /* SpeculidCommandArgumentSet.swift */, + B3B5E9DD1F96C2A2004A6BEB /* SpeculidConfiguration.swift */, + B3136E011F90F73A0002B7AB /* SpeculidDocument.swift */, + B3136DFC1F90F73A0002B7AB /* SpeculidSpecificationsFile.swift */, + B3F6E278233C3BF100B28DA2 /* AssetSpecificationFileProtocol.swift */, + B3F6E27A233C3DC400B28DA2 /* AssetSpecificationFile.swift */, + B3F6E27C233C3EE100B28DA2 /* AssetCatalogItemSize.swift */, + B3F6E280233C3F2E00B28DA2 /* AssetSpecificationMetadata.swift */, + ); + path = Models; + sourceTree = ""; + }; + B3136E081F90F73B0002B7AB /* Protocols */ = { + isa = PBXGroup; + children = ( + B3136E171F90F73B0002B7AB /* AnalyticsConfigurationProtocol.swift */, + B3136E121F90F73B0002B7AB /* AnalyticsEventProtocol.swift */, + B3136E131F90F73B0002B7AB /* AnalyticsSessionManagerProtocol.swift */, + B3136E181F90F73B0002B7AB /* AnalyticsTrackerProtocol.swift */, + B3136E1A1F90F73B0002B7AB /* ApplicationProtocol.swift */, + B3033B1D1F9AEFC100787279 /* AssetSpecificationDocumentProtocol.swift */, + B3136E0D1F90F73B0002B7AB /* ClientIdentifierDelegate.swift */, + B3B5E9E31F96C5F1004A6BEB /* CommandLineActivityProtocol.swift */, + B34188891F9A44A700C5F356 /* CommandLineArgumentProviderProtocol.swift */, + B3B5E9E51F96C604004A6BEB /* CommandLineRunnerProtocol.swift */, + B3136E151F90F73B0002B7AB /* GeometryProtocol.swift */, + B3136E1B1F90F73B0002B7AB /* ImageConversionBuilderProtocol.swift */, + B3136E0B1F90F73B0002B7AB /* ImageConversionSetBuilderProtocol.swift */, + B3136E0F1F90F73B0002B7AB /* ImageConversionSetProtocol.swift */, + B3136E0C1F90F73B0002B7AB /* ImageConversionTaskProtocol.swift */, + B3136E141F90F73B0002B7AB /* AssetSpecificationProtocol.swift */, + B31BEAFF1F9626BB00496E7A /* RegularExpressionSetBuilderProtocol.swift */, + B31BEAFD1F9626AC00496E7A /* RegularExpressionSetProtocol.swift */, + B33A533B1F954F8C00E74800 /* RemoteObjectInterfaceProviderProtocol.swift */, + B3136DC61F90E2A20002B7AB /* ServiceProtocol.swift */, + B3B5E9E91F96C777004A6BEB /* SpeculidApplicationModeParserProtocol.swift */, + B3136E161F90F73B0002B7AB /* SpeculidArgumentsProtocol.swift */, + B3136E191F90F73B0002B7AB /* SpeculidBuilderProtocol.swift */, + B3B5E9DB1F96C1D2004A6BEB /* SpeculidConfigurationBuilderProtocol.swift */, + B3136E111F90F73B0002B7AB /* SpeculidConfigurationProtocol.swift */, + B3136E101F90F73B0002B7AB /* SpeculidDocumentProtocol.swift */, + B3136E091F90F73B0002B7AB /* SpeculidSpecificationsFileProtocol.swift */, + B33A53391F954E4B00E74800 /* StatusItemProviderProtocol.swift */, + B3F0ECEF1F9E6A4D0078690E /* SpeculidImageSpecificationBuilderProtocol.swift */, + B3CB156F2113AA8C00A6DC5C /* VersionProvider.swift */, + B3FDF6442180A3FF00455A43 /* InstallerProtocol.swift */, + B3F6E282233C3F7300B28DA2 /* AssetSpecificationMetadataProtocol.swift */, + ); + path = Protocols; + sourceTree = ""; + }; + B3136E1D1F90F73B0002B7AB /* Errors */ = { + isa = PBXGroup; + children = ( + B3136E201F90F73B0002B7AB /* ArrayError.swift */, + B3136E1E1F90F73B0002B7AB /* MissingRequiredInstallationError.swift */, + B3136E1F1F90F73B0002B7AB /* ProcessError.swift */, + B3136E211F90F73B0002B7AB /* UnknownConversionError.swift */, + B394EEBC2195FE2D004EB090 /* BadGeometryStringValueError.swift */, + B394EEBE2195FE46004EB090 /* BadGeometryCGSizeValueError.swift */, + ); + path = Errors; + sourceTree = ""; + }; + B3136E6A1F90FCD90002B7AB /* tests */ = { + isa = PBXGroup; + children = ( + B3136E991F90FD550002B7AB /* cairosvg */, + B3136E981F90FD470002B7AB /* speculid */, + B3136E6B1F90FCE60002B7AB /* ui */, + ); + path = tests; + sourceTree = ""; + }; + B3136E6B1F90FCE60002B7AB /* ui */ = { + isa = PBXGroup; + children = ( + B3136E621F90FCCF0002B7AB /* SpeculidUITests.swift */, + B3136E641F90FCCF0002B7AB /* Info.plist */, + ); + path = ui; + sourceTree = ""; + }; + B3136E981F90FD470002B7AB /* speculid */ = { + isa = PBXGroup; + children = ( + B341888F1F9A478800C5F356 /* Controllers */, + B3136E821F90FD2E0002B7AB /* Info.plist */, + ); + path = speculid; + sourceTree = ""; + }; + B3136E991F90FD550002B7AB /* cairosvg */ = { + isa = PBXGroup; + children = ( + B3081398218A067300DB07D0 /* geometry.svg */, + B3136E8F1F90FD3D0002B7AB /* CairoSVGTests.swift */, + B3136E911F90FD3D0002B7AB /* Info.plist */, + ); + path = cairosvg; + sourceTree = ""; + }; + B3136EA01F9107B40002B7AB /* assets */ = { + isa = PBXGroup; + children = ( + B3033B211F9AF03F00787279 /* Contents.json */, + B3033B231F9AF05900787279 /* Contents.json */, + B3136DC31F90E2A10002B7AB /* layers.svg */, + B3136EA11F910BC90002B7AB /* svg-appicon.speculid */, + B3136EA21F910BC90002B7AB /* svg-trayicon.speculid */, + B37C74431F8C58F300DF505B /* Assets.xcassets */, + ); + path = assets; + sourceTree = ""; + }; + B31BD6EB20E7E0D500A560C2 /* icu4c */ = { + isa = PBXGroup; + children = ( + B31BD6EC20E7E0D500A560C2 /* 61.1 */, + ); + path = icu4c; + sourceTree = ""; + }; + B31BD6EC20E7E0D500A560C2 /* 61.1 */ = { + isa = PBXGroup; + children = ( + B31BD6FE20E7E0D500A560C2 /* include */, + B31BD7BA20E7E0D600A560C2 /* lib */, + ); + path = 61.1; + sourceTree = ""; + }; + B31BD6FE20E7E0D500A560C2 /* include */ = { + isa = PBXGroup; + children = ( + B31BD6FF20E7E0D500A560C2 /* unicode */, + ); + path = include; + sourceTree = ""; + }; + B31BD6FF20E7E0D500A560C2 /* unicode */ = { + isa = PBXGroup; + children = ( + B31BD70020E7E0D500A560C2 /* translit.h */, + B31BD70120E7E0D500A560C2 /* ustdio.h */, + B31BD70220E7E0D500A560C2 /* utf_old.h */, + B31BD70320E7E0D500A560C2 /* ucsdet.h */, + B31BD70420E7E0D500A560C2 /* tzfmt.h */, + B31BD70520E7E0D500A560C2 /* ubrk.h */, + B31BD70620E7E0D500A560C2 /* ufieldpositer.h */, + B31BD70720E7E0D500A560C2 /* stringpiece.h */, + B31BD70820E7E0D500A560C2 /* ucat.h */, + B31BD70920E7E0D500A560C2 /* tblcoll.h */, + B31BD70A20E7E0D500A560C2 /* stringoptions.h */, + B31BD70B20E7E0D500A560C2 /* dtfmtsym.h */, + B31BD70C20E7E0D500A560C2 /* unirepl.h */, + B31BD70D20E7E0D500A560C2 /* ptypes.h */, + B31BD70E20E7E0D500A560C2 /* fmtable.h */, + B31BD70F20E7E0D500A560C2 /* dtitvfmt.h */, + B31BD71020E7E0D500A560C2 /* choicfmt.h */, + B31BD71120E7E0D500A560C2 /* usetiter.h */, + B31BD71220E7E0D500A560C2 /* errorcode.h */, + B31BD71320E7E0D500A560C2 /* tznames.h */, + B31BD71420E7E0D500A560C2 /* dtintrv.h */, + B31BD71520E7E0D500A560C2 /* ucurr.h */, + B31BD71620E7E0D500A560C2 /* icuplug.h */, + B31BD71720E7E0D500A560C2 /* uregion.h */, + B31BD71820E7E0D500A560C2 /* utext.h */, + B31BD71920E7E0D500A560C2 /* edits.h */, + B31BD71A20E7E0D500A560C2 /* parsepos.h */, + B31BD71B20E7E0D500A560C2 /* ucal.h */, + B31BD71C20E7E0D500A560C2 /* fpositer.h */, + B31BD71D20E7E0D500A560C2 /* dtitvinf.h */, + B31BD71E20E7E0D500A560C2 /* rbnf.h */, + B31BD71F20E7E0D500A560C2 /* udat.h */, + B31BD72020E7E0D500A560C2 /* urep.h */, + B31BD72120E7E0D500A560C2 /* utf32.h */, + B31BD72220E7E0D500A560C2 /* vtzone.h */, + B31BD72320E7E0D500A560C2 /* ustring.h */, + B31BD72420E7E0D500A560C2 /* ubiditransform.h */, + B31BD72520E7E0D500A560C2 /* uenum.h */, + B31BD72620E7E0D500A560C2 /* appendable.h */, + B31BD72720E7E0D500A560C2 /* usearch.h */, + B31BD72820E7E0D500A560C2 /* numsys.h */, + B31BD72920E7E0D500A560C2 /* timezone.h */, + B31BD72A20E7E0D500A560C2 /* uset.h */, + B31BD72B20E7E0D500A560C2 /* casemap.h */, + B31BD72C20E7E0D500A560C2 /* coleitr.h */, + B31BD72D20E7E0D500A560C2 /* schriter.h */, + B31BD72E20E7E0D500A560C2 /* msgfmt.h */, + B31BD72F20E7E0D500A560C2 /* fieldpos.h */, + B31BD73020E7E0D500A560C2 /* simpletz.h */, + B31BD73120E7E0D500A560C2 /* uldnames.h */, + B31BD73220E7E0D500A560C2 /* uiter.h */, + B31BD73320E7E0D500A560C2 /* umsg.h */, + B31BD73420E7E0D500A560C2 /* sortkey.h */, + B31BD73520E7E0D500A560C2 /* docmain.h */, + B31BD73620E7E0D500A560C2 /* uniset.h */, + B31BD73720E7E0D500A560C2 /* basictz.h */, + B31BD73820E7E0D500A560C2 /* udata.h */, + B31BD73920E7E0D500A560C2 /* stringtriebuilder.h */, + B31BD73A20E7E0D500A560C2 /* chariter.h */, + B31BD73B20E7E0D500A560C2 /* umisc.h */, + B31BD73C20E7E0D500A560C2 /* reldatefmt.h */, + B31BD73D20E7E0D500A560C2 /* uloc.h */, + B31BD73E20E7E0D500A560C2 /* plurrule.h */, + B31BD73F20E7E0D500A560C2 /* bytestriebuilder.h */, + B31BD74020E7E0D500A560C2 /* measunit.h */, + B31BD74120E7E0D500A560C2 /* utrace.h */, + B31BD74220E7E0D500A560C2 /* locdspnm.h */, + B31BD74320E7E0D500A560C2 /* gregocal.h */, + B31BD74420E7E0D500A560C2 /* uchriter.h */, + B31BD74520E7E0D500A560C2 /* enumset.h */, + B31BD74620E7E0D500A560C2 /* nounit.h */, + B31BD74720E7E0D500A560C2 /* utf.h */, + B31BD74820E7E0D500A560C2 /* measure.h */, + B31BD74920E7E0D500A560C2 /* tzrule.h */, + B31BD74A20E7E0D500A560C2 /* strenum.h */, + B31BD74B20E7E0D500A560C2 /* regex.h */, + B31BD74C20E7E0D500A560C2 /* gender.h */, + B31BD74D20E7E0D500A560C2 /* dcfmtsym.h */, + B31BD74E20E7E0D500A560C2 /* ucnv_err.h */, + B31BD74F20E7E0D500A560C2 /* decimfmt.h */, + B31BD75020E7E0D500A560C2 /* bytestrie.h */, + B31BD75120E7E0D500A560C2 /* udatpg.h */, + B31BD75220E7E0D500A560C2 /* listformatter.h */, + B31BD75320E7E0D500A560C2 /* uobject.h */, + B31BD75420E7E0D500A560C2 /* calendar.h */, + B31BD75520E7E0D500A560C2 /* ures.h */, + B31BD75620E7E0D500A560C2 /* normlzr.h */, + B31BD75720E7E0D500A560C2 /* usprep.h */, + B31BD75820E7E0D500A560C2 /* urename.h */, + B31BD75920E7E0D500A560C2 /* caniter.h */, + B31BD75A20E7E0D500A560C2 /* ucol.h */, + B31BD75B20E7E0D500A560C2 /* upluralrules.h */, + B31BD75C20E7E0D500A560C2 /* ucharstrie.h */, + B31BD75D20E7E0D500A560C2 /* tmunit.h */, + B31BD75E20E7E0D500A560C2 /* unistr.h */, + B31BD75F20E7E0D500A560C2 /* rbbi.h */, + B31BD76020E7E0D500A560C2 /* ulocdata.h */, + B31BD76120E7E0D500A560C2 /* idna.h */, + B31BD76220E7E0D500A560C2 /* unorm2.h */, + B31BD76320E7E0D500A560C2 /* dtptngen.h */, + B31BD76420E7E0D500A560C2 /* dbbi.h */, + B31BD76520E7E0D500A560C2 /* bytestream.h */, + B31BD76620E7E0D500A560C2 /* uversion.h */, + B31BD76720E7E0D500A560C2 /* messagepattern.h */, + B31BD76820E7E0D500A560C2 /* uidna.h */, + B31BD76920E7E0D500A560C2 /* filteredbrk.h */, + B31BD76A20E7E0D500A560C2 /* tmutamt.h */, + B31BD76B20E7E0D500A560C2 /* char16ptr.h */, + B31BD76C20E7E0D500A560C2 /* symtable.h */, + B31BD76D20E7E0D500A560C2 /* ucasemap.h */, + B31BD76E20E7E0D500A560C2 /* ucoleitr.h */, + B31BD76F20E7E0D500A560C2 /* compactdecimalformat.h */, + B31BD77020E7E0D500A560C2 /* unum.h */, + B31BD77120E7E0D500A560C2 /* udisplaycontext.h */, + B31BD77220E7E0D500A560C2 /* tztrans.h */, + B31BD77320E7E0D500A560C2 /* umachine.h */, + B31BD77420E7E0D500A560C2 /* numberformatter.h */, + B31BD77520E7E0D500A560C2 /* datefmt.h */, + B31BD77620E7E0D500A560C2 /* utmscale.h */, + B31BD77720E7E0D500A560C2 /* coll.h */, + B31BD77820E7E0D500A560C2 /* currpinf.h */, + B31BD77920E7E0D500A560C2 /* uregex.h */, + B31BD77A20E7E0D500A560C2 /* tmutfmt.h */, + B31BD77B20E7E0D500A560C2 /* plurfmt.h */, + B31BD77C20E7E0D500A560C2 /* ustringtrie.h */, + B31BD77D20E7E0D500A560C2 /* smpdtfmt.h */, + B31BD77E20E7E0D500A560C2 /* icudataver.h */, + B31BD77F20E7E0D500A560C2 /* uchar.h */, + B31BD78020E7E0D500A560C2 /* unorm.h */, + B31BD78120E7E0D500A560C2 /* ushape.h */, + B31BD78220E7E0D500A560C2 /* unifunct.h */, + B31BD78320E7E0D500A560C2 /* ugender.h */, + B31BD78420E7E0D500A560C2 /* selfmt.h */, + B31BD78520E7E0D500A560C2 /* uformattable.h */, + B31BD78620E7E0D500A560C2 /* ustream.h */, + B31BD78720E7E0D500A560C2 /* simpleformatter.h */, + B31BD78820E7E0D500A560C2 /* ucnv_cb.h */, + B31BD78920E7E0D500A560C2 /* curramt.h */, + B31BD78A20E7E0D500A560C2 /* locid.h */, + B31BD78B20E7E0D500A560C2 /* udateintervalformat.h */, + B31BD78C20E7E0D500A560C2 /* resbund.h */, + B31BD78D20E7E0D500A560C2 /* ubidi.h */, + B31BD78E20E7E0D500A560C2 /* stsearch.h */, + B31BD78F20E7E0D500A560C2 /* alphaindex.h */, + B31BD79020E7E0D500A560C2 /* uvernum.h */, + B31BD79120E7E0D600A560C2 /* unimatch.h */, + B31BD79220E7E0D600A560C2 /* rbtz.h */, + B31BD79320E7E0D600A560C2 /* ucnvsel.h */, + B31BD79420E7E0D600A560C2 /* uspoof.h */, + B31BD79520E7E0D600A560C2 /* region.h */, + B31BD79620E7E0D600A560C2 /* ureldatefmt.h */, + B31BD79720E7E0D600A560C2 /* utrans.h */, + B31BD79820E7E0D600A560C2 /* parseerr.h */, + B31BD79920E7E0D600A560C2 /* putil.h */, + B31BD79A20E7E0D600A560C2 /* format.h */, + B31BD79B20E7E0D600A560C2 /* scientificnumberformatter.h */, + B31BD79C20E7E0D600A560C2 /* normalizer2.h */, + B31BD79D20E7E0D600A560C2 /* dtrule.h */, + B31BD79E20E7E0D600A560C2 /* ucnv.h */, + B31BD79F20E7E0D600A560C2 /* ucharstriebuilder.h */, + B31BD7A020E7E0D600A560C2 /* search.h */, + B31BD7A120E7E0D600A560C2 /* unumsys.h */, + B31BD7A220E7E0D600A560C2 /* uconfig.h */, + B31BD7A320E7E0D600A560C2 /* utf16.h */, + B31BD7A420E7E0D600A560C2 /* brkiter.h */, + B31BD7A520E7E0D600A560C2 /* platform.h */, + B31BD7A620E7E0D600A560C2 /* rep.h */, + B31BD7A720E7E0D600A560C2 /* std_string.h */, + B31BD7A820E7E0D600A560C2 /* utf8.h */, + B31BD7A920E7E0D600A560C2 /* localpointer.h */, + B31BD7AA20E7E0D600A560C2 /* uclean.h */, + B31BD7AB20E7E0D600A560C2 /* uscript.h */, + B31BD7AC20E7E0D600A560C2 /* numfmt.h */, + B31BD7AD20E7E0D600A560C2 /* currunit.h */, + B31BD7AE20E7E0D600A560C2 /* utypes.h */, + B31BD7AF20E7E0D600A560C2 /* ulistformatter.h */, + B31BD7B020E7E0D600A560C2 /* measfmt.h */, + B31BD7B120E7E0D600A560C2 /* unifilt.h */, + ); + path = unicode; + sourceTree = ""; + }; + B31BD7BA20E7E0D600A560C2 /* lib */ = { + isa = PBXGroup; + children = ( + B31BD7C720E7E0D600A560C2 /* libicuio.61.1.dylib */, + B31BD7CA20E7E0D600A560C2 /* libicui18n.61.1.dylib */, + B31BD7CB20E7E0D600A560C2 /* libicutu.61.1.dylib */, + B31BD7D420E7E0D600A560C2 /* libicudata.61.1.dylib */, + B31BD7D520E7E0D600A560C2 /* libicutest.61.1.dylib */, + B31BD7DF20E7E0D600A560C2 /* libicuuc.61.1.dylib */, + ); + path = lib; + sourceTree = ""; + }; + B3220A4621154D1A00047BF6 /* scripts */ = { + isa = PBXGroup; + children = ( + B326F24821810F580072D652 /* CodeSignUpdate.sh */, + B3220A4721154D1A00047BF6 /* fix_dylibs.sh */, + B3220A4821154D1A00047BF6 /* codesign-framework.sh */, + B3220A4921154D1A00047BF6 /* decrypt-certs.sh */, + B3220A4A21154D1A00047BF6 /* shasum.sh */, + B3220A4B21154D1A00047BF6 /* build-keychain.sh */, + ); + path = scripts; + sourceTree = ""; + }; + B3242E9E213DBE960063037C /* command */ = { + isa = PBXGroup; + children = ( + B3242E99213DBE6C0063037C /* main.swift */, + ); + path = command; + sourceTree = ""; + }; + B324472223D2458300549D30 /* TestSetup */ = { + isa = PBXGroup; + children = ( + B324472923D245A500549D30 /* mfizz.swift */, + B324472823D245A500549D30 /* organize_icons.swift */, + B324472323D2458300549D30 /* main.swift */, + ); + path = TestSetup; + sourceTree = ""; + }; + B326F25021811B970072D652 /* installer */ = { + isa = PBXGroup; + children = ( + B323FC09217FB2C400D95E9C /* Speculid-Mac-Installer-Info.plist */, + B323FC0E217FB44400D95E9C /* Speculid-Mac-Installer-Launchd.plist */, + B323FC10217FB5CB00D95E9C /* main.swift */, + B323FC12217FB5F500D95E9C /* ServiceDelegate.swift */, + ); + path = installer; + sourceTree = ""; + }; + B341888F1F9A478800C5F356 /* Controllers */ = { + isa = PBXGroup; + children = ( + B34188901F9A479900C5F356 /* SpeculidApplicationModeParserTest.swift */, + B3D32A031F9A5E8F0042B46F /* CommandLineRunnerTest.swift */, + B3C6CA8D2114C9EB000D5120 /* dummy */, + ); + path = Controllers; + sourceTree = ""; + }; + B37C74351F8C58F300DF505B = { + isa = PBXGroup; + children = ( + B3B27DE6218BC9D000569056 /* Speculid-Mac-XPC.entitlements */, + B3220A4621154D1A00047BF6 /* scripts */, + B3CEF3C41FB611D200F1DF87 /* README.md */, + B3E9A9041FB4E0B200FD8E7A /* bin */, + B3B049CB1FA27D96002906B1 /* certs */, + B32D69EA1F9EC5CA00C21C8C /* Speculid.entitlements */, + B3033B181F9AED7600787279 /* configuration */, + B3136E6A1F90FCD90002B7AB /* tests */, + B37C74401F8C58F300DF505B /* applications */, + B3136DB51F90E23E0002B7AB /* frameworks */, + B324472223D2458300549D30 /* TestSetup */, + B37C743F1F8C58F300DF505B /* Products */, + B37C74801F8C5AE200DF505B /* Frameworks */, + ACD4DBE14098687CAAFBB2FA /* Pods */, + ); + sourceTree = ""; + }; + B37C743F1F8C58F300DF505B /* Products */ = { + isa = PBXGroup; + children = ( + B37C743E1F8C58F300DF505B /* Speculid.app */, + B37C74531F8C590D00DF505B /* Speculid-Mac-XPC.xpc */, + B37C74731F8C5ADA00DF505B /* SpeculidKit.framework */, + B37C74891F8C5B5C00DF505B /* CairoSVG.framework */, + B3136E601F90FCCF0002B7AB /* Speculid-Mac-AppUITests.xctest */, + B3136E7E1F90FD2E0002B7AB /* SpeculidTests.xctest */, + B3136E8D1F90FD3D0002B7AB /* CairoSVGTests.xctest */, + B3242E97213DBE6C0063037C /* speculid */, + B326F24F21811B970072D652 /* com.brightdigit.Speculid-Mac-Installer */, + B324472123D2458300549D30 /* TestSetup */, + ); + name = Products; + sourceTree = ""; + }; + B37C74401F8C58F300DF505B /* applications */ = { + isa = PBXGroup; + children = ( + B326F25021811B970072D652 /* installer */, + B3242E9E213DBE960063037C /* command */, + B37C74541F8C590D00DF505B /* xpc */, + B3136DB71F90E2690002B7AB /* mac */, + ); + path = applications; + sourceTree = ""; + }; + B37C74541F8C590D00DF505B /* xpc */ = { + isa = PBXGroup; + children = ( + B37C74681F8C598500DF505B /* ServiceDelegate.swift */, + B37C745B1F8C590D00DF505B /* Info.plist */, + B37C74631F8C592400DF505B /* main.swift */, + ); + path = xpc; + sourceTree = ""; + }; + B37C74801F8C5AE200DF505B /* Frameworks */ = { + isa = PBXGroup; + children = ( + 9F8599C40CCA72FBF9FA1098 /* Pods_CairoSVG.framework */, + DCB0AF202D3672415910AFDE /* Pods_Speculid.framework */, + 054FC9E3CE2F6BD2F948CF5D /* Pods_Speculid_Mac_App.framework */, + 5EA075855931F18A5DA87B15 /* Pods_Speculid_Mac_XPC.framework */, + E776BC2A0843F84E3CBC279B /* Pods_CairoSVGTests.framework */, + 63BDAD4963D80A5FF54A9272 /* Pods_Speculid_Mac_AppUITests.framework */, + 4D7E00CC4EE1B4A785089460 /* Pods_SpeculidTests.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + B37C748A1F8C5B5C00DF505B /* cairosvg */ = { + isa = PBXGroup; + children = ( + B3E2F4B820E568A5009EA554 /* dependencies */, + B37C74A11F8C5C7400DF505B /* ImageHandle.h */, + B37C749C1F8C5C7300DF505B /* ImageHandleBuilder.h */, + B37C74A01F8C5C7400DF505B /* ImageHandleBuilder.m */, + B37C74991F8C5C7300DF505B /* ImageSpecificationProtocol.h */, + B37C74981F8C5C7300DF505B /* PDFSurface.h */, + B37C749D1F8C5C7300DF505B /* PDFSurface.m */, + B37C74A31F8C5C7400DF505B /* PNGImageHandle.h */, + B37C74961F8C5C7200DF505B /* PNGImageHandle.m */, + B37C74A21F8C5C7400DF505B /* PNGSurface.h */, + B37C749F1F8C5C7300DF505B /* PNGSurface.m */, + B37C749A1F8C5C7300DF505B /* CairoInterface.h */, + B37C74971F8C5C7300DF505B /* CairoInterface.m */, + B37C749B1F8C5C7300DF505B /* SurfaceHandle.h */, + B37C74951F8C5C7200DF505B /* SVGImageHandle.h */, + B37C749E1F8C5C7300DF505B /* SVGImageHandle.m */, + B37C748B1F8C5B5C00DF505B /* CairoSVG.h */, + B37C748C1F8C5B5C00DF505B /* Info.plist */, + B34E82FA1F8FD4EF0032268F /* ImageFileFormat.h */, + B34E82FE1F8FD6860032268F /* ImageFileProtocol.h */, + B34E83021F8FD90C0032268F /* GlibError.h */, + B34E83031F8FD90C0032268F /* GlibError.m */, + B34E83061F8FDC4C0032268F /* GeometryDimension.h */, + B34E83081F8FDCB80032268F /* Dimension.h */, + B34E830A1F8FDDAC0032268F /* CairoColorProtocol.h */, + B35B71251F904CF100BE477E /* SurfaceHandleBuilder.h */, + B35B71261F904CF100BE477E /* SurfaceHandleBuilder.m */, + B35B71291F9052B200BE477E /* CairoSize.h */, + B3136DD81F90E96A0002B7AB /* cairo.h */, + B3136DDA1F90EA520002B7AB /* rsvg.h */, + ); + path = cairosvg; + sourceTree = ""; + }; + B3825EED20F91806008F2A02 /* graphite2 */ = { + isa = PBXGroup; + children = ( + B3825EEE20F91806008F2A02 /* 1.3.11 */, + ); + path = graphite2; + sourceTree = ""; + }; + B3825EEE20F91806008F2A02 /* 1.3.11 */ = { + isa = PBXGroup; + children = ( + B3825EF120F91806008F2A02 /* include */, + B3825EF720F91806008F2A02 /* lib */, + ); + path = 1.3.11; + sourceTree = ""; + }; + B3825EF120F91806008F2A02 /* include */ = { + isa = PBXGroup; + children = ( + B3825EF220F91806008F2A02 /* graphite2 */, + ); + path = include; + sourceTree = ""; + }; + B3825EF220F91806008F2A02 /* graphite2 */ = { + isa = PBXGroup; + children = ( + B3825EF320F91806008F2A02 /* Segment.h */, + B3825EF420F91806008F2A02 /* Types.h */, + B3825EF520F91806008F2A02 /* Log.h */, + B3825EF620F91806008F2A02 /* Font.h */, + ); + path = graphite2; + sourceTree = ""; + }; + B3825EF720F91806008F2A02 /* lib */ = { + isa = PBXGroup; + children = ( + B3825EF920F91806008F2A02 /* libgraphite2.3.0.1.dylib */, + ); + path = lib; + sourceTree = ""; + }; + B3D329FE1F9A5D290042B46F /* Resources */ = { + isa = PBXGroup; + children = ( + B3D32A011F9A5D750042B46F /* help.txt */, + ); + path = Resources; + sourceTree = ""; + }; + B3E2045E20E568C0009EA554 /* librsvg */ = { + isa = PBXGroup; + children = ( + B3E2045F20E568C0009EA554 /* 2.42.2_2 */, + ); + path = librsvg; + sourceTree = ""; + }; + B3E2045F20E568C0009EA554 /* 2.42.2_2 */ = { + isa = PBXGroup; + children = ( + B3E2046720E568C0009EA554 /* include */, + B3E2047120E568C0009EA554 /* lib */, + ); + path = 2.42.2_2; + sourceTree = ""; + }; + B3E2046720E568C0009EA554 /* include */ = { + isa = PBXGroup; + children = ( + B3E2046820E568C0009EA554 /* librsvg-2.0 */, + ); + path = include; + sourceTree = ""; + }; + B3E2046820E568C0009EA554 /* librsvg-2.0 */ = { + isa = PBXGroup; + children = ( + B3E2046920E568C0009EA554 /* librsvg */, + ); + path = "librsvg-2.0"; + sourceTree = ""; + }; + B3E2046920E568C0009EA554 /* librsvg */ = { + isa = PBXGroup; + children = ( + B3E2046A20E568C0009EA554 /* librsvg-features.h */, + B3E2046B20E568C0009EA554 /* rsvg-cairo.h */, + B3E2046C20E568C0009EA554 /* librsvg-enum-types.h */, + B3E2046D20E568C0009EA554 /* rsvg.h */, + ); + path = librsvg; + sourceTree = ""; + }; + B3E2047120E568C0009EA554 /* lib */ = { + isa = PBXGroup; + children = ( + B3E2047420E568C0009EA554 /* librsvg-2.2.dylib */, + ); + path = lib; + sourceTree = ""; + }; + B3E2F4B820E568A5009EA554 /* dependencies */ = { + isa = PBXGroup; + children = ( + B3E2F96120E568AD009EA554 /* cairo */, + B3E2F9E420E568AE009EA554 /* fontconfig */, + B3E2F4CD20E568A5009EA554 /* freetype */, + B3F8080820E585BF00030497 /* fribidi */, + B3E2F51720E568A6009EA554 /* gdk-pixbuf */, + B3E2FBFD20E568B1009EA554 /* gettext */, + B3E2F6C920E568A9009EA554 /* glib */, + B3825EED20F91806008F2A02 /* graphite2 */, + B3F8092520E585E800030497 /* harfbuzz */, + B31BD6EB20E7E0D500A560C2 /* icu4c */, + B3F8075B20E5858100030497 /* libcroco */, + B3F8073020E5855F00030497 /* libffi */, + B3F8053E20E584B300030497 /* libpng */, + B3E2045E20E568C0009EA554 /* librsvg */, + B3F8045620E5820B00030497 /* pango */, + B3F8058020E5851900030497 /* pcre */, + B3E2F4B920E568A5009EA554 /* pixman */, + ); + path = dependencies; + sourceTree = ""; + }; + B3E2F4B920E568A5009EA554 /* pixman */ = { + isa = PBXGroup; + children = ( + B3E2F4BA20E568A5009EA554 /* 0.34.0_1 */, + ); + path = pixman; + sourceTree = ""; + }; + B3E2F4BA20E568A5009EA554 /* 0.34.0_1 */ = { + isa = PBXGroup; + children = ( + B3E2F4C020E568A5009EA554 /* include */, + B3E2F4C720E568A5009EA554 /* lib */, + ); + path = 0.34.0_1; + sourceTree = ""; + }; + B3E2F4C020E568A5009EA554 /* include */ = { + isa = PBXGroup; + children = ( + B3E2F4C120E568A5009EA554 /* pixman-1 */, + ); + path = include; + sourceTree = ""; + }; + B3E2F4C120E568A5009EA554 /* pixman-1 */ = { + isa = PBXGroup; + children = ( + B3E2F4C220E568A5009EA554 /* pixman.h */, + B3E2F4C320E568A5009EA554 /* pixman-version.h */, + ); + path = "pixman-1"; + sourceTree = ""; + }; + B3E2F4C720E568A5009EA554 /* lib */ = { + isa = PBXGroup; + children = ( + B3E2F4CC20E568A5009EA554 /* libpixman-1.0.dylib */, + ); + path = lib; + sourceTree = ""; + }; + B3E2F4CD20E568A5009EA554 /* freetype */ = { + isa = PBXGroup; + children = ( + B3E2F4CE20E568A5009EA554 /* 2.9.1 */, + ); + path = freetype; + sourceTree = ""; + }; + B3E2F4CE20E568A5009EA554 /* 2.9.1 */ = { + isa = PBXGroup; + children = ( + B3E2F4D520E568A5009EA554 /* include */, + B3E2F50B20E568A6009EA554 /* lib */, + ); + path = 2.9.1; + sourceTree = ""; + }; + B3E2F4D520E568A5009EA554 /* include */ = { + isa = PBXGroup; + children = ( + B3E2F4D620E568A5009EA554 /* freetype2 */, + ); + path = include; + sourceTree = ""; + }; + B3E2F4D620E568A5009EA554 /* freetype2 */ = { + isa = PBXGroup; + children = ( + B3E2F4D720E568A5009EA554 /* freetype */, + B3E2F50920E568A6009EA554 /* ft2build.h */, + ); + path = freetype2; + sourceTree = ""; + }; + B3E2F4D720E568A5009EA554 /* freetype */ = { + isa = PBXGroup; + children = ( + B3E2F4D820E568A5009EA554 /* ftsnames.h */, + B3E2F4D920E568A5009EA554 /* ftwinfnt.h */, + B3E2F4DA20E568A5009EA554 /* ftsizes.h */, + B3E2F4DB20E568A5009EA554 /* fttypes.h */, + B3E2F4DC20E568A5009EA554 /* ftparams.h */, + B3E2F4DD20E568A5009EA554 /* ftmm.h */, + B3E2F4DE20E568A5009EA554 /* config */, + B3E2F4E420E568A5009EA554 /* ftmodapi.h */, + B3E2F4E520E568A5009EA554 /* ftbzip2.h */, + B3E2F4E620E568A5009EA554 /* fttrigon.h */, + B3E2F4E720E568A5009EA554 /* ftbbox.h */, + B3E2F4E820E568A5009EA554 /* ftgzip.h */, + B3E2F4E920E568A5009EA554 /* ftdriver.h */, + B3E2F4EA20E568A6009EA554 /* ftoutln.h */, + B3E2F4EB20E568A6009EA554 /* ftadvanc.h */, + B3E2F4EC20E568A6009EA554 /* ftsynth.h */, + B3E2F4ED20E568A6009EA554 /* fterrors.h */, + B3E2F4EE20E568A6009EA554 /* ftgasp.h */, + B3E2F4EF20E568A6009EA554 /* ftstroke.h */, + B3E2F4F020E568A6009EA554 /* ftcache.h */, + B3E2F4F120E568A6009EA554 /* ftotval.h */, + B3E2F4F220E568A6009EA554 /* freetype.h */, + B3E2F4F320E568A6009EA554 /* ftincrem.h */, + B3E2F4F420E568A6009EA554 /* ftfntfmt.h */, + B3E2F4F520E568A6009EA554 /* fterrdef.h */, + B3E2F4F620E568A6009EA554 /* ttnameid.h */, + B3E2F4F720E568A6009EA554 /* ftpfr.h */, + B3E2F4F820E568A6009EA554 /* ftgxval.h */, + B3E2F4F920E568A6009EA554 /* ftchapters.h */, + B3E2F4FA20E568A6009EA554 /* tttags.h */, + B3E2F4FB20E568A6009EA554 /* ftlzw.h */, + B3E2F4FC20E568A6009EA554 /* ftsystem.h */, + B3E2F4FD20E568A6009EA554 /* t1tables.h */, + B3E2F4FE20E568A6009EA554 /* ftimage.h */, + B3E2F4FF20E568A6009EA554 /* tttables.h */, + B3E2F50020E568A6009EA554 /* ftcid.h */, + B3E2F50120E568A6009EA554 /* ftglyph.h */, + B3E2F50220E568A6009EA554 /* ftmoderr.h */, + B3E2F50320E568A6009EA554 /* ftbitmap.h */, + B3E2F50420E568A6009EA554 /* ftlist.h */, + B3E2F50520E568A6009EA554 /* ftmac.h */, + B3E2F50620E568A6009EA554 /* ftlcdfil.h */, + B3E2F50720E568A6009EA554 /* ftbdf.h */, + B3E2F50820E568A6009EA554 /* ftrender.h */, + ); + path = freetype; + sourceTree = ""; + }; + B3E2F4DE20E568A5009EA554 /* config */ = { + isa = PBXGroup; + children = ( + B3E2F4DF20E568A5009EA554 /* ftstdlib.h */, + B3E2F4E020E568A5009EA554 /* ftheader.h */, + B3E2F4E120E568A5009EA554 /* ftconfig.h */, + B3E2F4E220E568A5009EA554 /* ftoption.h */, + B3E2F4E320E568A5009EA554 /* ftmodule.h */, + ); + path = config; + sourceTree = ""; + }; + B3E2F50B20E568A6009EA554 /* lib */ = { + isa = PBXGroup; + children = ( + B3E2F51020E568A6009EA554 /* libfreetype.6.dylib */, + ); + path = lib; + sourceTree = ""; + }; + B3E2F51720E568A6009EA554 /* gdk-pixbuf */ = { + isa = PBXGroup; + children = ( + B3E2F51820E568A6009EA554 /* 2.36.12 */, + ); + path = "gdk-pixbuf"; + sourceTree = ""; + }; + B3E2F51820E568A6009EA554 /* 2.36.12 */ = { + isa = PBXGroup; + children = ( + B3E2F52220E568A6009EA554 /* include */, + B3E2F53520E568A6009EA554 /* lib */, + ); + path = 2.36.12; + sourceTree = ""; + }; + B3E2F52220E568A6009EA554 /* include */ = { + isa = PBXGroup; + children = ( + B3E2F52320E568A6009EA554 /* gdk-pixbuf-2.0 */, + ); + path = include; + sourceTree = ""; + }; + B3E2F52320E568A6009EA554 /* gdk-pixbuf-2.0 */ = { + isa = PBXGroup; + children = ( + B3E2F52420E568A6009EA554 /* gdk-pixbuf */, + ); + path = "gdk-pixbuf-2.0"; + sourceTree = ""; + }; + B3E2F52420E568A6009EA554 /* gdk-pixbuf */ = { + isa = PBXGroup; + children = ( + B3E2F52520E568A6009EA554 /* gdk-pixbuf-animation.h */, + B3E2F52620E568A6009EA554 /* gdk-pixbuf-marshal.h */, + B3E2F52720E568A6009EA554 /* gdk-pixbuf-io.h */, + B3E2F52820E568A6009EA554 /* gdk-pixbuf.h */, + B3E2F52920E568A6009EA554 /* gdk-pixbuf-macros.h */, + B3E2F52A20E568A6009EA554 /* gdk-pixbuf-loader.h */, + B3E2F52B20E568A6009EA554 /* gdk-pixbuf-autocleanups.h */, + B3E2F52C20E568A6009EA554 /* gdk-pixbuf-enum-types.h */, + B3E2F52D20E568A6009EA554 /* gdk-pixdata.h */, + B3E2F52E20E568A6009EA554 /* gdk-pixbuf-transform.h */, + B3E2F52F20E568A6009EA554 /* gdk-pixbuf-core.h */, + B3E2F53020E568A6009EA554 /* gdk-pixbuf-features.h */, + B3E2F53120E568A6009EA554 /* gdk-pixbuf-simple-anim.h */, + ); + path = "gdk-pixbuf"; + sourceTree = ""; + }; + B3E2F53520E568A6009EA554 /* lib */ = { + isa = PBXGroup; + children = ( + B3E2F53920E568A6009EA554 /* libgdk_pixbuf-2.0.0.dylib */, + ); + path = lib; + sourceTree = ""; + }; + B3E2F6C920E568A9009EA554 /* glib */ = { + isa = PBXGroup; + children = ( + B3E2F6CA20E568A9009EA554 /* 2.56.1 */, + ); + path = glib; + sourceTree = ""; + }; + B3E2F6CA20E568A9009EA554 /* 2.56.1 */ = { + isa = PBXGroup; + children = ( + B3E2F6E020E568A9009EA554 /* include */, + B3E2F7F120E568AB009EA554 /* lib */, + ); + path = 2.56.1; + sourceTree = ""; + }; + B3E2F6E020E568A9009EA554 /* include */ = { + isa = PBXGroup; + children = ( + B3E2F6E120E568A9009EA554 /* gio-unix-2.0 */, + B3E2F6ED20E568A9009EA554 /* glib-2.0 */, + ); + path = include; + sourceTree = ""; + }; + B3E2F6E120E568A9009EA554 /* gio-unix-2.0 */ = { + isa = PBXGroup; + children = ( + B3E2F6E220E568A9009EA554 /* gio */, + ); + path = "gio-unix-2.0"; + sourceTree = ""; + }; + B3E2F6E220E568A9009EA554 /* gio */ = { + isa = PBXGroup; + children = ( + B3E2F6E320E568A9009EA554 /* gunixfdlist.h */, + B3E2F6E420E568A9009EA554 /* gunixsocketaddress.h */, + B3E2F6E520E568A9009EA554 /* gdesktopappinfo.h */, + B3E2F6E620E568A9009EA554 /* gunixconnection.h */, + B3E2F6E720E568A9009EA554 /* gunixoutputstream.h */, + B3E2F6E820E568A9009EA554 /* gunixcredentialsmessage.h */, + B3E2F6E920E568A9009EA554 /* gunixinputstream.h */, + B3E2F6EA20E568A9009EA554 /* gunixmounts.h */, + B3E2F6EB20E568A9009EA554 /* gunixfdmessage.h */, + B3E2F6EC20E568A9009EA554 /* gfiledescriptorbased.h */, + ); + path = gio; + sourceTree = ""; + }; + B3E2F6ED20E568A9009EA554 /* glib-2.0 */ = { + isa = PBXGroup; + children = ( + B3E2F6EE20E568A9009EA554 /* glib-object.h */, + B3E2F6EF20E568A9009EA554 /* gobject */, + B3E2F70420E568AA009EA554 /* glib-unix.h */, + B3E2F70520E568AA009EA554 /* glib.h */, + B3E2F70620E568AA009EA554 /* glib */, + B3E2F75820E568AA009EA554 /* gmodule.h */, + B3E2F75920E568AA009EA554 /* gio */, + ); + path = "glib-2.0"; + sourceTree = ""; + }; + B3E2F6EF20E568A9009EA554 /* gobject */ = { + isa = PBXGroup; + children = ( + B3E2F6F020E568A9009EA554 /* gparam.h */, + B3E2F6F120E568A9009EA554 /* gparamspecs.h */, + B3E2F6F220E568A9009EA554 /* gsignal.h */, + B3E2F6F320E568A9009EA554 /* genums.h */, + B3E2F6F420E568A9009EA554 /* gclosure.h */, + B3E2F6F520E568A9009EA554 /* gvaluearray.h */, + B3E2F6F620E568A9009EA554 /* gbinding.h */, + B3E2F6F720E568A9009EA554 /* gtypeplugin.h */, + B3E2F6F920E568A9009EA554 /* gsourceclosure.h */, + B3E2F6FA20E568A9009EA554 /* glib-types.h */, + B3E2F6FB20E568A9009EA554 /* gtype.h */, + B3E2F6FC20E568A9009EA554 /* gvaluetypes.h */, + B3E2F6FD20E568A9009EA554 /* gboxed.h */, + B3E2F6FE20E568A9009EA554 /* gtypemodule.h */, + B3E2F6FF20E568A9009EA554 /* gvalue.h */, + B3E2F70020E568AA009EA554 /* gvaluecollector.h */, + B3E2F70120E568AA009EA554 /* gobject-autocleanups.h */, + B3E2F70220E568AA009EA554 /* gobject.h */, + B3E2F70320E568AA009EA554 /* gmarshal.h */, + ); + path = gobject; + sourceTree = ""; + }; + B3E2F70620E568AA009EA554 /* glib */ = { + isa = PBXGroup; + children = ( + B3E2F70720E568AA009EA554 /* gmarkup.h */, + B3E2F70820E568AA009EA554 /* ghmac.h */, + B3E2F70920E568AA009EA554 /* gtimer.h */, + B3E2F70A20E568AA009EA554 /* gvariant.h */, + B3E2F70B20E568AA009EA554 /* glist.h */, + B3E2F70C20E568AA009EA554 /* gtrashstack.h */, + B3E2F70D20E568AA009EA554 /* gbookmarkfile.h */, + B3E2F70E20E568AA009EA554 /* gprimes.h */, + B3E2F70F20E568AA009EA554 /* grand.h */, + B3E2F71020E568AA009EA554 /* gurifuncs.h */, + B3E2F71120E568AA009EA554 /* gchecksum.h */, + B3E2F71220E568AA009EA554 /* gtestutils.h */, + B3E2F71320E568AA009EA554 /* gslist.h */, + B3E2F71420E568AA009EA554 /* gthreadpool.h */, + B3E2F71520E568AA009EA554 /* garray.h */, + B3E2F71620E568AA009EA554 /* gbytes.h */, + B3E2F71720E568AA009EA554 /* gconvert.h */, + B3E2F71820E568AA009EA554 /* gdir.h */, + B3E2F71920E568AA009EA554 /* gkeyfile.h */, + B3E2F71A20E568AA009EA554 /* gstrfuncs.h */, + B3E2F71B20E568AA009EA554 /* gmappedfile.h */, + B3E2F71C20E568AA009EA554 /* gstdio.h */, + B3E2F71D20E568AA009EA554 /* gpoll.h */, + B3E2F71E20E568AA009EA554 /* gunicode.h */, + B3E2F71F20E568AA009EA554 /* gdataset.h */, + B3E2F72020E568AA009EA554 /* gqueue.h */, + B3E2F72120E568AA009EA554 /* gsequence.h */, + B3E2F72220E568AA009EA554 /* gvarianttype.h */, + B3E2F72320E568AA009EA554 /* ghash.h */, + B3E2F72420E568AA009EA554 /* gqsort.h */, + B3E2F72520E568AA009EA554 /* gscanner.h */, + B3E2F72620E568AA009EA554 /* ggettext.h */, + B3E2F72720E568AA009EA554 /* gbase64.h */, + B3E2F72820E568AA009EA554 /* gasyncqueue.h */, + B3E2F72920E568AA009EA554 /* gmem.h */, + B3E2F72A20E568AA009EA554 /* genviron.h */, + B3E2F72B20E568AA009EA554 /* gshell.h */, + B3E2F72C20E568AA009EA554 /* gbacktrace.h */, + B3E2F72D20E568AA009EA554 /* gerror.h */, + B3E2F72E20E568AA009EA554 /* gmain.h */, + B3E2F72F20E568AA009EA554 /* gfileutils.h */, + B3E2F73020E568AA009EA554 /* gutils.h */, + B3E2F73120E568AA009EA554 /* gpattern.h */, + B3E2F73220E568AA009EA554 /* ghostutils.h */, + B3E2F73320E568AA009EA554 /* gtypes.h */, + B3E2F73420E568AA009EA554 /* gstringchunk.h */, + B3E2F73520E568AA009EA554 /* guuid.h */, + B3E2F73620E568AA009EA554 /* gcharset.h */, + B3E2F73720E568AA009EA554 /* gquark.h */, + B3E2F73820E568AA009EA554 /* gi18n-lib.h */, + B3E2F73920E568AA009EA554 /* gatomic.h */, + B3E2F73A20E568AA009EA554 /* gdatetime.h */, + B3E2F73B20E568AA009EA554 /* gstring.h */, + B3E2F73C20E568AA009EA554 /* goption.h */, + B3E2F73D20E568AA009EA554 /* gdate.h */, + B3E2F73E20E568AA009EA554 /* gversion.h */, + B3E2F73F20E568AA009EA554 /* gslice.h */, + B3E2F74020E568AA009EA554 /* ghook.h */, + B3E2F74120E568AA009EA554 /* glib-autocleanups.h */, + B3E2F74220E568AA009EA554 /* galloca.h */, + B3E2F74320E568AA009EA554 /* gprintf.h */, + B3E2F74420E568AA009EA554 /* gthread.h */, + B3E2F74520E568AA009EA554 /* gversionmacros.h */, + B3E2F74620E568AA009EA554 /* gtimezone.h */, + B3E2F74720E568AA009EA554 /* gmacros.h */, + B3E2F74820E568AA009EA554 /* giochannel.h */, + B3E2F74920E568AA009EA554 /* gwin32.h */, + B3E2F74A20E568AA009EA554 /* gi18n.h */, + B3E2F74B20E568AA009EA554 /* gbitlock.h */, + B3E2F74C20E568AA009EA554 /* gnode.h */, + B3E2F74D20E568AA009EA554 /* gmessages.h */, + B3E2F74E20E568AA009EA554 /* gregex.h */, + B3E2F74F20E568AA009EA554 /* gspawn.h */, + B3E2F75020E568AA009EA554 /* gtree.h */, + B3E2F75120E568AA009EA554 /* deprecated */, + ); + path = glib; + sourceTree = ""; + }; + B3E2F75120E568AA009EA554 /* deprecated */ = { + isa = PBXGroup; + children = ( + B3E2F75220E568AA009EA554 /* gcompletion.h */, + B3E2F75320E568AA009EA554 /* gallocator.h */, + B3E2F75420E568AA009EA554 /* grel.h */, + B3E2F75520E568AA009EA554 /* gmain.h */, + B3E2F75620E568AA009EA554 /* gcache.h */, + B3E2F75720E568AA009EA554 /* gthread.h */, + ); + path = deprecated; + sourceTree = ""; + }; + B3E2F75920E568AA009EA554 /* gio */ = { + isa = PBXGroup; + children = ( + B3E2F75A20E568AA009EA554 /* gdbusobject.h */, + B3E2F75B20E568AA009EA554 /* gsimpleproxyresolver.h */, + B3E2F75C20E568AA009EA554 /* gconverterinputstream.h */, + B3E2F75D20E568AA009EA554 /* gsubprocesslauncher.h */, + B3E2F75E20E568AA009EA554 /* gsimpleactiongroup.h */, + B3E2F75F20E568AA009EA554 /* gdbusaddress.h */, + B3E2F76020E568AA009EA554 /* gtlsinteraction.h */, + B3E2F76120E568AA009EA554 /* gthreadedsocketservice.h */, + B3E2F76220E568AA009EA554 /* gsocketservice.h */, + B3E2F76320E568AA009EA554 /* gnetworkaddress.h */, + B3E2F76420E568AA009EA554 /* gasyncresult.h */, + B3E2F76520E568AA009EA554 /* gproxy.h */, + B3E2F76620E568AA009EA554 /* gio.h */, + B3E2F76720E568AA009EA554 /* gmemoryoutputstream.h */, + B3E2F76820E568AA009EA554 /* gvolumemonitor.h */, + B3E2F76920E568AA009EA554 /* gdatagrambased.h */, + B3E2F76A20E568AA009EA554 /* gcontenttype.h */, + B3E2F76B20E568AA009EA554 /* gsocketcontrolmessage.h */, + B3E2F76C20E568AA009EA554 /* gdbusnameowning.h */, + B3E2F76D20E568AA009EA554 /* gfilemonitor.h */, + B3E2F76E20E568AA009EA554 /* gpollableoutputstream.h */, + B3E2F76F20E568AA009EA554 /* gseekable.h */, + B3E2F77020E568AA009EA554 /* gdbusobjectproxy.h */, + B3E2F77120E568AA009EA554 /* gpropertyaction.h */, + B3E2F77220E568AA009EA554 /* gsimpleiostream.h */, + B3E2F77320E568AA009EA554 /* gasyncinitable.h */, + B3E2F77420E568AA009EA554 /* gremoteactiongroup.h */, + B3E2F77520E568AA009EA554 /* gdbusmessage.h */, + B3E2F77620E568AA009EA554 /* gmenu.h */, + B3E2F77720E568AA009EA554 /* gdbusinterface.h */, + B3E2F77820E568AA009EA554 /* gaction.h */, + B3E2F77920E568AA009EA554 /* gio-autocleanups.h */, + B3E2F77A20E568AA009EA554 /* gproxyaddress.h */, + B3E2F77B20E568AA009EA554 /* gdbusproxy.h */, + B3E2F77C20E568AA009EA554 /* giomodule.h */, + B3E2F77D20E568AA009EA554 /* gdbusmethodinvocation.h */, + B3E2F77E20E568AA009EA554 /* gactionmap.h */, + B3E2F77F20E568AA009EA554 /* gbufferedinputstream.h */, + B3E2F78020E568AA009EA554 /* gdbusnamewatching.h */, + B3E2F78120E568AA009EA554 /* gzlibcompressor.h */, + B3E2F78220E568AA009EA554 /* gloadableicon.h */, + B3E2F78320E568AA009EA554 /* gpermission.h */, + B3E2F78420E568AA009EA554 /* gioenums.h */, + B3E2F78520E568AA009EA554 /* gsocketaddressenumerator.h */, + B3E2F78620E568AA009EA554 /* gmount.h */, + B3E2F78720E568AA009EA554 /* gdbusserver.h */, + B3E2F78820E568AA009EA554 /* gresource.h */, + B3E2F78920E568AA009EA554 /* gdbusconnection.h */, + B3E2F78A20E568AA009EA554 /* gtlsconnection.h */, + B3E2F78B20E568AA009EA554 /* gsettingsbackend.h */, + B3E2F78C20E568AA009EA554 /* gdbusintrospection.h */, + B3E2F78D20E568AA009EA554 /* gfileicon.h */, + B3E2F78E20E568AA009EA554 /* gsocketaddress.h */, + B3E2F78F20E568AA009EA554 /* gnetworkservice.h */, + B3E2F79020E568AA009EA554 /* gdbusmenumodel.h */, + B3E2F79120E568AA009EA554 /* gmenumodel.h */, + B3E2F79220E568AA009EA554 /* gdtlsconnection.h */, + B3E2F79320E568AA009EA554 /* gresolver.h */, + B3E2F79420E568AA009EA554 /* gproxyaddressenumerator.h */, + B3E2F79520E568AA009EA554 /* ginputstream.h */, + B3E2F79620E568AA009EA554 /* gproxyresolver.h */, + B3E2F79720E568AA009EA554 /* gemblem.h */, + B3E2F79820E568AA009EA554 /* gcredentials.h */, + B3E2F79920E568AA009EA554 /* gbytesicon.h */, + B3E2F79A20E568AA009EA554 /* gdbusobjectmanagerclient.h */, + B3E2F79B20E568AA009EA554 /* gdbusobjectmanagerserver.h */, + B3E2F79C20E568AA009EA554 /* gtask.h */, + B3E2F79D20E568AA009EA554 /* gvolume.h */, + B3E2F79E20E568AA009EA554 /* gsocketclient.h */, + B3E2F79F20E568AA009EA554 /* gappinfo.h */, + B3E2F7A020E568AA009EA554 /* gtcpconnection.h */, + B3E2F7A120E568AA009EA554 /* gpollableutils.h */, + B3E2F7A220E568AA009EA554 /* gdataoutputstream.h */, + B3E2F7A320E568AA009EA554 /* gfilenamecompleter.h */, + B3E2F7A420E568AA009EA554 /* gfilteroutputstream.h */, + B3E2F7A520E568AA009EA554 /* gfileattribute.h */, + B3E2F7A620E568AA009EA554 /* gmenuexporter.h */, + B3E2F7A720E568AA009EA554 /* gthemedicon.h */, + B3E2F7A820E568AA009EA554 /* gapplication.h */, + B3E2F7A920E568AA009EA554 /* gtlsserverconnection.h */, + B3E2F7AA20E568AA009EA554 /* gfileoutputstream.h */, + B3E2F7AB20E568AA009EA554 /* gdbusobjectmanager.h */, + B3E2F7AC20E568AA009EA554 /* gactiongroupexporter.h */, + B3E2F7AD20E568AA009EA554 /* gdtlsclientconnection.h */, + B3E2F7AE20E568AA009EA554 /* gmemoryinputstream.h */, + B3E2F7AF20E568AA009EA554 /* gioenumtypes.h */, + B3E2F7B020E568AB009EA554 /* gbufferedoutputstream.h */, + B3E2F7B120E568AB009EA554 /* gliststore.h */, + B3E2F7B220E568AB009EA554 /* gsocket.h */, + B3E2F7B320E568AB009EA554 /* gmountoperation.h */, + B3E2F7B420E568AB009EA554 /* gsocketconnectable.h */, + B3E2F7B520E568AB009EA554 /* ginetaddress.h */, + B3E2F7B620E568AB009EA554 /* gtcpwrapperconnection.h */, + B3E2F7B720E568AB009EA554 /* gfileiostream.h */, + B3E2F7B820E568AB009EA554 /* gdbusauthobserver.h */, + B3E2F7B920E568AB009EA554 /* gnotification.h */, + B3E2F7BA20E568AB009EA554 /* goutputstream.h */, + B3E2F7BB20E568AB009EA554 /* ginetsocketaddress.h */, + B3E2F7BC20E568AB009EA554 /* gcharsetconverter.h */, + B3E2F7BD20E568AB009EA554 /* gdatainputstream.h */, + B3E2F7BE20E568AB009EA554 /* gtlsdatabase.h */, + B3E2F7BF20E568AB009EA554 /* gfileenumerator.h */, + B3E2F7C020E568AB009EA554 /* ginitable.h */, + B3E2F7C120E568AB009EA554 /* gnativevolumemonitor.h */, + B3E2F7C220E568AB009EA554 /* gsrvtarget.h */, + B3E2F7C320E568AB009EA554 /* gtlscertificate.h */, + B3E2F7C420E568AB009EA554 /* gfile.h */, + B3E2F7C520E568AB009EA554 /* gtlsbackend.h */, + B3E2F7C620E568AB009EA554 /* gpollableinputstream.h */, + B3E2F7C720E568AB009EA554 /* gfilterinputstream.h */, + B3E2F7C820E568AB009EA554 /* gzlibdecompressor.h */, + B3E2F7C920E568AB009EA554 /* gdbusutils.h */, + B3E2F7CA20E568AB009EA554 /* gtestdbus.h */, + B3E2F7CB20E568AB009EA554 /* gdbusobjectskeleton.h */, + B3E2F7CC20E568AB009EA554 /* gvfs.h */, + B3E2F7CD20E568AB009EA554 /* gioerror.h */, + B3E2F7CE20E568AB009EA554 /* gtlsclientconnection.h */, + B3E2F7CF20E568AB009EA554 /* gnetworking.h */, + B3E2F7D020E568AB009EA554 /* gtlsfiledatabase.h */, + B3E2F7D120E568AB009EA554 /* gdbuserror.h */, + B3E2F7D220E568AB009EA554 /* gicon.h */, + B3E2F7D320E568AB009EA554 /* gdbusinterfaceskeleton.h */, + B3E2F7D420E568AB009EA554 /* gapplicationcommandline.h */, + B3E2F7D520E568AB009EA554 /* gconverter.h */, + B3E2F7D620E568AB009EA554 /* gdtlsserverconnection.h */, + B3E2F7D720E568AB009EA554 /* gnetworkmonitor.h */, + B3E2F7D820E568AB009EA554 /* gtlspassword.h */, + B3E2F7D920E568AB009EA554 /* glistmodel.h */, + B3E2F7DA20E568AB009EA554 /* gioscheduler.h */, + B3E2F7DB20E568AB009EA554 /* gsettings.h */, + B3E2F7DC20E568AB009EA554 /* gfileinputstream.h */, + B3E2F7DD20E568AB009EA554 /* giotypes.h */, + B3E2F7DE20E568AB009EA554 /* gsimplepermission.h */, + B3E2F7DF20E568AB009EA554 /* gconverteroutputstream.h */, + B3E2F7E020E568AB009EA554 /* gsimpleaction.h */, + B3E2F7E120E568AB009EA554 /* gsocketlistener.h */, + B3E2F7E220E568AB009EA554 /* gcancellable.h */, + B3E2F7E320E568AB009EA554 /* gsubprocess.h */, + B3E2F7E420E568AB009EA554 /* gemblemedicon.h */, + B3E2F7E520E568AB009EA554 /* gsettingsschema.h */, + B3E2F7E620E568AB009EA554 /* gfileinfo.h */, + B3E2F7E720E568AB009EA554 /* gsimpleasyncresult.h */, + B3E2F7E820E568AB009EA554 /* gdbusactiongroup.h */, + B3E2F7E920E568AB009EA554 /* gdrive.h */, + B3E2F7EA20E568AB009EA554 /* gactiongroup.h */, + B3E2F7EB20E568AB009EA554 /* ginetaddressmask.h */, + B3E2F7EC20E568AB009EA554 /* gsocketconnection.h */, + B3E2F7ED20E568AB009EA554 /* giostream.h */, + ); + path = gio; + sourceTree = ""; + }; + B3E2F7F120E568AB009EA554 /* lib */ = { + isa = PBXGroup; + children = ( + B3E2F80020E568AB009EA554 /* libglib-2.0.0.dylib */, + B3E2F80320E568AB009EA554 /* libgobject-2.0.0.dylib */, + B3E2F80520E568AB009EA554 /* libgmodule-2.0.0.dylib */, + B3E2F80820E568AB009EA554 /* libgthread-2.0.0.dylib */, + B3E2F80920E568AB009EA554 /* glib-2.0 */, + B3E2F80C20E568AB009EA554 /* libgio-2.0.0.dylib */, + ); + path = lib; + sourceTree = ""; + }; + B3E2F80920E568AB009EA554 /* glib-2.0 */ = { + isa = PBXGroup; + children = ( + B3E2F80A20E568AB009EA554 /* include */, + ); + path = "glib-2.0"; + sourceTree = ""; + }; + B3E2F80A20E568AB009EA554 /* include */ = { + isa = PBXGroup; + children = ( + B3E2F80B20E568AB009EA554 /* glibconfig.h */, + ); + path = include; + sourceTree = ""; + }; + B3E2F96120E568AD009EA554 /* cairo */ = { + isa = PBXGroup; + children = ( + B3E2F96220E568AD009EA554 /* 1.14.12 */, + ); + path = cairo; + sourceTree = ""; + }; + B3E2F96220E568AD009EA554 /* 1.14.12 */ = { + isa = PBXGroup; + children = ( + B3E2F96B20E568AD009EA554 /* include */, + B3E2F97E20E568AE009EA554 /* lib */, + ); + path = 1.14.12; + sourceTree = ""; + }; + B3E2F96B20E568AD009EA554 /* include */ = { + isa = PBXGroup; + children = ( + B3E2F96C20E568AD009EA554 /* cairo */, + ); + path = include; + sourceTree = ""; + }; + B3E2F96C20E568AD009EA554 /* cairo */ = { + isa = PBXGroup; + children = ( + B3E2F96D20E568AD009EA554 /* cairo-version.h */, + B3E2F96E20E568AD009EA554 /* cairo-script-interpreter.h */, + B3E2F96F20E568AD009EA554 /* cairo-svg.h */, + B3E2F97020E568AD009EA554 /* cairo-quartz-image.h */, + B3E2F97120E568AD009EA554 /* cairo.h */, + B3E2F97220E568AD009EA554 /* cairo-script.h */, + B3E2F97320E568AD009EA554 /* cairo-quartz.h */, + B3E2F97420E568AD009EA554 /* cairo-deprecated.h */, + B3E2F97520E568AD009EA554 /* cairo-pdf.h */, + B3E2F97620E568AD009EA554 /* cairo-features.h */, + B3E2F97720E568AD009EA554 /* cairo-gobject.h */, + B3E2F97820E568AE009EA554 /* cairo-tee.h */, + B3E2F97920E568AE009EA554 /* cairo-ft.h */, + B3E2F97A20E568AE009EA554 /* cairo-ps.h */, + ); + path = cairo; + sourceTree = ""; + }; + B3E2F97E20E568AE009EA554 /* lib */ = { + isa = PBXGroup; + children = ( + B3E2F98E20E568AE009EA554 /* libcairo.2.dylib */, + B3E2F98F20E568AE009EA554 /* libcairo-gobject.2.dylib */, + B3E2F99220E568AE009EA554 /* cairo */, + B3E2F99C20E568AE009EA554 /* libcairo-script-interpreter.2.dylib */, + ); + path = lib; + sourceTree = ""; + }; + B3E2F99220E568AE009EA554 /* cairo */ = { + isa = PBXGroup; + children = ( + B3E2F99920E568AE009EA554 /* libcairo-trace.0.dylib */, + ); + path = cairo; + sourceTree = ""; + }; + B3E2F9E420E568AE009EA554 /* fontconfig */ = { + isa = PBXGroup; + children = ( + B3E2F9E520E568AE009EA554 /* 2.13.0 */, + ); + path = fontconfig; + sourceTree = ""; + }; + B3E2F9E520E568AE009EA554 /* 2.13.0 */ = { + isa = PBXGroup; + children = ( + B3E2F9F520E568AE009EA554 /* include */, + B3E2F9FD20E568AE009EA554 /* lib */, + ); + path = 2.13.0; + sourceTree = ""; + }; + B3E2F9F520E568AE009EA554 /* include */ = { + isa = PBXGroup; + children = ( + B3E2F9F620E568AE009EA554 /* fontconfig */, + ); + path = include; + sourceTree = ""; + }; + B3E2F9F620E568AE009EA554 /* fontconfig */ = { + isa = PBXGroup; + children = ( + B3E2F9F720E568AE009EA554 /* fontconfig.h */, + B3E2F9F820E568AE009EA554 /* fcprivate.h */, + B3E2F9F920E568AE009EA554 /* fcfreetype.h */, + ); + path = fontconfig; + sourceTree = ""; + }; + B3E2F9FD20E568AE009EA554 /* lib */ = { + isa = PBXGroup; + children = ( + B3E2FA0120E568AE009EA554 /* libfontconfig.1.dylib */, + ); + path = lib; + sourceTree = ""; + }; + B3E2FBFD20E568B1009EA554 /* gettext */ = { + isa = PBXGroup; + children = ( + B3E2FBFE20E568B2009EA554 /* 0.19.8.1 */, + ); + path = gettext; + sourceTree = ""; + }; + B3E2FBFE20E568B2009EA554 /* 0.19.8.1 */ = { + isa = PBXGroup; + children = ( + B3E2FC1B20E568B2009EA554 /* include */, + B3E2FC2220E568B2009EA554 /* lib */, + B3E2FC3620E568B2009EA554 /* share */, + ); + path = 0.19.8.1; + sourceTree = ""; + }; + B3E2FC1B20E568B2009EA554 /* include */ = { + isa = PBXGroup; + children = ( + B3E2FC1C20E568B2009EA554 /* autosprintf.h */, + B3E2FC1D20E568B2009EA554 /* gettext-po.h */, + B3E2FC1E20E568B2009EA554 /* libintl.h */, + ); + path = include; + sourceTree = ""; + }; + B3E2FC2220E568B2009EA554 /* lib */ = { + isa = PBXGroup; + children = ( + B3E2FC2420E568B2009EA554 /* libgettextpo.0.dylib */, + B3E2FC2720E568B2009EA554 /* libintl.8.dylib */, + B3E2FC2820E568B2009EA554 /* libasprintf.0.dylib */, + B3E2FC3020E568B2009EA554 /* libgettextsrc-0.19.8.1.dylib */, + B3E2FC3420E568B2009EA554 /* libgettextlib-0.19.8.1.dylib */, + ); + path = lib; + sourceTree = ""; + }; + B3E2FC3620E568B2009EA554 /* share */ = { + isa = PBXGroup; + children = ( + B3E2FD3220E568B3009EA554 /* gettext */, + ); + path = share; + sourceTree = ""; + }; + B3E2FD3220E568B3009EA554 /* gettext */ = { + isa = PBXGroup; + children = ( + B3E2FD3520E568B3009EA554 /* intl */, + B3E2FD9C20E568B4009EA554 /* gettext.h */, + ); + path = gettext; + sourceTree = ""; + }; + B3E2FD3520E568B3009EA554 /* intl */ = { + isa = PBXGroup; + children = ( + B3E2FD3620E568B3009EA554 /* tsearch.h */, + B3E2FD3D20E568B3009EA554 /* vasnprintf.h */, + B3E2FD3F20E568B3009EA554 /* printf-parse.h */, + B3E2FD4020E568B3009EA554 /* gmo.h */, + B3E2FD4220E568B3009EA554 /* plural-exp.h */, + B3E2FD4320E568B3009EA554 /* libgnuintl.in.h */, + B3E2FD4520E568B3009EA554 /* export.h */, + B3E2FD4620E568B3009EA554 /* gettextP.h */, + B3E2FD4B20E568B3009EA554 /* lock.h */, + B3E2FD4D20E568B3009EA554 /* loadinfo.h */, + B3E2FD4F20E568B4009EA554 /* wprintf-parse.h */, + B3E2FD5120E568B4009EA554 /* localcharset.h */, + B3E2FD5520E568B4009EA554 /* vasnwprintf.h */, + B3E2FD5720E568B4009EA554 /* printf-args.h */, + B3E2FD5A20E568B4009EA554 /* hash-string.h */, + B3E2FD6220E568B4009EA554 /* xsize.h */, + B3E2FD6B20E568B4009EA554 /* relocatable.h */, + B3E2FD7420E568B4009EA554 /* os2compat.h */, + B3E2FD7520E568B4009EA554 /* eval-plural.h */, + B3E2FD7620E568B4009EA554 /* verify.h */, + ); + path = intl; + sourceTree = ""; + }; + B3F8045620E5820B00030497 /* pango */ = { + isa = PBXGroup; + children = ( + B3F8045720E5820B00030497 /* 1.42.1 */, + ); + path = pango; + sourceTree = ""; + }; + B3F8045720E5820B00030497 /* 1.42.1 */ = { + isa = PBXGroup; + children = ( + B3F8045F20E5820B00030497 /* include */, + B3F8048620E5820B00030497 /* lib */, + ); + path = 1.42.1; + sourceTree = ""; + }; + B3F8045F20E5820B00030497 /* include */ = { + isa = PBXGroup; + children = ( + B3F8046020E5820B00030497 /* pango-1.0 */, + ); + path = include; + sourceTree = ""; + }; + B3F8046020E5820B00030497 /* pango-1.0 */ = { + isa = PBXGroup; + children = ( + B3F8046120E5820B00030497 /* pango */, + ); + path = "pango-1.0"; + sourceTree = ""; + }; + B3F8046120E5820B00030497 /* pango */ = { + isa = PBXGroup; + children = ( + B3F8046220E5820B00030497 /* pango.h */, + B3F8046320E5820B00030497 /* pangoft2.h */, + B3F8046420E5820B00030497 /* pango-item.h */, + B3F8046520E5820B00030497 /* pango-coverage.h */, + B3F8046620E5820B00030497 /* pango-version-macros.h */, + B3F8046720E5820B00030497 /* pango-language.h */, + B3F8046820E5820B00030497 /* pango-matrix.h */, + B3F8046920E5820B00030497 /* pango-renderer.h */, + B3F8046A20E5820B00030497 /* pango-ot.h */, + B3F8046B20E5820B00030497 /* pango-enum-types.h */, + B3F8046C20E5820B00030497 /* pango-glyph.h */, + B3F8046D20E5820B00030497 /* pango-features.h */, + B3F8046E20E5820B00030497 /* pango-modules.h */, + B3F8046F20E5820B00030497 /* pango-fontset.h */, + B3F8047020E5820B00030497 /* pango-engine.h */, + B3F8047120E5820B00030497 /* pango-break.h */, + B3F8047220E5820B00030497 /* pango-script.h */, + B3F8047320E5820B00030497 /* pangocairo.h */, + B3F8047420E5820B00030497 /* pango-glyph-item.h */, + B3F8047520E5820B00030497 /* pango-bidi-type.h */, + B3F8047620E5820B00030497 /* pango-font.h */, + B3F8047720E5820B00030497 /* pangofc-fontmap.h */, + B3F8047820E5820B00030497 /* pango-context.h */, + B3F8047920E5820B00030497 /* pangofc-font.h */, + B3F8047A20E5820B00030497 /* pango-fontmap.h */, + B3F8047B20E5820B00030497 /* pangofc-decoder.h */, + B3F8047C20E5820B00030497 /* pango-types.h */, + B3F8047D20E5820B00030497 /* pango-attributes.h */, + B3F8047E20E5820B00030497 /* pango-utils.h */, + B3F8047F20E5820B00030497 /* pango-layout.h */, + B3F8048020E5820B00030497 /* pango-tabs.h */, + B3F8048120E5820B00030497 /* pango-gravity.h */, + B3F8048220E5820B00030497 /* pangocoretext.h */, + ); + path = pango; + sourceTree = ""; + }; + B3F8048620E5820B00030497 /* lib */ = { + isa = PBXGroup; + children = ( + B3F8048720E5820B00030497 /* libpango-1.0.0.dylib */, + B3F8048820E5820B00030497 /* libpangoft2-1.0.0.dylib */, + B3F8048E20E5820B00030497 /* libpangocairo-1.0.0.dylib */, + ); + path = lib; + sourceTree = ""; + }; + B3F8053E20E584B300030497 /* libpng */ = { + isa = PBXGroup; + children = ( + B3F8053F20E584B300030497 /* 1.6.34 */, + ); + path = libpng; + sourceTree = ""; + }; + B3F8053F20E584B300030497 /* 1.6.34 */ = { + isa = PBXGroup; + children = ( + B3F8054A20E584B300030497 /* include */, + B3F8055420E584B300030497 /* lib */, + ); + path = 1.6.34; + sourceTree = ""; + }; + B3F8054A20E584B300030497 /* include */ = { + isa = PBXGroup; + children = ( + B3F8054B20E584B300030497 /* libpng16 */, + B3F8054F20E584B300030497 /* png.h */, + B3F8055020E584B300030497 /* pnglibconf.h */, + B3F8055120E584B300030497 /* pngconf.h */, + ); + path = include; + sourceTree = ""; + }; + B3F8054B20E584B300030497 /* libpng16 */ = { + isa = PBXGroup; + children = ( + B3F8054C20E584B300030497 /* png.h */, + B3F8054D20E584B300030497 /* pnglibconf.h */, + B3F8054E20E584B300030497 /* pngconf.h */, + ); + path = libpng16; + sourceTree = ""; + }; + B3F8055420E584B300030497 /* lib */ = { + isa = PBXGroup; + children = ( + B3F8055A20E584B300030497 /* libpng16.16.dylib */, + ); + path = lib; + sourceTree = ""; + }; + B3F8058020E5851900030497 /* pcre */ = { + isa = PBXGroup; + children = ( + B3F8058120E5851900030497 /* 8.42 */, + ); + path = pcre; + sourceTree = ""; + }; + B3F8058120E5851900030497 /* 8.42 */ = { + isa = PBXGroup; + children = ( + B3F8058B20E5851900030497 /* include */, + B3F8059520E5851900030497 /* lib */, + ); + path = 8.42; + sourceTree = ""; + }; + B3F8058B20E5851900030497 /* include */ = { + isa = PBXGroup; + children = ( + B3F8058C20E5851900030497 /* pcrecpparg.h */, + B3F8058D20E5851900030497 /* pcreposix.h */, + B3F8058E20E5851900030497 /* pcre_scanner.h */, + B3F8058F20E5851900030497 /* pcre_stringpiece.h */, + B3F8059020E5851900030497 /* pcre.h */, + B3F8059120E5851900030497 /* pcrecpp.h */, + ); + path = include; + sourceTree = ""; + }; + B3F8059520E5851900030497 /* lib */ = { + isa = PBXGroup; + children = ( + B3F8059620E5851900030497 /* libpcre.1.dylib */, + B3F8059D20E5851900030497 /* libpcreposix.0.dylib */, + B3F805A020E5851900030497 /* libpcrecpp.0.dylib */, + B3F805A320E5851900030497 /* libpcre16.0.dylib */, + B3F805A820E5851900030497 /* libpcre32.0.dylib */, + ); + path = lib; + sourceTree = ""; + }; + B3F8073020E5855F00030497 /* libffi */ = { + isa = PBXGroup; + children = ( + B3F8073120E5855F00030497 /* 3.2.1 */, + ); + path = libffi; + sourceTree = ""; + }; + B3F8073120E5855F00030497 /* 3.2.1 */ = { + isa = PBXGroup; + children = ( + B3F8073820E5855F00030497 /* lib */, + ); + path = 3.2.1; + sourceTree = ""; + }; + B3F8073820E5855F00030497 /* lib */ = { + isa = PBXGroup; + children = ( + B3F8073B20E5855F00030497 /* libffi-3.2.1 */, + B3F8074120E5855F00030497 /* libffi.6.dylib */, + ); + path = lib; + sourceTree = ""; + }; + B3F8073B20E5855F00030497 /* libffi-3.2.1 */ = { + isa = PBXGroup; + children = ( + B3F8073C20E5855F00030497 /* include */, + ); + path = "libffi-3.2.1"; + sourceTree = ""; + }; + B3F8073C20E5855F00030497 /* include */ = { + isa = PBXGroup; + children = ( + B3F8073D20E5855F00030497 /* ffitarget.h */, + B3F8073E20E5855F00030497 /* ffi.h */, + ); + path = include; + sourceTree = ""; + }; + B3F8075B20E5858100030497 /* libcroco */ = { + isa = PBXGroup; + children = ( + B3F8075C20E5858100030497 /* 0.6.12 */, + ); + path = libcroco; + sourceTree = ""; + }; + B3F8075C20E5858100030497 /* 0.6.12 */ = { + isa = PBXGroup; + children = ( + B3F8076520E5858100030497 /* include */, + B3F8078820E5858100030497 /* lib */, + ); + path = 0.6.12; + sourceTree = ""; + }; + B3F8076520E5858100030497 /* include */ = { + isa = PBXGroup; + children = ( + B3F8076620E5858100030497 /* libcroco-0.6 */, + ); + path = include; + sourceTree = ""; + }; + B3F8076620E5858100030497 /* libcroco-0.6 */ = { + isa = PBXGroup; + children = ( + B3F8076720E5858100030497 /* libcroco */, + ); + path = "libcroco-0.6"; + sourceTree = ""; + }; + B3F8076720E5858100030497 /* libcroco */ = { + isa = PBXGroup; + children = ( + B3F8076820E5858100030497 /* cr-parser.h */, + B3F8076920E5858100030497 /* cr-token.h */, + B3F8076A20E5858100030497 /* cr-attr-sel.h */, + B3F8076B20E5858100030497 /* cr-tknzr.h */, + B3F8076C20E5858100030497 /* cr-parsing-location.h */, + B3F8076D20E5858100030497 /* cr-doc-handler.h */, + B3F8076E20E5858100030497 /* cr-stylesheet.h */, + B3F8076F20E5858100030497 /* cr-enc-handler.h */, + B3F8077020E5858100030497 /* cr-term.h */, + B3F8077120E5858100030497 /* cr-prop-list.h */, + B3F8077220E5858100030497 /* cr-simple-sel.h */, + B3F8077320E5858100030497 /* cr-declaration.h */, + B3F8077420E5858100030497 /* cr-rgb.h */, + B3F8077520E5858100030497 /* cr-string.h */, + B3F8077620E5858100030497 /* cr-pseudo.h */, + B3F8077720E5858100030497 /* cr-sel-eng.h */, + B3F8077820E5858100030497 /* cr-style.h */, + B3F8077920E5858100030497 /* cr-om-parser.h */, + B3F8077A20E5858100030497 /* cr-statement.h */, + B3F8077B20E5858100030497 /* cr-fonts.h */, + B3F8077C20E5858100030497 /* libcroco.h */, + B3F8077D20E5858100030497 /* cr-input.h */, + B3F8077E20E5858100030497 /* cr-num.h */, + B3F8077F20E5858100030497 /* cr-selector.h */, + B3F8078020E5858100030497 /* cr-cascade.h */, + B3F8078120E5858100030497 /* cr-additional-sel.h */, + B3F8078220E5858100030497 /* cr-utils.h */, + B3F8078320E5858100030497 /* libcroco-config.h */, + ); + path = libcroco; + sourceTree = ""; + }; + B3F8078820E5858100030497 /* lib */ = { + isa = PBXGroup; + children = ( + B3F8078C20E5858100030497 /* libcroco-0.6.3.dylib */, + ); + path = lib; + sourceTree = ""; + }; + B3F8080820E585BF00030497 /* fribidi */ = { + isa = PBXGroup; + children = ( + B3F8080920E585BF00030497 /* 1.0.3 */, + ); + path = fribidi; + sourceTree = ""; + }; + B3F8080920E585BF00030497 /* 1.0.3 */ = { + isa = PBXGroup; + children = ( + B3F8081120E585BF00030497 /* include */, + B3F8082D20E585BF00030497 /* lib */, + ); + path = 1.0.3; + sourceTree = ""; + }; + B3F8081120E585BF00030497 /* include */ = { + isa = PBXGroup; + children = ( + B3F8081220E585BF00030497 /* fribidi */, + ); + path = include; + sourceTree = ""; + }; + B3F8081220E585BF00030497 /* fribidi */ = { + isa = PBXGroup; + children = ( + B3F8081320E585BF00030497 /* fribidi-begindecls.h */, + B3F8081420E585BF00030497 /* fribidi-config.h */, + B3F8081520E585BF00030497 /* fribidi-joining-types.h */, + B3F8081620E585BF00030497 /* fribidi-char-sets.h */, + B3F8081720E585BF00030497 /* fribidi-char-sets-list.h */, + B3F8081820E585BF00030497 /* fribidi-unicode-version.h */, + B3F8081920E585BF00030497 /* fribidi-common.h */, + B3F8081A20E585BF00030497 /* fribidi-unicode.h */, + B3F8081B20E585BF00030497 /* fribidi-types.h */, + B3F8081C20E585BF00030497 /* fribidi-bidi-types.h */, + B3F8081D20E585BF00030497 /* fribidi-deprecated.h */, + B3F8081E20E585BF00030497 /* fribidi-mirroring.h */, + B3F8081F20E585BF00030497 /* fribidi-joining.h */, + B3F8082020E585BF00030497 /* fribidi-enddecls.h */, + B3F8082120E585BF00030497 /* fribidi-flags.h */, + B3F8082220E585BF00030497 /* fribidi.h */, + B3F8082320E585BF00030497 /* fribidi-bidi.h */, + B3F8082420E585BF00030497 /* fribidi-brackets.h */, + B3F8082520E585BF00030497 /* fribidi-bidi-types-list.h */, + B3F8082620E585BF00030497 /* fribidi-arabic.h */, + B3F8082720E585BF00030497 /* fribidi-shape.h */, + B3F8082820E585BF00030497 /* fribidi-joining-types-list.h */, + ); + path = fribidi; + sourceTree = ""; + }; + B3F8082D20E585BF00030497 /* lib */ = { + isa = PBXGroup; + children = ( + B3F8083220E585BF00030497 /* libfribidi.0.dylib */, + ); + path = lib; + sourceTree = ""; + }; + B3F8092520E585E800030497 /* harfbuzz */ = { + isa = PBXGroup; + children = ( + B3F8092620E585E800030497 /* 1.7.6_2 */, + ); + path = harfbuzz; + sourceTree = ""; + }; + B3F8092620E585E800030497 /* 1.7.6_2 */ = { + isa = PBXGroup; + children = ( + B3F8093120E585E800030497 /* include */, + B3F8095620E585E800030497 /* lib */, + ); + path = 1.7.6_2; + sourceTree = ""; + }; + B3F8093120E585E800030497 /* include */ = { + isa = PBXGroup; + children = ( + B3F8093220E585E800030497 /* harfbuzz */, + ); + path = include; + sourceTree = ""; + }; + B3F8093220E585E800030497 /* harfbuzz */ = { + isa = PBXGroup; + children = ( + B3F8093320E585E800030497 /* hb-buffer.h */, + B3F8093420E585E800030497 /* hb-set.h */, + B3F8093520E585E800030497 /* hb-face.h */, + B3F8093620E585E800030497 /* hb-gobject-structs.h */, + B3F8093720E585E800030497 /* hb-common.h */, + B3F8093820E585E800030497 /* hb-version.h */, + B3F8093920E585E800030497 /* hb-font.h */, + B3F8093A20E585E800030497 /* hb-coretext.h */, + B3F8093B20E585E800030497 /* hb-ot-tag.h */, + B3F8093C20E585E800030497 /* hb-deprecated.h */, + B3F8093D20E585E800030497 /* hb-ot.h */, + B3F8093E20E585E800030497 /* hb-ot-layout.h */, + B3F8093F20E585E800030497 /* hb-ot-var.h */, + B3F8094020E585E800030497 /* hb-gobject-enums.h */, + B3F8094120E585E800030497 /* hb-shape.h */, + B3F8094220E585E800030497 /* hb-subset-plan.hh */, + B3F8094320E585E800030497 /* hb-shape-plan.h */, + B3F8094420E585E800030497 /* hb-ot-font.h */, + B3F8094520E585E800030497 /* hb-unicode.h */, + B3F8094620E585E800030497 /* hb-ot-shape.h */, + B3F8094720E585E800030497 /* hb-blob.h */, + B3F8094820E585E800030497 /* hb-subset-private.hh */, + B3F8094920E585E800030497 /* hb.h */, + B3F8094A20E585E800030497 /* hb-glib.h */, + B3F8094B20E585E800030497 /* hb-subset-glyf.hh */, + B3F8094C20E585E800030497 /* hb-graphite2.h */, + B3F8094D20E585E800030497 /* hb-subset.h */, + B3F8094E20E585E800030497 /* hb-gobject.h */, + B3F8094F20E585E800030497 /* hb-ot-math.h */, + B3F8095020E585E800030497 /* hb-icu.h */, + B3F8095120E585E800030497 /* hb-ft.h */, + ); + path = harfbuzz; + sourceTree = ""; + }; + B3F8095620E585E800030497 /* lib */ = { + isa = PBXGroup; + children = ( + B3F8095F20E585E800030497 /* libharfbuzz-gobject.0.dylib */, + B3F8096B20E585E800030497 /* libharfbuzz-icu.0.dylib */, + B3F8095920E585E800030497 /* libharfbuzz-subset.0.dylib */, + B3F8096420E585E800030497 /* libharfbuzz.0.dylib */, + ); + path = lib; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXHeadersBuildPhase section */ + B37C74701F8C5ADA00DF505B /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + B3136DD61F90E45F0002B7AB /* Speculid_Mac_Framework.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B37C74861F8C5B5C00DF505B /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + B3E2069A20E568C5009EA554 /* gsocket.h in Headers */, + B3E2069D20E568C5009EA554 /* ginetaddress.h in Headers */, + B3E2066820E568C4009EA554 /* gdbusnamewatching.h in Headers */, + B31BD96720E7E0D900A560C2 /* listformatter.h in Headers */, + B31BD93E20E7E0D900A560C2 /* timezone.h in Headers */, + B3E2069720E568C5009EA554 /* gioenumtypes.h in Headers */, + B3E2061320E568C4009EA554 /* gmem.h in Headers */, + B3E2065920E568C4009EA554 /* gpropertyaction.h in Headers */, + B3E204FD20E568C3009EA554 /* gdk-pixbuf-marshal.h in Headers */, + B3F804EC20E5820B00030497 /* pango-fontmap.h in Headers */, + B3E205E120E568C4009EA554 /* gbinding.h in Headers */, + B3E204C720E568C3009EA554 /* ftmodule.h in Headers */, + B31BD97D20E7E0D900A560C2 /* uidna.h in Headers */, + B31BD96620E7E0D900A560C2 /* udatpg.h in Headers */, + B31BD91820E7E0D800A560C2 /* ucsdet.h in Headers */, + B31BD98220E7E0D900A560C2 /* ucasemap.h in Headers */, + B3E204CA20E568C3009EA554 /* fttrigon.h in Headers */, + B3F8056F20E584B300030497 /* png.h in Headers */, + B3E2066C20E568C4009EA554 /* gioenums.h in Headers */, + B31BD9B020E7E0D900A560C2 /* scientificnumberformatter.h in Headers */, + B31BD95220E7E0D900A560C2 /* uloc.h in Headers */, + B3E2077C20E568C5009EA554 /* cairo-tee.h in Headers */, + B37C74A91F8C5C7400DF505B /* CairoInterface.h in Headers */, + B3F80B0520E585E900030497 /* hb-face.h in Headers */, + B3F807D120E5858200030497 /* cr-fonts.h in Headers */, + B3F807D620E5858200030497 /* cr-cascade.h in Headers */, + B37C74A71F8C5C7400DF505B /* PDFSurface.h in Headers */, + B3E206A520E568C5009EA554 /* gdatainputstream.h in Headers */, + B3E2064D20E568C4009EA554 /* gproxy.h in Headers */, + B3E2068620E568C5009EA554 /* gsocketclient.h in Headers */, + B3F808AA20E585C000030497 /* fribidi-char-sets-list.h in Headers */, + B3E205EE20E568C4009EA554 /* gmarshal.h in Headers */, + B31BD92620E7E0D800A560C2 /* usetiter.h in Headers */, + B3E2065F20E568C4009EA554 /* gdbusinterface.h in Headers */, + B3E2066320E568C4009EA554 /* gdbusproxy.h in Headers */, + B3E206A620E568C5009EA554 /* gtlsdatabase.h in Headers */, + B34E83041F8FD90C0032268F /* GlibError.h in Headers */, + B3E2064020E568C4009EA554 /* gthread.h in Headers */, + B3E207EE20E568C6009EA554 /* fontconfig.h in Headers */, + B31BD99F20E7E0D900A560C2 /* locid.h in Headers */, + B31BD9AD20E7E0D900A560C2 /* parseerr.h in Headers */, + B3F804EA20E5820B00030497 /* pango-context.h in Headers */, + B31BD93620E7E0D900A560C2 /* utf32.h in Headers */, + B3E2063420E568C4009EA554 /* gi18n.h in Headers */, + B31BD92920E7E0D800A560C2 /* dtintrv.h in Headers */, + B3E2062D20E568C4009EA554 /* gprintf.h in Headers */, + B3E206B020E568C5009EA554 /* gzlibdecompressor.h in Headers */, + B3E206AA20E568C5009EA554 /* gsrvtarget.h in Headers */, + B3E206B720E568C5009EA554 /* gnetworking.h in Headers */, + B3E2064620E568C4009EA554 /* gsimpleactiongroup.h in Headers */, + B3E2060620E568C4009EA554 /* gstdio.h in Headers */, + B3E2117520E568D0009EA554 /* rsvg-cairo.h in Headers */, + B31BD91A20E7E0D800A560C2 /* ubrk.h in Headers */, + B3E206B120E568C5009EA554 /* gdbusutils.h in Headers */, + B31BD9C520E7E0D900A560C2 /* measfmt.h in Headers */, + B31BD97920E7E0D900A560C2 /* dbbi.h in Headers */, + B3F808A620E585C000030497 /* fribidi-begindecls.h in Headers */, + B3E206AF20E568C5009EA554 /* gfilterinputstream.h in Headers */, + B3E2069620E568C5009EA554 /* gmemoryinputstream.h in Headers */, + B3E2066620E568C4009EA554 /* gactionmap.h in Headers */, + B3E204EA20E568C3009EA554 /* ftlcdfil.h in Headers */, + B3E205D620E568C4009EA554 /* gunixinputstream.h in Headers */, + B3F80B2020E585EA00030497 /* hb-icu.h in Headers */, + B31BD98320E7E0D900A560C2 /* ucoleitr.h in Headers */, + B3E205E620E568C4009EA554 /* gtype.h in Headers */, + B31BD92120E7E0D800A560C2 /* unirepl.h in Headers */, + B31BD99320E7E0D900A560C2 /* icudataver.h in Headers */, + B3E209FC20E568C8009EA554 /* libintl.h in Headers */, + B3F804D720E5820B00030497 /* pango-coverage.h in Headers */, + B34E82FF1F8FD6860032268F /* ImageFileProtocol.h in Headers */, + B31BD9BC20E7E0D900A560C2 /* std_string.h in Headers */, + B31BD98520E7E0D900A560C2 /* unum.h in Headers */, + B3F80B1920E585E900030497 /* hb.h in Headers */, + B3F807D820E5858200030497 /* cr-utils.h in Headers */, + B31BD95020E7E0D900A560C2 /* umisc.h in Headers */, + B3E206D320E568C5009EA554 /* ginetaddressmask.h in Headers */, + B3E2069520E568C5009EA554 /* gdtlsclientconnection.h in Headers */, + B3E2062B20E568C4009EA554 /* glib-autocleanups.h in Headers */, + B3E206D020E568C5009EA554 /* gdbusactiongroup.h in Headers */, + B3E2063F20E568C4009EA554 /* gcache.h in Headers */, + B3E206C620E568C5009EA554 /* gsimplepermission.h in Headers */, + B3F80B1320E585E900030497 /* hb-shape-plan.h in Headers */, + B31BD9C420E7E0D900A560C2 /* ulistformatter.h in Headers */, + B3F808AF20E585C000030497 /* fribidi-bidi-types.h in Headers */, + B3E205DD20E568C4009EA554 /* gsignal.h in Headers */, + B31BD96E20E7E0D900A560C2 /* caniter.h in Headers */, + B31BD96220E7E0D900A560C2 /* dcfmtsym.h in Headers */, + B3F808BB20E585C000030497 /* fribidi-joining-types-list.h in Headers */, + B3E206B920E568C5009EA554 /* gdbuserror.h in Headers */, + B31BD92220E7E0D800A560C2 /* ptypes.h in Headers */, + B3F807CD20E5858200030497 /* cr-sel-eng.h in Headers */, + B3F807C220E5858200030497 /* cr-parsing-location.h in Headers */, + B31BD98020E7E0D900A560C2 /* char16ptr.h in Headers */, + B3F80B1820E585E900030497 /* hb-subset-private.hh in Headers */, + B3E209FB20E568C8009EA554 /* gettext-po.h in Headers */, + B3E2077E20E568C5009EA554 /* cairo-ps.h in Headers */, + B3E2069F20E568C5009EA554 /* gfileiostream.h in Headers */, + B31BD97820E7E0D900A560C2 /* dtptngen.h in Headers */, + B34E83091F8FDCB80032268F /* Dimension.h in Headers */, + B3E204C420E568C3009EA554 /* ftheader.h in Headers */, + B31BD93120E7E0D900A560C2 /* fpositer.h in Headers */, + B3E2077220E568C5009EA554 /* cairo-script-interpreter.h in Headers */, + B31BD9BD20E7E0D900A560C2 /* utf8.h in Headers */, + B31BD99620E7E0D900A560C2 /* ushape.h in Headers */, + B3E2063020E568C4009EA554 /* gtimezone.h in Headers */, + B3E2050320E568C3009EA554 /* gdk-pixbuf-enum-types.h in Headers */, + B3F808A720E585C000030497 /* fribidi-config.h in Headers */, + B3E2065720E568C4009EA554 /* gseekable.h in Headers */, + B3E2066F20E568C5009EA554 /* gdbusserver.h in Headers */, + B3E205D520E568C4009EA554 /* gunixcredentialsmessage.h in Headers */, + B3E2050120E568C3009EA554 /* gdk-pixbuf-loader.h in Headers */, + B3F808A920E585C000030497 /* fribidi-char-sets.h in Headers */, + B3E206B820E568C5009EA554 /* gtlsfiledatabase.h in Headers */, + B3E204E820E568C3009EA554 /* ftlist.h in Headers */, + B31BD92720E7E0D800A560C2 /* errorcode.h in Headers */, + B3E2062820E568C4009EA554 /* gversion.h in Headers */, + B3E2117720E568D0009EA554 /* rsvg.h in Headers */, + B31BD98A20E7E0D900A560C2 /* datefmt.h in Headers */, + B3F804F120E5820B00030497 /* pango-layout.h in Headers */, + B3F807D920E5858200030497 /* libcroco-config.h in Headers */, + B3E205D920E568C4009EA554 /* gfiledescriptorbased.h in Headers */, + B3F808B520E585C000030497 /* fribidi.h in Headers */, + B3E207EF20E568C6009EA554 /* fcprivate.h in Headers */, + B31BD96420E7E0D900A560C2 /* decimfmt.h in Headers */, + B31BD95120E7E0D900A560C2 /* reldatefmt.h in Headers */, + B3E2060420E568C4009EA554 /* gstrfuncs.h in Headers */, + B31BD9C220E7E0D900A560C2 /* currunit.h in Headers */, + B31BD95A20E7E0D900A560C2 /* enumset.h in Headers */, + B3E204E620E568C3009EA554 /* ftmoderr.h in Headers */, + B31BD93020E7E0D900A560C2 /* ucal.h in Headers */, + B31BD97620E7E0D900A560C2 /* idna.h in Headers */, + B31BD98120E7E0D900A560C2 /* symtable.h in Headers */, + B3F804D620E5820B00030497 /* pango-item.h in Headers */, + B3E2060F20E568C4009EA554 /* gscanner.h in Headers */, + B31BD94F20E7E0D900A560C2 /* chariter.h in Headers */, + B31BD92420E7E0D800A560C2 /* dtitvfmt.h in Headers */, + B3E204DA20E568C3009EA554 /* ttnameid.h in Headers */, + B3E206B320E568C5009EA554 /* gdbusobjectskeleton.h in Headers */, + B3E2063320E568C4009EA554 /* gwin32.h in Headers */, + B3E2067A20E568C5009EA554 /* gdtlsconnection.h in Headers */, + B3F804E720E5820B00030497 /* pango-bidi-type.h in Headers */, + B3E206B420E568C5009EA554 /* gvfs.h in Headers */, + B31BD98D20E7E0D900A560C2 /* currpinf.h in Headers */, + B3E206C020E568C5009EA554 /* gtlspassword.h in Headers */, + B31BD98420E7E0D900A560C2 /* compactdecimalformat.h in Headers */, + B3E206B620E568C5009EA554 /* gtlsclientconnection.h in Headers */, + B3E2068720E568C5009EA554 /* gappinfo.h in Headers */, + B3E2061D20E568C4009EA554 /* gtypes.h in Headers */, + B3E2060D20E568C4009EA554 /* ghash.h in Headers */, + B31BD99820E7E0D900A560C2 /* ugender.h in Headers */, + B3F804F420E5820B00030497 /* pangocoretext.h in Headers */, + B3E2061020E568C4009EA554 /* ggettext.h in Headers */, + B3E205DE20E568C4009EA554 /* genums.h in Headers */, + B31BD94920E7E0D900A560C2 /* sortkey.h in Headers */, + B31BD98F20E7E0D900A560C2 /* tmutfmt.h in Headers */, + B31BD99C20E7E0D900A560C2 /* simpleformatter.h in Headers */, + B3E205DF20E568C4009EA554 /* gclosure.h in Headers */, + B3136DD91F90E96A0002B7AB /* cairo.h in Headers */, + B3E2064120E568C4009EA554 /* gmodule.h in Headers */, + B3F807D320E5858200030497 /* cr-input.h in Headers */, + B3E205EA20E568C4009EA554 /* gvalue.h in Headers */, + B31BD9AA20E7E0D900A560C2 /* region.h in Headers */, + B3E2064E20E568C4009EA554 /* gio.h in Headers */, + B31BD9A920E7E0D900A560C2 /* uspoof.h in Headers */, + B3E2062120E568C4009EA554 /* gquark.h in Headers */, + B37C74B21F8C5C7400DF505B /* PNGImageHandle.h in Headers */, + B3F807C820E5858200030497 /* cr-simple-sel.h in Headers */, + B3E2065A20E568C4009EA554 /* gsimpleiostream.h in Headers */, + B3E2067320E568C5009EA554 /* gsettingsbackend.h in Headers */, + B3E206AC20E568C5009EA554 /* gfile.h in Headers */, + B3E2063120E568C4009EA554 /* gmacros.h in Headers */, + B3E2060920E568C4009EA554 /* gdataset.h in Headers */, + B3F808B320E585C000030497 /* fribidi-enddecls.h in Headers */, + B3E2069B20E568C5009EA554 /* gmountoperation.h in Headers */, + B3E2065120E568C4009EA554 /* gdatagrambased.h in Headers */, + B31BD99E20E7E0D900A560C2 /* curramt.h in Headers */, + B3E204B020E568C3009EA554 /* pixman.h in Headers */, + B3E206C720E568C5009EA554 /* gconverteroutputstream.h in Headers */, + B3E2064420E568C4009EA554 /* gconverterinputstream.h in Headers */, + B31BD9A220E7E0D900A560C2 /* ubidi.h in Headers */, + B31BD97B20E7E0D900A560C2 /* uversion.h in Headers */, + B31BD91D20E7E0D800A560C2 /* ucat.h in Headers */, + B3F80B0B20E585E900030497 /* hb-ot-tag.h in Headers */, + B3E2068920E568C5009EA554 /* gpollableutils.h in Headers */, + B31BD95820E7E0D900A560C2 /* gregocal.h in Headers */, + B31BD91B20E7E0D800A560C2 /* ufieldpositer.h in Headers */, + B3F80B0920E585E900030497 /* hb-font.h in Headers */, + B3F808AD20E585C000030497 /* fribidi-unicode.h in Headers */, + B3E2065220E568C4009EA554 /* gcontenttype.h in Headers */, + B3E2069920E568C5009EA554 /* gliststore.h in Headers */, + B3E2060E20E568C4009EA554 /* gqsort.h in Headers */, + B3E205E920E568C4009EA554 /* gtypemodule.h in Headers */, + B3E205E220E568C4009EA554 /* gtypeplugin.h in Headers */, + B31BD96020E7E0D900A560C2 /* regex.h in Headers */, + B3F808AB20E585C000030497 /* fribidi-unicode-version.h in Headers */, + B3E204EB20E568C3009EA554 /* ftbdf.h in Headers */, + B3F807C120E5858200030497 /* cr-tknzr.h in Headers */, + B3E206AB20E568C5009EA554 /* gtlscertificate.h in Headers */, + B3E204C920E568C3009EA554 /* ftbzip2.h in Headers */, + B3F807C920E5858200030497 /* cr-declaration.h in Headers */, + B3E205E020E568C4009EA554 /* gvaluearray.h in Headers */, + B31BD99120E7E0D900A560C2 /* ustringtrie.h in Headers */, + B37C74B01F8C5C7400DF505B /* ImageHandle.h in Headers */, + B3E204FF20E568C3009EA554 /* gdk-pixbuf.h in Headers */, + B3E2077520E568C5009EA554 /* cairo.h in Headers */, + B3E204C220E568C3009EA554 /* ftmm.h in Headers */, + B3E2061F20E568C4009EA554 /* guuid.h in Headers */, + B3E2061620E568C4009EA554 /* gbacktrace.h in Headers */, + B3F808B120E585C000030497 /* fribidi-mirroring.h in Headers */, + B3E2066D20E568C5009EA554 /* gsocketaddressenumerator.h in Headers */, + B31BD92E20E7E0D900A560C2 /* edits.h in Headers */, + B3E2060120E568C4009EA554 /* gconvert.h in Headers */, + B31BD9AC20E7E0D900A560C2 /* utrans.h in Headers */, + B3E206C920E568C5009EA554 /* gsocketlistener.h in Headers */, + B3F804F220E5820B00030497 /* pango-tabs.h in Headers */, + B3F804E420E5820B00030497 /* pango-script.h in Headers */, + B3E2061520E568C4009EA554 /* gshell.h in Headers */, + B3E204CD20E568C3009EA554 /* ftdriver.h in Headers */, + B31BD91620E7E0D800A560C2 /* ustdio.h in Headers */, + B31BD93D20E7E0D900A560C2 /* numsys.h in Headers */, + B3E2065020E568C4009EA554 /* gvolumemonitor.h in Headers */, + B31BD99B20E7E0D900A560C2 /* ustream.h in Headers */, + B37C748D1F8C5B5C00DF505B /* CairoSVG.h in Headers */, + B34E83071F8FDCA30032268F /* GeometryDimension.h in Headers */, + B3F804DA20E5820B00030497 /* pango-matrix.h in Headers */, + B31BD9B520E7E0D900A560C2 /* search.h in Headers */, + B3E2067520E568C5009EA554 /* gfileicon.h in Headers */, + B3E2063B20E568C4009EA554 /* gcompletion.h in Headers */, + B3E2077320E568C5009EA554 /* cairo-svg.h in Headers */, + B3F807D420E5858200030497 /* cr-num.h in Headers */, + B3E2069220E568C5009EA554 /* gfileoutputstream.h in Headers */, + B3F80B0820E585E900030497 /* hb-version.h in Headers */, + B31BD96320E7E0D900A560C2 /* ucnv_err.h in Headers */, + B3E205DB20E568C4009EA554 /* gparam.h in Headers */, + B31BD97E20E7E0D900A560C2 /* filteredbrk.h in Headers */, + B3E204D520E568C3009EA554 /* ftotval.h in Headers */, + B3F804E520E5820B00030497 /* pangocairo.h in Headers */, + B3E206D420E568C5009EA554 /* gsocketconnection.h in Headers */, + B3E206A720E568C5009EA554 /* gfileenumerator.h in Headers */, + B31BD94820E7E0D900A560C2 /* umsg.h in Headers */, + B3F80B1D20E585E900030497 /* hb-subset.h in Headers */, + B31BD97320E7E0D900A560C2 /* unistr.h in Headers */, + B3F80B1620E585E900030497 /* hb-ot-shape.h in Headers */, + B3E2065820E568C4009EA554 /* gdbusobjectproxy.h in Headers */, + B3E2066B20E568C4009EA554 /* gpermission.h in Headers */, + B3E2067220E568C5009EA554 /* gtlsconnection.h in Headers */, + B3F808B720E585C000030497 /* fribidi-brackets.h in Headers */, + B31BD95320E7E0D900A560C2 /* plurrule.h in Headers */, + B3E204D820E568C3009EA554 /* ftfntfmt.h in Headers */, + B31BD98B20E7E0D900A560C2 /* utmscale.h in Headers */, + B3E2063A20E568C4009EA554 /* gtree.h in Headers */, + B3F8057020E584B300030497 /* pnglibconf.h in Headers */, + B3E204E220E568C3009EA554 /* ftimage.h in Headers */, + B31BD93920E7E0D900A560C2 /* ubiditransform.h in Headers */, + B3E2061920E568C4009EA554 /* gfileutils.h in Headers */, + B3E204C020E568C3009EA554 /* fttypes.h in Headers */, + B31BD93B20E7E0D900A560C2 /* appendable.h in Headers */, + B31BD98720E7E0D900A560C2 /* tztrans.h in Headers */, + B3F804E820E5820B00030497 /* pango-font.h in Headers */, + B31BD93F20E7E0D900A560C2 /* uset.h in Headers */, + B34E830B1F8FDDAC0032268F /* CairoColorProtocol.h in Headers */, + B35B712A1F9052B200BE477E /* CairoSize.h in Headers */, + B3F8066320E5851A00030497 /* pcre_scanner.h in Headers */, + B3E2064C20E568C4009EA554 /* gasyncresult.h in Headers */, + B31BD94720E7E0D900A560C2 /* uiter.h in Headers */, + B3E205D020E568C4009EA554 /* gunixfdlist.h in Headers */, + B3E204E020E568C3009EA554 /* ftsystem.h in Headers */, + B31BD9C120E7E0D900A560C2 /* numfmt.h in Headers */, + B3E205E820E568C4009EA554 /* gboxed.h in Headers */, + B31BD99420E7E0D900A560C2 /* uchar.h in Headers */, + B3F807CE20E5858200030497 /* cr-style.h in Headers */, + B31BD9AE20E7E0D900A560C2 /* putil.h in Headers */, + B3E2061B20E568C4009EA554 /* gpattern.h in Headers */, + B3E2066A20E568C4009EA554 /* gloadableicon.h in Headers */, + B3E204CE20E568C3009EA554 /* ftoutln.h in Headers */, + B3E205D220E568C4009EA554 /* gdesktopappinfo.h in Headers */, + B31BD94C20E7E0D900A560C2 /* basictz.h in Headers */, + B31BD92F20E7E0D900A560C2 /* parsepos.h in Headers */, + B3E2060A20E568C4009EA554 /* gqueue.h in Headers */, + B3E20B1020E568C9009EA554 /* gettext.h in Headers */, + B31BD96120E7E0D900A560C2 /* gender.h in Headers */, + B3E2060220E568C4009EA554 /* gdir.h in Headers */, + B3E2068420E568C5009EA554 /* gtask.h in Headers */, + B3F80B0720E585E900030497 /* hb-common.h in Headers */, + B31BD92320E7E0D800A560C2 /* fmtable.h in Headers */, + B34E82FB1F8FD4EF0032268F /* ImageFileFormat.h in Headers */, + B31BD91C20E7E0D800A560C2 /* stringpiece.h in Headers */, + B3E2068C20E568C5009EA554 /* gfilteroutputstream.h in Headers */, + B3E205FD20E568C4009EA554 /* gslist.h in Headers */, + B3E2061E20E568C4009EA554 /* gstringchunk.h in Headers */, + B31BD9AB20E7E0D900A560C2 /* ureldatefmt.h in Headers */, + B31BD93820E7E0D900A560C2 /* ustring.h in Headers */, + B3E204E120E568C3009EA554 /* t1tables.h in Headers */, + B31BD9C020E7E0D900A560C2 /* uscript.h in Headers */, + B3E206BB20E568C5009EA554 /* gdbusinterfaceskeleton.h in Headers */, + B31BD95D20E7E0D900A560C2 /* measure.h in Headers */, + B3E205FB20E568C4009EA554 /* gchecksum.h in Headers */, + B3F8056D20E584B300030497 /* pnglibconf.h in Headers */, + B3E205D820E568C4009EA554 /* gunixfdmessage.h in Headers */, + B3E2065620E568C4009EA554 /* gpollableoutputstream.h in Headers */, + B3E204C320E568C3009EA554 /* ftstdlib.h in Headers */, + B3825EFC20F91807008F2A02 /* Segment.h in Headers */, + B3E205E420E568C4009EA554 /* gsourceclosure.h in Headers */, + B3E204D120E568C3009EA554 /* fterrors.h in Headers */, + B3F8056E20E584B300030497 /* pngconf.h in Headers */, + B3E205FE20E568C4009EA554 /* gthreadpool.h in Headers */, + B3825EFD20F91807008F2A02 /* Types.h in Headers */, + B31BD98620E7E0D900A560C2 /* udisplaycontext.h in Headers */, + B31BD96B20E7E0D900A560C2 /* normlzr.h in Headers */, + B31BD9A520E7E0D900A560C2 /* uvernum.h in Headers */, + B3E2065520E568C4009EA554 /* gfilemonitor.h in Headers */, + B3F804E220E5820B00030497 /* pango-engine.h in Headers */, + B31BD9B620E7E0D900A560C2 /* unumsys.h in Headers */, + B3E206BC20E568C5009EA554 /* gapplicationcommandline.h in Headers */, + B3E2050520E568C3009EA554 /* gdk-pixbuf-transform.h in Headers */, + B31BD99220E7E0D900A560C2 /* smpdtfmt.h in Headers */, + B3E206CC20E568C5009EA554 /* gemblemedicon.h in Headers */, + B3E2061120E568C4009EA554 /* gbase64.h in Headers */, + B3F8066620E5851A00030497 /* pcrecpp.h in Headers */, + B3E2066220E568C4009EA554 /* gproxyaddress.h in Headers */, + B3F804E020E5820B00030497 /* pango-modules.h in Headers */, + B3E2067820E568C5009EA554 /* gdbusmenumodel.h in Headers */, + B3E204CF20E568C3009EA554 /* ftadvanc.h in Headers */, + B3E2050020E568C3009EA554 /* gdk-pixbuf-macros.h in Headers */, + B3E2068D20E568C5009EA554 /* gfileattribute.h in Headers */, + B31BD96520E7E0D900A560C2 /* bytestrie.h in Headers */, + B3E205D120E568C4009EA554 /* gunixsocketaddress.h in Headers */, + B31BD9BE20E7E0D900A560C2 /* localpointer.h in Headers */, + B3F808B920E585C000030497 /* fribidi-arabic.h in Headers */, + B3E2068520E568C5009EA554 /* gvolume.h in Headers */, + B3E2062920E568C4009EA554 /* gslice.h in Headers */, + B3F80B0420E585E900030497 /* hb-set.h in Headers */, + B31BD94220E7E0D900A560C2 /* schriter.h in Headers */, + B31BD97520E7E0D900A560C2 /* ulocdata.h in Headers */, + B3E2117620E568D0009EA554 /* librsvg-enum-types.h in Headers */, + B3F80B0C20E585E900030497 /* hb-deprecated.h in Headers */, + B3E2077A20E568C5009EA554 /* cairo-features.h in Headers */, + B3E2063620E568C4009EA554 /* gnode.h in Headers */, + B3E2063220E568C4009EA554 /* giochannel.h in Headers */, + B31BD94520E7E0D900A560C2 /* simpletz.h in Headers */, + B3E206A320E568C5009EA554 /* ginetsocketaddress.h in Headers */, + B3E2063E20E568C4009EA554 /* gmain.h in Headers */, + B3E2067720E568C5009EA554 /* gnetworkservice.h in Headers */, + B3F80B1F20E585E900030497 /* hb-ot-math.h in Headers */, + B31BD97A20E7E0D900A560C2 /* bytestream.h in Headers */, + B3E2064520E568C4009EA554 /* gsubprocesslauncher.h in Headers */, + B3E206CF20E568C5009EA554 /* gsimpleasyncresult.h in Headers */, + B31BD94320E7E0D900A560C2 /* msgfmt.h in Headers */, + B31BD95F20E7E0D900A560C2 /* strenum.h in Headers */, + B3E204B120E568C3009EA554 /* pixman-version.h in Headers */, + B3E205EC20E568C4009EA554 /* gobject-autocleanups.h in Headers */, + B3E204ED20E568C3009EA554 /* ft2build.h in Headers */, + B3E2062220E568C4009EA554 /* gi18n-lib.h in Headers */, + B3E2062A20E568C4009EA554 /* ghook.h in Headers */, + B3E2066720E568C4009EA554 /* gbufferedinputstream.h in Headers */, + B3E2065E20E568C4009EA554 /* gmenu.h in Headers */, + B3E204D320E568C3009EA554 /* ftstroke.h in Headers */, + B3E2065B20E568C4009EA554 /* gasyncinitable.h in Headers */, + B3E2069C20E568C5009EA554 /* gsocketconnectable.h in Headers */, + B31BD9BA20E7E0D900A560C2 /* platform.h in Headers */, + B3F804E920E5820B00030497 /* pangofc-fontmap.h in Headers */, + B3F807C320E5858200030497 /* cr-doc-handler.h in Headers */, + B3E2068E20E568C5009EA554 /* gmenuexporter.h in Headers */, + B37C74A81F8C5C7400DF505B /* ImageSpecificationProtocol.h in Headers */, + B3E206D220E568C5009EA554 /* gactiongroup.h in Headers */, + B37C74AA1F8C5C7400DF505B /* SurfaceHandle.h in Headers */, + B3E2066E20E568C5009EA554 /* gmount.h in Headers */, + B3E2063920E568C4009EA554 /* gspawn.h in Headers */, + B3F807C020E5858200030497 /* cr-attr-sel.h in Headers */, + B3F80B0E20E585E900030497 /* hb-ot-layout.h in Headers */, + B31BD99D20E7E0D900A560C2 /* ucnv_cb.h in Headers */, + B3E204C620E568C3009EA554 /* ftoption.h in Headers */, + B3F804D420E5820B00030497 /* pango.h in Headers */, + B3F804E620E5820B00030497 /* pango-glyph-item.h in Headers */, + B3F804DE20E5820B00030497 /* pango-glyph.h in Headers */, + B3E204D920E568C3009EA554 /* fterrdef.h in Headers */, + B3E2064320E568C4009EA554 /* gsimpleproxyresolver.h in Headers */, + B3F80B1A20E585E900030497 /* hb-glib.h in Headers */, + B3E2067420E568C5009EA554 /* gdbusintrospection.h in Headers */, + B3E2068F20E568C5009EA554 /* gthemedicon.h in Headers */, + B31BD96920E7E0D900A560C2 /* calendar.h in Headers */, + B31BD9A820E7E0D900A560C2 /* ucnvsel.h in Headers */, + B31BD99A20E7E0D900A560C2 /* uformattable.h in Headers */, + B3E2065320E568C4009EA554 /* gsocketcontrolmessage.h in Headers */, + B3E204BD20E568C3009EA554 /* ftsnames.h in Headers */, + B31BD94620E7E0D900A560C2 /* uldnames.h in Headers */, + B3E2065C20E568C4009EA554 /* gremoteactiongroup.h in Headers */, + B3F804D520E5820B00030497 /* pangoft2.h in Headers */, + B31BD94B20E7E0D900A560C2 /* uniset.h in Headers */, + B31BD91F20E7E0D800A560C2 /* stringoptions.h in Headers */, + B31BD96F20E7E0D900A560C2 /* ucol.h in Headers */, + B3E205F120E568C4009EA554 /* gmarkup.h in Headers */, + B3E205FC20E568C4009EA554 /* gtestutils.h in Headers */, + B31BD93520E7E0D900A560C2 /* urep.h in Headers */, + B3F808B220E585C000030497 /* fribidi-joining.h in Headers */, + B31BD9B220E7E0D900A560C2 /* dtrule.h in Headers */, + B3F804DB20E5820B00030497 /* pango-renderer.h in Headers */, + B3E206CE20E568C5009EA554 /* gfileinfo.h in Headers */, + B3E2063820E568C4009EA554 /* gregex.h in Headers */, + B3E2068320E568C5009EA554 /* gdbusobjectmanagerserver.h in Headers */, + B3E205DC20E568C4009EA554 /* gparamspecs.h in Headers */, + B31BD95B20E7E0D900A560C2 /* nounit.h in Headers */, + B31BD96C20E7E0D900A560C2 /* usprep.h in Headers */, + B3E2061220E568C4009EA554 /* gasyncqueue.h in Headers */, + B3E206B220E568C5009EA554 /* gtestdbus.h in Headers */, + B31BD92820E7E0D800A560C2 /* tznames.h in Headers */, + B3E206A820E568C5009EA554 /* ginitable.h in Headers */, + B3F80B1C20E585E900030497 /* hb-graphite2.h in Headers */, + B31BD9A320E7E0D900A560C2 /* stsearch.h in Headers */, + B31BD93C20E7E0D900A560C2 /* usearch.h in Headers */, + B3E205F520E568C4009EA554 /* glist.h in Headers */, + B3E2061820E568C4009EA554 /* gmain.h in Headers */, + B3F804DD20E5820B00030497 /* pango-enum-types.h in Headers */, + B3E204C520E568C3009EA554 /* ftconfig.h in Headers */, + B3F8066520E5851A00030497 /* pcre.h in Headers */, + B3E204E420E568C3009EA554 /* ftcid.h in Headers */, + B3E206C420E568C5009EA554 /* gfileinputstream.h in Headers */, + B31BD97720E7E0D900A560C2 /* unorm2.h in Headers */, + B3F80B0320E585E900030497 /* hb-buffer.h in Headers */, + B3F8057120E584B300030497 /* pngconf.h in Headers */, + B3E2067F20E568C5009EA554 /* gemblem.h in Headers */, + B3E204CB20E568C3009EA554 /* ftbbox.h in Headers */, + B3E204FC20E568C3009EA554 /* gdk-pixbuf-animation.h in Headers */, + B3F804EF20E5820B00030497 /* pango-attributes.h in Headers */, + B3E204D220E568C3009EA554 /* ftgasp.h in Headers */, + B3E2063C20E568C4009EA554 /* gallocator.h in Headers */, + B3E2067920E568C5009EA554 /* gmenumodel.h in Headers */, + B3F808AC20E585C000030497 /* fribidi-common.h in Headers */, + B3E2050620E568C3009EA554 /* gdk-pixbuf-core.h in Headers */, + B31BD97020E7E0D900A560C2 /* upluralrules.h in Headers */, + B3F804EE20E5820B00030497 /* pango-types.h in Headers */, + B3E205F420E568C4009EA554 /* gvariant.h in Headers */, + B3F804ED20E5820B00030497 /* pangofc-decoder.h in Headers */, + B31BD92D20E7E0D900A560C2 /* utext.h in Headers */, + B3E206D520E568C5009EA554 /* giostream.h in Headers */, + B3F80B0F20E585E900030497 /* hb-ot-var.h in Headers */, + B3E2117420E568D0009EA554 /* librsvg-features.h in Headers */, + B3E206CB20E568C5009EA554 /* gsubprocess.h in Headers */, + B3E204FE20E568C3009EA554 /* gdk-pixbuf-io.h in Headers */, + B3E2061A20E568C4009EA554 /* gutils.h in Headers */, + B3E205ED20E568C4009EA554 /* gobject.h in Headers */, + B3E204D620E568C3009EA554 /* freetype.h in Headers */, + B3E206EF20E568C5009EA554 /* glibconfig.h in Headers */, + B31BD98C20E7E0D900A560C2 /* coll.h in Headers */, + B31BD98E20E7E0D900A560C2 /* uregex.h in Headers */, + B3E2062F20E568C4009EA554 /* gversionmacros.h in Headers */, + B31BD9B720E7E0D900A560C2 /* uconfig.h in Headers */, + B3E2068A20E568C5009EA554 /* gdataoutputstream.h in Headers */, + B3E205F220E568C4009EA554 /* ghmac.h in Headers */, + B31BD99920E7E0D900A560C2 /* selfmt.h in Headers */, + B3E205FA20E568C4009EA554 /* gurifuncs.h in Headers */, + B3E2062C20E568C4009EA554 /* galloca.h in Headers */, + B3E2068020E568C5009EA554 /* gcredentials.h in Headers */, + B3E2064820E568C4009EA554 /* gtlsinteraction.h in Headers */, + B3E206C820E568C5009EA554 /* gsimpleaction.h in Headers */, + B3E2062320E568C4009EA554 /* gatomic.h in Headers */, + B3E205F020E568C4009EA554 /* glib.h in Headers */, + B3E2067E20E568C5009EA554 /* gproxyresolver.h in Headers */, + B3F80B1020E585E900030497 /* hb-gobject-enums.h in Headers */, + B31BD9A120E7E0D900A560C2 /* resbund.h in Headers */, + B31BD9A420E7E0D900A560C2 /* alphaindex.h in Headers */, + B3E2063520E568C4009EA554 /* gbitlock.h in Headers */, + B3E2063D20E568C4009EA554 /* grel.h in Headers */, + B3E2050220E568C3009EA554 /* gdk-pixbuf-autocleanups.h in Headers */, + B3F804D920E5820B00030497 /* pango-language.h in Headers */, + B31BD9BF20E7E0D900A560C2 /* uclean.h in Headers */, + B3F804D820E5820B00030497 /* pango-version-macros.h in Headers */, + B3E206BD20E568C5009EA554 /* gconverter.h in Headers */, + B3E204DC20E568C3009EA554 /* ftgxval.h in Headers */, + B3E2066520E568C4009EA554 /* gdbusmethodinvocation.h in Headers */, + B3E2050420E568C3009EA554 /* gdk-pixdata.h in Headers */, + B3E206BE20E568C5009EA554 /* gdtlsserverconnection.h in Headers */, + B3F80B0620E585E900030497 /* hb-gobject-structs.h in Headers */, + B3E204E320E568C3009EA554 /* tttables.h in Headers */, + B3E205E720E568C4009EA554 /* gvaluetypes.h in Headers */, + B31BD95920E7E0D900A560C2 /* uchriter.h in Headers */, + B3E205F720E568C4009EA554 /* gbookmarkfile.h in Headers */, + B3F80B1720E585E900030497 /* hb-blob.h in Headers */, + B3E204E520E568C3009EA554 /* ftglyph.h in Headers */, + B3E2077D20E568C5009EA554 /* cairo-ft.h in Headers */, + B31BD9C620E7E0D900A560C2 /* unifilt.h in Headers */, + B31BD96D20E7E0D900A560C2 /* urename.h in Headers */, + B3E2069320E568C5009EA554 /* gdbusobjectmanager.h in Headers */, + B3F807C420E5858200030497 /* cr-stylesheet.h in Headers */, + B31BD9A020E7E0D900A560C2 /* udateintervalformat.h in Headers */, + B3F807C720E5858200030497 /* cr-prop-list.h in Headers */, + B3E2077920E568C5009EA554 /* cairo-pdf.h in Headers */, + B3E205F620E568C4009EA554 /* gtrashstack.h in Headers */, + B3F804DF20E5820B00030497 /* pango-features.h in Headers */, + B3E2061720E568C4009EA554 /* gerror.h in Headers */, + B31BD94A20E7E0D900A560C2 /* docmain.h in Headers */, + B3F808A820E585C000030497 /* fribidi-joining-types.h in Headers */, + B3E206A220E568C5009EA554 /* goutputstream.h in Headers */, + B3E2060020E568C4009EA554 /* gbytes.h in Headers */, + B3E204DD20E568C3009EA554 /* ftchapters.h in Headers */, + B3E2067120E568C5009EA554 /* gdbusconnection.h in Headers */, + B3E2062620E568C4009EA554 /* goption.h in Headers */, + B3F807D520E5858200030497 /* cr-selector.h in Headers */, + B31BD96820E7E0D900A560C2 /* uobject.h in Headers */, + B31BD91720E7E0D800A560C2 /* utf_old.h in Headers */, + B3E206AE20E568C5009EA554 /* gpollableinputstream.h in Headers */, + B3F807D720E5858200030497 /* cr-additional-sel.h in Headers */, + B3F8066220E5851A00030497 /* pcreposix.h in Headers */, + B31BD94D20E7E0D900A560C2 /* udata.h in Headers */, + B3F80B1120E585E900030497 /* hb-shape.h in Headers */, + B3E2077720E568C5009EA554 /* cairo-quartz.h in Headers */, + B35B71271F904CF100BE477E /* SurfaceHandleBuilder.h in Headers */, + B3F808AE20E585C000030497 /* fribidi-types.h in Headers */, + B3E2066920E568C4009EA554 /* gzlibcompressor.h in Headers */, + B3E2050820E568C3009EA554 /* gdk-pixbuf-simple-anim.h in Headers */, + B37C74B11F8C5C7400DF505B /* PNGSurface.h in Headers */, + B3E2062020E568C4009EA554 /* gcharset.h in Headers */, + B3E206A920E568C5009EA554 /* gnativevolumemonitor.h in Headers */, + B3E2067D20E568C5009EA554 /* ginputstream.h in Headers */, + B31BD9B320E7E0D900A560C2 /* ucnv.h in Headers */, + B3E204BE20E568C3009EA554 /* ftwinfnt.h in Headers */, + B3F808B420E585C000030497 /* fribidi-flags.h in Headers */, + B3E2050720E568C3009EA554 /* gdk-pixbuf-features.h in Headers */, + B31BD96A20E7E0D900A560C2 /* ures.h in Headers */, + B3E209FA20E568C8009EA554 /* autosprintf.h in Headers */, + B31BD93A20E7E0D900A560C2 /* uenum.h in Headers */, + B31BD9A720E7E0D900A560C2 /* rbtz.h in Headers */, + B3E206A120E568C5009EA554 /* gnotification.h in Headers */, + B3E2069E20E568C5009EA554 /* gtcpwrapperconnection.h in Headers */, + B3F8066120E5851A00030497 /* pcrecpparg.h in Headers */, + B3F808B820E585C000030497 /* fribidi-bidi-types-list.h in Headers */, + B31BD92C20E7E0D900A560C2 /* uregion.h in Headers */, + B3E206A420E568C5009EA554 /* gcharsetconverter.h in Headers */, + B3E204DF20E568C3009EA554 /* ftlzw.h in Headers */, + B31BD94420E7E0D900A560C2 /* fieldpos.h in Headers */, + B31BD93420E7E0D900A560C2 /* udat.h in Headers */, + B3F804F320E5820B00030497 /* pango-gravity.h in Headers */, + B31BD98920E7E0D900A560C2 /* numberformatter.h in Headers */, + B37C74A41F8C5C7400DF505B /* SVGImageHandle.h in Headers */, + B31BD99520E7E0D900A560C2 /* unorm.h in Headers */, + B3E2064A20E568C4009EA554 /* gsocketservice.h in Headers */, + B3E2060B20E568C4009EA554 /* gsequence.h in Headers */, + B3E204D720E568C3009EA554 /* ftincrem.h in Headers */, + B3E206D120E568C5009EA554 /* gdrive.h in Headers */, + B3E205F820E568C4009EA554 /* gprimes.h in Headers */, + B3E204EC20E568C3009EA554 /* ftrender.h in Headers */, + B3F807CF20E5858200030497 /* cr-om-parser.h in Headers */, + B3E2064720E568C4009EA554 /* gdbusaddress.h in Headers */, + B3F807CB20E5858200030497 /* cr-string.h in Headers */, + B3F804F020E5820B00030497 /* pango-utils.h in Headers */, + B31BD95520E7E0D900A560C2 /* measunit.h in Headers */, + B31BD92020E7E0D800A560C2 /* dtfmtsym.h in Headers */, + B3E205EF20E568C4009EA554 /* glib-unix.h in Headers */, + B3E205FF20E568C4009EA554 /* garray.h in Headers */, + B3E205F920E568C4009EA554 /* grand.h in Headers */, + B3F80B1E20E585E900030497 /* hb-gobject.h in Headers */, + B3E206C520E568C5009EA554 /* giotypes.h in Headers */, + B3E206BA20E568C5009EA554 /* gicon.h in Headers */, + B31BD95C20E7E0D900A560C2 /* utf.h in Headers */, + B3E2066420E568C4009EA554 /* giomodule.h in Headers */, + B3E2064920E568C4009EA554 /* gthreadedsocketservice.h in Headers */, + B3E2063720E568C4009EA554 /* gmessages.h in Headers */, + B3F807CC20E5858200030497 /* cr-pseudo.h in Headers */, + B3F807C620E5858200030497 /* cr-term.h in Headers */, + B3E2077B20E568C5009EA554 /* cairo-gobject.h in Headers */, + B3F80B1B20E585E900030497 /* hb-subset-glyf.hh in Headers */, + B37C74AB1F8C5C7400DF505B /* ImageHandleBuilder.h in Headers */, + B31BD9C320E7E0D900A560C2 /* utypes.h in Headers */, + B31BD99720E7E0D900A560C2 /* unifunct.h in Headers */, + B3F807CA20E5858200030497 /* cr-rgb.h in Headers */, + B3F808B620E585C000030497 /* fribidi-bidi.h in Headers */, + B3E204E720E568C3009EA554 /* ftbitmap.h in Headers */, + B31BD93220E7E0D900A560C2 /* dtitvinf.h in Headers */, + B3F80B0D20E585E900030497 /* hb-ot.h in Headers */, + B3F8075120E5855F00030497 /* ffitarget.h in Headers */, + B3E2077120E568C5009EA554 /* cairo-version.h in Headers */, + B3E205E520E568C4009EA554 /* glib-types.h in Headers */, + B31BD9AF20E7E0D900A560C2 /* format.h in Headers */, + B3E2069120E568C5009EA554 /* gtlsserverconnection.h in Headers */, + B3E206BF20E568C5009EA554 /* gnetworkmonitor.h in Headers */, + B3E2069820E568C5009EA554 /* gbufferedoutputstream.h in Headers */, + B3E2060C20E568C4009EA554 /* gvarianttype.h in Headers */, + B31BD95E20E7E0D900A560C2 /* tzrule.h in Headers */, + B3E204C120E568C3009EA554 /* ftparams.h in Headers */, + B3E206AD20E568C5009EA554 /* gtlsbackend.h in Headers */, + B3E206CD20E568C5009EA554 /* gsettingsschema.h in Headers */, + B3E2077620E568C5009EA554 /* cairo-script.h in Headers */, + B3F808B020E585C000030497 /* fribidi-deprecated.h in Headers */, + B3F807D020E5858200030497 /* cr-statement.h in Headers */, + B3825EFE20F91807008F2A02 /* Log.h in Headers */, + B3F807D220E5858200030497 /* libcroco.h in Headers */, + B31BD9B820E7E0D900A560C2 /* utf16.h in Headers */, + B3F80B0A20E585E900030497 /* hb-coretext.h in Headers */, + B3E204DE20E568C3009EA554 /* tttags.h in Headers */, + B3E207F020E568C6009EA554 /* fcfreetype.h in Headers */, + B31BD93320E7E0D900A560C2 /* rbnf.h in Headers */, + B3E2069020E568C5009EA554 /* gapplication.h in Headers */, + B3F807C520E5858200030497 /* cr-enc-handler.h in Headers */, + B3E2061420E568C4009EA554 /* genviron.h in Headers */, + B3E205D720E568C4009EA554 /* gunixmounts.h in Headers */, + B3825EFF20F91807008F2A02 /* Font.h in Headers */, + B31BD9B420E7E0D900A560C2 /* ucharstriebuilder.h in Headers */, + B31BD92B20E7E0D900A560C2 /* icuplug.h in Headers */, + B3E2077820E568C5009EA554 /* cairo-deprecated.h in Headers */, + B3E206B520E568C5009EA554 /* gioerror.h in Headers */, + B3E2066120E568C4009EA554 /* gio-autocleanups.h in Headers */, + B3E2060720E568C4009EA554 /* gpoll.h in Headers */, + B3F8075220E5855F00030497 /* ffi.h in Headers */, + B3E2062420E568C4009EA554 /* gdatetime.h in Headers */, + B3E2068820E568C5009EA554 /* gtcpconnection.h in Headers */, + B3F804E320E5820B00030497 /* pango-break.h in Headers */, + B3F804DC20E5820B00030497 /* pango-ot.h in Headers */, + B3E204D020E568C3009EA554 /* ftsynth.h in Headers */, + B3F80B1220E585E900030497 /* hb-subset-plan.hh in Headers */, + B3F804EB20E5820B00030497 /* pangofc-font.h in Headers */, + B3E2069420E568C5009EA554 /* gactiongroupexporter.h in Headers */, + B3E2064B20E568C4009EA554 /* gnetworkaddress.h in Headers */, + B31BD91520E7E0D800A560C2 /* translit.h in Headers */, + B31BD95420E7E0D900A560C2 /* bytestriebuilder.h in Headers */, + B3E204E920E568C3009EA554 /* ftmac.h in Headers */, + B3E2065420E568C4009EA554 /* gdbusnameowning.h in Headers */, + B31BD9B120E7E0D900A560C2 /* normalizer2.h in Headers */, + B3E205D420E568C4009EA554 /* gunixoutputstream.h in Headers */, + B3E204D420E568C3009EA554 /* ftcache.h in Headers */, + B31BD97C20E7E0D900A560C2 /* messagepattern.h in Headers */, + B31BD94120E7E0D900A560C2 /* coleitr.h in Headers */, + B31BD97F20E7E0D900A560C2 /* tmutamt.h in Headers */, + B3E205D320E568C4009EA554 /* gunixconnection.h in Headers */, + B31BD97120E7E0D900A560C2 /* ucharstrie.h in Headers */, + B3E2067C20E568C5009EA554 /* gproxyaddressenumerator.h in Headers */, + B31BD97220E7E0D900A560C2 /* tmunit.h in Headers */, + B31BD97420E7E0D900A560C2 /* rbbi.h in Headers */, + B31BD94020E7E0D900A560C2 /* casemap.h in Headers */, + B31BD9BB20E7E0D900A560C2 /* rep.h in Headers */, + B31BD95720E7E0D900A560C2 /* locdspnm.h in Headers */, + B31BD91E20E7E0D800A560C2 /* tblcoll.h in Headers */, + B31BD92A20E7E0D900A560C2 /* ucurr.h in Headers */, + B3E2077420E568C5009EA554 /* cairo-quartz-image.h in Headers */, + B31BD91920E7E0D800A560C2 /* tzfmt.h in Headers */, + B3E206CA20E568C5009EA554 /* gcancellable.h in Headers */, + B3E2060320E568C4009EA554 /* gkeyfile.h in Headers */, + B3F80B2120E585EA00030497 /* hb-ft.h in Headers */, + B3E204C820E568C3009EA554 /* ftmodapi.h in Headers */, + B3F808BA20E585C000030497 /* fribidi-shape.h in Headers */, + B3E2060520E568C4009EA554 /* gmappedfile.h in Headers */, + B3E2064220E568C4009EA554 /* gdbusobject.h in Headers */, + B3E205F320E568C4009EA554 /* gtimer.h in Headers */, + B31BD94E20E7E0D900A560C2 /* stringtriebuilder.h in Headers */, + B31BD92520E7E0D800A560C2 /* choicfmt.h in Headers */, + B3E204BF20E568C3009EA554 /* ftsizes.h in Headers */, + B3F807BF20E5858200030497 /* cr-token.h in Headers */, + B3E2062E20E568C4009EA554 /* gthread.h in Headers */, + B3F804E120E5820B00030497 /* pango-fontset.h in Headers */, + B3E205EB20E568C4009EA554 /* gvaluecollector.h in Headers */, + B3E206C220E568C5009EA554 /* gioscheduler.h in Headers */, + B3E2066020E568C4009EA554 /* gaction.h in Headers */, + B3E2064F20E568C4009EA554 /* gmemoryoutputstream.h in Headers */, + B3E2067620E568C5009EA554 /* gsocketaddress.h in Headers */, + B3E2068B20E568C5009EA554 /* gfilenamecompleter.h in Headers */, + B3E206C320E568C5009EA554 /* gsettings.h in Headers */, + B3E2068120E568C5009EA554 /* gbytesicon.h in Headers */, + B3E2067B20E568C5009EA554 /* gresolver.h in Headers */, + B31BD93720E7E0D900A560C2 /* vtzone.h in Headers */, + B3F8066420E5851A00030497 /* pcre_stringpiece.h in Headers */, + B31BD99020E7E0D900A560C2 /* plurfmt.h in Headers */, + B3E205DA20E568C4009EA554 /* glib-object.h in Headers */, + B3E2061C20E568C4009EA554 /* ghostutils.h in Headers */, + B3E2060820E568C4009EA554 /* gunicode.h in Headers */, + B31BD95620E7E0D900A560C2 /* utrace.h in Headers */, + B31BD98820E7E0D900A560C2 /* umachine.h in Headers */, + B3F80B1420E585E900030497 /* hb-ot-font.h in Headers */, + B3E2062520E568C4009EA554 /* gstring.h in Headers */, + B3E2067020E568C5009EA554 /* gresource.h in Headers */, + B3F8056C20E584B300030497 /* png.h in Headers */, + B3F807BE20E5858200030497 /* cr-parser.h in Headers */, + B3F80B1520E585E900030497 /* hb-unicode.h in Headers */, + B3E206A020E568C5009EA554 /* gdbusauthobserver.h in Headers */, + B31BD9A620E7E0D900A560C2 /* unimatch.h in Headers */, + B3E206C120E568C5009EA554 /* glistmodel.h in Headers */, + B3E2068220E568C5009EA554 /* gdbusobjectmanagerclient.h in Headers */, + B3E204CC20E568C3009EA554 /* ftgzip.h in Headers */, + B31BD9B920E7E0D900A560C2 /* brkiter.h in Headers */, + B3E2062720E568C4009EA554 /* gdate.h in Headers */, + B3E2065D20E568C4009EA554 /* gdbusmessage.h in Headers */, + B3E204DB20E568C3009EA554 /* ftpfr.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXHeadersBuildPhase section */ + +/* Begin PBXNativeTarget section */ + B3136E5F1F90FCCF0002B7AB /* Speculid-Mac-AppUITests */ = { + isa = PBXNativeTarget; + buildConfigurationList = B3136E691F90FCCF0002B7AB /* Build configuration list for PBXNativeTarget "Speculid-Mac-AppUITests" */; + buildPhases = ( + 2A5BE6D591A31D93BD99307F /* [CP] Check Pods Manifest.lock */, + B3136E5C1F90FCCF0002B7AB /* Sources */, + B3136E5D1F90FCCF0002B7AB /* Frameworks */, + B3136E5E1F90FCCF0002B7AB /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + B3136E661F90FCCF0002B7AB /* PBXTargetDependency */, + ); + name = "Speculid-Mac-AppUITests"; + productName = "Speculid-Mac-AppUITests"; + productReference = B3136E601F90FCCF0002B7AB /* Speculid-Mac-AppUITests.xctest */; + productType = "com.apple.product-type.bundle.ui-testing"; + }; + B3136E7D1F90FD2E0002B7AB /* SpeculidTests */ = { + isa = PBXNativeTarget; + buildConfigurationList = B3136E861F90FD2E0002B7AB /* Build configuration list for PBXNativeTarget "SpeculidTests" */; + buildPhases = ( + 864BFA93E2D46B0EBF468EF2 /* [CP] Check Pods Manifest.lock */, + B3D329FA1F9A55B40042B46F /* ShellScript */, + B3136E7A1F90FD2E0002B7AB /* Sources */, + B3136E7B1F90FD2E0002B7AB /* Frameworks */, + B3136E7C1F90FD2E0002B7AB /* Resources */, + AB8615DAE34FEF509F2B61FF /* [CP] Embed Pods Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + B3136E851F90FD2E0002B7AB /* PBXTargetDependency */, + ); + name = SpeculidTests; + productName = SpeculidTests; + productReference = B3136E7E1F90FD2E0002B7AB /* SpeculidTests.xctest */; + productType = "com.apple.product-type.bundle.unit-test"; + }; + B3136E8C1F90FD3D0002B7AB /* CairoSVGTests */ = { + isa = PBXNativeTarget; + buildConfigurationList = B3136E951F90FD3D0002B7AB /* Build configuration list for PBXNativeTarget "CairoSVGTests" */; + buildPhases = ( + 86BA5F8D102809B05C3B7F84 /* [CP] Check Pods Manifest.lock */, + B3136E891F90FD3D0002B7AB /* Sources */, + B3136E8A1F90FD3D0002B7AB /* Frameworks */, + B3136E8B1F90FD3D0002B7AB /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + B3136E941F90FD3D0002B7AB /* PBXTargetDependency */, + ); + name = CairoSVGTests; + productName = CairoSVGTests; + productReference = B3136E8D1F90FD3D0002B7AB /* CairoSVGTests.xctest */; + productType = "com.apple.product-type.bundle.unit-test"; + }; + B3242E96213DBE6C0063037C /* Speculid-Mac-Cmd */ = { + isa = PBXNativeTarget; + buildConfigurationList = B3242E9D213DBE6C0063037C /* Build configuration list for PBXNativeTarget "Speculid-Mac-Cmd" */; + buildPhases = ( + B3242E93213DBE6C0063037C /* Sources */, + B3242E94213DBE6C0063037C /* Frameworks */, + B3242E95213DBE6C0063037C /* CopyFiles */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = "Speculid-Mac-Cmd"; + productName = "Speculid-Mac-Cmd"; + productReference = B3242E97213DBE6C0063037C /* speculid */; + productType = "com.apple.product-type.tool"; + }; + B324472023D2458300549D30 /* TestSetup */ = { + isa = PBXNativeTarget; + buildConfigurationList = B324472723D2458300549D30 /* Build configuration list for PBXNativeTarget "TestSetup" */; + buildPhases = ( + B324471D23D2458300549D30 /* Sources */, + B324471E23D2458300549D30 /* Frameworks */, + B324471F23D2458300549D30 /* CopyFiles */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = TestSetup; + productName = TestSetup; + productReference = B324472123D2458300549D30 /* TestSetup */; + productType = "com.apple.product-type.tool"; + }; + B326F24E21811B970072D652 /* com.brightdigit.Speculid-Mac-Installer */ = { + isa = PBXNativeTarget; + buildConfigurationList = B326F25321811B980072D652 /* Build configuration list for PBXNativeTarget "com.brightdigit.Speculid-Mac-Installer" */; + buildPhases = ( + B326F25A21811E250072D652 /* ShellScript */, + B326F24B21811B970072D652 /* Sources */, + B326F24C21811B970072D652 /* Frameworks */, + B326F24D21811B970072D652 /* CopyFiles */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = "com.brightdigit.Speculid-Mac-Installer"; + productName = "Speculid-Mac-Installer"; + productReference = B326F24F21811B970072D652 /* com.brightdigit.Speculid-Mac-Installer */; + productType = "com.apple.product-type.tool"; + }; + B37C743D1F8C58F300DF505B /* Speculid-Mac-App */ = { + isa = PBXNativeTarget; + buildConfigurationList = B37C744C1F8C58F300DF505B /* Build configuration list for PBXNativeTarget "Speculid-Mac-App" */; + buildPhases = ( + 6B0E6A3126F4611E46C09D7C /* [CP] Check Pods Manifest.lock */, + B326F24A2181113D0072D652 /* ShellScript */, + B3D329F91F9A55A20042B46F /* swiftformat */, + B37C743A1F8C58F300DF505B /* Sources */, + B37C743B1F8C58F300DF505B /* Frameworks */, + B37C743C1F8C58F300DF505B /* Resources */, + B37C74621F8C590D00DF505B /* Embed XPC Services */, + B37C747F1F8C5ADA00DF505B /* Embed Frameworks */, + F11FED44F4FDA27EB1AD0F15 /* [CP] Embed Pods Frameworks */, + B32D69ED1F9ED4A600C21C8C /* Codesign Dynamic Libraries */, + B3A2BCF8213F25F4005FC8A1 /* CopyFiles */, + B34B52DE217EB2530080E6DC /* CopyFiles */, + ); + buildRules = ( + ); + dependencies = ( + B37C745D1F8C590D00DF505B /* PBXTargetDependency */, + B37C74791F8C5ADA00DF505B /* PBXTargetDependency */, + B37C748F1F8C5B5C00DF505B /* PBXTargetDependency */, + ); + name = "Speculid-Mac-App"; + productName = "Speculid-Mac-App"; + productReference = B37C743E1F8C58F300DF505B /* Speculid.app */; + productType = "com.apple.product-type.application"; + }; + B37C74521F8C590D00DF505B /* Speculid-Mac-XPC */ = { + isa = PBXNativeTarget; + buildConfigurationList = B37C745F1F8C590D00DF505B /* Build configuration list for PBXNativeTarget "Speculid-Mac-XPC" */; + buildPhases = ( + BD6A812C7EF5D496661AC259 /* [CP] Check Pods Manifest.lock */, + B37C744F1F8C590D00DF505B /* Sources */, + B37C74501F8C590D00DF505B /* Frameworks */, + B37C74511F8C590D00DF505B /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = "Speculid-Mac-XPC"; + productName = "Speculid-Mac-XPC"; + productReference = B37C74531F8C590D00DF505B /* Speculid-Mac-XPC.xpc */; + productType = "com.apple.product-type.xpc-service"; + }; + B37C74721F8C5ADA00DF505B /* Speculid */ = { + isa = PBXNativeTarget; + buildConfigurationList = B37C747C1F8C5ADA00DF505B /* Build configuration list for PBXNativeTarget "Speculid" */; + buildPhases = ( + 11C29AAE26481241CA772FFC /* [CP] Check Pods Manifest.lock */, + B3136E9C1F9100CB0002B7AB /* Autorevision */, + B318906B1F919FA300D0EFA0 /* swiftformat */, + B318906C1F91A02000D0EFA0 /* swiftlint */, + B37C746E1F8C5ADA00DF505B /* Sources */, + B37C746F1F8C5ADA00DF505B /* Frameworks */, + B37C74701F8C5ADA00DF505B /* Headers */, + B37C74711F8C5ADA00DF505B /* Resources */, + B33A533F1F95568F00E74800 /* CopyFiles */, + B3B5E9D61F96AB1B004A6BEB /* warnings */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = Speculid; + productName = "Speculid-Mac-Framework"; + productReference = B37C74731F8C5ADA00DF505B /* SpeculidKit.framework */; + productType = "com.apple.product-type.framework"; + }; + B37C74881F8C5B5C00DF505B /* CairoSVG */ = { + isa = PBXNativeTarget; + buildConfigurationList = B37C74921F8C5B5C00DF505B /* Build configuration list for PBXNativeTarget "CairoSVG" */; + buildPhases = ( + 4F4C36B7508D73A1292508F5 /* [CP] Check Pods Manifest.lock */, + B37C74841F8C5B5C00DF505B /* Sources */, + B37C74851F8C5B5C00DF505B /* Frameworks */, + B3E211A620E57290009EA554 /* CopyFiles */, + B37C74861F8C5B5C00DF505B /* Headers */, + B37C74871F8C5B5C00DF505B /* Resources */, + B3E211A820E573B9009EA554 /* Installing Libaries */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = CairoSVG; + productName = "CairoSVG-Mac-Framework"; + productReference = B37C74891F8C5B5C00DF505B /* CairoSVG.framework */; + productType = "com.apple.product-type.framework"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + B37C74361F8C58F300DF505B /* Project object */ = { + isa = PBXProject; + attributes = { + LastSwiftUpdateCheck = 1130; + LastUpgradeCheck = 1000; + ORGANIZATIONNAME = "Bright Digit, LLC"; + TargetAttributes = { + B3136E5F1F90FCCF0002B7AB = { + CreatedOnToolsVersion = 9.0; + LastSwiftMigration = 1110; + ProvisioningStyle = Automatic; + TestTargetID = B37C743D1F8C58F300DF505B; + }; + B3136E7D1F90FD2E0002B7AB = { + CreatedOnToolsVersion = 9.0; + LastSwiftMigration = 1110; + ProvisioningStyle = Automatic; + }; + B3136E8C1F90FD3D0002B7AB = { + CreatedOnToolsVersion = 9.0; + LastSwiftMigration = 1110; + ProvisioningStyle = Automatic; + }; + B3242E96213DBE6C0063037C = { + CreatedOnToolsVersion = 10.0; + LastSwiftMigration = 1110; + ProvisioningStyle = Automatic; + }; + B324472023D2458300549D30 = { + CreatedOnToolsVersion = 11.3.1; + ProvisioningStyle = Automatic; + }; + B326F24E21811B970072D652 = { + CreatedOnToolsVersion = 10.0; + LastSwiftMigration = 1110; + ProvisioningStyle = Automatic; + }; + B37C743D1F8C58F300DF505B = { + CreatedOnToolsVersion = 9.0; + LastSwiftMigration = 1110; + ProvisioningStyle = Automatic; + SystemCapabilities = { + com.apple.HardenedRuntime = { + enabled = 1; + }; + com.apple.Sandbox = { + enabled = 0; + }; + }; + }; + B37C74521F8C590D00DF505B = { + CreatedOnToolsVersion = 9.0; + LastSwiftMigration = 1110; + ProvisioningStyle = Automatic; + SystemCapabilities = { + com.apple.HardenedRuntime = { + enabled = 1; + }; + }; + }; + B37C74721F8C5ADA00DF505B = { + CreatedOnToolsVersion = 9.0; + LastSwiftMigration = 1110; + ProvisioningStyle = Automatic; + }; + B37C74881F8C5B5C00DF505B = { + CreatedOnToolsVersion = 9.0; + LastSwiftMigration = 0900; + ProvisioningStyle = Automatic; + }; + }; + }; + buildConfigurationList = B37C74391F8C58F300DF505B /* Build configuration list for PBXProject "Speculid" */; + compatibilityVersion = "Xcode 8.0"; + developmentRegion = en; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = B37C74351F8C58F300DF505B; + productRefGroup = B37C743F1F8C58F300DF505B /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + B37C743D1F8C58F300DF505B /* Speculid-Mac-App */, + B37C74521F8C590D00DF505B /* Speculid-Mac-XPC */, + B37C74721F8C5ADA00DF505B /* Speculid */, + B37C74881F8C5B5C00DF505B /* CairoSVG */, + B3136E5F1F90FCCF0002B7AB /* Speculid-Mac-AppUITests */, + B3136E7D1F90FD2E0002B7AB /* SpeculidTests */, + B3136E8C1F90FD3D0002B7AB /* CairoSVGTests */, + B3242E96213DBE6C0063037C /* Speculid-Mac-Cmd */, + B326F24E21811B970072D652 /* com.brightdigit.Speculid-Mac-Installer */, + B324472023D2458300549D30 /* TestSetup */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + B3136E5E1F90FCCF0002B7AB /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B3136E7C1F90FD2E0002B7AB /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + B3C6CA8E2114C9EB000D5120 /* dummy in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B3136E8B1F90FD3D0002B7AB /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + B3081399218A067800DB07D0 /* geometry.svg in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B37C743C1F8C58F300DF505B /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + B3136EB01F9124730002B7AB /* svg-trayicon.speculid in Resources */, + B3136DD71F90E4AC0002B7AB /* layers.svg in Resources */, + B37C74441F8C58F300DF505B /* Assets.xcassets in Resources */, + B3136EA31F910BC90002B7AB /* svg-appicon.speculid in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B37C74511F8C590D00DF505B /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B37C74711F8C5ADA00DF505B /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + B3136E561F90F73B0002B7AB /* versions.plist in Resources */, + B3E9A9011FB4DCCA00FD8E7A /* autorevision.json in Resources */, + B3D32A021F9A5D760042B46F /* help.txt in Resources */, + B36C2E8B1FA5B876003F48BD /* build.list in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B37C74871F8C5B5C00DF505B /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXShellScriptBuildPhase section */ + 11C29AAE26481241CA772FFC /* [CP] Check Pods Manifest.lock */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", + "${PODS_ROOT}/Manifest.lock", + ); + name = "[CP] Check Pods Manifest.lock"; + outputPaths = ( + "$(DERIVED_FILE_DIR)/Pods-Speculid-checkManifestLockResult.txt", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; + showEnvVarsInLog = 0; + }; + 2A5BE6D591A31D93BD99307F /* [CP] Check Pods Manifest.lock */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", + "${PODS_ROOT}/Manifest.lock", + ); + name = "[CP] Check Pods Manifest.lock"; + outputPaths = ( + "$(DERIVED_FILE_DIR)/Pods-Speculid-Mac-AppUITests-checkManifestLockResult.txt", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; + showEnvVarsInLog = 0; + }; + 4F4C36B7508D73A1292508F5 /* [CP] Check Pods Manifest.lock */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", + "${PODS_ROOT}/Manifest.lock", + ); + name = "[CP] Check Pods Manifest.lock"; + outputPaths = ( + "$(DERIVED_FILE_DIR)/Pods-CairoSVG-checkManifestLockResult.txt", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; + showEnvVarsInLog = 0; + }; + 6B0E6A3126F4611E46C09D7C /* [CP] Check Pods Manifest.lock */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", + "${PODS_ROOT}/Manifest.lock", + ); + name = "[CP] Check Pods Manifest.lock"; + outputPaths = ( + "$(DERIVED_FILE_DIR)/Pods-Speculid-Mac-App-checkManifestLockResult.txt", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; + showEnvVarsInLog = 0; + }; + 864BFA93E2D46B0EBF468EF2 /* [CP] Check Pods Manifest.lock */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", + "${PODS_ROOT}/Manifest.lock", + ); + name = "[CP] Check Pods Manifest.lock"; + outputPaths = ( + "$(DERIVED_FILE_DIR)/Pods-SpeculidTests-checkManifestLockResult.txt", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; + showEnvVarsInLog = 0; + }; + 86BA5F8D102809B05C3B7F84 /* [CP] Check Pods Manifest.lock */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", + "${PODS_ROOT}/Manifest.lock", + ); + name = "[CP] Check Pods Manifest.lock"; + outputPaths = ( + "$(DERIVED_FILE_DIR)/Pods-CairoSVGTests-checkManifestLockResult.txt", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; + showEnvVarsInLog = 0; + }; + AB8615DAE34FEF509F2B61FF /* [CP] Embed Pods Frameworks */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + "${PODS_ROOT}/Target Support Files/Pods-SpeculidTests/Pods-SpeculidTests-frameworks.sh", + "${BUILT_PRODUCTS_DIR}/SwiftVer/SwiftVer.framework", + ); + name = "[CP] Embed Pods Frameworks"; + outputPaths = ( + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SwiftVer.framework", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-SpeculidTests/Pods-SpeculidTests-frameworks.sh\"\n"; + showEnvVarsInLog = 0; + }; + B3136E9C1F9100CB0002B7AB /* Autorevision */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = Autorevision; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "touch \"${SRCROOT}/.version\"\nstart=1\nversion_file=`< \"${SRCROOT}/.version\"`\nversion=${version_file:-${start}}\nexport VCS_EXTRA=${version}\nmkdir -p tmp\necho \"Set Extra Version Number to ${VCS_EXTRA}\"\n\"${SRCROOT}/bin/autorevision.sh\" -t json >${SRCROOT}/frameworks/speculid/autorevision.json\necho `expr ${VCS_EXTRA} + 1` >\"${SRCROOT}/.version\""; + }; + B318906B1F919FA300D0EFA0 /* swiftformat */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = swiftformat; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${PODS_ROOT}/SwiftFormat/CommandLineTool/swiftformat\" \"${SRCROOT}/frameworks\" --disable trailingCommas --indent 2 --allman false --removelines enabled --header strip --insertlines disabled --empty void --ranges spaced --trimwhitespace always --linebreaks lf --commas always --comments indent --ifdef indent --hexliterals uppercase --semicolons inline\n"; + }; + B318906C1F91A02000D0EFA0 /* swiftlint */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = swiftlint; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${PODS_ROOT}/SwiftLint/swiftlint\" --quiet\n"; + }; + B326F24A2181113D0072D652 /* ShellScript */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputFileListPaths = ( + ); + inputPaths = ( + ); + outputFileListPaths = ( + ); + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${SRCROOT}\"/scripts/CodeSignUpdate.sh\n\n"; + }; + B326F25A21811E250072D652 /* ShellScript */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputFileListPaths = ( + ); + inputPaths = ( + ); + outputFileListPaths = ( + ); + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${SRCROOT}\"/scripts/CodeSignUpdate.sh\n"; + }; + B32D69ED1F9ED4A600C21C8C /* Codesign Dynamic Libraries */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "Codesign Dynamic Libraries"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "#\"$SRCROOT/scripts/codesign-framework.sh\"\n"; + }; + B3B5E9D61F96AB1B004A6BEB /* warnings */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = warnings; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "TAGS=\"TODO:|FIXME:\"\nERRORTAG=\"ERROR:\"\nfind \"${SRCROOT}\" \\( -name \"*.h\" -or -name \"*.m\" -or -name \"*.swift\" -type f\\) -print0 | xargs -0 egrep --with-filename --line-number --only-matching \"($TAGS).*\\$|($ERRORTAG).*\\$\" | perl -p -e \"s/($TAGS)/ warning: \\$1/\" | perl -p -e \"s/($ERRORTAG)/ error: \\$1/\""; + }; + B3D329F91F9A55A20042B46F /* swiftformat */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = swiftformat; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${PODS_ROOT}/SwiftFormat/CommandLineTool/swiftformat\" \"${SRCROOT}/applications\" --disable trailingCommas --indent 2 --allman false --removelines enabled --header strip --insertlines disabled --empty void --ranges spaced --trimwhitespace always --linebreaks lf --commas always --comments indent --ifdef indent --hexliterals uppercase --semicolons inline\n"; + }; + B3D329FA1F9A55B40042B46F /* ShellScript */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${PODS_ROOT}/SwiftFormat/CommandLineTool/swiftformat\" \"${SRCROOT}/tests\" --disable trailingCommas --indent 2 --allman false --removelines enabled --header strip --insertlines disabled --empty void --ranges spaced --trimwhitespace always --linebreaks lf --commas always --comments indent --ifdef indent --hexliterals uppercase --semicolons inline\n"; + }; + B3E211A820E573B9009EA554 /* Installing Libaries */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "Installing Libaries"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${SRCROOT}/scripts/fix_dylibs.sh\" \"${TARGET_BUILD_DIR}/${EXECUTABLE_PATH}\"\n"; + }; + BD6A812C7EF5D496661AC259 /* [CP] Check Pods Manifest.lock */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", + "${PODS_ROOT}/Manifest.lock", + ); + name = "[CP] Check Pods Manifest.lock"; + outputPaths = ( + "$(DERIVED_FILE_DIR)/Pods-Speculid-Mac-XPC-checkManifestLockResult.txt", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; + showEnvVarsInLog = 0; + }; + F11FED44F4FDA27EB1AD0F15 /* [CP] Embed Pods Frameworks */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + "${PODS_ROOT}/Target Support Files/Pods-Speculid-Mac-App/Pods-Speculid-Mac-App-frameworks.sh", + "${BUILT_PRODUCTS_DIR}/SwiftVer/SwiftVer.framework", + ); + name = "[CP] Embed Pods Frameworks"; + outputPaths = ( + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SwiftVer.framework", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Speculid-Mac-App/Pods-Speculid-Mac-App-frameworks.sh\"\n"; + showEnvVarsInLog = 0; + }; +/* End PBXShellScriptBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + B3136E5C1F90FCCF0002B7AB /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + B3136E631F90FCCF0002B7AB /* SpeculidUITests.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B3136E7A1F90FD2E0002B7AB /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + B34188911F9A479900C5F356 /* SpeculidApplicationModeParserTest.swift in Sources */, + B3D32A041F9A5E8F0042B46F /* CommandLineRunnerTest.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B3136E891F90FD3D0002B7AB /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + B3136E901F90FD3D0002B7AB /* CairoSVGTests.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B3242E93213DBE6C0063037C /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + B3242E9A213DBE6C0063037C /* main.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B324471D23D2458300549D30 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + B324472B23D245A600549D30 /* mfizz.swift in Sources */, + B324472423D2458300549D30 /* main.swift in Sources */, + B324472A23D245A600549D30 /* organize_icons.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B326F24B21811B970072D652 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + B326F25621811BA20072D652 /* main.swift in Sources */, + B326F25721811BA20072D652 /* ServiceDelegate.swift in Sources */, + B326F25821811C870072D652 /* InstallerProtocol.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B37C743A1F8C58F300DF505B /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + B3136DDE1F90EF470002B7AB /* Application.swift in Sources */, + B35B71231F9041B900BE477E /* main.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B37C744F1F8C590D00DF505B /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + B37C74641F8C592400DF505B /* main.swift in Sources */, + B37C746B1F8C598500DF505B /* ServiceDelegate.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B37C746E1F8C5ADA00DF505B /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + B3F6E27B233C3DC400B28DA2 /* AssetSpecificationFile.swift in Sources */, + B3B5E9E41F96C5F1004A6BEB /* CommandLineActivityProtocol.swift in Sources */, + B3891BBE20F7CE010095E1FD /* CwlSysctl.swift in Sources */, + B3136E3D1F90F73B0002B7AB /* AnalyticsParameterKey.swift in Sources */, + B3F0ECF21F9E6AAD0078690E /* SpeculidImageSpecificationBuilder.swift in Sources */, + B3136E4D1F90F73B0002B7AB /* AnalyticsSessionManagerProtocol.swift in Sources */, + B33F0BBB1F9586A9004A87DD /* StatusItemProvider.swift in Sources */, + B3136E351F90F73B0002B7AB /* AnalyticsParameterDictionary.swift in Sources */, + B3136E431F90F73B0002B7AB /* SpeculidSpecificationsFileProtocol.swift in Sources */, + B3B5E9E61F96C604004A6BEB /* CommandLineRunnerProtocol.swift in Sources */, + B3136DDF1F90EFB10002B7AB /* Application.swift in Sources */, + B3136E331F90F73B0002B7AB /* String.swift in Sources */, + B3136E521F90F73B0002B7AB /* AnalyticsTrackerProtocol.swift in Sources */, + B3136E461F90F73B0002B7AB /* ImageConversionTaskProtocol.swift in Sources */, + B3136E3C1F90F73B0002B7AB /* SpeculidDocument.swift in Sources */, + B3B5E9E21F96C44D004A6BEB /* SpeculidCommandArgumentSet.swift in Sources */, + B3F6E27D233C3EE100B28DA2 /* AssetCatalogItemSize.swift in Sources */, + B33F0BB91F958695004A87DD /* RemoteObjectInterfaceProvider.swift in Sources */, + B33F0BB61F958640004A87DD /* StatusItemProviderProtocol.swift in Sources */, + B34B52C8217E5D700080E6DC /* InstallType.swift in Sources */, + B3136E4E1F90F73B0002B7AB /* AssetSpecificationProtocol.swift in Sources */, + B317B0D11FA560EE00BB5E57 /* QuitMenuItem.swift in Sources */, + B3136E421F90F73B0002B7AB /* ImageIdiom.swift in Sources */, + B3D32A081F9A73740042B46F /* AsyncBlockOperation.swift in Sources */, + B3136E371F90F73B0002B7AB /* SpeculidSpecificationsFile.swift in Sources */, + B3B5E9EC1F96C7D5004A6BEB /* SpeculidApplicationModeParser.swift in Sources */, + B341888E1F9A460300C5F356 /* CommandLineArgumentProvider.swift in Sources */, + B31BEAFA1F96268700496E7A /* RegularExpressionSetBuilder.swift in Sources */, + B3136E311F90F73B0002B7AB /* CairoConversionSetBuilder.swift in Sources */, + B3136E251F90F73B0002B7AB /* CairoConversionSet.swift in Sources */, + B3136E451F90F73B0002B7AB /* ImageConversionSetBuilderProtocol.swift in Sources */, + B3136E5B1F90FB710002B7AB /* ImageSpecification.swift in Sources */, + B3136E401F90F73B0002B7AB /* AnalyticsConfiguration.swift in Sources */, + B3136E301F90F73B0002B7AB /* ImageConversionBuilder.swift in Sources */, + B394EEBF2195FE46004EB090 /* BadGeometryCGSizeValueError.swift in Sources */, + B3136E2D1F90F73B0002B7AB /* ImageConversionSetBuilder.swift in Sources */, + B31BEAFC1F96269F00496E7A /* RegularExpressionSet.swift in Sources */, + B3136E511F90F73B0002B7AB /* AnalyticsConfigurationProtocol.swift in Sources */, + B3136DD41F90E45F0002B7AB /* Service.swift in Sources */, + B3136E291F90F73B0002B7AB /* ClientIdentifier.swift in Sources */, + B3136E501F90F73B0002B7AB /* SpeculidArgumentsProtocol.swift in Sources */, + B3F0ECF01F9E6A4D0078690E /* SpeculidImageSpecificationBuilderProtocol.swift in Sources */, + B3136DD11F90E45F0002B7AB /* ImageFile.swift in Sources */, + B33F0BB71F958640004A87DD /* RemoteObjectInterfaceProviderProtocol.swift in Sources */, + B3FAD3EB1FA564D0004381A7 /* VersionMenuItem.swift in Sources */, + B3D32A061F9A5FEE0042B46F /* FileHandle.swift in Sources */, + B3136DD51F90E45F0002B7AB /* ServiceProtocol.swift in Sources */, + B3FDF6452180A3FF00455A43 /* InstallerProtocol.swift in Sources */, + B3136E4C1F90F73B0002B7AB /* AnalyticsEventProtocol.swift in Sources */, + B31BEB001F9626BB00496E7A /* RegularExpressionSetBuilderProtocol.swift in Sources */, + B3E9A9031FB4DDE400FD8E7A /* Version.swift in Sources */, + B3136E531F90F73B0002B7AB /* SpeculidBuilderProtocol.swift in Sources */, + B3136E4B1F90F73B0002B7AB /* SpeculidConfigurationProtocol.swift in Sources */, + B3F6E281233C3F2E00B28DA2 /* AssetSpecificationMetadata.swift in Sources */, + B3136E4A1F90F73B0002B7AB /* SpeculidDocumentProtocol.swift in Sources */, + B3033B201F9AEFE600787279 /* AssetSpecificationDocument.swift in Sources */, + B3136E4F1F90F73B0002B7AB /* GeometryProtocol.swift in Sources */, + B3B5E9E81F96C74C004A6BEB /* CommandLineRunner.swift in Sources */, + B3136E2F1F90F73B0002B7AB /* SpeculidBuilder.swift in Sources */, + B394EEC02195FE4A004EB090 /* BadGeometryStringValueError.swift in Sources */, + B3136E341F90F73B0002B7AB /* CGFloat.swift in Sources */, + B3B5E9E01F96C416004A6BEB /* SpeculidApplicationMode.swift in Sources */, + B3033B1E1F9AEFC100787279 /* AssetSpecificationDocumentProtocol.swift in Sources */, + B3136E5A1F90F73B0002B7AB /* UnknownConversionError.swift in Sources */, + B3136E551F90F73B0002B7AB /* ImageConversionBuilderProtocol.swift in Sources */, + B3B5E9DE1F96C2A2004A6BEB /* SpeculidConfiguration.swift in Sources */, + B3136E361F90F73B0002B7AB /* GeometryDimension.Codable.swift in Sources */, + B3136E3F1F90F73B0002B7AB /* AssetSpecification.swift in Sources */, + B3136E321F90F73B0002B7AB /* NSColor.swift in Sources */, + B3136E491F90F73B0002B7AB /* ImageConversionSetProtocol.swift in Sources */, + B3136E581F90F73B0002B7AB /* ProcessError.swift in Sources */, + B3136E541F90F73B0002B7AB /* ApplicationProtocol.swift in Sources */, + B3CB15702113AA8C00A6DC5C /* VersionProvider.swift in Sources */, + B3B5E9DA1F96C1C1004A6BEB /* SpeculidConfigurationBuilder.swift in Sources */, + B3F6E27F233C3F0C00B28DA2 /* NSNumber.swift in Sources */, + B34B52CA217E5FC40080E6DC /* CommandLineInstaller.swift in Sources */, + B341888A1F9A44A700C5F356 /* CommandLineArgumentProviderProtocol.swift in Sources */, + B319DCB1233BE09700F9381E /* AssetCatalogItem.swift in Sources */, + B33A533E1F954FF800E74800 /* Result.swift in Sources */, + B3136E591F90F73B0002B7AB /* ArrayError.swift in Sources */, + B3136E2E1F90F73B0002B7AB /* AnalyticsSessionManager.swift in Sources */, + B318906A1F918F0300D0EFA0 /* GeometryValue.Multiply.swift in Sources */, + B3136E571F90F73B0002B7AB /* MissingRequiredInstallationError.swift in Sources */, + B31BEAFE1F9626AC00496E7A /* RegularExpressionSetProtocol.swift in Sources */, + B3136E3B1F90F73B0002B7AB /* GeometryDimension.ScalingBy.swift in Sources */, + B3B5E9EA1F96C777004A6BEB /* SpeculidApplicationModeParserProtocol.swift in Sources */, + B3136E471F90F73B0002B7AB /* ClientIdentifierDelegate.swift in Sources */, + B3F6E283233C3F7300B28DA2 /* AssetSpecificationMetadataProtocol.swift in Sources */, + B3136DCE1F90E45F0002B7AB /* ErrorCollection.swift in Sources */, + B3136E271F90F73B0002B7AB /* AnalyticsTracker.swift in Sources */, + B3F6E279233C3BF100B28DA2 /* AssetSpecificationFileProtocol.swift in Sources */, + B3B5E9DC1F96C1D2004A6BEB /* SpeculidConfigurationBuilderProtocol.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B37C74841F8C5B5C00DF505B /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + B34E83051F8FD90C0032268F /* GlibError.m in Sources */, + B37C74A51F8C5C7400DF505B /* PNGImageHandle.m in Sources */, + B37C74AF1F8C5C7400DF505B /* ImageHandleBuilder.m in Sources */, + B37C74AC1F8C5C7400DF505B /* PDFSurface.m in Sources */, + B37C74AD1F8C5C7400DF505B /* SVGImageHandle.m in Sources */, + B35B71281F904CF100BE477E /* SurfaceHandleBuilder.m in Sources */, + B37C74AE1F8C5C7400DF505B /* PNGSurface.m in Sources */, + B37C74A61F8C5C7400DF505B /* CairoInterface.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + B3136E661F90FCCF0002B7AB /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = B37C743D1F8C58F300DF505B /* Speculid-Mac-App */; + targetProxy = B3136E651F90FCCF0002B7AB /* PBXContainerItemProxy */; + }; + B3136E851F90FD2E0002B7AB /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = B37C74721F8C5ADA00DF505B /* Speculid */; + targetProxy = B3136E841F90FD2E0002B7AB /* PBXContainerItemProxy */; + }; + B3136E941F90FD3D0002B7AB /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = B37C74881F8C5B5C00DF505B /* CairoSVG */; + targetProxy = B3136E931F90FD3D0002B7AB /* PBXContainerItemProxy */; + }; + B37C745D1F8C590D00DF505B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = B37C74521F8C590D00DF505B /* Speculid-Mac-XPC */; + targetProxy = B37C745C1F8C590D00DF505B /* PBXContainerItemProxy */; + }; + B37C74791F8C5ADA00DF505B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = B37C74721F8C5ADA00DF505B /* Speculid */; + targetProxy = B37C74781F8C5ADA00DF505B /* PBXContainerItemProxy */; + }; + B37C748F1F8C5B5C00DF505B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = B37C74881F8C5B5C00DF505B /* CairoSVG */; + targetProxy = B37C748E1F8C5B5C00DF505B /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin XCBuildConfiguration section */ + B3136E671F90FCCF0002B7AB /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 503182BFEED5FCC7A0FD7113 /* Pods-Speculid-Mac-AppUITests.debug.xcconfig */; + buildSettings = { + CODE_SIGN_IDENTITY = "Mac Developer"; + CODE_SIGN_STYLE = Automatic; + COMBINE_HIDPI_IMAGES = YES; + DEVELOPMENT_TEAM = MLT7M394S7; + INFOPLIST_FILE = tests/ui/Info.plist; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks"; + MACOSX_DEPLOYMENT_TARGET = 10.13; + PRODUCT_BUNDLE_IDENTIFIER = "com.brightdigit.Speculid-Mac-AppUITests"; + PRODUCT_NAME = "$(TARGET_NAME)"; + PROVISIONING_PROFILE_SPECIFIER = ""; + SWIFT_VERSION = 5.0; + TEST_TARGET_NAME = "Speculid-Mac-App"; + }; + name = Debug; + }; + B3136E681F90FCCF0002B7AB /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 5598DB627CD85D918F6EAC73 /* Pods-Speculid-Mac-AppUITests.release.xcconfig */; + buildSettings = { + CODE_SIGN_IDENTITY = "Mac Developer"; + CODE_SIGN_STYLE = Automatic; + COMBINE_HIDPI_IMAGES = YES; + DEVELOPMENT_TEAM = MLT7M394S7; + INFOPLIST_FILE = tests/ui/Info.plist; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks"; + MACOSX_DEPLOYMENT_TARGET = 10.13; + PRODUCT_BUNDLE_IDENTIFIER = "com.brightdigit.Speculid-Mac-AppUITests"; + PRODUCT_NAME = "$(TARGET_NAME)"; + PROVISIONING_PROFILE_SPECIFIER = ""; + SWIFT_VERSION = 5.0; + TEST_TARGET_NAME = "Speculid-Mac-App"; + }; + name = Release; + }; + B3136E871F90FD2E0002B7AB /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 1A1D3098AA00507F322B5177 /* Pods-SpeculidTests.debug.xcconfig */; + buildSettings = { + CODE_SIGN_IDENTITY = "Mac Developer"; + CODE_SIGN_STYLE = Automatic; + COMBINE_HIDPI_IMAGES = YES; + DEVELOPMENT_TEAM = MLT7M394S7; + INFOPLIST_FILE = tests/speculid/Info.plist; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks"; + MACOSX_DEPLOYMENT_TARGET = 10.13; + PRODUCT_BUNDLE_IDENTIFIER = com.brightdigit.SpeculidTests; + PRODUCT_NAME = "$(TARGET_NAME)"; + PROVISIONING_PROFILE_SPECIFIER = ""; + SWIFT_VERSION = 5.0; + }; + name = Debug; + }; + B3136E881F90FD2E0002B7AB /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = C7A962F08D51F2247E1ADBEF /* Pods-SpeculidTests.release.xcconfig */; + buildSettings = { + CODE_SIGN_IDENTITY = "Mac Developer"; + CODE_SIGN_STYLE = Automatic; + COMBINE_HIDPI_IMAGES = YES; + DEVELOPMENT_TEAM = MLT7M394S7; + INFOPLIST_FILE = tests/speculid/Info.plist; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks"; + MACOSX_DEPLOYMENT_TARGET = 10.13; + PRODUCT_BUNDLE_IDENTIFIER = com.brightdigit.SpeculidTests; + PRODUCT_NAME = "$(TARGET_NAME)"; + PROVISIONING_PROFILE_SPECIFIER = ""; + SWIFT_VERSION = 5.0; + }; + name = Release; + }; + B3136E961F90FD3D0002B7AB /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = EB3CD055FBA18C9FF21D971C /* Pods-CairoSVGTests.debug.xcconfig */; + buildSettings = { + CODE_SIGN_IDENTITY = "Mac Developer"; + CODE_SIGN_STYLE = Automatic; + COMBINE_HIDPI_IMAGES = YES; + DEVELOPMENT_TEAM = MLT7M394S7; + INFOPLIST_FILE = tests/cairosvg/Info.plist; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks"; + MACOSX_DEPLOYMENT_TARGET = 10.13; + PRODUCT_BUNDLE_IDENTIFIER = com.brightdigit.CairoSVGTests; + PRODUCT_NAME = "$(TARGET_NAME)"; + PROVISIONING_PROFILE_SPECIFIER = ""; + SWIFT_VERSION = 5.0; + }; + name = Debug; + }; + B3136E971F90FD3D0002B7AB /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 33189C1A2DCDF9FDE0D52DB2 /* Pods-CairoSVGTests.release.xcconfig */; + buildSettings = { + CODE_SIGN_IDENTITY = "Mac Developer"; + CODE_SIGN_STYLE = Automatic; + COMBINE_HIDPI_IMAGES = YES; + DEVELOPMENT_TEAM = MLT7M394S7; + INFOPLIST_FILE = tests/cairosvg/Info.plist; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks"; + MACOSX_DEPLOYMENT_TARGET = 10.13; + PRODUCT_BUNDLE_IDENTIFIER = com.brightdigit.CairoSVGTests; + PRODUCT_NAME = "$(TARGET_NAME)"; + PROVISIONING_PROFILE_SPECIFIER = ""; + SWIFT_VERSION = 5.0; + }; + name = Release; + }; + B3242E9B213DBE6C0063037C /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = YES; + CODE_SIGN_STYLE = Automatic; + DEVELOPMENT_TEAM = MLT7M394S7; + INSTALL_PATH = ""; + MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; + MTL_FAST_MATH = YES; + PRODUCT_NAME = speculid; + SWIFT_VERSION = 5.0; + }; + name = Debug; + }; + B3242E9C213DBE6C0063037C /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = YES; + CODE_SIGN_STYLE = Automatic; + DEVELOPMENT_TEAM = MLT7M394S7; + INSTALL_PATH = ""; + MTL_FAST_MATH = YES; + PRODUCT_NAME = speculid; + SWIFT_VERSION = 5.0; + }; + name = Release; + }; + B324472523D2458300549D30 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = YES; + CODE_SIGN_STYLE = Automatic; + DEVELOPMENT_TEAM = MLT7M394S7; + ENABLE_HARDENED_RUNTIME = YES; + MACOSX_DEPLOYMENT_TARGET = 10.15; + MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; + MTL_FAST_MATH = YES; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 5.0; + }; + name = Debug; + }; + B324472623D2458300549D30 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = YES; + CODE_SIGN_STYLE = Automatic; + DEVELOPMENT_TEAM = MLT7M394S7; + ENABLE_HARDENED_RUNTIME = YES; + MACOSX_DEPLOYMENT_TARGET = 10.15; + MTL_FAST_MATH = YES; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 5.0; + }; + name = Release; + }; + B326F25421811B980072D652 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = YES; + CODE_SIGN_IDENTITY = "Mac Developer"; + CODE_SIGN_STYLE = Automatic; + DEVELOPMENT_TEAM = MLT7M394S7; + INFOPLIST_FILE = "$(SRCROOT)/applications/installer/Speculid-Mac-Installer-Info.plist"; + LAUNCHDPLIST_FILE = "$(SRCROOT)/applications/installer/Speculid-Mac-Installer-Launchd.plist"; + MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; + MTL_FAST_MATH = YES; + OTHER_LDFLAGS = ( + "-sectcreate", + __TEXT, + __info_plist, + "\"$(INFOPLIST_FILE)\"", + "-sectcreate", + __TEXT, + __launchd_plist, + "\"$(LAUNCHDPLIST_FILE)\"", + ); + PRODUCT_BUNDLE_IDENTIFIER = "com.brightdigit.Speculid-Mac-Installer"; + PRODUCT_NAME = "$(TARGET_NAME)"; + PROVISIONING_PROFILE_SPECIFIER = ""; + SKIP_INSTALL = YES; + SWIFT_VERSION = 5.0; + }; + name = Debug; + }; + B326F25521811B980072D652 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = YES; + CODE_SIGN_IDENTITY = "Mac Developer"; + CODE_SIGN_STYLE = Automatic; + DEVELOPMENT_TEAM = MLT7M394S7; + INFOPLIST_FILE = "$(SRCROOT)/applications/installer/Speculid-Mac-Installer-Info.plist"; + LAUNCHDPLIST_FILE = "$(SRCROOT)/applications/installer/Speculid-Mac-Installer-Launchd.plist"; + MTL_FAST_MATH = YES; + OTHER_LDFLAGS = ( + "-sectcreate", + __TEXT, + __info_plist, + "\"$(INFOPLIST_FILE)\"", + "-sectcreate", + __TEXT, + __launchd_plist, + "\"$(LAUNCHDPLIST_FILE)\"", + ); + PRODUCT_BUNDLE_IDENTIFIER = "com.brightdigit.Speculid-Mac-Installer"; + PRODUCT_NAME = "$(TARGET_NAME)"; + PROVISIONING_PROFILE_SPECIFIER = ""; + SKIP_INSTALL = YES; + SWIFT_VERSION = 5.0; + }; + name = Release; + }; + B37C744A1F8C58F300DF505B /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + CODE_SIGN_IDENTITY = "Mac Developer"; + COPY_PHASE_STRIP = NO; + CURRENT_PROJECT_VERSION = "$(DEFAULT_BUNDLE_VERSION)"; + DEBUG_INFORMATION_FORMAT = dwarf; + DEFAULT_BUNDLE_VERSION = 8; + DEFAULT_SEMVER_VERSION = 2.0.0; + DYLIB_COMPATIBILITY_VERSION = "$(DEFAULT_BUNDLE_VERSION)"; + DYLIB_CURRENT_VERSION = "$(DEFAULT_BUNDLE_VERSION)"; + ENABLE_HARDENED_RUNTIME = YES; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; + GCC_C_LANGUAGE_STANDARD = gnu11; + GCC_DYNAMIC_NO_PIC = NO; + GCC_NO_COMMON_BLOCKS = YES; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + MACOSX_DEPLOYMENT_TARGET = 10.13; + MTL_ENABLE_DEBUG_INFO = YES; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + }; + name = Debug; + }; + B37C744B1F8C58F300DF505B /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + CODE_SIGN_IDENTITY = "Mac Developer"; + COPY_PHASE_STRIP = NO; + CURRENT_PROJECT_VERSION = "$(DEFAULT_BUNDLE_VERSION)"; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DEFAULT_BUNDLE_VERSION = 8; + DEFAULT_SEMVER_VERSION = 2.0.0; + DYLIB_COMPATIBILITY_VERSION = "$(DEFAULT_BUNDLE_VERSION)"; + DYLIB_CURRENT_VERSION = "$(DEFAULT_BUNDLE_VERSION)"; + ENABLE_HARDENED_RUNTIME = YES; + ENABLE_NS_ASSERTIONS = NO; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_C_LANGUAGE_STANDARD = gnu11; + GCC_NO_COMMON_BLOCKS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + MACOSX_DEPLOYMENT_TARGET = 10.13; + MTL_ENABLE_DEBUG_INFO = NO; + SDKROOT = macosx; + SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; + }; + name = Release; + }; + B37C744D1F8C58F300DF505B /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 75FAFD8D34A5758295CE7C3E /* Pods-Speculid-Mac-App.debug.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_IDENTITY = "Mac Developer"; + CODE_SIGN_STYLE = Automatic; + COMBINE_HIDPI_IMAGES = YES; + DEVELOPMENT_TEAM = MLT7M394S7; + ENABLE_HARDENED_RUNTIME = YES; + INFOPLIST_FILE = "$(SRCROOT)/applications/mac/Info.plist"; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = "com.brightdigit.Speculid-Mac-App"; + PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; + PRODUCT_NAME = "$(PROJECT_NAME:c99extidentifier)"; + PROVISIONING_PROFILE_SPECIFIER = ""; + SWIFT_VERSION = 5.0; + }; + name = Debug; + }; + B37C744E1F8C58F300DF505B /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = FBD208DDED47AEA144AD3F63 /* Pods-Speculid-Mac-App.release.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_IDENTITY = "Mac Developer"; + CODE_SIGN_STYLE = Automatic; + COMBINE_HIDPI_IMAGES = YES; + DEVELOPMENT_TEAM = MLT7M394S7; + ENABLE_HARDENED_RUNTIME = YES; + INFOPLIST_FILE = "$(SRCROOT)/applications/mac/Info.plist"; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = "com.brightdigit.Speculid-Mac-App"; + PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)"; + PRODUCT_NAME = "$(PROJECT_NAME:c99extidentifier)"; + PROVISIONING_PROFILE_SPECIFIER = ""; + SWIFT_VERSION = 5.0; + }; + name = Release; + }; + B37C74601F8C590D00DF505B /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = C743CA092B2436D579EB1965 /* Pods-Speculid-Mac-XPC.debug.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; + CLANG_ENABLE_MODULES = YES; + CODE_SIGN_IDENTITY = "Mac Developer"; + CODE_SIGN_STYLE = Automatic; + COMBINE_HIDPI_IMAGES = YES; + DEVELOPMENT_TEAM = MLT7M394S7; + ENABLE_HARDENED_RUNTIME = YES; + INFOPLIST_FILE = "$(SRCROOT)/applications/xpc/Info.plist"; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks @executable_path/../../../../Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = "com.brightdigit.Speculid-Mac-XPC"; + PRODUCT_NAME = "$(TARGET_NAME)"; + PROVISIONING_PROFILE_SPECIFIER = ""; + SKIP_INSTALL = YES; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + SWIFT_VERSION = 5.0; + }; + name = Debug; + }; + B37C74611F8C590D00DF505B /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = F6CC72BCECBB97B332E4DC41 /* Pods-Speculid-Mac-XPC.release.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; + CLANG_ENABLE_MODULES = YES; + CODE_SIGN_IDENTITY = "Mac Developer"; + CODE_SIGN_STYLE = Automatic; + COMBINE_HIDPI_IMAGES = YES; + DEVELOPMENT_TEAM = MLT7M394S7; + ENABLE_HARDENED_RUNTIME = YES; + INFOPLIST_FILE = "$(SRCROOT)/applications/xpc/Info.plist"; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks @executable_path/../../../../Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = "com.brightdigit.Speculid-Mac-XPC"; + PRODUCT_NAME = "$(TARGET_NAME)"; + PROVISIONING_PROFILE_SPECIFIER = ""; + SKIP_INSTALL = YES; + SWIFT_VERSION = 5.0; + }; + name = Release; + }; + B37C747D1F8C5ADA00DF505B /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = DD668DE3E97BC37C2DC71F41 /* Pods-Speculid.debug.xcconfig */; + buildSettings = { + CLANG_ENABLE_MODULES = YES; + CODE_SIGN_IDENTITY = ""; + CODE_SIGN_STYLE = Automatic; + COMBINE_HIDPI_IMAGES = YES; + DEFINES_MODULE = YES; + DEVELOPMENT_TEAM = MLT7M394S7; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + FRAMEWORK_VERSION = A; + INFOPLIST_FILE = "$(SRCROOT)/frameworks/speculid/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = "com.brightdigit.Speculid-Mac-Framework"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)Kit"; + SKIP_INSTALL = YES; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + SWIFT_VERSION = 5.0; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + B37C747E1F8C5ADA00DF505B /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 87434B3EFCD8AF7732299E58 /* Pods-Speculid.release.xcconfig */; + buildSettings = { + CLANG_ENABLE_MODULES = YES; + CODE_SIGN_IDENTITY = ""; + CODE_SIGN_STYLE = Automatic; + COMBINE_HIDPI_IMAGES = YES; + DEFINES_MODULE = YES; + DEVELOPMENT_TEAM = MLT7M394S7; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + FRAMEWORK_VERSION = A; + INFOPLIST_FILE = "$(SRCROOT)/frameworks/speculid/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = "com.brightdigit.Speculid-Mac-Framework"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)Kit"; + SKIP_INSTALL = YES; + SWIFT_VERSION = 5.0; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; + B37C74931F8C5B5C00DF505B /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 7DD68C68194F71BF3C7B683C /* Pods-CairoSVG.debug.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CLANG_ENABLE_MODULES = YES; + CODE_SIGN_ENTITLEMENTS = Speculid.entitlements; + CODE_SIGN_IDENTITY = "Mac Developer"; + CODE_SIGN_STYLE = Automatic; + COMBINE_HIDPI_IMAGES = YES; + DEFINES_MODULE = YES; + DEVELOPMENT_TEAM = MLT7M394S7; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + FRAMEWORK_VERSION = A; + HEADER_SEARCH_PATHS = "frameworks/cairosvg/dependencies/**"; + INFOPLIST_FILE = "$(SRCROOT)/frameworks/cairosvg/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"; + LIBRARY_SEARCH_PATHS = ( + "$(inherited)", + "$(PROJECT_DIR)/frameworks/cairosvg/dependencies/pixman/0.34.0_1/lib", + "$(PROJECT_DIR)/frameworks/cairosvg/dependencies/freetype/2.9.1/lib", + "$(PROJECT_DIR)/frameworks/cairosvg/dependencies/gdk-pixbuf/2.36.12/lib", + "$(PROJECT_DIR)/frameworks/cairosvg/dependencies/glib/2.56.1/lib", + "$(PROJECT_DIR)/frameworks/cairosvg/dependencies/cairo/1.14.12/lib", + "$(PROJECT_DIR)/frameworks/cairosvg/dependencies/cairo/1.14.12/lib/cairo", + "$(PROJECT_DIR)/frameworks/cairosvg/dependencies/fontconfig/2.13.0/lib", + "$(PROJECT_DIR)/frameworks/cairosvg/dependencies/gettext/0.19.8.1/lib", + "$(PROJECT_DIR)/frameworks/cairosvg/dependencies/librsvg/2.42.2_2/lib", + "$(PROJECT_DIR)/frameworks/cairosvg/dependencies/pango/1.42.1/lib", + "$(PROJECT_DIR)/frameworks/cairosvg/dependencies/libpng/1.6.34/lib", + "$(PROJECT_DIR)/frameworks/cairosvg/dependencies/pcre/8.42/lib", + "$(PROJECT_DIR)/frameworks/cairosvg/dependencies/libffi/3.2.1/lib", + "$(PROJECT_DIR)/frameworks/cairosvg/dependencies/libcroco/0.6.12/lib", + "$(PROJECT_DIR)/frameworks/cairosvg/dependencies/fribidi/1.0.3/lib", + "$(PROJECT_DIR)/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/lib", + "$(PROJECT_DIR)/frameworks/cairosvg/dependencies/icu4c/61.1/lib", + "$(PROJECT_DIR)/frameworks/cairosvg/dependencies/graphite2/1.3.11/lib", + ); + PRODUCT_BUNDLE_IDENTIFIER = "com.brightdigit.CairoSVG-Mac-Framework"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + PROVISIONING_PROFILE_SPECIFIER = ""; + SKIP_INSTALL = YES; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + SWIFT_VERSION = 4.0; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + B37C74941F8C5B5C00DF505B /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 72377B2194FCD69B6D9FED05 /* Pods-CairoSVG.release.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CLANG_ENABLE_MODULES = YES; + CODE_SIGN_ENTITLEMENTS = Speculid.entitlements; + CODE_SIGN_IDENTITY = "Mac Developer"; + CODE_SIGN_STYLE = Automatic; + COMBINE_HIDPI_IMAGES = YES; + DEFINES_MODULE = YES; + DEVELOPMENT_TEAM = MLT7M394S7; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + FRAMEWORK_VERSION = A; + HEADER_SEARCH_PATHS = "frameworks/cairosvg/dependencies/**"; + INFOPLIST_FILE = "$(SRCROOT)/frameworks/cairosvg/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"; + LIBRARY_SEARCH_PATHS = ( + "$(inherited)", + "$(PROJECT_DIR)/frameworks/cairosvg/dependencies/pixman/0.34.0_1/lib", + "$(PROJECT_DIR)/frameworks/cairosvg/dependencies/freetype/2.9.1/lib", + "$(PROJECT_DIR)/frameworks/cairosvg/dependencies/gdk-pixbuf/2.36.12/lib", + "$(PROJECT_DIR)/frameworks/cairosvg/dependencies/glib/2.56.1/lib", + "$(PROJECT_DIR)/frameworks/cairosvg/dependencies/cairo/1.14.12/lib", + "$(PROJECT_DIR)/frameworks/cairosvg/dependencies/cairo/1.14.12/lib/cairo", + "$(PROJECT_DIR)/frameworks/cairosvg/dependencies/fontconfig/2.13.0/lib", + "$(PROJECT_DIR)/frameworks/cairosvg/dependencies/gettext/0.19.8.1/lib", + "$(PROJECT_DIR)/frameworks/cairosvg/dependencies/librsvg/2.42.2_2/lib", + "$(PROJECT_DIR)/frameworks/cairosvg/dependencies/pango/1.42.1/lib", + "$(PROJECT_DIR)/frameworks/cairosvg/dependencies/libpng/1.6.34/lib", + "$(PROJECT_DIR)/frameworks/cairosvg/dependencies/pcre/8.42/lib", + "$(PROJECT_DIR)/frameworks/cairosvg/dependencies/libffi/3.2.1/lib", + "$(PROJECT_DIR)/frameworks/cairosvg/dependencies/libcroco/0.6.12/lib", + "$(PROJECT_DIR)/frameworks/cairosvg/dependencies/fribidi/1.0.3/lib", + "$(PROJECT_DIR)/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/lib", + "$(PROJECT_DIR)/frameworks/cairosvg/dependencies/icu4c/61.1/lib", + "$(PROJECT_DIR)/frameworks/cairosvg/dependencies/graphite2/1.3.11/lib", + ); + PRODUCT_BUNDLE_IDENTIFIER = "com.brightdigit.CairoSVG-Mac-Framework"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + PROVISIONING_PROFILE_SPECIFIER = ""; + SKIP_INSTALL = YES; + SWIFT_VERSION = 4.0; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + B3136E691F90FCCF0002B7AB /* Build configuration list for PBXNativeTarget "Speculid-Mac-AppUITests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + B3136E671F90FCCF0002B7AB /* Debug */, + B3136E681F90FCCF0002B7AB /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + B3136E861F90FD2E0002B7AB /* Build configuration list for PBXNativeTarget "SpeculidTests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + B3136E871F90FD2E0002B7AB /* Debug */, + B3136E881F90FD2E0002B7AB /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + B3136E951F90FD3D0002B7AB /* Build configuration list for PBXNativeTarget "CairoSVGTests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + B3136E961F90FD3D0002B7AB /* Debug */, + B3136E971F90FD3D0002B7AB /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + B3242E9D213DBE6C0063037C /* Build configuration list for PBXNativeTarget "Speculid-Mac-Cmd" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + B3242E9B213DBE6C0063037C /* Debug */, + B3242E9C213DBE6C0063037C /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + B324472723D2458300549D30 /* Build configuration list for PBXNativeTarget "TestSetup" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + B324472523D2458300549D30 /* Debug */, + B324472623D2458300549D30 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + B326F25321811B980072D652 /* Build configuration list for PBXNativeTarget "com.brightdigit.Speculid-Mac-Installer" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + B326F25421811B980072D652 /* Debug */, + B326F25521811B980072D652 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + B37C74391F8C58F300DF505B /* Build configuration list for PBXProject "Speculid" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + B37C744A1F8C58F300DF505B /* Debug */, + B37C744B1F8C58F300DF505B /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + B37C744C1F8C58F300DF505B /* Build configuration list for PBXNativeTarget "Speculid-Mac-App" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + B37C744D1F8C58F300DF505B /* Debug */, + B37C744E1F8C58F300DF505B /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + B37C745F1F8C590D00DF505B /* Build configuration list for PBXNativeTarget "Speculid-Mac-XPC" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + B37C74601F8C590D00DF505B /* Debug */, + B37C74611F8C590D00DF505B /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + B37C747C1F8C5ADA00DF505B /* Build configuration list for PBXNativeTarget "Speculid" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + B37C747D1F8C5ADA00DF505B /* Debug */, + B37C747E1F8C5ADA00DF505B /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + B37C74921F8C5B5C00DF505B /* Build configuration list for PBXNativeTarget "CairoSVG" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + B37C74931F8C5B5C00DF505B /* Debug */, + B37C74941F8C5B5C00DF505B /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = B37C74361F8C58F300DF505B /* Project object */; +} diff --git a/Speculid.xcodeproj/xcshareddata/xcschemes/CairoSVG-Flags.xcscheme b/_archive/Speculid.xcodeproj/xcshareddata/xcschemes/CairoSVG-Flags.xcscheme similarity index 100% rename from Speculid.xcodeproj/xcshareddata/xcschemes/CairoSVG-Flags.xcscheme rename to _archive/Speculid.xcodeproj/xcshareddata/xcschemes/CairoSVG-Flags.xcscheme diff --git a/Speculid.xcodeproj/xcshareddata/xcschemes/CairoSVG.xcscheme b/_archive/Speculid.xcodeproj/xcshareddata/xcschemes/CairoSVG.xcscheme similarity index 100% rename from Speculid.xcodeproj/xcshareddata/xcschemes/CairoSVG.xcscheme rename to _archive/Speculid.xcodeproj/xcshareddata/xcschemes/CairoSVG.xcscheme diff --git a/Speculid.xcodeproj/xcshareddata/xcschemes/Speculid-Mac-App.xcscheme b/_archive/Speculid.xcodeproj/xcshareddata/xcschemes/Speculid-Mac-App.xcscheme similarity index 87% rename from Speculid.xcodeproj/xcshareddata/xcschemes/Speculid-Mac-App.xcscheme rename to _archive/Speculid.xcodeproj/xcshareddata/xcschemes/Speculid-Mac-App.xcscheme index 720a98b4..50a7b302 100644 --- a/Speculid.xcodeproj/xcshareddata/xcschemes/Speculid-Mac-App.xcscheme +++ b/_archive/Speculid.xcodeproj/xcshareddata/xcschemes/Speculid-Mac-App.xcscheme @@ -88,7 +88,7 @@ - - - - - - @@ -156,14 +144,6 @@ argument = "--version" isEnabled = "YES"> - - - - diff --git a/Speculid.xcodeproj/xcshareddata/xcschemes/Speculid-Mac-XPC.xcscheme b/_archive/Speculid.xcodeproj/xcshareddata/xcschemes/Speculid-Mac-XPC.xcscheme similarity index 100% rename from Speculid.xcodeproj/xcshareddata/xcschemes/Speculid-Mac-XPC.xcscheme rename to _archive/Speculid.xcodeproj/xcshareddata/xcschemes/Speculid-Mac-XPC.xcscheme diff --git a/Speculid.xcodeproj/xcshareddata/xcschemes/Speculid.xcscheme b/_archive/Speculid.xcodeproj/xcshareddata/xcschemes/Speculid.xcscheme similarity index 100% rename from Speculid.xcodeproj/xcshareddata/xcschemes/Speculid.xcscheme rename to _archive/Speculid.xcodeproj/xcshareddata/xcschemes/Speculid.xcscheme diff --git a/Speculid.xcodeproj/xcshareddata/xcschemes/TestSetup.xcscheme b/_archive/Speculid.xcodeproj/xcshareddata/xcschemes/TestSetup.xcscheme similarity index 100% rename from Speculid.xcodeproj/xcshareddata/xcschemes/TestSetup.xcscheme rename to _archive/Speculid.xcodeproj/xcshareddata/xcschemes/TestSetup.xcscheme diff --git a/Speculid.xcworkspace/contents.xcworkspacedata b/_archive/Speculid.xcworkspace/contents.xcworkspacedata similarity index 100% rename from Speculid.xcworkspace/contents.xcworkspacedata rename to _archive/Speculid.xcworkspace/contents.xcworkspacedata diff --git a/Speculid.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/_archive/Speculid.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist similarity index 100% rename from Speculid.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist rename to _archive/Speculid.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist diff --git a/_archive/TestSetup/main.swift b/_archive/TestSetup/main.swift new file mode 100644 index 00000000..54b049ed --- /dev/null +++ b/_archive/TestSetup/main.swift @@ -0,0 +1,127 @@ +// +// main.swift +// TestSetup +// +// Created by Leo Dion on 1/17/20. +// Copyright © 2020 Bright Digit, LLC. All rights reserved. +// + +import Foundation + +extension URL { + func relativePath(from base: URL) -> String? { + // Ensure that both URLs represent files: + guard self.isFileURL && base.isFileURL else { + return nil + } + + // Remove/replace "." and "..", make paths absolute: + let destComponents = self.standardized.pathComponents + let baseComponents = base.standardized.pathComponents + + // Find number of common path components: + var i = 0 + while i < destComponents.count && i < baseComponents.count + && destComponents[i] == baseComponents[i] { + i += 1 + } + + // Build relative path: + var relComponents = Array(repeating: "..", count: baseComponents.count - i) + relComponents.append(contentsOf: destComponents[i...]) + return relComponents.joined(separator: "/") + } +} + +let folderContentsJson = """ +{ + "info" : { + "version" : 1, + "author" : "xcode" + } +} +""" + + +let appIconSpeculidUrl = URL(fileURLWithPath: "/Users/leo/Documents/Projects/Speculid/examples/Assets/AppIcon.speculid") + +let imageSetSpeculidUrl = URL(fileURLWithPath: "/Users/leo/Documents/Projects/Speculid/examples/Assets/Image Set.speculid") +guard let filePath = CommandLine.arguments.last.flatMap({ + URL(fileURLWithPath: $0) +}) else { + fatalError() +} + +guard let enumerator = FileManager.default.enumerator(at: filePath, includingPropertiesForKeys: nil) else { + fatalError() +} + +let assetsParentUrl = URL(fileURLWithPath: "/Users/leo/Documents/Projects/Speculid/examples/Assets", isDirectory: true) + +let speculidIconsUrl = assetsParentUrl.appendingPathComponent("icons", isDirectory: true) +let assetsUrl = assetsParentUrl.appendingPathComponent("Assets.xcassets", isDirectory: true) +let appIconContentsUrl = assetsUrl.appendingPathComponent("AppIcon.appiconset").appendingPathComponent("Contents.json") + //URL(fileURLWithPath: "/Users/leo/Documents/Projects/Speculid/examples/Assets/Assets.xcassets/AppIcon.appiconset/Contents.json", isDirectory: true) + +let imageSetContentsUrl = assetsUrl.appendingPathComponent("ImageSet.imageset").appendingPathComponent("Contents.json") //URL(fileURLWithPath: "/Users/leo/Documents/Projects/Speculid/examples/Assets/Assets.xcassets/ImageSet.imageset/Contents.json", isDirectory: true) + +let iconsUrl = assetsUrl.appendingPathComponent("icons") + +let iconsContentsUrl = iconsUrl.appendingPathComponent("Contents.json") + + +if FileManager.default.fileExists(atPath: iconsUrl.path, isDirectory: nil) { + try! FileManager.default.removeItem(at: iconsUrl) +} + + +if FileManager.default.fileExists(atPath: speculidIconsUrl.path, isDirectory: nil) { + try! FileManager.default.removeItem(at: speculidIconsUrl) +} + +try! FileManager.default.createDirectory(at: iconsUrl, withIntermediateDirectories: false, attributes: nil) +try! FileManager.default.createDirectory(at: speculidIconsUrl, withIntermediateDirectories: false, attributes: nil) + +try! folderContentsJson.write(to: iconsContentsUrl, atomically: true, encoding: .utf8) + + +for case let url as URL in enumerator { + guard url.pathExtension == "svg" else { + continue + } + + let components = url.deletingPathExtension().pathComponents[filePath.pathComponents.count...] + let name = components.joined(separator: "-") + let appIconSetUrl = iconsUrl.appendingPathComponent(name).appendingPathExtension("appiconset") + let imageSetUrl = iconsUrl.appendingPathComponent(name).appendingPathExtension("imageset") + let appIconSpecUrl = speculidIconsUrl.appendingPathComponent("\(name).appicon.speculid") + let imageSetSpecUrl = speculidIconsUrl.appendingPathComponent("\(name).imageset.speculid") + try! FileManager.default.createDirectory(at: appIconSetUrl, withIntermediateDirectories: false, attributes: nil) + try! FileManager.default.createDirectory(at: imageSetUrl, withIntermediateDirectories: false, attributes: nil) + + try! FileManager.default.copyItem(at: appIconContentsUrl, to: appIconSetUrl.appendingPathComponent("Contents.json")) + try! FileManager.default.copyItem(at: imageSetContentsUrl, to: imageSetUrl.appendingPathComponent("Contents.json")) + + let appIconSpecText = """ +{ + "set" : "\(appIconSetUrl.relativePath(from: appIconSpecUrl.deletingLastPathComponent())!)", +"source" : "\(url.relativePath(from: appIconSpecUrl.deletingLastPathComponent())!)", +"background" : "#FFFFFF", +"remove-alpha" : true +} +""" + + let imageSetSpecText = """ + { + "set" : "\(imageSetUrl.relativePath(from: imageSetSpecUrl.deletingLastPathComponent())!)", + "source" : "\(url.relativePath(from: imageSetSpecUrl.deletingLastPathComponent())!)" + } + """ + try! appIconSpecText.write(to: appIconSpecUrl, atomically: true, encoding: .utf8) + + //try! FileManager.default.copyItem(at: appIconSpeculidUrl, to: appIconSpecUrl) + // try! FileManager.default.copyItem(at: imageSetSpeculidUrl, to: + // imageSetSpecUrl) + + try! imageSetSpecText.write(to: imageSetSpecUrl, atomically: true, encoding: .utf8) +} diff --git a/applications/command/main.swift b/_archive/applications/command/main.swift similarity index 82% rename from applications/command/main.swift rename to _archive/applications/command/main.swift index e4b2e49c..2aed6512 100644 --- a/applications/command/main.swift +++ b/_archive/applications/command/main.swift @@ -27,21 +27,26 @@ struct TerminationError: Error { let speculidMacAppBundleIdentifier = "com.brightdigit.Speculid-Mac-App" func findApplicationBundle(withIdentifier identifer: String, _ callback: @escaping (Bundle?) -> Void) { - if let bundle = Bundle(path: "/Applications/Speculid.app"), bundle.bundleIdentifier == speculidMacAppBundleIdentifier { - callback(bundle) - return - } - guard let urls = LSCopyApplicationURLsForBundleIdentifier(identifer as CFString, nil)?.takeRetainedValue() as? [URL] else { - callback(nil) - return - } - for url in urls { - if let bundle = Bundle(url: url) { - callback(bundle) - return + let query = NSMetadataQuery() + NotificationCenter.default.addObserver(forName: NSNotification.Name.NSMetadataQueryDidFinishGathering, object: nil, queue: nil) { _ in + for result in query.results { + if let item = result as? NSMetadataItem { + if let path = item.value(forAttribute: NSMetadataItemPathKey) as? String { + if let bundle = Bundle(url: URL(fileURLWithPath: path)) { + if bundle.bundleIdentifier == identifer { + callback(bundle) + return + } + } + } + } } + callback(nil) } - callback(nil) + let predicate = NSPredicate(format: "kMDItemKind == 'Application'") + query.valueListAttributes = [NSMetadataItemURLKey] + query.predicate = predicate + query.start() } func runApplication(fromBundle bundle: Bundle, withArguments arguments: [String]?, completion: @escaping (Error?) -> Void) { @@ -49,6 +54,7 @@ func runApplication(fromBundle bundle: Bundle, withArguments arguments: [String] completion(BundleNotFoundError(identifier: bundle.bundleIdentifier!)) return } + let arguments = [String](CommandLine.arguments[1...]) let sourceApplicationName = URL(fileURLWithPath: CommandLine.arguments[0]).lastPathComponent let environment = ProcessInfo.processInfo.environment.merging(["sourceApplicationName": sourceApplicationName], uniquingKeysWith: { $1 }) @@ -63,7 +69,6 @@ func runApplication(fromBundle bundle: Bundle, withArguments arguments: [String] process.standardError = FileHandle.standardError process.launch() } - func runApplication(withBundleIdentifier identifier: String, fromApplicationPathURL applicationPathURL: URL?, withArguments arguments: [String]?, completion: @escaping (Error?) -> Void) { if let applicationPathURL = applicationPathURL { if let bundle = Bundle(url: applicationPathURL) { @@ -110,5 +115,4 @@ DispatchQueue.main.async { } }) } - RunLoop.main.run() diff --git a/applications/installer/ServiceDelegate.swift b/_archive/applications/installer/ServiceDelegate.swift similarity index 100% rename from applications/installer/ServiceDelegate.swift rename to _archive/applications/installer/ServiceDelegate.swift diff --git a/applications/installer/Speculid-Mac-Installer-Info.plist b/_archive/applications/installer/Speculid-Mac-Installer-Info.plist similarity index 100% rename from applications/installer/Speculid-Mac-Installer-Info.plist rename to _archive/applications/installer/Speculid-Mac-Installer-Info.plist diff --git a/applications/installer/Speculid-Mac-Installer-Launchd.plist b/_archive/applications/installer/Speculid-Mac-Installer-Launchd.plist similarity index 100% rename from applications/installer/Speculid-Mac-Installer-Launchd.plist rename to _archive/applications/installer/Speculid-Mac-Installer-Launchd.plist diff --git a/applications/installer/main.swift b/_archive/applications/installer/main.swift similarity index 100% rename from applications/installer/main.swift rename to _archive/applications/installer/main.swift diff --git a/applications/mac/Application.swift b/_archive/applications/mac/Application.swift similarity index 100% rename from applications/mac/Application.swift rename to _archive/applications/mac/Application.swift diff --git a/applications/mac/Info.plist b/_archive/applications/mac/Info.plist similarity index 100% rename from applications/mac/Info.plist rename to _archive/applications/mac/Info.plist diff --git a/_archive/applications/mac/Speculid_Mac_App.entitlements b/_archive/applications/mac/Speculid_Mac_App.entitlements new file mode 100644 index 00000000..0c67376e --- /dev/null +++ b/_archive/applications/mac/Speculid_Mac_App.entitlements @@ -0,0 +1,5 @@ + + + + + diff --git a/_archive/applications/mac/assets/Assets.xcassets/AppIcon.appiconset/Contents.json b/_archive/applications/mac/assets/Assets.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 00000000..9ea0ed2e --- /dev/null +++ b/_archive/applications/mac/assets/Assets.xcassets/AppIcon.appiconset/Contents.json @@ -0,0 +1,68 @@ +{ + "images" : [ + { + "filename" : "layers.16x16@1x~mac.png", + "idiom" : "mac", + "scale" : "1x", + "size" : "16x16" + }, + { + "filename" : "layers.16x16@2x~mac.png", + "idiom" : "mac", + "scale" : "2x", + "size" : "16x16" + }, + { + "filename" : "layers.32x32@1x~mac.png", + "idiom" : "mac", + "scale" : "1x", + "size" : "32x32" + }, + { + "filename" : "layers.32x32@2x~mac.png", + "idiom" : "mac", + "scale" : "2x", + "size" : "32x32" + }, + { + "filename" : "layers.128x128@1x~mac.png", + "idiom" : "mac", + "scale" : "1x", + "size" : "128x128" + }, + { + "filename" : "layers.128x128@2x~mac.png", + "idiom" : "mac", + "scale" : "2x", + "size" : "128x128" + }, + { + "filename" : "layers.256x256@1x~mac.png", + "idiom" : "mac", + "scale" : "1x", + "size" : "256x256" + }, + { + "filename" : "layers.256x256@2x~mac.png", + "idiom" : "mac", + "scale" : "2x", + "size" : "256x256" + }, + { + "filename" : "layers.512x512@1x~mac.png", + "idiom" : "mac", + "scale" : "1x", + "size" : "512x512" + }, + { + "filename" : "layers.512x512@2x~mac.png", + "idiom" : "mac", + "scale" : "2x", + "size" : "512x512" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/_archive/applications/mac/assets/Assets.xcassets/AppIcon.appiconset/layers.128x128@1x~mac.png b/_archive/applications/mac/assets/Assets.xcassets/AppIcon.appiconset/layers.128x128@1x~mac.png new file mode 100644 index 00000000..dd1bb8cc Binary files /dev/null and b/_archive/applications/mac/assets/Assets.xcassets/AppIcon.appiconset/layers.128x128@1x~mac.png differ diff --git a/_archive/applications/mac/assets/Assets.xcassets/AppIcon.appiconset/layers.16x16@1x~mac.png b/_archive/applications/mac/assets/Assets.xcassets/AppIcon.appiconset/layers.16x16@1x~mac.png new file mode 100644 index 00000000..0c25feb0 Binary files /dev/null and b/_archive/applications/mac/assets/Assets.xcassets/AppIcon.appiconset/layers.16x16@1x~mac.png differ diff --git a/_archive/applications/mac/assets/Assets.xcassets/AppIcon.appiconset/layers.256x256@1x~mac.png b/_archive/applications/mac/assets/Assets.xcassets/AppIcon.appiconset/layers.256x256@1x~mac.png new file mode 100644 index 00000000..3443d514 Binary files /dev/null and b/_archive/applications/mac/assets/Assets.xcassets/AppIcon.appiconset/layers.256x256@1x~mac.png differ diff --git a/_archive/applications/mac/assets/Assets.xcassets/AppIcon.appiconset/layers.256x256@2x~mac.png b/_archive/applications/mac/assets/Assets.xcassets/AppIcon.appiconset/layers.256x256@2x~mac.png new file mode 100644 index 00000000..a20a0e77 Binary files /dev/null and b/_archive/applications/mac/assets/Assets.xcassets/AppIcon.appiconset/layers.256x256@2x~mac.png differ diff --git a/_archive/applications/mac/assets/Assets.xcassets/AppIcon.appiconset/layers.32x32@2x~mac.png b/_archive/applications/mac/assets/Assets.xcassets/AppIcon.appiconset/layers.32x32@2x~mac.png new file mode 100644 index 00000000..b5c51fc8 Binary files /dev/null and b/_archive/applications/mac/assets/Assets.xcassets/AppIcon.appiconset/layers.32x32@2x~mac.png differ diff --git a/_archive/applications/mac/assets/Assets.xcassets/AppIcon.appiconset/layers.512x512@2x~mac.png b/_archive/applications/mac/assets/Assets.xcassets/AppIcon.appiconset/layers.512x512@2x~mac.png new file mode 100644 index 00000000..8bd8c219 Binary files /dev/null and b/_archive/applications/mac/assets/Assets.xcassets/AppIcon.appiconset/layers.512x512@2x~mac.png differ diff --git a/applications/mac/assets/Assets.xcassets/Contents.json b/_archive/applications/mac/assets/Assets.xcassets/Contents.json similarity index 100% rename from applications/mac/assets/Assets.xcassets/Contents.json rename to _archive/applications/mac/assets/Assets.xcassets/Contents.json diff --git a/applications/mac/assets/Assets.xcassets/TrayIcon.imageset/Contents.json b/_archive/applications/mac/assets/Assets.xcassets/TrayIcon.imageset/Contents.json similarity index 56% rename from applications/mac/assets/Assets.xcassets/TrayIcon.imageset/Contents.json rename to _archive/applications/mac/assets/Assets.xcassets/TrayIcon.imageset/Contents.json index 63128031..c2d3adb8 100644 --- a/applications/mac/assets/Assets.xcassets/TrayIcon.imageset/Contents.json +++ b/_archive/applications/mac/assets/Assets.xcassets/TrayIcon.imageset/Contents.json @@ -5,23 +5,26 @@ "filename" : "layers.pdf" }, { - "scale" : "1x", + "idiom" : "universal", "filename" : "layers.1x~universal.png", - "idiom" : "universal" + "scale" : "1x" }, { - "scale" : "2x", + "idiom" : "universal", "filename" : "layers.2x~universal.png", - "idiom" : "universal" + "scale" : "2x" }, { - "scale" : "3x", + "idiom" : "universal", "filename" : "layers.3x~universal.png", - "idiom" : "universal" + "scale" : "3x" } ], "info" : { "version" : 1, - "author" : "com.brightdigit.Speculid" + "author" : "xcode" + }, + "properties" : { + "preserves-vector-representation" : true } } \ No newline at end of file diff --git a/_archive/applications/mac/assets/Assets.xcassets/TrayIcon.imageset/layers.2x~universal.png b/_archive/applications/mac/assets/Assets.xcassets/TrayIcon.imageset/layers.2x~universal.png new file mode 100644 index 00000000..e244bba8 Binary files /dev/null and b/_archive/applications/mac/assets/Assets.xcassets/TrayIcon.imageset/layers.2x~universal.png differ diff --git a/_archive/applications/mac/assets/Assets.xcassets/TrayIcon.imageset/layers.3x~universal.png b/_archive/applications/mac/assets/Assets.xcassets/TrayIcon.imageset/layers.3x~universal.png new file mode 100644 index 00000000..666eebf0 Binary files /dev/null and b/_archive/applications/mac/assets/Assets.xcassets/TrayIcon.imageset/layers.3x~universal.png differ diff --git a/_archive/applications/mac/assets/Assets.xcassets/TrayIcon.imageset/layers.pdf b/_archive/applications/mac/assets/Assets.xcassets/TrayIcon.imageset/layers.pdf new file mode 100644 index 00000000..d25af7fa Binary files /dev/null and b/_archive/applications/mac/assets/Assets.xcassets/TrayIcon.imageset/layers.pdf differ diff --git a/applications/mac/assets/svg-appicon.speculid b/_archive/applications/mac/assets/svg-appicon.speculid similarity index 100% rename from applications/mac/assets/svg-appicon.speculid rename to _archive/applications/mac/assets/svg-appicon.speculid diff --git a/applications/mac/assets/svg-trayicon.speculid b/_archive/applications/mac/assets/svg-trayicon.speculid similarity index 100% rename from applications/mac/assets/svg-trayicon.speculid rename to _archive/applications/mac/assets/svg-trayicon.speculid diff --git a/applications/mac/main.swift b/_archive/applications/mac/main.swift similarity index 100% rename from applications/mac/main.swift rename to _archive/applications/mac/main.swift diff --git a/applications/xpc/Info.plist b/_archive/applications/xpc/Info.plist similarity index 100% rename from applications/xpc/Info.plist rename to _archive/applications/xpc/Info.plist diff --git a/applications/xpc/ServiceDelegate.swift b/_archive/applications/xpc/ServiceDelegate.swift similarity index 100% rename from applications/xpc/ServiceDelegate.swift rename to _archive/applications/xpc/ServiceDelegate.swift diff --git a/applications/xpc/main.swift b/_archive/applications/xpc/main.swift similarity index 100% rename from applications/xpc/main.swift rename to _archive/applications/xpc/main.swift diff --git a/bin/autorevision.sh b/_archive/bin/autorevision.sh similarity index 100% rename from bin/autorevision.sh rename to _archive/bin/autorevision.sh diff --git a/bin/package.sh b/_archive/bin/package.sh similarity index 100% rename from bin/package.sh rename to _archive/bin/package.sh diff --git a/certs/AppleWWDRCA.cer b/_archive/certs/AppleWWDRCA.cer similarity index 100% rename from certs/AppleWWDRCA.cer rename to _archive/certs/AppleWWDRCA.cer diff --git a/certs/developer_id.cer.enc b/_archive/certs/developer_id.cer.enc similarity index 100% rename from certs/developer_id.cer.enc rename to _archive/certs/developer_id.cer.enc diff --git a/certs/developer_id.p12.enc b/_archive/certs/developer_id.p12.enc similarity index 100% rename from certs/developer_id.p12.enc rename to _archive/certs/developer_id.p12.enc diff --git a/certs/development.cer.enc b/_archive/certs/development.cer.enc similarity index 100% rename from certs/development.cer.enc rename to _archive/certs/development.cer.enc diff --git a/certs/mac_developer.cer.enc b/_archive/certs/mac_developer.cer.enc similarity index 100% rename from certs/mac_developer.cer.enc rename to _archive/certs/mac_developer.cer.enc diff --git a/certs/mac_developer.p12.enc b/_archive/certs/mac_developer.p12.enc similarity index 100% rename from certs/mac_developer.p12.enc rename to _archive/certs/mac_developer.p12.enc diff --git a/certs/mac_development.cer.enc b/_archive/certs/mac_development.cer.enc similarity index 100% rename from certs/mac_development.cer.enc rename to _archive/certs/mac_development.cer.enc diff --git a/certs/mac_development.p12.enc b/_archive/certs/mac_development.p12.enc similarity index 100% rename from certs/mac_development.p12.enc rename to _archive/certs/mac_development.p12.enc diff --git a/certs/mac_development_20.cer.enc b/_archive/certs/mac_development_20.cer.enc similarity index 100% rename from certs/mac_development_20.cer.enc rename to _archive/certs/mac_development_20.cer.enc diff --git a/certs/mac_development_20.p12.enc b/_archive/certs/mac_development_20.p12.enc similarity index 100% rename from certs/mac_development_20.p12.enc rename to _archive/certs/mac_development_20.p12.enc diff --git a/codecov.yml b/_archive/codecov.yml similarity index 100% rename from codecov.yml rename to _archive/codecov.yml diff --git a/_archive/examples/Assets/AppIcon.speculid b/_archive/examples/Assets/AppIcon.speculid new file mode 100644 index 00000000..5739ce92 --- /dev/null +++ b/_archive/examples/Assets/AppIcon.speculid @@ -0,0 +1,7 @@ +{ + "set" : "/Users/leo/Documents/Projects/Speculid/_archive/examples/Assets/Assets.xcassets/macOS AppIcon.appiconset", + "remove-alpha" : true, + "source" : "geometry.svg", + "geometry" : null, + "background" : "#FCFBFBFF" +} \ No newline at end of file diff --git a/examples/Assets/Assets.xcassets/AppIcon.appiconset/Contents.json b/_archive/examples/Assets/Assets.xcassets/AppIcon.appiconset/Contents.json similarity index 100% rename from examples/Assets/Assets.xcassets/AppIcon.appiconset/Contents.json rename to _archive/examples/Assets/Assets.xcassets/AppIcon.appiconset/Contents.json diff --git a/examples/Assets/Assets.xcassets/Contents.json b/_archive/examples/Assets/Assets.xcassets/Contents.json similarity index 100% rename from examples/Assets/Assets.xcassets/Contents.json rename to _archive/examples/Assets/Assets.xcassets/Contents.json diff --git a/_archive/examples/Assets/Assets.xcassets/ImageSet.imageset/Contents.json b/_archive/examples/Assets/Assets.xcassets/ImageSet.imageset/Contents.json new file mode 100644 index 00000000..a19a5492 --- /dev/null +++ b/_archive/examples/Assets/Assets.xcassets/ImageSet.imageset/Contents.json @@ -0,0 +1,20 @@ +{ + "images" : [ + { + "idiom" : "universal", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/examples/Assets/Assets.xcassets/ImageSetScaled.imageset/Contents.json b/_archive/examples/Assets/Assets.xcassets/ImageSetScaled.imageset/Contents.json similarity index 100% rename from examples/Assets/Assets.xcassets/ImageSetScaled.imageset/Contents.json rename to _archive/examples/Assets/Assets.xcassets/ImageSetScaled.imageset/Contents.json diff --git a/examples/Assets/Assets.xcassets/iOS AppIcon.appiconset/Contents.json b/_archive/examples/Assets/Assets.xcassets/iOS AppIcon.appiconset/Contents.json similarity index 100% rename from examples/Assets/Assets.xcassets/iOS AppIcon.appiconset/Contents.json rename to _archive/examples/Assets/Assets.xcassets/iOS AppIcon.appiconset/Contents.json diff --git a/examples/Assets/Assets.xcassets/macOS AppIcon.appiconset/Contents.json b/_archive/examples/Assets/Assets.xcassets/macOS AppIcon.appiconset/Contents.json similarity index 100% rename from examples/Assets/Assets.xcassets/macOS AppIcon.appiconset/Contents.json rename to _archive/examples/Assets/Assets.xcassets/macOS AppIcon.appiconset/Contents.json diff --git a/examples/Assets/Image Set (Scaled).speculid b/_archive/examples/Assets/Image Set (Scaled).speculid similarity index 100% rename from examples/Assets/Image Set (Scaled).speculid rename to _archive/examples/Assets/Image Set (Scaled).speculid diff --git a/examples/Assets/Image Set.speculid b/_archive/examples/Assets/Image Set.speculid similarity index 100% rename from examples/Assets/Image Set.speculid rename to _archive/examples/Assets/Image Set.speculid diff --git a/examples/Assets/geometry.svg b/_archive/examples/Assets/geometry.svg similarity index 100% rename from examples/Assets/geometry.svg rename to _archive/examples/Assets/geometry.svg diff --git a/examples/Assets/iOS AppIcon.speculid b/_archive/examples/Assets/iOS AppIcon.speculid similarity index 100% rename from examples/Assets/iOS AppIcon.speculid rename to _archive/examples/Assets/iOS AppIcon.speculid diff --git a/examples/Assets/macOS AppIcon.speculid b/_archive/examples/Assets/macOS AppIcon.speculid similarity index 100% rename from examples/Assets/macOS AppIcon.speculid rename to _archive/examples/Assets/macOS AppIcon.speculid diff --git a/examples/Gemfile b/_archive/examples/Gemfile similarity index 100% rename from examples/Gemfile rename to _archive/examples/Gemfile diff --git a/examples/Gemfile.lock b/_archive/examples/Gemfile.lock similarity index 100% rename from examples/Gemfile.lock rename to _archive/examples/Gemfile.lock diff --git a/examples/examples.xcodeproj/project.pbxproj b/_archive/examples/examples.xcodeproj/project.pbxproj similarity index 100% rename from examples/examples.xcodeproj/project.pbxproj rename to _archive/examples/examples.xcodeproj/project.pbxproj diff --git a/examples/examples.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/_archive/examples/examples.xcodeproj/project.xcworkspace/contents.xcworkspacedata similarity index 100% rename from examples/examples.xcodeproj/project.xcworkspace/contents.xcworkspacedata rename to _archive/examples/examples.xcodeproj/project.xcworkspace/contents.xcworkspacedata diff --git a/examples/examples.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/_archive/examples/examples.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist similarity index 100% rename from examples/examples.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist rename to _archive/examples/examples.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist diff --git a/examples/examples.xcodeproj/xcshareddata/xcschemes/examples.xcscheme b/_archive/examples/examples.xcodeproj/xcshareddata/xcschemes/examples.xcscheme similarity index 100% rename from examples/examples.xcodeproj/xcshareddata/xcschemes/examples.xcscheme rename to _archive/examples/examples.xcodeproj/xcshareddata/xcschemes/examples.xcscheme diff --git a/examples/examples.xcodeproj/xcshareddata/xcschemes/shasum diff.xcscheme b/_archive/examples/examples.xcodeproj/xcshareddata/xcschemes/shasum diff.xcscheme similarity index 100% rename from examples/examples.xcodeproj/xcshareddata/xcschemes/shasum diff.xcscheme rename to _archive/examples/examples.xcodeproj/xcshareddata/xcschemes/shasum diff.xcscheme diff --git a/examples/examples.xcodeproj/xcshareddata/xcschemes/shasum.xcscheme b/_archive/examples/examples.xcodeproj/xcshareddata/xcschemes/shasum.xcscheme similarity index 100% rename from examples/examples.xcodeproj/xcshareddata/xcschemes/shasum.xcscheme rename to _archive/examples/examples.xcodeproj/xcshareddata/xcschemes/shasum.xcscheme diff --git a/examples/fastlane/Appfile b/_archive/examples/fastlane/Appfile similarity index 100% rename from examples/fastlane/Appfile rename to _archive/examples/fastlane/Appfile diff --git a/examples/fastlane/Fastfile b/_archive/examples/fastlane/Fastfile similarity index 100% rename from examples/fastlane/Fastfile rename to _archive/examples/fastlane/Fastfile diff --git a/examples/fastlane/Pluginfile b/_archive/examples/fastlane/Pluginfile similarity index 100% rename from examples/fastlane/Pluginfile rename to _archive/examples/fastlane/Pluginfile diff --git a/examples/fastlane/README.md b/_archive/examples/fastlane/README.md similarity index 100% rename from examples/fastlane/README.md rename to _archive/examples/fastlane/README.md diff --git a/examples/fastlane/Snapfile b/_archive/examples/fastlane/Snapfile similarity index 100% rename from examples/fastlane/Snapfile rename to _archive/examples/fastlane/Snapfile diff --git a/examples/fastlane/SnapshotHelper.swift b/_archive/examples/fastlane/SnapshotHelper.swift similarity index 94% rename from examples/fastlane/SnapshotHelper.swift rename to _archive/examples/fastlane/SnapshotHelper.swift index 7d9c675b..b1780d6f 100644 --- a/examples/fastlane/SnapshotHelper.swift +++ b/_archive/examples/fastlane/SnapshotHelper.swift @@ -52,7 +52,7 @@ enum SnapshotError: Error, CustomDebugStringConvertible { return "Couldn't find Snapshot configuration files - can't detect `Users` dir" case .cannotFindSimulatorHomeDirectory: return "Couldn't find simulator home location. Please, check SIMULATOR_HOST_HOME env variable." - case let .cannotAccessSimulatorHomeDirectory(simulatorHostHome): + case .cannotAccessSimulatorHomeDirectory(let simulatorHostHome): return "Can't prepare environment. Simulator home location is inaccessible. Does \(simulatorHostHome) exist?" case .cannotRunOnPhysicalDevice: return "Can't use Snapshot on a physical device." @@ -65,10 +65,11 @@ open class Snapshot: NSObject { static var app: XCUIApplication? static var cacheDirectory: URL? static var screenshotsDirectory: URL? { - cacheDirectory?.appendingPathComponent("screenshots", isDirectory: true) + return cacheDirectory?.appendingPathComponent("screenshots", isDirectory: true) } open class func setupSnapshot(_ app: XCUIApplication) { + Snapshot.app = app do { @@ -77,7 +78,7 @@ open class Snapshot: NSObject { setLanguage(app) setLocale(app) setLaunchArguments(app) - } catch { + } catch let error { print(error) } } @@ -87,7 +88,7 @@ open class Snapshot: NSObject { print("CacheDirectory is not set - probably running on a physical device?") return } - + let path = cacheDirectory.appendingPathComponent("language.txt") do { @@ -104,7 +105,7 @@ open class Snapshot: NSObject { print("CacheDirectory is not set - probably running on a physical device?") return } - + let path = cacheDirectory.appendingPathComponent("locale.txt") do { @@ -113,11 +114,11 @@ open class Snapshot: NSObject { } catch { print("Couldn't detect/set locale...") } - + if locale.isEmpty { locale = Locale(identifier: deviceLanguage).identifier } - + if !locale.isEmpty { app.launchArguments += ["-AppleLocale", "\"\(locale)\""] } @@ -128,7 +129,7 @@ open class Snapshot: NSObject { print("CacheDirectory is not set - probably running on a physical device?") return } - + let path = cacheDirectory.appendingPathComponent("snapshot-launch_arguments.txt") app.launchArguments += ["-FASTLANE_SNAPSHOT", "YES", "-ui_testing"] @@ -157,19 +158,19 @@ open class Snapshot: NSObject { #if os(OSX) XCUIApplication().typeKey(XCUIKeyboardKeySecondaryFn, modifierFlags: []) #else - + guard let app = self.app else { print("XCUIApplication is not set. Please call setupSnapshot(app) before snapshot().") return } - + let window = app.windows.firstMatch let screenshot = window.screenshot() guard let simulator = ProcessInfo().environment["SIMULATOR_DEVICE_NAME"], let screenshotsDir = screenshotsDirectory else { return } let path = screenshotsDir.appendingPathComponent("\(simulator)-\(name).png") do { try screenshot.pngRepresentation.write(to: path) - } catch { + } catch let error { print("Problem writing screenshot: \(name) to \(path)") print(error) } @@ -246,31 +247,31 @@ private extension XCUIElementAttributes { private extension XCUIElementQuery { var networkLoadingIndicators: XCUIElementQuery { - let isNetworkLoadingIndicator = NSPredicate { evaluatedObject, _ in + let isNetworkLoadingIndicator = NSPredicate { (evaluatedObject, _) in guard let element = evaluatedObject as? XCUIElementAttributes else { return false } return element.isNetworkLoadingIndicator } - return containing(isNetworkLoadingIndicator) + return self.containing(isNetworkLoadingIndicator) } var deviceStatusBars: XCUIElementQuery { let deviceWidth = XCUIApplication().windows.firstMatch.frame.width - let isStatusBar = NSPredicate { evaluatedObject, _ in + let isStatusBar = NSPredicate { (evaluatedObject, _) in guard let element = evaluatedObject as? XCUIElementAttributes else { return false } return element.isStatusBar(deviceWidth) } - return containing(isStatusBar) + return self.containing(isStatusBar) } } private extension CGFloat { func isBetween(_ numberA: CGFloat, and numberB: CGFloat) -> Bool { - numberA ... numberB ~= self + return numberA...numberB ~= self } } diff --git a/_archive/examples/graphics/font-awesome/brands/500px.svg b/_archive/examples/graphics/font-awesome/brands/500px.svg new file mode 100644 index 00000000..d872f24a --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/500px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/accessible-icon.svg b/_archive/examples/graphics/font-awesome/brands/accessible-icon.svg new file mode 100644 index 00000000..725b9028 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/accessible-icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/accusoft.svg b/_archive/examples/graphics/font-awesome/brands/accusoft.svg new file mode 100644 index 00000000..7be2e628 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/accusoft.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/acquisitions-incorporated.svg b/_archive/examples/graphics/font-awesome/brands/acquisitions-incorporated.svg new file mode 100644 index 00000000..459cb0e0 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/acquisitions-incorporated.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/adn.svg b/_archive/examples/graphics/font-awesome/brands/adn.svg new file mode 100644 index 00000000..ee285395 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/adn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/adobe.svg b/_archive/examples/graphics/font-awesome/brands/adobe.svg new file mode 100644 index 00000000..27030e6b --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/adobe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/adversal.svg b/_archive/examples/graphics/font-awesome/brands/adversal.svg new file mode 100644 index 00000000..125dd501 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/adversal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/affiliatetheme.svg b/_archive/examples/graphics/font-awesome/brands/affiliatetheme.svg new file mode 100644 index 00000000..d5dd4e8e --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/affiliatetheme.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/airbnb.svg b/_archive/examples/graphics/font-awesome/brands/airbnb.svg new file mode 100644 index 00000000..b3ca9d6b --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/airbnb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/algolia.svg b/_archive/examples/graphics/font-awesome/brands/algolia.svg new file mode 100644 index 00000000..979d7cd7 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/algolia.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/alipay.svg b/_archive/examples/graphics/font-awesome/brands/alipay.svg new file mode 100644 index 00000000..de341fbc --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/alipay.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/amazon-pay.svg b/_archive/examples/graphics/font-awesome/brands/amazon-pay.svg new file mode 100644 index 00000000..76e4c4a2 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/amazon-pay.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/amazon.svg b/_archive/examples/graphics/font-awesome/brands/amazon.svg new file mode 100644 index 00000000..642fdb2d --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/amazon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/amilia.svg b/_archive/examples/graphics/font-awesome/brands/amilia.svg new file mode 100644 index 00000000..48c693c9 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/amilia.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/android.svg b/_archive/examples/graphics/font-awesome/brands/android.svg new file mode 100644 index 00000000..62de4106 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/android.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/angellist.svg b/_archive/examples/graphics/font-awesome/brands/angellist.svg new file mode 100644 index 00000000..422885c2 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/angellist.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/angrycreative.svg b/_archive/examples/graphics/font-awesome/brands/angrycreative.svg new file mode 100644 index 00000000..b2624691 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/angrycreative.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/angular.svg b/_archive/examples/graphics/font-awesome/brands/angular.svg new file mode 100644 index 00000000..9948fb75 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/angular.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/app-store-ios.svg b/_archive/examples/graphics/font-awesome/brands/app-store-ios.svg new file mode 100644 index 00000000..12fc8484 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/app-store-ios.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/app-store.svg b/_archive/examples/graphics/font-awesome/brands/app-store.svg new file mode 100644 index 00000000..52e04a60 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/app-store.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/apper.svg b/_archive/examples/graphics/font-awesome/brands/apper.svg new file mode 100644 index 00000000..f986f504 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/apper.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/apple-pay.svg b/_archive/examples/graphics/font-awesome/brands/apple-pay.svg new file mode 100644 index 00000000..5d3145ad --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/apple-pay.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/apple.svg b/_archive/examples/graphics/font-awesome/brands/apple.svg new file mode 100644 index 00000000..e24ed63e --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/apple.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/artstation.svg b/_archive/examples/graphics/font-awesome/brands/artstation.svg new file mode 100644 index 00000000..2c793138 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/artstation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/asymmetrik.svg b/_archive/examples/graphics/font-awesome/brands/asymmetrik.svg new file mode 100644 index 00000000..ef472962 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/asymmetrik.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/atlassian.svg b/_archive/examples/graphics/font-awesome/brands/atlassian.svg new file mode 100644 index 00000000..c07561e7 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/atlassian.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/audible.svg b/_archive/examples/graphics/font-awesome/brands/audible.svg new file mode 100644 index 00000000..7ee5aef8 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/audible.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/autoprefixer.svg b/_archive/examples/graphics/font-awesome/brands/autoprefixer.svg new file mode 100644 index 00000000..912dee1b --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/autoprefixer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/avianex.svg b/_archive/examples/graphics/font-awesome/brands/avianex.svg new file mode 100644 index 00000000..40953096 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/avianex.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/aviato.svg b/_archive/examples/graphics/font-awesome/brands/aviato.svg new file mode 100644 index 00000000..064e0444 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/aviato.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/aws.svg b/_archive/examples/graphics/font-awesome/brands/aws.svg new file mode 100644 index 00000000..61973d34 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/aws.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/bandcamp.svg b/_archive/examples/graphics/font-awesome/brands/bandcamp.svg new file mode 100644 index 00000000..f1e1c204 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/bandcamp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/battle-net.svg b/_archive/examples/graphics/font-awesome/brands/battle-net.svg new file mode 100644 index 00000000..8ceec68e --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/battle-net.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/behance-square.svg b/_archive/examples/graphics/font-awesome/brands/behance-square.svg new file mode 100644 index 00000000..2d9e08bf --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/behance-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/behance.svg b/_archive/examples/graphics/font-awesome/brands/behance.svg new file mode 100644 index 00000000..73e94677 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/behance.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/bimobject.svg b/_archive/examples/graphics/font-awesome/brands/bimobject.svg new file mode 100644 index 00000000..b708fdea --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/bimobject.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/bitbucket.svg b/_archive/examples/graphics/font-awesome/brands/bitbucket.svg new file mode 100644 index 00000000..2902d353 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/bitbucket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/bitcoin.svg b/_archive/examples/graphics/font-awesome/brands/bitcoin.svg new file mode 100644 index 00000000..9ee5f2ef --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/bitcoin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/bity.svg b/_archive/examples/graphics/font-awesome/brands/bity.svg new file mode 100644 index 00000000..cf6c63d9 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/bity.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/black-tie.svg b/_archive/examples/graphics/font-awesome/brands/black-tie.svg new file mode 100644 index 00000000..36f3eb79 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/black-tie.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/blackberry.svg b/_archive/examples/graphics/font-awesome/brands/blackberry.svg new file mode 100644 index 00000000..d8308865 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/blackberry.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/blogger-b.svg b/_archive/examples/graphics/font-awesome/brands/blogger-b.svg new file mode 100644 index 00000000..c313b521 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/blogger-b.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/blogger.svg b/_archive/examples/graphics/font-awesome/brands/blogger.svg new file mode 100644 index 00000000..7707557e --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/blogger.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/bluetooth-b.svg b/_archive/examples/graphics/font-awesome/brands/bluetooth-b.svg new file mode 100644 index 00000000..d6e3a5e1 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/bluetooth-b.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/bluetooth.svg b/_archive/examples/graphics/font-awesome/brands/bluetooth.svg new file mode 100644 index 00000000..aad75a38 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/bluetooth.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/bootstrap.svg b/_archive/examples/graphics/font-awesome/brands/bootstrap.svg new file mode 100644 index 00000000..35fa43cb --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/bootstrap.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/btc.svg b/_archive/examples/graphics/font-awesome/brands/btc.svg new file mode 100644 index 00000000..45e65158 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/btc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/buffer.svg b/_archive/examples/graphics/font-awesome/brands/buffer.svg new file mode 100644 index 00000000..90b3bcd0 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/buffer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/buromobelexperte.svg b/_archive/examples/graphics/font-awesome/brands/buromobelexperte.svg new file mode 100644 index 00000000..f419c909 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/buromobelexperte.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/buy-n-large.svg b/_archive/examples/graphics/font-awesome/brands/buy-n-large.svg new file mode 100644 index 00000000..cbb298c3 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/buy-n-large.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/buysellads.svg b/_archive/examples/graphics/font-awesome/brands/buysellads.svg new file mode 100644 index 00000000..5bb292db --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/buysellads.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/canadian-maple-leaf.svg b/_archive/examples/graphics/font-awesome/brands/canadian-maple-leaf.svg new file mode 100644 index 00000000..ca96f7c4 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/canadian-maple-leaf.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/cc-amazon-pay.svg b/_archive/examples/graphics/font-awesome/brands/cc-amazon-pay.svg new file mode 100644 index 00000000..7a986691 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/cc-amazon-pay.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/cc-amex.svg b/_archive/examples/graphics/font-awesome/brands/cc-amex.svg new file mode 100644 index 00000000..7d435154 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/cc-amex.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/cc-apple-pay.svg b/_archive/examples/graphics/font-awesome/brands/cc-apple-pay.svg new file mode 100644 index 00000000..a8a56ed5 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/cc-apple-pay.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/cc-diners-club.svg b/_archive/examples/graphics/font-awesome/brands/cc-diners-club.svg new file mode 100644 index 00000000..7ade2bb5 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/cc-diners-club.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/cc-discover.svg b/_archive/examples/graphics/font-awesome/brands/cc-discover.svg new file mode 100644 index 00000000..2b780e4e --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/cc-discover.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/cc-jcb.svg b/_archive/examples/graphics/font-awesome/brands/cc-jcb.svg new file mode 100644 index 00000000..8671a884 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/cc-jcb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/cc-mastercard.svg b/_archive/examples/graphics/font-awesome/brands/cc-mastercard.svg new file mode 100644 index 00000000..af0753ea --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/cc-mastercard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/cc-paypal.svg b/_archive/examples/graphics/font-awesome/brands/cc-paypal.svg new file mode 100644 index 00000000..6ca92005 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/cc-paypal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/cc-stripe.svg b/_archive/examples/graphics/font-awesome/brands/cc-stripe.svg new file mode 100644 index 00000000..5cb2a8d2 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/cc-stripe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/cc-visa.svg b/_archive/examples/graphics/font-awesome/brands/cc-visa.svg new file mode 100644 index 00000000..b5cb29a2 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/cc-visa.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/centercode.svg b/_archive/examples/graphics/font-awesome/brands/centercode.svg new file mode 100644 index 00000000..440b9c83 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/centercode.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/centos.svg b/_archive/examples/graphics/font-awesome/brands/centos.svg new file mode 100644 index 00000000..72b5f203 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/centos.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/chrome.svg b/_archive/examples/graphics/font-awesome/brands/chrome.svg new file mode 100644 index 00000000..5ea90d91 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/chrome.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/chromecast.svg b/_archive/examples/graphics/font-awesome/brands/chromecast.svg new file mode 100644 index 00000000..9857e95e --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/chromecast.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/cloudscale.svg b/_archive/examples/graphics/font-awesome/brands/cloudscale.svg new file mode 100644 index 00000000..9ad2a405 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/cloudscale.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/cloudsmith.svg b/_archive/examples/graphics/font-awesome/brands/cloudsmith.svg new file mode 100644 index 00000000..bd2d4704 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/cloudsmith.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/cloudversify.svg b/_archive/examples/graphics/font-awesome/brands/cloudversify.svg new file mode 100644 index 00000000..4ed2518d --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/cloudversify.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/codepen.svg b/_archive/examples/graphics/font-awesome/brands/codepen.svg new file mode 100644 index 00000000..32585370 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/codepen.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/codiepie.svg b/_archive/examples/graphics/font-awesome/brands/codiepie.svg new file mode 100644 index 00000000..dc7579c0 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/codiepie.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/confluence.svg b/_archive/examples/graphics/font-awesome/brands/confluence.svg new file mode 100644 index 00000000..ffeb9239 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/confluence.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/connectdevelop.svg b/_archive/examples/graphics/font-awesome/brands/connectdevelop.svg new file mode 100644 index 00000000..8588469c --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/connectdevelop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/contao.svg b/_archive/examples/graphics/font-awesome/brands/contao.svg new file mode 100644 index 00000000..a08f60af --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/contao.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/cotton-bureau.svg b/_archive/examples/graphics/font-awesome/brands/cotton-bureau.svg new file mode 100644 index 00000000..b3b1db8f --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/cotton-bureau.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/cpanel.svg b/_archive/examples/graphics/font-awesome/brands/cpanel.svg new file mode 100644 index 00000000..c95511c1 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/cpanel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/creative-commons-by.svg b/_archive/examples/graphics/font-awesome/brands/creative-commons-by.svg new file mode 100644 index 00000000..5432986b --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/creative-commons-by.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/creative-commons-nc-eu.svg b/_archive/examples/graphics/font-awesome/brands/creative-commons-nc-eu.svg new file mode 100644 index 00000000..539c7d60 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/creative-commons-nc-eu.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/creative-commons-nc-jp.svg b/_archive/examples/graphics/font-awesome/brands/creative-commons-nc-jp.svg new file mode 100644 index 00000000..a8d89b19 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/creative-commons-nc-jp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/creative-commons-nc.svg b/_archive/examples/graphics/font-awesome/brands/creative-commons-nc.svg new file mode 100644 index 00000000..abb1577a --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/creative-commons-nc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/creative-commons-nd.svg b/_archive/examples/graphics/font-awesome/brands/creative-commons-nd.svg new file mode 100644 index 00000000..07b5fde4 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/creative-commons-nd.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/creative-commons-pd-alt.svg b/_archive/examples/graphics/font-awesome/brands/creative-commons-pd-alt.svg new file mode 100644 index 00000000..d3621842 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/creative-commons-pd-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/creative-commons-pd.svg b/_archive/examples/graphics/font-awesome/brands/creative-commons-pd.svg new file mode 100644 index 00000000..884fbd02 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/creative-commons-pd.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/creative-commons-remix.svg b/_archive/examples/graphics/font-awesome/brands/creative-commons-remix.svg new file mode 100644 index 00000000..70ced894 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/creative-commons-remix.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/creative-commons-sa.svg b/_archive/examples/graphics/font-awesome/brands/creative-commons-sa.svg new file mode 100644 index 00000000..c9f41f8f --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/creative-commons-sa.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/creative-commons-sampling-plus.svg b/_archive/examples/graphics/font-awesome/brands/creative-commons-sampling-plus.svg new file mode 100644 index 00000000..c06a1cd5 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/creative-commons-sampling-plus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/creative-commons-sampling.svg b/_archive/examples/graphics/font-awesome/brands/creative-commons-sampling.svg new file mode 100644 index 00000000..40a20c65 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/creative-commons-sampling.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/creative-commons-share.svg b/_archive/examples/graphics/font-awesome/brands/creative-commons-share.svg new file mode 100644 index 00000000..afef40ad --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/creative-commons-share.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/creative-commons-zero.svg b/_archive/examples/graphics/font-awesome/brands/creative-commons-zero.svg new file mode 100644 index 00000000..a67d7898 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/creative-commons-zero.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/creative-commons.svg b/_archive/examples/graphics/font-awesome/brands/creative-commons.svg new file mode 100644 index 00000000..e24a68f6 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/creative-commons.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/critical-role.svg b/_archive/examples/graphics/font-awesome/brands/critical-role.svg new file mode 100644 index 00000000..d4d2cebd --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/critical-role.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/css3-alt.svg b/_archive/examples/graphics/font-awesome/brands/css3-alt.svg new file mode 100644 index 00000000..544362a1 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/css3-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/css3.svg b/_archive/examples/graphics/font-awesome/brands/css3.svg new file mode 100644 index 00000000..5ea43eda --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/css3.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/cuttlefish.svg b/_archive/examples/graphics/font-awesome/brands/cuttlefish.svg new file mode 100644 index 00000000..92f20d8e --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/cuttlefish.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/d-and-d-beyond.svg b/_archive/examples/graphics/font-awesome/brands/d-and-d-beyond.svg new file mode 100644 index 00000000..195c6e9b --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/d-and-d-beyond.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/d-and-d.svg b/_archive/examples/graphics/font-awesome/brands/d-and-d.svg new file mode 100644 index 00000000..9411ae03 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/d-and-d.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/dashcube.svg b/_archive/examples/graphics/font-awesome/brands/dashcube.svg new file mode 100644 index 00000000..c31239b2 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/dashcube.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/delicious.svg b/_archive/examples/graphics/font-awesome/brands/delicious.svg new file mode 100644 index 00000000..f2077542 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/delicious.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/deploydog.svg b/_archive/examples/graphics/font-awesome/brands/deploydog.svg new file mode 100644 index 00000000..c9764e80 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/deploydog.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/deskpro.svg b/_archive/examples/graphics/font-awesome/brands/deskpro.svg new file mode 100644 index 00000000..48ad2699 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/deskpro.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/dev.svg b/_archive/examples/graphics/font-awesome/brands/dev.svg new file mode 100644 index 00000000..399017f5 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/dev.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/deviantart.svg b/_archive/examples/graphics/font-awesome/brands/deviantart.svg new file mode 100644 index 00000000..017804bc --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/deviantart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/dhl.svg b/_archive/examples/graphics/font-awesome/brands/dhl.svg new file mode 100644 index 00000000..cc62f97d --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/dhl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/diaspora.svg b/_archive/examples/graphics/font-awesome/brands/diaspora.svg new file mode 100644 index 00000000..edd3ace0 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/diaspora.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/digg.svg b/_archive/examples/graphics/font-awesome/brands/digg.svg new file mode 100644 index 00000000..9c580fb0 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/digg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/digital-ocean.svg b/_archive/examples/graphics/font-awesome/brands/digital-ocean.svg new file mode 100644 index 00000000..861def5b --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/digital-ocean.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/discord.svg b/_archive/examples/graphics/font-awesome/brands/discord.svg new file mode 100644 index 00000000..650fe8f0 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/discord.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/discourse.svg b/_archive/examples/graphics/font-awesome/brands/discourse.svg new file mode 100644 index 00000000..87403975 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/discourse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/dochub.svg b/_archive/examples/graphics/font-awesome/brands/dochub.svg new file mode 100644 index 00000000..c336088d --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/dochub.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/docker.svg b/_archive/examples/graphics/font-awesome/brands/docker.svg new file mode 100644 index 00000000..c4b13198 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/docker.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/draft2digital.svg b/_archive/examples/graphics/font-awesome/brands/draft2digital.svg new file mode 100644 index 00000000..37207200 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/draft2digital.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/dribbble-square.svg b/_archive/examples/graphics/font-awesome/brands/dribbble-square.svg new file mode 100644 index 00000000..147f5aee --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/dribbble-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/dribbble.svg b/_archive/examples/graphics/font-awesome/brands/dribbble.svg new file mode 100644 index 00000000..165c90af --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/dribbble.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/dropbox.svg b/_archive/examples/graphics/font-awesome/brands/dropbox.svg new file mode 100644 index 00000000..cbc4787b --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/dropbox.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/drupal.svg b/_archive/examples/graphics/font-awesome/brands/drupal.svg new file mode 100644 index 00000000..09a90aee --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/drupal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/dyalog.svg b/_archive/examples/graphics/font-awesome/brands/dyalog.svg new file mode 100644 index 00000000..40a59c73 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/dyalog.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/earlybirds.svg b/_archive/examples/graphics/font-awesome/brands/earlybirds.svg new file mode 100644 index 00000000..42c9f51f --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/earlybirds.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/ebay.svg b/_archive/examples/graphics/font-awesome/brands/ebay.svg new file mode 100644 index 00000000..fe79f933 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/ebay.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/edge.svg b/_archive/examples/graphics/font-awesome/brands/edge.svg new file mode 100644 index 00000000..70548ac7 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/edge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/elementor.svg b/_archive/examples/graphics/font-awesome/brands/elementor.svg new file mode 100644 index 00000000..da050213 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/elementor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/ello.svg b/_archive/examples/graphics/font-awesome/brands/ello.svg new file mode 100644 index 00000000..4cc8b075 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/ello.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/ember.svg b/_archive/examples/graphics/font-awesome/brands/ember.svg new file mode 100644 index 00000000..69b71761 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/ember.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/empire.svg b/_archive/examples/graphics/font-awesome/brands/empire.svg new file mode 100644 index 00000000..b000c8e0 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/empire.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/envira.svg b/_archive/examples/graphics/font-awesome/brands/envira.svg new file mode 100644 index 00000000..92aee143 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/envira.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/erlang.svg b/_archive/examples/graphics/font-awesome/brands/erlang.svg new file mode 100644 index 00000000..01e29ac9 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/erlang.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/ethereum.svg b/_archive/examples/graphics/font-awesome/brands/ethereum.svg new file mode 100644 index 00000000..fce0031a --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/ethereum.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/etsy.svg b/_archive/examples/graphics/font-awesome/brands/etsy.svg new file mode 100644 index 00000000..1dc36341 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/etsy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/evernote.svg b/_archive/examples/graphics/font-awesome/brands/evernote.svg new file mode 100644 index 00000000..f5834eea --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/evernote.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/expeditedssl.svg b/_archive/examples/graphics/font-awesome/brands/expeditedssl.svg new file mode 100644 index 00000000..a5c29368 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/expeditedssl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/facebook-f.svg b/_archive/examples/graphics/font-awesome/brands/facebook-f.svg new file mode 100644 index 00000000..40d4f1c2 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/facebook-f.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/facebook-messenger.svg b/_archive/examples/graphics/font-awesome/brands/facebook-messenger.svg new file mode 100644 index 00000000..b1cefea9 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/facebook-messenger.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/facebook-square.svg b/_archive/examples/graphics/font-awesome/brands/facebook-square.svg new file mode 100644 index 00000000..dc9b9d8d --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/facebook-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/facebook.svg b/_archive/examples/graphics/font-awesome/brands/facebook.svg new file mode 100644 index 00000000..6e23a941 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/facebook.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/fantasy-flight-games.svg b/_archive/examples/graphics/font-awesome/brands/fantasy-flight-games.svg new file mode 100644 index 00000000..f4c42759 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/fantasy-flight-games.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/fedex.svg b/_archive/examples/graphics/font-awesome/brands/fedex.svg new file mode 100644 index 00000000..bcea5e54 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/fedex.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/fedora.svg b/_archive/examples/graphics/font-awesome/brands/fedora.svg new file mode 100644 index 00000000..b62726fb --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/fedora.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/figma.svg b/_archive/examples/graphics/font-awesome/brands/figma.svg new file mode 100644 index 00000000..8c2f960c --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/figma.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/firefox.svg b/_archive/examples/graphics/font-awesome/brands/firefox.svg new file mode 100644 index 00000000..a011198f --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/firefox.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/first-order-alt.svg b/_archive/examples/graphics/font-awesome/brands/first-order-alt.svg new file mode 100644 index 00000000..86853cea --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/first-order-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/first-order.svg b/_archive/examples/graphics/font-awesome/brands/first-order.svg new file mode 100644 index 00000000..527e4a5a --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/first-order.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/firstdraft.svg b/_archive/examples/graphics/font-awesome/brands/firstdraft.svg new file mode 100644 index 00000000..c2bcd312 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/firstdraft.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/flickr.svg b/_archive/examples/graphics/font-awesome/brands/flickr.svg new file mode 100644 index 00000000..15dcfc6c --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/flickr.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/flipboard.svg b/_archive/examples/graphics/font-awesome/brands/flipboard.svg new file mode 100644 index 00000000..866f82fd --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/flipboard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/fly.svg b/_archive/examples/graphics/font-awesome/brands/fly.svg new file mode 100644 index 00000000..69ee5c7b --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/fly.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/font-awesome-alt.svg b/_archive/examples/graphics/font-awesome/brands/font-awesome-alt.svg new file mode 100644 index 00000000..f80146ae --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/font-awesome-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/font-awesome-flag.svg b/_archive/examples/graphics/font-awesome/brands/font-awesome-flag.svg new file mode 100644 index 00000000..9f0b7a48 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/font-awesome-flag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/font-awesome.svg b/_archive/examples/graphics/font-awesome/brands/font-awesome.svg new file mode 100644 index 00000000..8c1d4452 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/font-awesome.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/fonticons-fi.svg b/_archive/examples/graphics/font-awesome/brands/fonticons-fi.svg new file mode 100644 index 00000000..e654422c --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/fonticons-fi.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/fonticons.svg b/_archive/examples/graphics/font-awesome/brands/fonticons.svg new file mode 100644 index 00000000..b9e2de54 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/fonticons.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/fort-awesome-alt.svg b/_archive/examples/graphics/font-awesome/brands/fort-awesome-alt.svg new file mode 100644 index 00000000..bc6d0c24 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/fort-awesome-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/fort-awesome.svg b/_archive/examples/graphics/font-awesome/brands/fort-awesome.svg new file mode 100644 index 00000000..a763d437 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/fort-awesome.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/forumbee.svg b/_archive/examples/graphics/font-awesome/brands/forumbee.svg new file mode 100644 index 00000000..d31d6411 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/forumbee.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/foursquare.svg b/_archive/examples/graphics/font-awesome/brands/foursquare.svg new file mode 100644 index 00000000..130fa9b3 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/foursquare.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/free-code-camp.svg b/_archive/examples/graphics/font-awesome/brands/free-code-camp.svg new file mode 100644 index 00000000..be4d13b7 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/free-code-camp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/freebsd.svg b/_archive/examples/graphics/font-awesome/brands/freebsd.svg new file mode 100644 index 00000000..98c790fa --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/freebsd.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/fulcrum.svg b/_archive/examples/graphics/font-awesome/brands/fulcrum.svg new file mode 100644 index 00000000..adf033c9 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/fulcrum.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/galactic-republic.svg b/_archive/examples/graphics/font-awesome/brands/galactic-republic.svg new file mode 100644 index 00000000..8b91f999 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/galactic-republic.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/galactic-senate.svg b/_archive/examples/graphics/font-awesome/brands/galactic-senate.svg new file mode 100644 index 00000000..7ee63c16 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/galactic-senate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/get-pocket.svg b/_archive/examples/graphics/font-awesome/brands/get-pocket.svg new file mode 100644 index 00000000..f6046088 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/get-pocket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/gg-circle.svg b/_archive/examples/graphics/font-awesome/brands/gg-circle.svg new file mode 100644 index 00000000..7ff26dd6 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/gg-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/gg.svg b/_archive/examples/graphics/font-awesome/brands/gg.svg new file mode 100644 index 00000000..cace4961 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/gg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/git-alt.svg b/_archive/examples/graphics/font-awesome/brands/git-alt.svg new file mode 100644 index 00000000..62194af4 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/git-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/git-square.svg b/_archive/examples/graphics/font-awesome/brands/git-square.svg new file mode 100644 index 00000000..f58e30b6 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/git-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/git.svg b/_archive/examples/graphics/font-awesome/brands/git.svg new file mode 100644 index 00000000..40571b1f --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/git.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/github-alt.svg b/_archive/examples/graphics/font-awesome/brands/github-alt.svg new file mode 100644 index 00000000..43d2da5d --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/github-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/github-square.svg b/_archive/examples/graphics/font-awesome/brands/github-square.svg new file mode 100644 index 00000000..a235d2f4 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/github-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/github.svg b/_archive/examples/graphics/font-awesome/brands/github.svg new file mode 100644 index 00000000..53bd7b2d --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/github.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/gitkraken.svg b/_archive/examples/graphics/font-awesome/brands/gitkraken.svg new file mode 100644 index 00000000..a3bc20fc --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/gitkraken.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/gitlab.svg b/_archive/examples/graphics/font-awesome/brands/gitlab.svg new file mode 100644 index 00000000..ae4efce6 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/gitlab.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/gitter.svg b/_archive/examples/graphics/font-awesome/brands/gitter.svg new file mode 100644 index 00000000..6aaafd9a --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/gitter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/glide-g.svg b/_archive/examples/graphics/font-awesome/brands/glide-g.svg new file mode 100644 index 00000000..7517405f --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/glide-g.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/glide.svg b/_archive/examples/graphics/font-awesome/brands/glide.svg new file mode 100644 index 00000000..0fbdca4b --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/glide.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/gofore.svg b/_archive/examples/graphics/font-awesome/brands/gofore.svg new file mode 100644 index 00000000..792de75e --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/gofore.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/goodreads-g.svg b/_archive/examples/graphics/font-awesome/brands/goodreads-g.svg new file mode 100644 index 00000000..b3554663 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/goodreads-g.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/goodreads.svg b/_archive/examples/graphics/font-awesome/brands/goodreads.svg new file mode 100644 index 00000000..040163af --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/goodreads.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/google-drive.svg b/_archive/examples/graphics/font-awesome/brands/google-drive.svg new file mode 100644 index 00000000..cd8dd52a --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/google-drive.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/google-play.svg b/_archive/examples/graphics/font-awesome/brands/google-play.svg new file mode 100644 index 00000000..82cffd53 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/google-play.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/google-plus-g.svg b/_archive/examples/graphics/font-awesome/brands/google-plus-g.svg new file mode 100644 index 00000000..c4587db3 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/google-plus-g.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/google-plus-square.svg b/_archive/examples/graphics/font-awesome/brands/google-plus-square.svg new file mode 100644 index 00000000..f18979c9 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/google-plus-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/google-plus.svg b/_archive/examples/graphics/font-awesome/brands/google-plus.svg new file mode 100644 index 00000000..46e143e6 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/google-plus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/google-wallet.svg b/_archive/examples/graphics/font-awesome/brands/google-wallet.svg new file mode 100644 index 00000000..009afb61 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/google-wallet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/google.svg b/_archive/examples/graphics/font-awesome/brands/google.svg new file mode 100644 index 00000000..014b5ceb --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/google.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/gratipay.svg b/_archive/examples/graphics/font-awesome/brands/gratipay.svg new file mode 100644 index 00000000..a35d8b19 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/gratipay.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/grav.svg b/_archive/examples/graphics/font-awesome/brands/grav.svg new file mode 100644 index 00000000..e12bbf51 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/grav.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/gripfire.svg b/_archive/examples/graphics/font-awesome/brands/gripfire.svg new file mode 100644 index 00000000..561aa2d7 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/gripfire.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/grunt.svg b/_archive/examples/graphics/font-awesome/brands/grunt.svg new file mode 100644 index 00000000..a36fab81 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/grunt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/gulp.svg b/_archive/examples/graphics/font-awesome/brands/gulp.svg new file mode 100644 index 00000000..0bb37a27 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/gulp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/hacker-news-square.svg b/_archive/examples/graphics/font-awesome/brands/hacker-news-square.svg new file mode 100644 index 00000000..1bb8cab4 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/hacker-news-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/hacker-news.svg b/_archive/examples/graphics/font-awesome/brands/hacker-news.svg new file mode 100644 index 00000000..0de37e65 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/hacker-news.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/hackerrank.svg b/_archive/examples/graphics/font-awesome/brands/hackerrank.svg new file mode 100644 index 00000000..d2a44d1b --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/hackerrank.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/hips.svg b/_archive/examples/graphics/font-awesome/brands/hips.svg new file mode 100644 index 00000000..7eb9cdf4 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/hips.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/hire-a-helper.svg b/_archive/examples/graphics/font-awesome/brands/hire-a-helper.svg new file mode 100644 index 00000000..5fdb39dc --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/hire-a-helper.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/hooli.svg b/_archive/examples/graphics/font-awesome/brands/hooli.svg new file mode 100644 index 00000000..e4cf9298 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/hooli.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/hornbill.svg b/_archive/examples/graphics/font-awesome/brands/hornbill.svg new file mode 100644 index 00000000..ce9375db --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/hornbill.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/hotjar.svg b/_archive/examples/graphics/font-awesome/brands/hotjar.svg new file mode 100644 index 00000000..7e477296 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/hotjar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/houzz.svg b/_archive/examples/graphics/font-awesome/brands/houzz.svg new file mode 100644 index 00000000..1ad90a21 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/houzz.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/html5.svg b/_archive/examples/graphics/font-awesome/brands/html5.svg new file mode 100644 index 00000000..a06827da --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/html5.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/hubspot.svg b/_archive/examples/graphics/font-awesome/brands/hubspot.svg new file mode 100644 index 00000000..03f8f4e0 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/hubspot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/imdb.svg b/_archive/examples/graphics/font-awesome/brands/imdb.svg new file mode 100644 index 00000000..a4d5eb55 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/imdb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/instagram.svg b/_archive/examples/graphics/font-awesome/brands/instagram.svg new file mode 100644 index 00000000..89c89b76 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/instagram.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/intercom.svg b/_archive/examples/graphics/font-awesome/brands/intercom.svg new file mode 100644 index 00000000..a36742b7 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/intercom.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/internet-explorer.svg b/_archive/examples/graphics/font-awesome/brands/internet-explorer.svg new file mode 100644 index 00000000..36173c0b --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/internet-explorer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/invision.svg b/_archive/examples/graphics/font-awesome/brands/invision.svg new file mode 100644 index 00000000..3af871b1 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/invision.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/ioxhost.svg b/_archive/examples/graphics/font-awesome/brands/ioxhost.svg new file mode 100644 index 00000000..64f31af2 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/ioxhost.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/itch-io.svg b/_archive/examples/graphics/font-awesome/brands/itch-io.svg new file mode 100644 index 00000000..c87fb703 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/itch-io.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/itunes-note.svg b/_archive/examples/graphics/font-awesome/brands/itunes-note.svg new file mode 100644 index 00000000..bb46e702 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/itunes-note.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/itunes.svg b/_archive/examples/graphics/font-awesome/brands/itunes.svg new file mode 100644 index 00000000..32736ae8 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/itunes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/java.svg b/_archive/examples/graphics/font-awesome/brands/java.svg new file mode 100644 index 00000000..15fc4ddc --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/java.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/jedi-order.svg b/_archive/examples/graphics/font-awesome/brands/jedi-order.svg new file mode 100644 index 00000000..990461a6 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/jedi-order.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/jenkins.svg b/_archive/examples/graphics/font-awesome/brands/jenkins.svg new file mode 100644 index 00000000..4c2251f1 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/jenkins.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/jira.svg b/_archive/examples/graphics/font-awesome/brands/jira.svg new file mode 100644 index 00000000..467d3f6d --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/jira.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/joget.svg b/_archive/examples/graphics/font-awesome/brands/joget.svg new file mode 100644 index 00000000..1007ec64 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/joget.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/joomla.svg b/_archive/examples/graphics/font-awesome/brands/joomla.svg new file mode 100644 index 00000000..a5654303 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/joomla.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/js-square.svg b/_archive/examples/graphics/font-awesome/brands/js-square.svg new file mode 100644 index 00000000..389af1c1 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/js-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/js.svg b/_archive/examples/graphics/font-awesome/brands/js.svg new file mode 100644 index 00000000..1bf21b89 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/js.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/jsfiddle.svg b/_archive/examples/graphics/font-awesome/brands/jsfiddle.svg new file mode 100644 index 00000000..2fb27ee3 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/jsfiddle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/kaggle.svg b/_archive/examples/graphics/font-awesome/brands/kaggle.svg new file mode 100644 index 00000000..b93394a0 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/kaggle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/keybase.svg b/_archive/examples/graphics/font-awesome/brands/keybase.svg new file mode 100644 index 00000000..be1135a3 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/keybase.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/keycdn.svg b/_archive/examples/graphics/font-awesome/brands/keycdn.svg new file mode 100644 index 00000000..da19aee0 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/keycdn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/kickstarter-k.svg b/_archive/examples/graphics/font-awesome/brands/kickstarter-k.svg new file mode 100644 index 00000000..4ad8ad2c --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/kickstarter-k.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/kickstarter.svg b/_archive/examples/graphics/font-awesome/brands/kickstarter.svg new file mode 100644 index 00000000..c765b1b4 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/kickstarter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/korvue.svg b/_archive/examples/graphics/font-awesome/brands/korvue.svg new file mode 100644 index 00000000..c9c44a81 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/korvue.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/laravel.svg b/_archive/examples/graphics/font-awesome/brands/laravel.svg new file mode 100644 index 00000000..b360037f --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/laravel.svg @@ -0,0 +1 @@ + diff --git a/_archive/examples/graphics/font-awesome/brands/lastfm-square.svg b/_archive/examples/graphics/font-awesome/brands/lastfm-square.svg new file mode 100644 index 00000000..e9febdb6 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/lastfm-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/lastfm.svg b/_archive/examples/graphics/font-awesome/brands/lastfm.svg new file mode 100644 index 00000000..7508067a --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/lastfm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/leanpub.svg b/_archive/examples/graphics/font-awesome/brands/leanpub.svg new file mode 100644 index 00000000..994eca34 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/leanpub.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/less.svg b/_archive/examples/graphics/font-awesome/brands/less.svg new file mode 100644 index 00000000..12a0ae2a --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/less.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/line.svg b/_archive/examples/graphics/font-awesome/brands/line.svg new file mode 100644 index 00000000..866abd87 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/line.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/linkedin-in.svg b/_archive/examples/graphics/font-awesome/brands/linkedin-in.svg new file mode 100644 index 00000000..b65c89fb --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/linkedin-in.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/linkedin.svg b/_archive/examples/graphics/font-awesome/brands/linkedin.svg new file mode 100644 index 00000000..69d8e973 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/linkedin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/linode.svg b/_archive/examples/graphics/font-awesome/brands/linode.svg new file mode 100644 index 00000000..502bdf79 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/linode.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/linux.svg b/_archive/examples/graphics/font-awesome/brands/linux.svg new file mode 100644 index 00000000..ca9b9a85 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/linux.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/lyft.svg b/_archive/examples/graphics/font-awesome/brands/lyft.svg new file mode 100644 index 00000000..4283ec51 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/lyft.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/magento.svg b/_archive/examples/graphics/font-awesome/brands/magento.svg new file mode 100644 index 00000000..bdf6488e --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/magento.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/mailchimp.svg b/_archive/examples/graphics/font-awesome/brands/mailchimp.svg new file mode 100644 index 00000000..8dff9bff --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/mailchimp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/mandalorian.svg b/_archive/examples/graphics/font-awesome/brands/mandalorian.svg new file mode 100644 index 00000000..3ed75162 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/mandalorian.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/markdown.svg b/_archive/examples/graphics/font-awesome/brands/markdown.svg new file mode 100644 index 00000000..843d4801 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/markdown.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/mastodon.svg b/_archive/examples/graphics/font-awesome/brands/mastodon.svg new file mode 100644 index 00000000..bb7c4285 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/mastodon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/maxcdn.svg b/_archive/examples/graphics/font-awesome/brands/maxcdn.svg new file mode 100644 index 00000000..4f4b85da --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/maxcdn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/mdb.svg b/_archive/examples/graphics/font-awesome/brands/mdb.svg new file mode 100644 index 00000000..af962711 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/mdb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/medapps.svg b/_archive/examples/graphics/font-awesome/brands/medapps.svg new file mode 100644 index 00000000..bb1a667a --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/medapps.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/medium-m.svg b/_archive/examples/graphics/font-awesome/brands/medium-m.svg new file mode 100644 index 00000000..8305fdac --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/medium-m.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/medium.svg b/_archive/examples/graphics/font-awesome/brands/medium.svg new file mode 100644 index 00000000..f370e1e1 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/medium.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/medrt.svg b/_archive/examples/graphics/font-awesome/brands/medrt.svg new file mode 100644 index 00000000..37759446 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/medrt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/meetup.svg b/_archive/examples/graphics/font-awesome/brands/meetup.svg new file mode 100644 index 00000000..d387c4bd --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/meetup.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/megaport.svg b/_archive/examples/graphics/font-awesome/brands/megaport.svg new file mode 100644 index 00000000..17faf7ce --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/megaport.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/mendeley.svg b/_archive/examples/graphics/font-awesome/brands/mendeley.svg new file mode 100644 index 00000000..c0f76a8d --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/mendeley.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/microsoft.svg b/_archive/examples/graphics/font-awesome/brands/microsoft.svg new file mode 100644 index 00000000..ed898955 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/microsoft.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/mix.svg b/_archive/examples/graphics/font-awesome/brands/mix.svg new file mode 100644 index 00000000..d131e232 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/mix.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/mixcloud.svg b/_archive/examples/graphics/font-awesome/brands/mixcloud.svg new file mode 100644 index 00000000..094239bb --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/mixcloud.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/mizuni.svg b/_archive/examples/graphics/font-awesome/brands/mizuni.svg new file mode 100644 index 00000000..8cb8d918 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/mizuni.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/modx.svg b/_archive/examples/graphics/font-awesome/brands/modx.svg new file mode 100644 index 00000000..9cbc71fd --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/modx.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/monero.svg b/_archive/examples/graphics/font-awesome/brands/monero.svg new file mode 100644 index 00000000..c4892b6c --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/monero.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/napster.svg b/_archive/examples/graphics/font-awesome/brands/napster.svg new file mode 100644 index 00000000..866e31da --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/napster.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/neos.svg b/_archive/examples/graphics/font-awesome/brands/neos.svg new file mode 100644 index 00000000..2bece211 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/neos.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/nimblr.svg b/_archive/examples/graphics/font-awesome/brands/nimblr.svg new file mode 100644 index 00000000..add60b07 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/nimblr.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/node-js.svg b/_archive/examples/graphics/font-awesome/brands/node-js.svg new file mode 100644 index 00000000..c73f1a64 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/node-js.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/node.svg b/_archive/examples/graphics/font-awesome/brands/node.svg new file mode 100644 index 00000000..3bdb5eac --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/node.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/npm.svg b/_archive/examples/graphics/font-awesome/brands/npm.svg new file mode 100644 index 00000000..ad643c36 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/npm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/ns8.svg b/_archive/examples/graphics/font-awesome/brands/ns8.svg new file mode 100644 index 00000000..1f5e2fc9 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/ns8.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/nutritionix.svg b/_archive/examples/graphics/font-awesome/brands/nutritionix.svg new file mode 100644 index 00000000..19eb0e07 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/nutritionix.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/odnoklassniki-square.svg b/_archive/examples/graphics/font-awesome/brands/odnoklassniki-square.svg new file mode 100644 index 00000000..e2793a94 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/odnoklassniki-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/odnoklassniki.svg b/_archive/examples/graphics/font-awesome/brands/odnoklassniki.svg new file mode 100644 index 00000000..f426fd36 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/odnoklassniki.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/old-republic.svg b/_archive/examples/graphics/font-awesome/brands/old-republic.svg new file mode 100644 index 00000000..8b62644c --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/old-republic.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/opencart.svg b/_archive/examples/graphics/font-awesome/brands/opencart.svg new file mode 100644 index 00000000..2f1498a1 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/opencart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/openid.svg b/_archive/examples/graphics/font-awesome/brands/openid.svg new file mode 100644 index 00000000..d36573e0 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/openid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/opera.svg b/_archive/examples/graphics/font-awesome/brands/opera.svg new file mode 100644 index 00000000..4fd8cb92 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/opera.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/optin-monster.svg b/_archive/examples/graphics/font-awesome/brands/optin-monster.svg new file mode 100644 index 00000000..cbf70491 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/optin-monster.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/orcid.svg b/_archive/examples/graphics/font-awesome/brands/orcid.svg new file mode 100644 index 00000000..501fc769 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/orcid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/osi.svg b/_archive/examples/graphics/font-awesome/brands/osi.svg new file mode 100644 index 00000000..f362cfd1 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/osi.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/page4.svg b/_archive/examples/graphics/font-awesome/brands/page4.svg new file mode 100644 index 00000000..e0eda5d3 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/page4.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/pagelines.svg b/_archive/examples/graphics/font-awesome/brands/pagelines.svg new file mode 100644 index 00000000..6722988a --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/pagelines.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/palfed.svg b/_archive/examples/graphics/font-awesome/brands/palfed.svg new file mode 100644 index 00000000..5c8a4b2c --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/palfed.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/patreon.svg b/_archive/examples/graphics/font-awesome/brands/patreon.svg new file mode 100644 index 00000000..19909571 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/patreon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/paypal.svg b/_archive/examples/graphics/font-awesome/brands/paypal.svg new file mode 100644 index 00000000..ecf00b6d --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/paypal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/penny-arcade.svg b/_archive/examples/graphics/font-awesome/brands/penny-arcade.svg new file mode 100644 index 00000000..77dea235 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/penny-arcade.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/periscope.svg b/_archive/examples/graphics/font-awesome/brands/periscope.svg new file mode 100644 index 00000000..9f46704c --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/periscope.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/phabricator.svg b/_archive/examples/graphics/font-awesome/brands/phabricator.svg new file mode 100644 index 00000000..c5188475 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/phabricator.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/phoenix-framework.svg b/_archive/examples/graphics/font-awesome/brands/phoenix-framework.svg new file mode 100644 index 00000000..4542fc2f --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/phoenix-framework.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/phoenix-squadron.svg b/_archive/examples/graphics/font-awesome/brands/phoenix-squadron.svg new file mode 100644 index 00000000..961adc44 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/phoenix-squadron.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/php.svg b/_archive/examples/graphics/font-awesome/brands/php.svg new file mode 100644 index 00000000..c2d86d48 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/php.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/pied-piper-alt.svg b/_archive/examples/graphics/font-awesome/brands/pied-piper-alt.svg new file mode 100644 index 00000000..4e8c419b --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/pied-piper-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/pied-piper-hat.svg b/_archive/examples/graphics/font-awesome/brands/pied-piper-hat.svg new file mode 100644 index 00000000..2f93465d --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/pied-piper-hat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/pied-piper-pp.svg b/_archive/examples/graphics/font-awesome/brands/pied-piper-pp.svg new file mode 100644 index 00000000..092ca730 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/pied-piper-pp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/pied-piper.svg b/_archive/examples/graphics/font-awesome/brands/pied-piper.svg new file mode 100644 index 00000000..d74fb980 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/pied-piper.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/pinterest-p.svg b/_archive/examples/graphics/font-awesome/brands/pinterest-p.svg new file mode 100644 index 00000000..311932af --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/pinterest-p.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/pinterest-square.svg b/_archive/examples/graphics/font-awesome/brands/pinterest-square.svg new file mode 100644 index 00000000..7a502a79 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/pinterest-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/pinterest.svg b/_archive/examples/graphics/font-awesome/brands/pinterest.svg new file mode 100644 index 00000000..42c1f645 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/pinterest.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/playstation.svg b/_archive/examples/graphics/font-awesome/brands/playstation.svg new file mode 100644 index 00000000..3cd7fcad --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/playstation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/product-hunt.svg b/_archive/examples/graphics/font-awesome/brands/product-hunt.svg new file mode 100644 index 00000000..847ac2c2 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/product-hunt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/pushed.svg b/_archive/examples/graphics/font-awesome/brands/pushed.svg new file mode 100644 index 00000000..f7e24f0c --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/pushed.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/python.svg b/_archive/examples/graphics/font-awesome/brands/python.svg new file mode 100644 index 00000000..cf92eb97 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/python.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/qq.svg b/_archive/examples/graphics/font-awesome/brands/qq.svg new file mode 100644 index 00000000..541bdd57 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/qq.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/quinscape.svg b/_archive/examples/graphics/font-awesome/brands/quinscape.svg new file mode 100644 index 00000000..9b37185a --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/quinscape.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/quora.svg b/_archive/examples/graphics/font-awesome/brands/quora.svg new file mode 100644 index 00000000..601d815c --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/quora.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/r-project.svg b/_archive/examples/graphics/font-awesome/brands/r-project.svg new file mode 100644 index 00000000..ef4076e4 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/r-project.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/raspberry-pi.svg b/_archive/examples/graphics/font-awesome/brands/raspberry-pi.svg new file mode 100644 index 00000000..cce311f0 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/raspberry-pi.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/ravelry.svg b/_archive/examples/graphics/font-awesome/brands/ravelry.svg new file mode 100644 index 00000000..49d511c0 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/ravelry.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/react.svg b/_archive/examples/graphics/font-awesome/brands/react.svg new file mode 100644 index 00000000..e5884106 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/react.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/reacteurope.svg b/_archive/examples/graphics/font-awesome/brands/reacteurope.svg new file mode 100644 index 00000000..5a626d80 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/reacteurope.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/readme.svg b/_archive/examples/graphics/font-awesome/brands/readme.svg new file mode 100644 index 00000000..482c337e --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/readme.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/rebel.svg b/_archive/examples/graphics/font-awesome/brands/rebel.svg new file mode 100644 index 00000000..555b0533 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/rebel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/red-river.svg b/_archive/examples/graphics/font-awesome/brands/red-river.svg new file mode 100644 index 00000000..6e7044f2 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/red-river.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/reddit-alien.svg b/_archive/examples/graphics/font-awesome/brands/reddit-alien.svg new file mode 100644 index 00000000..85b98591 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/reddit-alien.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/reddit-square.svg b/_archive/examples/graphics/font-awesome/brands/reddit-square.svg new file mode 100644 index 00000000..e940a851 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/reddit-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/reddit.svg b/_archive/examples/graphics/font-awesome/brands/reddit.svg new file mode 100644 index 00000000..262d0a7f --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/reddit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/redhat.svg b/_archive/examples/graphics/font-awesome/brands/redhat.svg new file mode 100644 index 00000000..0c2c9b81 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/redhat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/renren.svg b/_archive/examples/graphics/font-awesome/brands/renren.svg new file mode 100644 index 00000000..9706a702 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/renren.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/replyd.svg b/_archive/examples/graphics/font-awesome/brands/replyd.svg new file mode 100644 index 00000000..fe526f2b --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/replyd.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/researchgate.svg b/_archive/examples/graphics/font-awesome/brands/researchgate.svg new file mode 100644 index 00000000..db7149f4 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/researchgate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/resolving.svg b/_archive/examples/graphics/font-awesome/brands/resolving.svg new file mode 100644 index 00000000..339cbca0 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/resolving.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/rev.svg b/_archive/examples/graphics/font-awesome/brands/rev.svg new file mode 100644 index 00000000..2574a171 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/rev.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/rocketchat.svg b/_archive/examples/graphics/font-awesome/brands/rocketchat.svg new file mode 100644 index 00000000..b5e55fab --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/rocketchat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/rockrms.svg b/_archive/examples/graphics/font-awesome/brands/rockrms.svg new file mode 100644 index 00000000..6c41d790 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/rockrms.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/safari.svg b/_archive/examples/graphics/font-awesome/brands/safari.svg new file mode 100644 index 00000000..70dc86b8 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/safari.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/salesforce.svg b/_archive/examples/graphics/font-awesome/brands/salesforce.svg new file mode 100644 index 00000000..546e8335 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/salesforce.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/sass.svg b/_archive/examples/graphics/font-awesome/brands/sass.svg new file mode 100644 index 00000000..5543c1c7 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/sass.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/schlix.svg b/_archive/examples/graphics/font-awesome/brands/schlix.svg new file mode 100644 index 00000000..413e4ff7 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/schlix.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/scribd.svg b/_archive/examples/graphics/font-awesome/brands/scribd.svg new file mode 100644 index 00000000..f1ecad19 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/scribd.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/searchengin.svg b/_archive/examples/graphics/font-awesome/brands/searchengin.svg new file mode 100644 index 00000000..2ed72b1a --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/searchengin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/sellcast.svg b/_archive/examples/graphics/font-awesome/brands/sellcast.svg new file mode 100644 index 00000000..75b47f18 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/sellcast.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/sellsy.svg b/_archive/examples/graphics/font-awesome/brands/sellsy.svg new file mode 100644 index 00000000..6119fe58 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/sellsy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/servicestack.svg b/_archive/examples/graphics/font-awesome/brands/servicestack.svg new file mode 100644 index 00000000..9f937eb4 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/servicestack.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/shirtsinbulk.svg b/_archive/examples/graphics/font-awesome/brands/shirtsinbulk.svg new file mode 100644 index 00000000..4832095e --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/shirtsinbulk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/shopware.svg b/_archive/examples/graphics/font-awesome/brands/shopware.svg new file mode 100644 index 00000000..8078f3c7 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/shopware.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/simplybuilt.svg b/_archive/examples/graphics/font-awesome/brands/simplybuilt.svg new file mode 100644 index 00000000..fbecfe96 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/simplybuilt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/sistrix.svg b/_archive/examples/graphics/font-awesome/brands/sistrix.svg new file mode 100644 index 00000000..e62cef61 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/sistrix.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/sith.svg b/_archive/examples/graphics/font-awesome/brands/sith.svg new file mode 100644 index 00000000..cecd39d8 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/sith.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/sketch.svg b/_archive/examples/graphics/font-awesome/brands/sketch.svg new file mode 100644 index 00000000..fb22f316 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/sketch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/skyatlas.svg b/_archive/examples/graphics/font-awesome/brands/skyatlas.svg new file mode 100644 index 00000000..d2c8a3bf --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/skyatlas.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/skype.svg b/_archive/examples/graphics/font-awesome/brands/skype.svg new file mode 100644 index 00000000..538843cd --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/skype.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/slack-hash.svg b/_archive/examples/graphics/font-awesome/brands/slack-hash.svg new file mode 100644 index 00000000..a465405e --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/slack-hash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/slack.svg b/_archive/examples/graphics/font-awesome/brands/slack.svg new file mode 100644 index 00000000..ee293d67 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/slack.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/slideshare.svg b/_archive/examples/graphics/font-awesome/brands/slideshare.svg new file mode 100644 index 00000000..42150926 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/slideshare.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/snapchat-ghost.svg b/_archive/examples/graphics/font-awesome/brands/snapchat-ghost.svg new file mode 100644 index 00000000..4497f0cf --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/snapchat-ghost.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/snapchat-square.svg b/_archive/examples/graphics/font-awesome/brands/snapchat-square.svg new file mode 100644 index 00000000..c91e05ec --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/snapchat-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/snapchat.svg b/_archive/examples/graphics/font-awesome/brands/snapchat.svg new file mode 100644 index 00000000..88cfa167 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/snapchat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/soundcloud.svg b/_archive/examples/graphics/font-awesome/brands/soundcloud.svg new file mode 100644 index 00000000..0d9b0616 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/soundcloud.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/sourcetree.svg b/_archive/examples/graphics/font-awesome/brands/sourcetree.svg new file mode 100644 index 00000000..40f346dc --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/sourcetree.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/speakap.svg b/_archive/examples/graphics/font-awesome/brands/speakap.svg new file mode 100644 index 00000000..5123f7b8 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/speakap.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/speaker-deck.svg b/_archive/examples/graphics/font-awesome/brands/speaker-deck.svg new file mode 100644 index 00000000..6816698a --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/speaker-deck.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/spotify.svg b/_archive/examples/graphics/font-awesome/brands/spotify.svg new file mode 100644 index 00000000..dcd028a9 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/spotify.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/squarespace.svg b/_archive/examples/graphics/font-awesome/brands/squarespace.svg new file mode 100644 index 00000000..6b31da58 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/squarespace.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/stack-exchange.svg b/_archive/examples/graphics/font-awesome/brands/stack-exchange.svg new file mode 100644 index 00000000..3889ae23 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/stack-exchange.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/stack-overflow.svg b/_archive/examples/graphics/font-awesome/brands/stack-overflow.svg new file mode 100644 index 00000000..e8560a30 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/stack-overflow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/stackpath.svg b/_archive/examples/graphics/font-awesome/brands/stackpath.svg new file mode 100644 index 00000000..c2e53143 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/stackpath.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/staylinked.svg b/_archive/examples/graphics/font-awesome/brands/staylinked.svg new file mode 100644 index 00000000..3c6b2c8f --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/staylinked.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/steam-square.svg b/_archive/examples/graphics/font-awesome/brands/steam-square.svg new file mode 100644 index 00000000..59a6a8f6 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/steam-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/steam-symbol.svg b/_archive/examples/graphics/font-awesome/brands/steam-symbol.svg new file mode 100644 index 00000000..f0ab74db --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/steam-symbol.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/steam.svg b/_archive/examples/graphics/font-awesome/brands/steam.svg new file mode 100644 index 00000000..642650a8 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/steam.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/sticker-mule.svg b/_archive/examples/graphics/font-awesome/brands/sticker-mule.svg new file mode 100644 index 00000000..6a23f17f --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/sticker-mule.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/strava.svg b/_archive/examples/graphics/font-awesome/brands/strava.svg new file mode 100644 index 00000000..40102da3 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/strava.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/stripe-s.svg b/_archive/examples/graphics/font-awesome/brands/stripe-s.svg new file mode 100644 index 00000000..d310daea --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/stripe-s.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/stripe.svg b/_archive/examples/graphics/font-awesome/brands/stripe.svg new file mode 100644 index 00000000..1688d50a --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/stripe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/studiovinari.svg b/_archive/examples/graphics/font-awesome/brands/studiovinari.svg new file mode 100644 index 00000000..e6e7fa89 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/studiovinari.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/stumbleupon-circle.svg b/_archive/examples/graphics/font-awesome/brands/stumbleupon-circle.svg new file mode 100644 index 00000000..a4b42346 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/stumbleupon-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/stumbleupon.svg b/_archive/examples/graphics/font-awesome/brands/stumbleupon.svg new file mode 100644 index 00000000..999d3862 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/stumbleupon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/superpowers.svg b/_archive/examples/graphics/font-awesome/brands/superpowers.svg new file mode 100644 index 00000000..a6f13f6d --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/superpowers.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/supple.svg b/_archive/examples/graphics/font-awesome/brands/supple.svg new file mode 100644 index 00000000..5afe8792 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/supple.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/suse.svg b/_archive/examples/graphics/font-awesome/brands/suse.svg new file mode 100644 index 00000000..adb6390d --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/suse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/swift.svg b/_archive/examples/graphics/font-awesome/brands/swift.svg new file mode 100644 index 00000000..47498ffc --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/swift.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/symfony.svg b/_archive/examples/graphics/font-awesome/brands/symfony.svg new file mode 100644 index 00000000..51905feb --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/symfony.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/teamspeak.svg b/_archive/examples/graphics/font-awesome/brands/teamspeak.svg new file mode 100644 index 00000000..f430b5fb --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/teamspeak.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/telegram-plane.svg b/_archive/examples/graphics/font-awesome/brands/telegram-plane.svg new file mode 100644 index 00000000..a4e067b5 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/telegram-plane.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/telegram.svg b/_archive/examples/graphics/font-awesome/brands/telegram.svg new file mode 100644 index 00000000..fc5492cc --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/telegram.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/tencent-weibo.svg b/_archive/examples/graphics/font-awesome/brands/tencent-weibo.svg new file mode 100644 index 00000000..30b49fc8 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/tencent-weibo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/the-red-yeti.svg b/_archive/examples/graphics/font-awesome/brands/the-red-yeti.svg new file mode 100644 index 00000000..f1af96f5 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/the-red-yeti.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/themeco.svg b/_archive/examples/graphics/font-awesome/brands/themeco.svg new file mode 100644 index 00000000..0e706e41 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/themeco.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/themeisle.svg b/_archive/examples/graphics/font-awesome/brands/themeisle.svg new file mode 100644 index 00000000..b9337755 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/themeisle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/think-peaks.svg b/_archive/examples/graphics/font-awesome/brands/think-peaks.svg new file mode 100644 index 00000000..d956893c --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/think-peaks.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/trade-federation.svg b/_archive/examples/graphics/font-awesome/brands/trade-federation.svg new file mode 100644 index 00000000..07bd63b2 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/trade-federation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/trello.svg b/_archive/examples/graphics/font-awesome/brands/trello.svg new file mode 100644 index 00000000..634c6c3b --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/trello.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/tripadvisor.svg b/_archive/examples/graphics/font-awesome/brands/tripadvisor.svg new file mode 100644 index 00000000..4f3e2b6d --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/tripadvisor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/tumblr-square.svg b/_archive/examples/graphics/font-awesome/brands/tumblr-square.svg new file mode 100644 index 00000000..96b8cf5c --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/tumblr-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/tumblr.svg b/_archive/examples/graphics/font-awesome/brands/tumblr.svg new file mode 100644 index 00000000..da593777 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/tumblr.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/twitch.svg b/_archive/examples/graphics/font-awesome/brands/twitch.svg new file mode 100644 index 00000000..89a02fb6 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/twitch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/twitter-square.svg b/_archive/examples/graphics/font-awesome/brands/twitter-square.svg new file mode 100644 index 00000000..0ca7e0b9 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/twitter-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/twitter.svg b/_archive/examples/graphics/font-awesome/brands/twitter.svg new file mode 100644 index 00000000..f0ed9c5f --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/twitter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/typo3.svg b/_archive/examples/graphics/font-awesome/brands/typo3.svg new file mode 100644 index 00000000..4da76b3b --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/typo3.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/uber.svg b/_archive/examples/graphics/font-awesome/brands/uber.svg new file mode 100644 index 00000000..569a1cd9 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/uber.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/ubuntu.svg b/_archive/examples/graphics/font-awesome/brands/ubuntu.svg new file mode 100644 index 00000000..e1958dc4 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/ubuntu.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/uikit.svg b/_archive/examples/graphics/font-awesome/brands/uikit.svg new file mode 100644 index 00000000..26ab6110 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/uikit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/umbraco.svg b/_archive/examples/graphics/font-awesome/brands/umbraco.svg new file mode 100644 index 00000000..454e1152 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/umbraco.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/uniregistry.svg b/_archive/examples/graphics/font-awesome/brands/uniregistry.svg new file mode 100644 index 00000000..c77b4914 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/uniregistry.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/untappd.svg b/_archive/examples/graphics/font-awesome/brands/untappd.svg new file mode 100644 index 00000000..5e062938 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/untappd.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/ups.svg b/_archive/examples/graphics/font-awesome/brands/ups.svg new file mode 100644 index 00000000..eecae78c --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/ups.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/usb.svg b/_archive/examples/graphics/font-awesome/brands/usb.svg new file mode 100644 index 00000000..a9d265ee --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/usb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/usps.svg b/_archive/examples/graphics/font-awesome/brands/usps.svg new file mode 100644 index 00000000..f939b3e2 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/usps.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/ussunnah.svg b/_archive/examples/graphics/font-awesome/brands/ussunnah.svg new file mode 100644 index 00000000..1dd9ed12 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/ussunnah.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/vaadin.svg b/_archive/examples/graphics/font-awesome/brands/vaadin.svg new file mode 100644 index 00000000..fadce5ad --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/vaadin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/viacoin.svg b/_archive/examples/graphics/font-awesome/brands/viacoin.svg new file mode 100644 index 00000000..c4777d6f --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/viacoin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/viadeo-square.svg b/_archive/examples/graphics/font-awesome/brands/viadeo-square.svg new file mode 100644 index 00000000..9212671d --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/viadeo-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/viadeo.svg b/_archive/examples/graphics/font-awesome/brands/viadeo.svg new file mode 100644 index 00000000..f4c1f8a1 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/viadeo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/viber.svg b/_archive/examples/graphics/font-awesome/brands/viber.svg new file mode 100644 index 00000000..e40506b7 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/viber.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/vimeo-square.svg b/_archive/examples/graphics/font-awesome/brands/vimeo-square.svg new file mode 100644 index 00000000..eed266e7 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/vimeo-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/vimeo-v.svg b/_archive/examples/graphics/font-awesome/brands/vimeo-v.svg new file mode 100644 index 00000000..c8715281 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/vimeo-v.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/vimeo.svg b/_archive/examples/graphics/font-awesome/brands/vimeo.svg new file mode 100644 index 00000000..3a0c5273 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/vimeo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/vine.svg b/_archive/examples/graphics/font-awesome/brands/vine.svg new file mode 100644 index 00000000..53cb27f8 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/vine.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/vk.svg b/_archive/examples/graphics/font-awesome/brands/vk.svg new file mode 100644 index 00000000..022717d1 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/vk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/vnv.svg b/_archive/examples/graphics/font-awesome/brands/vnv.svg new file mode 100644 index 00000000..56cd37b4 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/vnv.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/vuejs.svg b/_archive/examples/graphics/font-awesome/brands/vuejs.svg new file mode 100644 index 00000000..932887c1 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/vuejs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/waze.svg b/_archive/examples/graphics/font-awesome/brands/waze.svg new file mode 100644 index 00000000..237e2316 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/waze.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/weebly.svg b/_archive/examples/graphics/font-awesome/brands/weebly.svg new file mode 100644 index 00000000..917dabe6 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/weebly.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/weibo.svg b/_archive/examples/graphics/font-awesome/brands/weibo.svg new file mode 100644 index 00000000..84f18c49 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/weibo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/weixin.svg b/_archive/examples/graphics/font-awesome/brands/weixin.svg new file mode 100644 index 00000000..cd27b198 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/weixin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/whatsapp-square.svg b/_archive/examples/graphics/font-awesome/brands/whatsapp-square.svg new file mode 100644 index 00000000..7db67533 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/whatsapp-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/whatsapp.svg b/_archive/examples/graphics/font-awesome/brands/whatsapp.svg new file mode 100644 index 00000000..6ca3eb35 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/whatsapp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/whmcs.svg b/_archive/examples/graphics/font-awesome/brands/whmcs.svg new file mode 100644 index 00000000..2bbd6959 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/whmcs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/wikipedia-w.svg b/_archive/examples/graphics/font-awesome/brands/wikipedia-w.svg new file mode 100644 index 00000000..07542530 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/wikipedia-w.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/windows.svg b/_archive/examples/graphics/font-awesome/brands/windows.svg new file mode 100644 index 00000000..586ba25d --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/windows.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/wix.svg b/_archive/examples/graphics/font-awesome/brands/wix.svg new file mode 100644 index 00000000..c1bea30e --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/wix.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/wizards-of-the-coast.svg b/_archive/examples/graphics/font-awesome/brands/wizards-of-the-coast.svg new file mode 100644 index 00000000..5842f47b --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/wizards-of-the-coast.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/wolf-pack-battalion.svg b/_archive/examples/graphics/font-awesome/brands/wolf-pack-battalion.svg new file mode 100644 index 00000000..eb8e3127 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/wolf-pack-battalion.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/wordpress-simple.svg b/_archive/examples/graphics/font-awesome/brands/wordpress-simple.svg new file mode 100644 index 00000000..de9795ad --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/wordpress-simple.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/wordpress.svg b/_archive/examples/graphics/font-awesome/brands/wordpress.svg new file mode 100644 index 00000000..3cc2bd44 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/wordpress.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/wpbeginner.svg b/_archive/examples/graphics/font-awesome/brands/wpbeginner.svg new file mode 100644 index 00000000..1f81e844 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/wpbeginner.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/wpexplorer.svg b/_archive/examples/graphics/font-awesome/brands/wpexplorer.svg new file mode 100644 index 00000000..706e12a9 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/wpexplorer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/wpforms.svg b/_archive/examples/graphics/font-awesome/brands/wpforms.svg new file mode 100644 index 00000000..03a3662b --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/wpforms.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/wpressr.svg b/_archive/examples/graphics/font-awesome/brands/wpressr.svg new file mode 100644 index 00000000..daa6135c --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/wpressr.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/xbox.svg b/_archive/examples/graphics/font-awesome/brands/xbox.svg new file mode 100644 index 00000000..5420576e --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/xbox.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/xing-square.svg b/_archive/examples/graphics/font-awesome/brands/xing-square.svg new file mode 100644 index 00000000..8c9fb829 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/xing-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/xing.svg b/_archive/examples/graphics/font-awesome/brands/xing.svg new file mode 100644 index 00000000..c4007711 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/xing.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/y-combinator.svg b/_archive/examples/graphics/font-awesome/brands/y-combinator.svg new file mode 100644 index 00000000..d4a0f7e2 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/y-combinator.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/yahoo.svg b/_archive/examples/graphics/font-awesome/brands/yahoo.svg new file mode 100644 index 00000000..22dea83d --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/yahoo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/yammer.svg b/_archive/examples/graphics/font-awesome/brands/yammer.svg new file mode 100644 index 00000000..e9056787 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/yammer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/yandex-international.svg b/_archive/examples/graphics/font-awesome/brands/yandex-international.svg new file mode 100644 index 00000000..2b1c10c7 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/yandex-international.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/yandex.svg b/_archive/examples/graphics/font-awesome/brands/yandex.svg new file mode 100644 index 00000000..d054fe04 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/yandex.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/yarn.svg b/_archive/examples/graphics/font-awesome/brands/yarn.svg new file mode 100644 index 00000000..ed00ea94 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/yarn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/yelp.svg b/_archive/examples/graphics/font-awesome/brands/yelp.svg new file mode 100644 index 00000000..d057f517 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/yelp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/yoast.svg b/_archive/examples/graphics/font-awesome/brands/yoast.svg new file mode 100644 index 00000000..bf2ec0f1 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/yoast.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/youtube-square.svg b/_archive/examples/graphics/font-awesome/brands/youtube-square.svg new file mode 100644 index 00000000..07b9ab59 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/youtube-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/youtube.svg b/_archive/examples/graphics/font-awesome/brands/youtube.svg new file mode 100644 index 00000000..e831b886 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/youtube.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/brands/zhihu.svg b/_archive/examples/graphics/font-awesome/brands/zhihu.svg new file mode 100644 index 00000000..c206c266 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/brands/zhihu.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/address-book.svg b/_archive/examples/graphics/font-awesome/regular/address-book.svg new file mode 100644 index 00000000..1c941ca3 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/address-book.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/address-card.svg b/_archive/examples/graphics/font-awesome/regular/address-card.svg new file mode 100644 index 00000000..4e0179f5 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/address-card.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/angry.svg b/_archive/examples/graphics/font-awesome/regular/angry.svg new file mode 100644 index 00000000..f8636abe --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/angry.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/arrow-alt-circle-down.svg b/_archive/examples/graphics/font-awesome/regular/arrow-alt-circle-down.svg new file mode 100644 index 00000000..5f758488 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/arrow-alt-circle-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/arrow-alt-circle-left.svg b/_archive/examples/graphics/font-awesome/regular/arrow-alt-circle-left.svg new file mode 100644 index 00000000..eb3fbdb9 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/arrow-alt-circle-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/arrow-alt-circle-right.svg b/_archive/examples/graphics/font-awesome/regular/arrow-alt-circle-right.svg new file mode 100644 index 00000000..061d9726 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/arrow-alt-circle-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/arrow-alt-circle-up.svg b/_archive/examples/graphics/font-awesome/regular/arrow-alt-circle-up.svg new file mode 100644 index 00000000..519288e7 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/arrow-alt-circle-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/bell-slash.svg b/_archive/examples/graphics/font-awesome/regular/bell-slash.svg new file mode 100644 index 00000000..410eb75e --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/bell-slash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/bell.svg b/_archive/examples/graphics/font-awesome/regular/bell.svg new file mode 100644 index 00000000..2b98a370 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/bell.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/bookmark.svg b/_archive/examples/graphics/font-awesome/regular/bookmark.svg new file mode 100644 index 00000000..bd315e48 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/bookmark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/building.svg b/_archive/examples/graphics/font-awesome/regular/building.svg new file mode 100644 index 00000000..4178db46 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/building.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/calendar-alt.svg b/_archive/examples/graphics/font-awesome/regular/calendar-alt.svg new file mode 100644 index 00000000..130e2ab7 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/calendar-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/calendar-check.svg b/_archive/examples/graphics/font-awesome/regular/calendar-check.svg new file mode 100644 index 00000000..3d98c563 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/calendar-check.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/calendar-minus.svg b/_archive/examples/graphics/font-awesome/regular/calendar-minus.svg new file mode 100644 index 00000000..0b83b348 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/calendar-minus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/calendar-plus.svg b/_archive/examples/graphics/font-awesome/regular/calendar-plus.svg new file mode 100644 index 00000000..7715ffc4 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/calendar-plus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/calendar-times.svg b/_archive/examples/graphics/font-awesome/regular/calendar-times.svg new file mode 100644 index 00000000..8a9a10c7 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/calendar-times.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/calendar.svg b/_archive/examples/graphics/font-awesome/regular/calendar.svg new file mode 100644 index 00000000..725e8879 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/calendar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/caret-square-down.svg b/_archive/examples/graphics/font-awesome/regular/caret-square-down.svg new file mode 100644 index 00000000..29a40ab9 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/caret-square-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/caret-square-left.svg b/_archive/examples/graphics/font-awesome/regular/caret-square-left.svg new file mode 100644 index 00000000..5fa7f8b0 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/caret-square-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/caret-square-right.svg b/_archive/examples/graphics/font-awesome/regular/caret-square-right.svg new file mode 100644 index 00000000..03b43897 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/caret-square-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/caret-square-up.svg b/_archive/examples/graphics/font-awesome/regular/caret-square-up.svg new file mode 100644 index 00000000..b59f23b3 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/caret-square-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/chart-bar.svg b/_archive/examples/graphics/font-awesome/regular/chart-bar.svg new file mode 100644 index 00000000..36820b76 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/chart-bar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/check-circle.svg b/_archive/examples/graphics/font-awesome/regular/check-circle.svg new file mode 100644 index 00000000..000b850f --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/check-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/check-square.svg b/_archive/examples/graphics/font-awesome/regular/check-square.svg new file mode 100644 index 00000000..602b375b --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/check-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/circle.svg b/_archive/examples/graphics/font-awesome/regular/circle.svg new file mode 100644 index 00000000..835815e1 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/clipboard.svg b/_archive/examples/graphics/font-awesome/regular/clipboard.svg new file mode 100644 index 00000000..a9260d17 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/clipboard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/clock.svg b/_archive/examples/graphics/font-awesome/regular/clock.svg new file mode 100644 index 00000000..136a550a --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/clock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/clone.svg b/_archive/examples/graphics/font-awesome/regular/clone.svg new file mode 100644 index 00000000..c9804bf3 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/clone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/closed-captioning.svg b/_archive/examples/graphics/font-awesome/regular/closed-captioning.svg new file mode 100644 index 00000000..277952b0 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/closed-captioning.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/comment-alt.svg b/_archive/examples/graphics/font-awesome/regular/comment-alt.svg new file mode 100644 index 00000000..cf31f088 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/comment-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/comment-dots.svg b/_archive/examples/graphics/font-awesome/regular/comment-dots.svg new file mode 100644 index 00000000..de4dc072 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/comment-dots.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/comment.svg b/_archive/examples/graphics/font-awesome/regular/comment.svg new file mode 100644 index 00000000..6fb2541d --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/comment.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/comments.svg b/_archive/examples/graphics/font-awesome/regular/comments.svg new file mode 100644 index 00000000..9ab2d387 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/comments.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/compass.svg b/_archive/examples/graphics/font-awesome/regular/compass.svg new file mode 100644 index 00000000..40e3c56c --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/compass.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/copy.svg b/_archive/examples/graphics/font-awesome/regular/copy.svg new file mode 100644 index 00000000..a488ff2c --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/copy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/copyright.svg b/_archive/examples/graphics/font-awesome/regular/copyright.svg new file mode 100644 index 00000000..2a81ca28 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/copyright.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/credit-card.svg b/_archive/examples/graphics/font-awesome/regular/credit-card.svg new file mode 100644 index 00000000..f5a047fb --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/credit-card.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/dizzy.svg b/_archive/examples/graphics/font-awesome/regular/dizzy.svg new file mode 100644 index 00000000..b84e0059 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/dizzy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/dot-circle.svg b/_archive/examples/graphics/font-awesome/regular/dot-circle.svg new file mode 100644 index 00000000..eacf9b70 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/dot-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/edit.svg b/_archive/examples/graphics/font-awesome/regular/edit.svg new file mode 100644 index 00000000..d7b19146 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/edit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/envelope-open.svg b/_archive/examples/graphics/font-awesome/regular/envelope-open.svg new file mode 100644 index 00000000..0b71db8f --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/envelope-open.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/envelope.svg b/_archive/examples/graphics/font-awesome/regular/envelope.svg new file mode 100644 index 00000000..a2557ef2 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/envelope.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/eye-slash.svg b/_archive/examples/graphics/font-awesome/regular/eye-slash.svg new file mode 100644 index 00000000..9e6b01dd --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/eye-slash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/eye.svg b/_archive/examples/graphics/font-awesome/regular/eye.svg new file mode 100644 index 00000000..09c93453 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/eye.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/file-alt.svg b/_archive/examples/graphics/font-awesome/regular/file-alt.svg new file mode 100644 index 00000000..e32217d2 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/file-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/file-archive.svg b/_archive/examples/graphics/font-awesome/regular/file-archive.svg new file mode 100644 index 00000000..af14d23f --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/file-archive.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/file-audio.svg b/_archive/examples/graphics/font-awesome/regular/file-audio.svg new file mode 100644 index 00000000..87c16005 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/file-audio.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/file-code.svg b/_archive/examples/graphics/font-awesome/regular/file-code.svg new file mode 100644 index 00000000..6483b793 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/file-code.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/file-excel.svg b/_archive/examples/graphics/font-awesome/regular/file-excel.svg new file mode 100644 index 00000000..48123027 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/file-excel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/file-image.svg b/_archive/examples/graphics/font-awesome/regular/file-image.svg new file mode 100644 index 00000000..2ca87e5c --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/file-image.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/file-pdf.svg b/_archive/examples/graphics/font-awesome/regular/file-pdf.svg new file mode 100644 index 00000000..3f2fa453 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/file-pdf.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/file-powerpoint.svg b/_archive/examples/graphics/font-awesome/regular/file-powerpoint.svg new file mode 100644 index 00000000..41e3505b --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/file-powerpoint.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/file-video.svg b/_archive/examples/graphics/font-awesome/regular/file-video.svg new file mode 100644 index 00000000..ed02cdc1 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/file-video.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/file-word.svg b/_archive/examples/graphics/font-awesome/regular/file-word.svg new file mode 100644 index 00000000..2ba49900 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/file-word.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/file.svg b/_archive/examples/graphics/font-awesome/regular/file.svg new file mode 100644 index 00000000..9bc15133 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/file.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/flag.svg b/_archive/examples/graphics/font-awesome/regular/flag.svg new file mode 100644 index 00000000..4df2e03f --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/flag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/flushed.svg b/_archive/examples/graphics/font-awesome/regular/flushed.svg new file mode 100644 index 00000000..cb201a24 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/flushed.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/folder-open.svg b/_archive/examples/graphics/font-awesome/regular/folder-open.svg new file mode 100644 index 00000000..d367d41b --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/folder-open.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/folder.svg b/_archive/examples/graphics/font-awesome/regular/folder.svg new file mode 100644 index 00000000..7c9d6c4d --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/folder.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/frown-open.svg b/_archive/examples/graphics/font-awesome/regular/frown-open.svg new file mode 100644 index 00000000..728cc1cb --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/frown-open.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/frown.svg b/_archive/examples/graphics/font-awesome/regular/frown.svg new file mode 100644 index 00000000..a8cb6037 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/frown.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/futbol.svg b/_archive/examples/graphics/font-awesome/regular/futbol.svg new file mode 100644 index 00000000..06014652 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/futbol.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/gem.svg b/_archive/examples/graphics/font-awesome/regular/gem.svg new file mode 100644 index 00000000..9640cbf9 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/gem.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/grimace.svg b/_archive/examples/graphics/font-awesome/regular/grimace.svg new file mode 100644 index 00000000..3ef8c880 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/grimace.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/grin-alt.svg b/_archive/examples/graphics/font-awesome/regular/grin-alt.svg new file mode 100644 index 00000000..6e8ac81e --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/grin-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/grin-beam-sweat.svg b/_archive/examples/graphics/font-awesome/regular/grin-beam-sweat.svg new file mode 100644 index 00000000..6f221335 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/grin-beam-sweat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/grin-beam.svg b/_archive/examples/graphics/font-awesome/regular/grin-beam.svg new file mode 100644 index 00000000..0f8b3660 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/grin-beam.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/grin-hearts.svg b/_archive/examples/graphics/font-awesome/regular/grin-hearts.svg new file mode 100644 index 00000000..3ecf5f4a --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/grin-hearts.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/grin-squint-tears.svg b/_archive/examples/graphics/font-awesome/regular/grin-squint-tears.svg new file mode 100644 index 00000000..06116746 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/grin-squint-tears.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/grin-squint.svg b/_archive/examples/graphics/font-awesome/regular/grin-squint.svg new file mode 100644 index 00000000..b6d15a4e --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/grin-squint.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/grin-stars.svg b/_archive/examples/graphics/font-awesome/regular/grin-stars.svg new file mode 100644 index 00000000..8f8f2d07 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/grin-stars.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/grin-tears.svg b/_archive/examples/graphics/font-awesome/regular/grin-tears.svg new file mode 100644 index 00000000..fefc4237 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/grin-tears.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/grin-tongue-squint.svg b/_archive/examples/graphics/font-awesome/regular/grin-tongue-squint.svg new file mode 100644 index 00000000..6434a61b --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/grin-tongue-squint.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/grin-tongue-wink.svg b/_archive/examples/graphics/font-awesome/regular/grin-tongue-wink.svg new file mode 100644 index 00000000..e75cdccd --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/grin-tongue-wink.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/grin-tongue.svg b/_archive/examples/graphics/font-awesome/regular/grin-tongue.svg new file mode 100644 index 00000000..1afbcef4 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/grin-tongue.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/grin-wink.svg b/_archive/examples/graphics/font-awesome/regular/grin-wink.svg new file mode 100644 index 00000000..ed3b703d --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/grin-wink.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/grin.svg b/_archive/examples/graphics/font-awesome/regular/grin.svg new file mode 100644 index 00000000..1630a892 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/grin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/hand-lizard.svg b/_archive/examples/graphics/font-awesome/regular/hand-lizard.svg new file mode 100644 index 00000000..6dba7ecf --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/hand-lizard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/hand-paper.svg b/_archive/examples/graphics/font-awesome/regular/hand-paper.svg new file mode 100644 index 00000000..afe7adb0 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/hand-paper.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/hand-peace.svg b/_archive/examples/graphics/font-awesome/regular/hand-peace.svg new file mode 100644 index 00000000..506209b2 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/hand-peace.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/hand-point-down.svg b/_archive/examples/graphics/font-awesome/regular/hand-point-down.svg new file mode 100644 index 00000000..08bc8d84 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/hand-point-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/hand-point-left.svg b/_archive/examples/graphics/font-awesome/regular/hand-point-left.svg new file mode 100644 index 00000000..82d66403 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/hand-point-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/hand-point-right.svg b/_archive/examples/graphics/font-awesome/regular/hand-point-right.svg new file mode 100644 index 00000000..312c2093 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/hand-point-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/hand-point-up.svg b/_archive/examples/graphics/font-awesome/regular/hand-point-up.svg new file mode 100644 index 00000000..6f823c30 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/hand-point-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/hand-pointer.svg b/_archive/examples/graphics/font-awesome/regular/hand-pointer.svg new file mode 100644 index 00000000..1ff0b8eb --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/hand-pointer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/hand-rock.svg b/_archive/examples/graphics/font-awesome/regular/hand-rock.svg new file mode 100644 index 00000000..a13011ab --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/hand-rock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/hand-scissors.svg b/_archive/examples/graphics/font-awesome/regular/hand-scissors.svg new file mode 100644 index 00000000..3e0b478f --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/hand-scissors.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/hand-spock.svg b/_archive/examples/graphics/font-awesome/regular/hand-spock.svg new file mode 100644 index 00000000..10046670 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/hand-spock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/handshake.svg b/_archive/examples/graphics/font-awesome/regular/handshake.svg new file mode 100644 index 00000000..1cb42aec --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/handshake.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/hdd.svg b/_archive/examples/graphics/font-awesome/regular/hdd.svg new file mode 100644 index 00000000..dbf616fe --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/hdd.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/heart.svg b/_archive/examples/graphics/font-awesome/regular/heart.svg new file mode 100644 index 00000000..9a380831 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/heart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/hospital.svg b/_archive/examples/graphics/font-awesome/regular/hospital.svg new file mode 100644 index 00000000..98772863 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/hospital.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/hourglass.svg b/_archive/examples/graphics/font-awesome/regular/hourglass.svg new file mode 100644 index 00000000..c89faa1d --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/hourglass.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/id-badge.svg b/_archive/examples/graphics/font-awesome/regular/id-badge.svg new file mode 100644 index 00000000..39008027 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/id-badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/id-card.svg b/_archive/examples/graphics/font-awesome/regular/id-card.svg new file mode 100644 index 00000000..58ce378b --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/id-card.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/image.svg b/_archive/examples/graphics/font-awesome/regular/image.svg new file mode 100644 index 00000000..4f7dd8dd --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/image.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/images.svg b/_archive/examples/graphics/font-awesome/regular/images.svg new file mode 100644 index 00000000..2371a085 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/images.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/keyboard.svg b/_archive/examples/graphics/font-awesome/regular/keyboard.svg new file mode 100644 index 00000000..3b3705dc --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/keyboard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/kiss-beam.svg b/_archive/examples/graphics/font-awesome/regular/kiss-beam.svg new file mode 100644 index 00000000..85718086 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/kiss-beam.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/kiss-wink-heart.svg b/_archive/examples/graphics/font-awesome/regular/kiss-wink-heart.svg new file mode 100644 index 00000000..a513302e --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/kiss-wink-heart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/kiss.svg b/_archive/examples/graphics/font-awesome/regular/kiss.svg new file mode 100644 index 00000000..5af5fc76 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/kiss.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/laugh-beam.svg b/_archive/examples/graphics/font-awesome/regular/laugh-beam.svg new file mode 100644 index 00000000..d9e473f2 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/laugh-beam.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/laugh-squint.svg b/_archive/examples/graphics/font-awesome/regular/laugh-squint.svg new file mode 100644 index 00000000..4edf0d0c --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/laugh-squint.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/laugh-wink.svg b/_archive/examples/graphics/font-awesome/regular/laugh-wink.svg new file mode 100644 index 00000000..39c36954 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/laugh-wink.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/laugh.svg b/_archive/examples/graphics/font-awesome/regular/laugh.svg new file mode 100644 index 00000000..b8524251 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/laugh.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/lemon.svg b/_archive/examples/graphics/font-awesome/regular/lemon.svg new file mode 100644 index 00000000..ab9ed90b --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/lemon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/life-ring.svg b/_archive/examples/graphics/font-awesome/regular/life-ring.svg new file mode 100644 index 00000000..2cf33268 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/life-ring.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/lightbulb.svg b/_archive/examples/graphics/font-awesome/regular/lightbulb.svg new file mode 100644 index 00000000..abd6ebfe --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/lightbulb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/list-alt.svg b/_archive/examples/graphics/font-awesome/regular/list-alt.svg new file mode 100644 index 00000000..1113bbcc --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/list-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/map.svg b/_archive/examples/graphics/font-awesome/regular/map.svg new file mode 100644 index 00000000..a5d2e7d4 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/map.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/meh-blank.svg b/_archive/examples/graphics/font-awesome/regular/meh-blank.svg new file mode 100644 index 00000000..ebeece47 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/meh-blank.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/meh-rolling-eyes.svg b/_archive/examples/graphics/font-awesome/regular/meh-rolling-eyes.svg new file mode 100644 index 00000000..3fb3476f --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/meh-rolling-eyes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/meh.svg b/_archive/examples/graphics/font-awesome/regular/meh.svg new file mode 100644 index 00000000..3bff8acc --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/meh.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/minus-square.svg b/_archive/examples/graphics/font-awesome/regular/minus-square.svg new file mode 100644 index 00000000..6b72714e --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/minus-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/money-bill-alt.svg b/_archive/examples/graphics/font-awesome/regular/money-bill-alt.svg new file mode 100644 index 00000000..4ce581e1 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/money-bill-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/moon.svg b/_archive/examples/graphics/font-awesome/regular/moon.svg new file mode 100644 index 00000000..30fb1151 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/moon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/newspaper.svg b/_archive/examples/graphics/font-awesome/regular/newspaper.svg new file mode 100644 index 00000000..a54e3ca5 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/newspaper.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/object-group.svg b/_archive/examples/graphics/font-awesome/regular/object-group.svg new file mode 100644 index 00000000..e483f376 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/object-group.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/object-ungroup.svg b/_archive/examples/graphics/font-awesome/regular/object-ungroup.svg new file mode 100644 index 00000000..62553630 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/object-ungroup.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/paper-plane.svg b/_archive/examples/graphics/font-awesome/regular/paper-plane.svg new file mode 100644 index 00000000..215e2933 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/paper-plane.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/pause-circle.svg b/_archive/examples/graphics/font-awesome/regular/pause-circle.svg new file mode 100644 index 00000000..caebd9e9 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/pause-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/play-circle.svg b/_archive/examples/graphics/font-awesome/regular/play-circle.svg new file mode 100644 index 00000000..9de60df9 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/play-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/plus-square.svg b/_archive/examples/graphics/font-awesome/regular/plus-square.svg new file mode 100644 index 00000000..dfc22ac6 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/plus-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/question-circle.svg b/_archive/examples/graphics/font-awesome/regular/question-circle.svg new file mode 100644 index 00000000..9a30b85d --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/question-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/registered.svg b/_archive/examples/graphics/font-awesome/regular/registered.svg new file mode 100644 index 00000000..e5dc8a20 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/registered.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/sad-cry.svg b/_archive/examples/graphics/font-awesome/regular/sad-cry.svg new file mode 100644 index 00000000..8ab84c9f --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/sad-cry.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/sad-tear.svg b/_archive/examples/graphics/font-awesome/regular/sad-tear.svg new file mode 100644 index 00000000..e19421ca --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/sad-tear.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/save.svg b/_archive/examples/graphics/font-awesome/regular/save.svg new file mode 100644 index 00000000..16f6b829 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/save.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/share-square.svg b/_archive/examples/graphics/font-awesome/regular/share-square.svg new file mode 100644 index 00000000..aa987488 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/share-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/smile-beam.svg b/_archive/examples/graphics/font-awesome/regular/smile-beam.svg new file mode 100644 index 00000000..1077160f --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/smile-beam.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/smile-wink.svg b/_archive/examples/graphics/font-awesome/regular/smile-wink.svg new file mode 100644 index 00000000..e842eede --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/smile-wink.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/smile.svg b/_archive/examples/graphics/font-awesome/regular/smile.svg new file mode 100644 index 00000000..025898d4 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/smile.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/snowflake.svg b/_archive/examples/graphics/font-awesome/regular/snowflake.svg new file mode 100644 index 00000000..2258d805 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/snowflake.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/square.svg b/_archive/examples/graphics/font-awesome/regular/square.svg new file mode 100644 index 00000000..b9a4b962 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/star-half.svg b/_archive/examples/graphics/font-awesome/regular/star-half.svg new file mode 100644 index 00000000..12b063fd --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/star-half.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/star.svg b/_archive/examples/graphics/font-awesome/regular/star.svg new file mode 100644 index 00000000..a1370d23 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/star.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/sticky-note.svg b/_archive/examples/graphics/font-awesome/regular/sticky-note.svg new file mode 100644 index 00000000..0882390c --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/sticky-note.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/stop-circle.svg b/_archive/examples/graphics/font-awesome/regular/stop-circle.svg new file mode 100644 index 00000000..37bf314d --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/stop-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/sun.svg b/_archive/examples/graphics/font-awesome/regular/sun.svg new file mode 100644 index 00000000..78d33ba5 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/sun.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/surprise.svg b/_archive/examples/graphics/font-awesome/regular/surprise.svg new file mode 100644 index 00000000..4210c378 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/surprise.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/thumbs-down.svg b/_archive/examples/graphics/font-awesome/regular/thumbs-down.svg new file mode 100644 index 00000000..d7b49d53 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/thumbs-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/thumbs-up.svg b/_archive/examples/graphics/font-awesome/regular/thumbs-up.svg new file mode 100644 index 00000000..f60e4d11 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/thumbs-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/times-circle.svg b/_archive/examples/graphics/font-awesome/regular/times-circle.svg new file mode 100644 index 00000000..15181d34 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/times-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/tired.svg b/_archive/examples/graphics/font-awesome/regular/tired.svg new file mode 100644 index 00000000..6f700be9 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/tired.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/trash-alt.svg b/_archive/examples/graphics/font-awesome/regular/trash-alt.svg new file mode 100644 index 00000000..e3eb2b01 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/trash-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/user-circle.svg b/_archive/examples/graphics/font-awesome/regular/user-circle.svg new file mode 100644 index 00000000..1d678d24 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/user-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/user.svg b/_archive/examples/graphics/font-awesome/regular/user.svg new file mode 100644 index 00000000..bdc327c6 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/user.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/window-close.svg b/_archive/examples/graphics/font-awesome/regular/window-close.svg new file mode 100644 index 00000000..13759855 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/window-close.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/window-maximize.svg b/_archive/examples/graphics/font-awesome/regular/window-maximize.svg new file mode 100644 index 00000000..39c0ac06 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/window-maximize.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/window-minimize.svg b/_archive/examples/graphics/font-awesome/regular/window-minimize.svg new file mode 100644 index 00000000..0986bbaa --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/window-minimize.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/regular/window-restore.svg b/_archive/examples/graphics/font-awesome/regular/window-restore.svg new file mode 100644 index 00000000..9d1bfa7b --- /dev/null +++ b/_archive/examples/graphics/font-awesome/regular/window-restore.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/ad.svg b/_archive/examples/graphics/font-awesome/solid/ad.svg new file mode 100644 index 00000000..42e4a52e --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/ad.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/address-book.svg b/_archive/examples/graphics/font-awesome/solid/address-book.svg new file mode 100644 index 00000000..f652f5a9 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/address-book.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/address-card.svg b/_archive/examples/graphics/font-awesome/solid/address-card.svg new file mode 100644 index 00000000..628ced25 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/address-card.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/adjust.svg b/_archive/examples/graphics/font-awesome/solid/adjust.svg new file mode 100644 index 00000000..2616d99a --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/adjust.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/air-freshener.svg b/_archive/examples/graphics/font-awesome/solid/air-freshener.svg new file mode 100644 index 00000000..25713c70 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/air-freshener.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/align-center.svg b/_archive/examples/graphics/font-awesome/solid/align-center.svg new file mode 100644 index 00000000..b4cdc131 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/align-center.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/align-justify.svg b/_archive/examples/graphics/font-awesome/solid/align-justify.svg new file mode 100644 index 00000000..d88b9590 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/align-justify.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/align-left.svg b/_archive/examples/graphics/font-awesome/solid/align-left.svg new file mode 100644 index 00000000..0e57ddef --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/align-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/align-right.svg b/_archive/examples/graphics/font-awesome/solid/align-right.svg new file mode 100644 index 00000000..34b22e01 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/align-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/allergies.svg b/_archive/examples/graphics/font-awesome/solid/allergies.svg new file mode 100644 index 00000000..335f5bcb --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/allergies.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/ambulance.svg b/_archive/examples/graphics/font-awesome/solid/ambulance.svg new file mode 100644 index 00000000..b35a7bc0 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/ambulance.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/american-sign-language-interpreting.svg b/_archive/examples/graphics/font-awesome/solid/american-sign-language-interpreting.svg new file mode 100644 index 00000000..8bca6145 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/american-sign-language-interpreting.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/anchor.svg b/_archive/examples/graphics/font-awesome/solid/anchor.svg new file mode 100644 index 00000000..792266ba --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/anchor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/angle-double-down.svg b/_archive/examples/graphics/font-awesome/solid/angle-double-down.svg new file mode 100644 index 00000000..3228f4ab --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/angle-double-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/angle-double-left.svg b/_archive/examples/graphics/font-awesome/solid/angle-double-left.svg new file mode 100644 index 00000000..4474d83e --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/angle-double-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/angle-double-right.svg b/_archive/examples/graphics/font-awesome/solid/angle-double-right.svg new file mode 100644 index 00000000..cdf93366 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/angle-double-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/angle-double-up.svg b/_archive/examples/graphics/font-awesome/solid/angle-double-up.svg new file mode 100644 index 00000000..74b542f6 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/angle-double-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/angle-down.svg b/_archive/examples/graphics/font-awesome/solid/angle-down.svg new file mode 100644 index 00000000..14623425 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/angle-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/angle-left.svg b/_archive/examples/graphics/font-awesome/solid/angle-left.svg new file mode 100644 index 00000000..1e28c704 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/angle-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/angle-right.svg b/_archive/examples/graphics/font-awesome/solid/angle-right.svg new file mode 100644 index 00000000..ec7fbe9f --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/angle-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/angle-up.svg b/_archive/examples/graphics/font-awesome/solid/angle-up.svg new file mode 100644 index 00000000..1d0bbead --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/angle-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/angry.svg b/_archive/examples/graphics/font-awesome/solid/angry.svg new file mode 100644 index 00000000..eca0b5d6 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/angry.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/ankh.svg b/_archive/examples/graphics/font-awesome/solid/ankh.svg new file mode 100644 index 00000000..2cab7bfd --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/ankh.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/apple-alt.svg b/_archive/examples/graphics/font-awesome/solid/apple-alt.svg new file mode 100644 index 00000000..995d76e9 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/apple-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/archive.svg b/_archive/examples/graphics/font-awesome/solid/archive.svg new file mode 100644 index 00000000..394dad2d --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/archive.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/archway.svg b/_archive/examples/graphics/font-awesome/solid/archway.svg new file mode 100644 index 00000000..e5ad2f3d --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/archway.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/arrow-alt-circle-down.svg b/_archive/examples/graphics/font-awesome/solid/arrow-alt-circle-down.svg new file mode 100644 index 00000000..a2f644f8 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/arrow-alt-circle-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/arrow-alt-circle-left.svg b/_archive/examples/graphics/font-awesome/solid/arrow-alt-circle-left.svg new file mode 100644 index 00000000..8a53b226 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/arrow-alt-circle-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/arrow-alt-circle-right.svg b/_archive/examples/graphics/font-awesome/solid/arrow-alt-circle-right.svg new file mode 100644 index 00000000..9da44be8 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/arrow-alt-circle-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/arrow-alt-circle-up.svg b/_archive/examples/graphics/font-awesome/solid/arrow-alt-circle-up.svg new file mode 100644 index 00000000..c650c826 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/arrow-alt-circle-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/arrow-circle-down.svg b/_archive/examples/graphics/font-awesome/solid/arrow-circle-down.svg new file mode 100644 index 00000000..08b9f13a --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/arrow-circle-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/arrow-circle-left.svg b/_archive/examples/graphics/font-awesome/solid/arrow-circle-left.svg new file mode 100644 index 00000000..59be8d9e --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/arrow-circle-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/arrow-circle-right.svg b/_archive/examples/graphics/font-awesome/solid/arrow-circle-right.svg new file mode 100644 index 00000000..f059bab9 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/arrow-circle-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/arrow-circle-up.svg b/_archive/examples/graphics/font-awesome/solid/arrow-circle-up.svg new file mode 100644 index 00000000..d9d8081c --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/arrow-circle-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/arrow-down.svg b/_archive/examples/graphics/font-awesome/solid/arrow-down.svg new file mode 100644 index 00000000..61b4db70 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/arrow-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/arrow-left.svg b/_archive/examples/graphics/font-awesome/solid/arrow-left.svg new file mode 100644 index 00000000..b229b8d1 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/arrow-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/arrow-right.svg b/_archive/examples/graphics/font-awesome/solid/arrow-right.svg new file mode 100644 index 00000000..1b9b05b4 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/arrow-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/arrow-up.svg b/_archive/examples/graphics/font-awesome/solid/arrow-up.svg new file mode 100644 index 00000000..bc571b5d --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/arrow-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/arrows-alt-h.svg b/_archive/examples/graphics/font-awesome/solid/arrows-alt-h.svg new file mode 100644 index 00000000..0caa926d --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/arrows-alt-h.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/arrows-alt-v.svg b/_archive/examples/graphics/font-awesome/solid/arrows-alt-v.svg new file mode 100644 index 00000000..ebb23acb --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/arrows-alt-v.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/arrows-alt.svg b/_archive/examples/graphics/font-awesome/solid/arrows-alt.svg new file mode 100644 index 00000000..d885a5a6 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/arrows-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/assistive-listening-systems.svg b/_archive/examples/graphics/font-awesome/solid/assistive-listening-systems.svg new file mode 100644 index 00000000..5071f596 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/assistive-listening-systems.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/asterisk.svg b/_archive/examples/graphics/font-awesome/solid/asterisk.svg new file mode 100644 index 00000000..d77cbb6b --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/asterisk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/at.svg b/_archive/examples/graphics/font-awesome/solid/at.svg new file mode 100644 index 00000000..6f35c426 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/at.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/atlas.svg b/_archive/examples/graphics/font-awesome/solid/atlas.svg new file mode 100644 index 00000000..ea31821f --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/atlas.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/atom.svg b/_archive/examples/graphics/font-awesome/solid/atom.svg new file mode 100644 index 00000000..e6bc4a44 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/atom.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/audio-description.svg b/_archive/examples/graphics/font-awesome/solid/audio-description.svg new file mode 100644 index 00000000..0e338ff6 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/audio-description.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/award.svg b/_archive/examples/graphics/font-awesome/solid/award.svg new file mode 100644 index 00000000..a8c9de1d --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/award.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/baby-carriage.svg b/_archive/examples/graphics/font-awesome/solid/baby-carriage.svg new file mode 100644 index 00000000..e8dd92b8 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/baby-carriage.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/baby.svg b/_archive/examples/graphics/font-awesome/solid/baby.svg new file mode 100644 index 00000000..0313288a --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/baby.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/backspace.svg b/_archive/examples/graphics/font-awesome/solid/backspace.svg new file mode 100644 index 00000000..078a9fba --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/backspace.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/backward.svg b/_archive/examples/graphics/font-awesome/solid/backward.svg new file mode 100644 index 00000000..b37fcc22 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/backward.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/bacon.svg b/_archive/examples/graphics/font-awesome/solid/bacon.svg new file mode 100644 index 00000000..97bfedb0 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/bacon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/balance-scale-left.svg b/_archive/examples/graphics/font-awesome/solid/balance-scale-left.svg new file mode 100644 index 00000000..e7b692e6 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/balance-scale-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/balance-scale-right.svg b/_archive/examples/graphics/font-awesome/solid/balance-scale-right.svg new file mode 100644 index 00000000..77476a1f --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/balance-scale-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/balance-scale.svg b/_archive/examples/graphics/font-awesome/solid/balance-scale.svg new file mode 100644 index 00000000..e526521e --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/balance-scale.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/ban.svg b/_archive/examples/graphics/font-awesome/solid/ban.svg new file mode 100644 index 00000000..85f7f06f --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/ban.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/band-aid.svg b/_archive/examples/graphics/font-awesome/solid/band-aid.svg new file mode 100644 index 00000000..4d0f5591 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/band-aid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/barcode.svg b/_archive/examples/graphics/font-awesome/solid/barcode.svg new file mode 100644 index 00000000..58cbee7d --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/barcode.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/bars.svg b/_archive/examples/graphics/font-awesome/solid/bars.svg new file mode 100644 index 00000000..87d79f9e --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/bars.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/baseball-ball.svg b/_archive/examples/graphics/font-awesome/solid/baseball-ball.svg new file mode 100644 index 00000000..bcdb0a0c --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/baseball-ball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/basketball-ball.svg b/_archive/examples/graphics/font-awesome/solid/basketball-ball.svg new file mode 100644 index 00000000..bb2ba238 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/basketball-ball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/bath.svg b/_archive/examples/graphics/font-awesome/solid/bath.svg new file mode 100644 index 00000000..fef517b2 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/bath.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/battery-empty.svg b/_archive/examples/graphics/font-awesome/solid/battery-empty.svg new file mode 100644 index 00000000..b4a57fac --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/battery-empty.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/battery-full.svg b/_archive/examples/graphics/font-awesome/solid/battery-full.svg new file mode 100644 index 00000000..056b8189 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/battery-full.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/battery-half.svg b/_archive/examples/graphics/font-awesome/solid/battery-half.svg new file mode 100644 index 00000000..16a8fc33 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/battery-half.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/battery-quarter.svg b/_archive/examples/graphics/font-awesome/solid/battery-quarter.svg new file mode 100644 index 00000000..d48ca28b --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/battery-quarter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/battery-three-quarters.svg b/_archive/examples/graphics/font-awesome/solid/battery-three-quarters.svg new file mode 100644 index 00000000..43fc35ad --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/battery-three-quarters.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/bed.svg b/_archive/examples/graphics/font-awesome/solid/bed.svg new file mode 100644 index 00000000..d70b0221 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/bed.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/beer.svg b/_archive/examples/graphics/font-awesome/solid/beer.svg new file mode 100644 index 00000000..692431b1 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/beer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/bell-slash.svg b/_archive/examples/graphics/font-awesome/solid/bell-slash.svg new file mode 100644 index 00000000..e36f5001 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/bell-slash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/bell.svg b/_archive/examples/graphics/font-awesome/solid/bell.svg new file mode 100644 index 00000000..e45be58c --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/bell.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/bezier-curve.svg b/_archive/examples/graphics/font-awesome/solid/bezier-curve.svg new file mode 100644 index 00000000..ca10d7a7 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/bezier-curve.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/bible.svg b/_archive/examples/graphics/font-awesome/solid/bible.svg new file mode 100644 index 00000000..8c6c9532 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/bible.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/bicycle.svg b/_archive/examples/graphics/font-awesome/solid/bicycle.svg new file mode 100644 index 00000000..4ef7ded2 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/bicycle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/biking.svg b/_archive/examples/graphics/font-awesome/solid/biking.svg new file mode 100644 index 00000000..8fb1d71b --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/biking.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/binoculars.svg b/_archive/examples/graphics/font-awesome/solid/binoculars.svg new file mode 100644 index 00000000..d09ca73b --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/binoculars.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/biohazard.svg b/_archive/examples/graphics/font-awesome/solid/biohazard.svg new file mode 100644 index 00000000..fddaee62 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/biohazard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/birthday-cake.svg b/_archive/examples/graphics/font-awesome/solid/birthday-cake.svg new file mode 100644 index 00000000..50e92ae4 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/birthday-cake.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/blender-phone.svg b/_archive/examples/graphics/font-awesome/solid/blender-phone.svg new file mode 100644 index 00000000..29733d67 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/blender-phone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/blender.svg b/_archive/examples/graphics/font-awesome/solid/blender.svg new file mode 100644 index 00000000..8357ad27 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/blender.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/blind.svg b/_archive/examples/graphics/font-awesome/solid/blind.svg new file mode 100644 index 00000000..b1eddadf --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/blind.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/blog.svg b/_archive/examples/graphics/font-awesome/solid/blog.svg new file mode 100644 index 00000000..c9f8bb5b --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/blog.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/bold.svg b/_archive/examples/graphics/font-awesome/solid/bold.svg new file mode 100644 index 00000000..d21f0d03 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/bold.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/bolt.svg b/_archive/examples/graphics/font-awesome/solid/bolt.svg new file mode 100644 index 00000000..4654a1eb --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/bolt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/bomb.svg b/_archive/examples/graphics/font-awesome/solid/bomb.svg new file mode 100644 index 00000000..d7a56f2b --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/bomb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/bone.svg b/_archive/examples/graphics/font-awesome/solid/bone.svg new file mode 100644 index 00000000..1d43763e --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/bone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/bong.svg b/_archive/examples/graphics/font-awesome/solid/bong.svg new file mode 100644 index 00000000..e84800ce --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/bong.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/book-dead.svg b/_archive/examples/graphics/font-awesome/solid/book-dead.svg new file mode 100644 index 00000000..76a2ce39 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/book-dead.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/book-medical.svg b/_archive/examples/graphics/font-awesome/solid/book-medical.svg new file mode 100644 index 00000000..e3c6c717 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/book-medical.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/book-open.svg b/_archive/examples/graphics/font-awesome/solid/book-open.svg new file mode 100644 index 00000000..342917db --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/book-open.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/book-reader.svg b/_archive/examples/graphics/font-awesome/solid/book-reader.svg new file mode 100644 index 00000000..4d39dcbc --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/book-reader.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/book.svg b/_archive/examples/graphics/font-awesome/solid/book.svg new file mode 100644 index 00000000..d27fdae7 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/book.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/bookmark.svg b/_archive/examples/graphics/font-awesome/solid/bookmark.svg new file mode 100644 index 00000000..d1c8e4a2 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/bookmark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/border-all.svg b/_archive/examples/graphics/font-awesome/solid/border-all.svg new file mode 100644 index 00000000..6e912459 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/border-all.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/border-none.svg b/_archive/examples/graphics/font-awesome/solid/border-none.svg new file mode 100644 index 00000000..b21c8a94 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/border-none.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/border-style.svg b/_archive/examples/graphics/font-awesome/solid/border-style.svg new file mode 100644 index 00000000..fdc9a05a --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/border-style.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/bowling-ball.svg b/_archive/examples/graphics/font-awesome/solid/bowling-ball.svg new file mode 100644 index 00000000..59602f68 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/bowling-ball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/box-open.svg b/_archive/examples/graphics/font-awesome/solid/box-open.svg new file mode 100644 index 00000000..0e6242c6 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/box-open.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/box.svg b/_archive/examples/graphics/font-awesome/solid/box.svg new file mode 100644 index 00000000..6cd0dc12 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/box.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/boxes.svg b/_archive/examples/graphics/font-awesome/solid/boxes.svg new file mode 100644 index 00000000..b2da05b6 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/boxes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/braille.svg b/_archive/examples/graphics/font-awesome/solid/braille.svg new file mode 100644 index 00000000..08f034ff --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/braille.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/brain.svg b/_archive/examples/graphics/font-awesome/solid/brain.svg new file mode 100644 index 00000000..dee0d37f --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/brain.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/bread-slice.svg b/_archive/examples/graphics/font-awesome/solid/bread-slice.svg new file mode 100644 index 00000000..9b62b940 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/bread-slice.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/briefcase-medical.svg b/_archive/examples/graphics/font-awesome/solid/briefcase-medical.svg new file mode 100644 index 00000000..f1404740 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/briefcase-medical.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/briefcase.svg b/_archive/examples/graphics/font-awesome/solid/briefcase.svg new file mode 100644 index 00000000..8c2882a0 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/briefcase.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/broadcast-tower.svg b/_archive/examples/graphics/font-awesome/solid/broadcast-tower.svg new file mode 100644 index 00000000..614bc53d --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/broadcast-tower.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/broom.svg b/_archive/examples/graphics/font-awesome/solid/broom.svg new file mode 100644 index 00000000..93b43c99 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/broom.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/brush.svg b/_archive/examples/graphics/font-awesome/solid/brush.svg new file mode 100644 index 00000000..e42b048b --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/brush.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/bug.svg b/_archive/examples/graphics/font-awesome/solid/bug.svg new file mode 100644 index 00000000..b9185530 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/bug.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/building.svg b/_archive/examples/graphics/font-awesome/solid/building.svg new file mode 100644 index 00000000..a109377b --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/building.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/bullhorn.svg b/_archive/examples/graphics/font-awesome/solid/bullhorn.svg new file mode 100644 index 00000000..9c863709 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/bullhorn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/bullseye.svg b/_archive/examples/graphics/font-awesome/solid/bullseye.svg new file mode 100644 index 00000000..ec402e64 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/bullseye.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/burn.svg b/_archive/examples/graphics/font-awesome/solid/burn.svg new file mode 100644 index 00000000..44183cf1 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/burn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/bus-alt.svg b/_archive/examples/graphics/font-awesome/solid/bus-alt.svg new file mode 100644 index 00000000..bfaad721 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/bus-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/bus.svg b/_archive/examples/graphics/font-awesome/solid/bus.svg new file mode 100644 index 00000000..040c4a6b --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/bus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/business-time.svg b/_archive/examples/graphics/font-awesome/solid/business-time.svg new file mode 100644 index 00000000..74b5a1df --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/business-time.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/calculator.svg b/_archive/examples/graphics/font-awesome/solid/calculator.svg new file mode 100644 index 00000000..9b367dfa --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/calculator.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/calendar-alt.svg b/_archive/examples/graphics/font-awesome/solid/calendar-alt.svg new file mode 100644 index 00000000..b07a0911 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/calendar-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/calendar-check.svg b/_archive/examples/graphics/font-awesome/solid/calendar-check.svg new file mode 100644 index 00000000..35b590d0 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/calendar-check.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/calendar-day.svg b/_archive/examples/graphics/font-awesome/solid/calendar-day.svg new file mode 100644 index 00000000..20f9fa09 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/calendar-day.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/calendar-minus.svg b/_archive/examples/graphics/font-awesome/solid/calendar-minus.svg new file mode 100644 index 00000000..78b8a3c0 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/calendar-minus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/calendar-plus.svg b/_archive/examples/graphics/font-awesome/solid/calendar-plus.svg new file mode 100644 index 00000000..5e1b3382 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/calendar-plus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/calendar-times.svg b/_archive/examples/graphics/font-awesome/solid/calendar-times.svg new file mode 100644 index 00000000..4db39b2d --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/calendar-times.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/calendar-week.svg b/_archive/examples/graphics/font-awesome/solid/calendar-week.svg new file mode 100644 index 00000000..1bb6c949 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/calendar-week.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/calendar.svg b/_archive/examples/graphics/font-awesome/solid/calendar.svg new file mode 100644 index 00000000..2d3eefe8 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/calendar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/camera-retro.svg b/_archive/examples/graphics/font-awesome/solid/camera-retro.svg new file mode 100644 index 00000000..67b7cfd5 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/camera-retro.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/camera.svg b/_archive/examples/graphics/font-awesome/solid/camera.svg new file mode 100644 index 00000000..dc9f6081 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/camera.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/campground.svg b/_archive/examples/graphics/font-awesome/solid/campground.svg new file mode 100644 index 00000000..39719580 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/campground.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/candy-cane.svg b/_archive/examples/graphics/font-awesome/solid/candy-cane.svg new file mode 100644 index 00000000..7e6600a4 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/candy-cane.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/cannabis.svg b/_archive/examples/graphics/font-awesome/solid/cannabis.svg new file mode 100644 index 00000000..20ff4cd3 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/cannabis.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/capsules.svg b/_archive/examples/graphics/font-awesome/solid/capsules.svg new file mode 100644 index 00000000..20d8ceea --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/capsules.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/car-alt.svg b/_archive/examples/graphics/font-awesome/solid/car-alt.svg new file mode 100644 index 00000000..88111cfa --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/car-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/car-battery.svg b/_archive/examples/graphics/font-awesome/solid/car-battery.svg new file mode 100644 index 00000000..537e7d29 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/car-battery.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/car-crash.svg b/_archive/examples/graphics/font-awesome/solid/car-crash.svg new file mode 100644 index 00000000..bd9c65c8 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/car-crash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/car-side.svg b/_archive/examples/graphics/font-awesome/solid/car-side.svg new file mode 100644 index 00000000..9d5ac6c4 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/car-side.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/car.svg b/_archive/examples/graphics/font-awesome/solid/car.svg new file mode 100644 index 00000000..9b238990 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/car.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/caret-down.svg b/_archive/examples/graphics/font-awesome/solid/caret-down.svg new file mode 100644 index 00000000..b3ee2ea9 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/caret-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/caret-left.svg b/_archive/examples/graphics/font-awesome/solid/caret-left.svg new file mode 100644 index 00000000..36d7191a --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/caret-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/caret-right.svg b/_archive/examples/graphics/font-awesome/solid/caret-right.svg new file mode 100644 index 00000000..bcd4cd10 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/caret-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/caret-square-down.svg b/_archive/examples/graphics/font-awesome/solid/caret-square-down.svg new file mode 100644 index 00000000..87a4f7a0 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/caret-square-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/caret-square-left.svg b/_archive/examples/graphics/font-awesome/solid/caret-square-left.svg new file mode 100644 index 00000000..856dcac9 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/caret-square-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/caret-square-right.svg b/_archive/examples/graphics/font-awesome/solid/caret-square-right.svg new file mode 100644 index 00000000..d69ec9fd --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/caret-square-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/caret-square-up.svg b/_archive/examples/graphics/font-awesome/solid/caret-square-up.svg new file mode 100644 index 00000000..005ea2c0 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/caret-square-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/caret-up.svg b/_archive/examples/graphics/font-awesome/solid/caret-up.svg new file mode 100644 index 00000000..b4c7e548 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/caret-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/carrot.svg b/_archive/examples/graphics/font-awesome/solid/carrot.svg new file mode 100644 index 00000000..cedac22b --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/carrot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/cart-arrow-down.svg b/_archive/examples/graphics/font-awesome/solid/cart-arrow-down.svg new file mode 100644 index 00000000..69e39712 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/cart-arrow-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/cart-plus.svg b/_archive/examples/graphics/font-awesome/solid/cart-plus.svg new file mode 100644 index 00000000..7f5ab7f5 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/cart-plus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/cash-register.svg b/_archive/examples/graphics/font-awesome/solid/cash-register.svg new file mode 100644 index 00000000..eaf65d9e --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/cash-register.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/cat.svg b/_archive/examples/graphics/font-awesome/solid/cat.svg new file mode 100644 index 00000000..486bbcc4 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/cat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/certificate.svg b/_archive/examples/graphics/font-awesome/solid/certificate.svg new file mode 100644 index 00000000..c57ab137 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/certificate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/chair.svg b/_archive/examples/graphics/font-awesome/solid/chair.svg new file mode 100644 index 00000000..101e5d20 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/chair.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/chalkboard-teacher.svg b/_archive/examples/graphics/font-awesome/solid/chalkboard-teacher.svg new file mode 100644 index 00000000..ce1d9dc5 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/chalkboard-teacher.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/chalkboard.svg b/_archive/examples/graphics/font-awesome/solid/chalkboard.svg new file mode 100644 index 00000000..6ec7e00d --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/chalkboard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/charging-station.svg b/_archive/examples/graphics/font-awesome/solid/charging-station.svg new file mode 100644 index 00000000..2b0997f1 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/charging-station.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/chart-area.svg b/_archive/examples/graphics/font-awesome/solid/chart-area.svg new file mode 100644 index 00000000..47c88629 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/chart-area.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/chart-bar.svg b/_archive/examples/graphics/font-awesome/solid/chart-bar.svg new file mode 100644 index 00000000..e08c6f7c --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/chart-bar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/chart-line.svg b/_archive/examples/graphics/font-awesome/solid/chart-line.svg new file mode 100644 index 00000000..5a0e06fe --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/chart-line.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/chart-pie.svg b/_archive/examples/graphics/font-awesome/solid/chart-pie.svg new file mode 100644 index 00000000..e1b476bd --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/chart-pie.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/check-circle.svg b/_archive/examples/graphics/font-awesome/solid/check-circle.svg new file mode 100644 index 00000000..bdda551e --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/check-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/check-double.svg b/_archive/examples/graphics/font-awesome/solid/check-double.svg new file mode 100644 index 00000000..ecfd0823 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/check-double.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/check-square.svg b/_archive/examples/graphics/font-awesome/solid/check-square.svg new file mode 100644 index 00000000..4ea6964a --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/check-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/check.svg b/_archive/examples/graphics/font-awesome/solid/check.svg new file mode 100644 index 00000000..2ec27cf8 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/check.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/cheese.svg b/_archive/examples/graphics/font-awesome/solid/cheese.svg new file mode 100644 index 00000000..8ffcac48 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/cheese.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/chess-bishop.svg b/_archive/examples/graphics/font-awesome/solid/chess-bishop.svg new file mode 100644 index 00000000..1016f12a --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/chess-bishop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/chess-board.svg b/_archive/examples/graphics/font-awesome/solid/chess-board.svg new file mode 100644 index 00000000..8f30ead9 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/chess-board.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/chess-king.svg b/_archive/examples/graphics/font-awesome/solid/chess-king.svg new file mode 100644 index 00000000..35b0b346 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/chess-king.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/chess-knight.svg b/_archive/examples/graphics/font-awesome/solid/chess-knight.svg new file mode 100644 index 00000000..390cddf2 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/chess-knight.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/chess-pawn.svg b/_archive/examples/graphics/font-awesome/solid/chess-pawn.svg new file mode 100644 index 00000000..d56f83ec --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/chess-pawn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/chess-queen.svg b/_archive/examples/graphics/font-awesome/solid/chess-queen.svg new file mode 100644 index 00000000..fcc0934a --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/chess-queen.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/chess-rook.svg b/_archive/examples/graphics/font-awesome/solid/chess-rook.svg new file mode 100644 index 00000000..f279758c --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/chess-rook.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/chess.svg b/_archive/examples/graphics/font-awesome/solid/chess.svg new file mode 100644 index 00000000..e46c64d4 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/chess.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/chevron-circle-down.svg b/_archive/examples/graphics/font-awesome/solid/chevron-circle-down.svg new file mode 100644 index 00000000..4be7cea6 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/chevron-circle-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/chevron-circle-left.svg b/_archive/examples/graphics/font-awesome/solid/chevron-circle-left.svg new file mode 100644 index 00000000..60b5ac6e --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/chevron-circle-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/chevron-circle-right.svg b/_archive/examples/graphics/font-awesome/solid/chevron-circle-right.svg new file mode 100644 index 00000000..93350ee7 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/chevron-circle-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/chevron-circle-up.svg b/_archive/examples/graphics/font-awesome/solid/chevron-circle-up.svg new file mode 100644 index 00000000..d973a5df --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/chevron-circle-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/chevron-down.svg b/_archive/examples/graphics/font-awesome/solid/chevron-down.svg new file mode 100644 index 00000000..5962e893 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/chevron-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/chevron-left.svg b/_archive/examples/graphics/font-awesome/solid/chevron-left.svg new file mode 100644 index 00000000..c2dcbcca --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/chevron-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/chevron-right.svg b/_archive/examples/graphics/font-awesome/solid/chevron-right.svg new file mode 100644 index 00000000..6d3e119b --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/chevron-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/chevron-up.svg b/_archive/examples/graphics/font-awesome/solid/chevron-up.svg new file mode 100644 index 00000000..a38c372a --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/chevron-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/child.svg b/_archive/examples/graphics/font-awesome/solid/child.svg new file mode 100644 index 00000000..8bbc718b --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/child.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/church.svg b/_archive/examples/graphics/font-awesome/solid/church.svg new file mode 100644 index 00000000..ffe29d9a --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/church.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/circle-notch.svg b/_archive/examples/graphics/font-awesome/solid/circle-notch.svg new file mode 100644 index 00000000..3cc8c0b5 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/circle-notch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/circle.svg b/_archive/examples/graphics/font-awesome/solid/circle.svg new file mode 100644 index 00000000..c2db0b25 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/city.svg b/_archive/examples/graphics/font-awesome/solid/city.svg new file mode 100644 index 00000000..a27d3116 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/city.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/clinic-medical.svg b/_archive/examples/graphics/font-awesome/solid/clinic-medical.svg new file mode 100644 index 00000000..efec191c --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/clinic-medical.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/clipboard-check.svg b/_archive/examples/graphics/font-awesome/solid/clipboard-check.svg new file mode 100644 index 00000000..3cdd41e9 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/clipboard-check.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/clipboard-list.svg b/_archive/examples/graphics/font-awesome/solid/clipboard-list.svg new file mode 100644 index 00000000..f8421f08 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/clipboard-list.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/clipboard.svg b/_archive/examples/graphics/font-awesome/solid/clipboard.svg new file mode 100644 index 00000000..1980a2bf --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/clipboard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/clock.svg b/_archive/examples/graphics/font-awesome/solid/clock.svg new file mode 100644 index 00000000..6444d5b9 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/clock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/clone.svg b/_archive/examples/graphics/font-awesome/solid/clone.svg new file mode 100644 index 00000000..0f40db07 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/clone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/closed-captioning.svg b/_archive/examples/graphics/font-awesome/solid/closed-captioning.svg new file mode 100644 index 00000000..f0c68d04 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/closed-captioning.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/cloud-download-alt.svg b/_archive/examples/graphics/font-awesome/solid/cloud-download-alt.svg new file mode 100644 index 00000000..3cd62ac2 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/cloud-download-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/cloud-meatball.svg b/_archive/examples/graphics/font-awesome/solid/cloud-meatball.svg new file mode 100644 index 00000000..fe0a3a98 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/cloud-meatball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/cloud-moon-rain.svg b/_archive/examples/graphics/font-awesome/solid/cloud-moon-rain.svg new file mode 100644 index 00000000..dc164ec4 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/cloud-moon-rain.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/cloud-moon.svg b/_archive/examples/graphics/font-awesome/solid/cloud-moon.svg new file mode 100644 index 00000000..2caccfb1 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/cloud-moon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/cloud-rain.svg b/_archive/examples/graphics/font-awesome/solid/cloud-rain.svg new file mode 100644 index 00000000..766e9ae9 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/cloud-rain.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/cloud-showers-heavy.svg b/_archive/examples/graphics/font-awesome/solid/cloud-showers-heavy.svg new file mode 100644 index 00000000..9b6d5b6a --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/cloud-showers-heavy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/cloud-sun-rain.svg b/_archive/examples/graphics/font-awesome/solid/cloud-sun-rain.svg new file mode 100644 index 00000000..eedd183b --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/cloud-sun-rain.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/cloud-sun.svg b/_archive/examples/graphics/font-awesome/solid/cloud-sun.svg new file mode 100644 index 00000000..e4afd9ff --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/cloud-sun.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/cloud-upload-alt.svg b/_archive/examples/graphics/font-awesome/solid/cloud-upload-alt.svg new file mode 100644 index 00000000..8cf98e90 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/cloud-upload-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/cloud.svg b/_archive/examples/graphics/font-awesome/solid/cloud.svg new file mode 100644 index 00000000..38d2dc53 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/cloud.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/cocktail.svg b/_archive/examples/graphics/font-awesome/solid/cocktail.svg new file mode 100644 index 00000000..b630000b --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/cocktail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/code-branch.svg b/_archive/examples/graphics/font-awesome/solid/code-branch.svg new file mode 100644 index 00000000..0f33c5c5 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/code-branch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/code.svg b/_archive/examples/graphics/font-awesome/solid/code.svg new file mode 100644 index 00000000..ea8da707 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/code.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/coffee.svg b/_archive/examples/graphics/font-awesome/solid/coffee.svg new file mode 100644 index 00000000..af4c0247 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/coffee.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/cog.svg b/_archive/examples/graphics/font-awesome/solid/cog.svg new file mode 100644 index 00000000..fb5bd35a --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/cog.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/cogs.svg b/_archive/examples/graphics/font-awesome/solid/cogs.svg new file mode 100644 index 00000000..c016886e --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/cogs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/coins.svg b/_archive/examples/graphics/font-awesome/solid/coins.svg new file mode 100644 index 00000000..511b0331 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/coins.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/columns.svg b/_archive/examples/graphics/font-awesome/solid/columns.svg new file mode 100644 index 00000000..84ec2a09 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/columns.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/comment-alt.svg b/_archive/examples/graphics/font-awesome/solid/comment-alt.svg new file mode 100644 index 00000000..5d81f790 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/comment-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/comment-dollar.svg b/_archive/examples/graphics/font-awesome/solid/comment-dollar.svg new file mode 100644 index 00000000..c77a6f06 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/comment-dollar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/comment-dots.svg b/_archive/examples/graphics/font-awesome/solid/comment-dots.svg new file mode 100644 index 00000000..5866e419 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/comment-dots.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/comment-medical.svg b/_archive/examples/graphics/font-awesome/solid/comment-medical.svg new file mode 100644 index 00000000..8bb1e330 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/comment-medical.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/comment-slash.svg b/_archive/examples/graphics/font-awesome/solid/comment-slash.svg new file mode 100644 index 00000000..b4b826fb --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/comment-slash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/comment.svg b/_archive/examples/graphics/font-awesome/solid/comment.svg new file mode 100644 index 00000000..f6332836 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/comment.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/comments-dollar.svg b/_archive/examples/graphics/font-awesome/solid/comments-dollar.svg new file mode 100644 index 00000000..aacfa193 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/comments-dollar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/comments.svg b/_archive/examples/graphics/font-awesome/solid/comments.svg new file mode 100644 index 00000000..2ea7897c --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/comments.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/compact-disc.svg b/_archive/examples/graphics/font-awesome/solid/compact-disc.svg new file mode 100644 index 00000000..7a583fce --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/compact-disc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/compass.svg b/_archive/examples/graphics/font-awesome/solid/compass.svg new file mode 100644 index 00000000..e7f9cb9a --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/compass.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/compress-arrows-alt.svg b/_archive/examples/graphics/font-awesome/solid/compress-arrows-alt.svg new file mode 100644 index 00000000..c06ee8f8 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/compress-arrows-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/compress.svg b/_archive/examples/graphics/font-awesome/solid/compress.svg new file mode 100644 index 00000000..f2faafbf --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/compress.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/concierge-bell.svg b/_archive/examples/graphics/font-awesome/solid/concierge-bell.svg new file mode 100644 index 00000000..91d12a63 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/concierge-bell.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/cookie-bite.svg b/_archive/examples/graphics/font-awesome/solid/cookie-bite.svg new file mode 100644 index 00000000..42d56615 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/cookie-bite.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/cookie.svg b/_archive/examples/graphics/font-awesome/solid/cookie.svg new file mode 100644 index 00000000..06ab7452 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/cookie.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/copy.svg b/_archive/examples/graphics/font-awesome/solid/copy.svg new file mode 100644 index 00000000..02534e7c --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/copy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/copyright.svg b/_archive/examples/graphics/font-awesome/solid/copyright.svg new file mode 100644 index 00000000..eb5d4c61 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/copyright.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/couch.svg b/_archive/examples/graphics/font-awesome/solid/couch.svg new file mode 100644 index 00000000..ba8c3ffb --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/couch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/credit-card.svg b/_archive/examples/graphics/font-awesome/solid/credit-card.svg new file mode 100644 index 00000000..676d3586 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/credit-card.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/crop-alt.svg b/_archive/examples/graphics/font-awesome/solid/crop-alt.svg new file mode 100644 index 00000000..aa7438eb --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/crop-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/crop.svg b/_archive/examples/graphics/font-awesome/solid/crop.svg new file mode 100644 index 00000000..5bd06a92 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/crop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/cross.svg b/_archive/examples/graphics/font-awesome/solid/cross.svg new file mode 100644 index 00000000..86113de5 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/cross.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/crosshairs.svg b/_archive/examples/graphics/font-awesome/solid/crosshairs.svg new file mode 100644 index 00000000..60acd3e2 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/crosshairs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/crow.svg b/_archive/examples/graphics/font-awesome/solid/crow.svg new file mode 100644 index 00000000..de91410a --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/crow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/crown.svg b/_archive/examples/graphics/font-awesome/solid/crown.svg new file mode 100644 index 00000000..03b1f191 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/crown.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/crutch.svg b/_archive/examples/graphics/font-awesome/solid/crutch.svg new file mode 100644 index 00000000..a32ba7e1 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/crutch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/cube.svg b/_archive/examples/graphics/font-awesome/solid/cube.svg new file mode 100644 index 00000000..a627fd54 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/cube.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/cubes.svg b/_archive/examples/graphics/font-awesome/solid/cubes.svg new file mode 100644 index 00000000..208f688a --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/cubes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/cut.svg b/_archive/examples/graphics/font-awesome/solid/cut.svg new file mode 100644 index 00000000..4f626aa0 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/cut.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/database.svg b/_archive/examples/graphics/font-awesome/solid/database.svg new file mode 100644 index 00000000..a6e4982b --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/database.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/deaf.svg b/_archive/examples/graphics/font-awesome/solid/deaf.svg new file mode 100644 index 00000000..25a7a86e --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/deaf.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/democrat.svg b/_archive/examples/graphics/font-awesome/solid/democrat.svg new file mode 100644 index 00000000..5cde060f --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/democrat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/desktop.svg b/_archive/examples/graphics/font-awesome/solid/desktop.svg new file mode 100644 index 00000000..bba157e8 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/desktop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/dharmachakra.svg b/_archive/examples/graphics/font-awesome/solid/dharmachakra.svg new file mode 100644 index 00000000..6838379b --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/dharmachakra.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/diagnoses.svg b/_archive/examples/graphics/font-awesome/solid/diagnoses.svg new file mode 100644 index 00000000..8f56e24c --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/diagnoses.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/dice-d20.svg b/_archive/examples/graphics/font-awesome/solid/dice-d20.svg new file mode 100644 index 00000000..085e3f0d --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/dice-d20.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/dice-d6.svg b/_archive/examples/graphics/font-awesome/solid/dice-d6.svg new file mode 100644 index 00000000..b1d270a0 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/dice-d6.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/dice-five.svg b/_archive/examples/graphics/font-awesome/solid/dice-five.svg new file mode 100644 index 00000000..7fd8c1d2 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/dice-five.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/dice-four.svg b/_archive/examples/graphics/font-awesome/solid/dice-four.svg new file mode 100644 index 00000000..9cd681bd --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/dice-four.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/dice-one.svg b/_archive/examples/graphics/font-awesome/solid/dice-one.svg new file mode 100644 index 00000000..e5d3b5e1 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/dice-one.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/dice-six.svg b/_archive/examples/graphics/font-awesome/solid/dice-six.svg new file mode 100644 index 00000000..c1ed7cfc --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/dice-six.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/dice-three.svg b/_archive/examples/graphics/font-awesome/solid/dice-three.svg new file mode 100644 index 00000000..c035c804 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/dice-three.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/dice-two.svg b/_archive/examples/graphics/font-awesome/solid/dice-two.svg new file mode 100644 index 00000000..d6528d79 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/dice-two.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/dice.svg b/_archive/examples/graphics/font-awesome/solid/dice.svg new file mode 100644 index 00000000..da8a8123 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/dice.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/digital-tachograph.svg b/_archive/examples/graphics/font-awesome/solid/digital-tachograph.svg new file mode 100644 index 00000000..65f4a028 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/digital-tachograph.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/directions.svg b/_archive/examples/graphics/font-awesome/solid/directions.svg new file mode 100644 index 00000000..aa23106e --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/directions.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/divide.svg b/_archive/examples/graphics/font-awesome/solid/divide.svg new file mode 100644 index 00000000..cb6d8b6f --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/divide.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/dizzy.svg b/_archive/examples/graphics/font-awesome/solid/dizzy.svg new file mode 100644 index 00000000..d1b52469 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/dizzy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/dna.svg b/_archive/examples/graphics/font-awesome/solid/dna.svg new file mode 100644 index 00000000..81cddb6a --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/dna.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/dog.svg b/_archive/examples/graphics/font-awesome/solid/dog.svg new file mode 100644 index 00000000..ac7c6268 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/dog.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/dollar-sign.svg b/_archive/examples/graphics/font-awesome/solid/dollar-sign.svg new file mode 100644 index 00000000..23cf6910 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/dollar-sign.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/dolly-flatbed.svg b/_archive/examples/graphics/font-awesome/solid/dolly-flatbed.svg new file mode 100644 index 00000000..bb20bdeb --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/dolly-flatbed.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/dolly.svg b/_archive/examples/graphics/font-awesome/solid/dolly.svg new file mode 100644 index 00000000..0fe3a517 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/dolly.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/donate.svg b/_archive/examples/graphics/font-awesome/solid/donate.svg new file mode 100644 index 00000000..bacf83e6 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/donate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/door-closed.svg b/_archive/examples/graphics/font-awesome/solid/door-closed.svg new file mode 100644 index 00000000..00add341 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/door-closed.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/door-open.svg b/_archive/examples/graphics/font-awesome/solid/door-open.svg new file mode 100644 index 00000000..e246f1fb --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/door-open.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/dot-circle.svg b/_archive/examples/graphics/font-awesome/solid/dot-circle.svg new file mode 100644 index 00000000..5cb222dd --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/dot-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/dove.svg b/_archive/examples/graphics/font-awesome/solid/dove.svg new file mode 100644 index 00000000..86139028 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/dove.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/download.svg b/_archive/examples/graphics/font-awesome/solid/download.svg new file mode 100644 index 00000000..da5eec40 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/download.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/drafting-compass.svg b/_archive/examples/graphics/font-awesome/solid/drafting-compass.svg new file mode 100644 index 00000000..c2834adb --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/drafting-compass.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/dragon.svg b/_archive/examples/graphics/font-awesome/solid/dragon.svg new file mode 100644 index 00000000..c8ed5ebe --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/dragon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/draw-polygon.svg b/_archive/examples/graphics/font-awesome/solid/draw-polygon.svg new file mode 100644 index 00000000..99cd9994 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/draw-polygon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/drum-steelpan.svg b/_archive/examples/graphics/font-awesome/solid/drum-steelpan.svg new file mode 100644 index 00000000..c4b12b48 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/drum-steelpan.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/drum.svg b/_archive/examples/graphics/font-awesome/solid/drum.svg new file mode 100644 index 00000000..e2ba640c --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/drum.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/drumstick-bite.svg b/_archive/examples/graphics/font-awesome/solid/drumstick-bite.svg new file mode 100644 index 00000000..162f621e --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/drumstick-bite.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/dumbbell.svg b/_archive/examples/graphics/font-awesome/solid/dumbbell.svg new file mode 100644 index 00000000..2fe16673 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/dumbbell.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/dumpster-fire.svg b/_archive/examples/graphics/font-awesome/solid/dumpster-fire.svg new file mode 100644 index 00000000..9bd654f4 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/dumpster-fire.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/dumpster.svg b/_archive/examples/graphics/font-awesome/solid/dumpster.svg new file mode 100644 index 00000000..74cdd3f9 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/dumpster.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/dungeon.svg b/_archive/examples/graphics/font-awesome/solid/dungeon.svg new file mode 100644 index 00000000..a367bf4c --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/dungeon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/edit.svg b/_archive/examples/graphics/font-awesome/solid/edit.svg new file mode 100644 index 00000000..2313feb1 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/edit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/egg.svg b/_archive/examples/graphics/font-awesome/solid/egg.svg new file mode 100644 index 00000000..804ac67c --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/egg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/eject.svg b/_archive/examples/graphics/font-awesome/solid/eject.svg new file mode 100644 index 00000000..d240b0d1 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/eject.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/ellipsis-h.svg b/_archive/examples/graphics/font-awesome/solid/ellipsis-h.svg new file mode 100644 index 00000000..70748ad9 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/ellipsis-h.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/ellipsis-v.svg b/_archive/examples/graphics/font-awesome/solid/ellipsis-v.svg new file mode 100644 index 00000000..e8e713ad --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/ellipsis-v.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/envelope-open-text.svg b/_archive/examples/graphics/font-awesome/solid/envelope-open-text.svg new file mode 100644 index 00000000..821168c0 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/envelope-open-text.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/envelope-open.svg b/_archive/examples/graphics/font-awesome/solid/envelope-open.svg new file mode 100644 index 00000000..947ae25a --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/envelope-open.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/envelope-square.svg b/_archive/examples/graphics/font-awesome/solid/envelope-square.svg new file mode 100644 index 00000000..c35055f9 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/envelope-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/envelope.svg b/_archive/examples/graphics/font-awesome/solid/envelope.svg new file mode 100644 index 00000000..edbcad3d --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/envelope.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/equals.svg b/_archive/examples/graphics/font-awesome/solid/equals.svg new file mode 100644 index 00000000..9dcbfdb5 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/equals.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/eraser.svg b/_archive/examples/graphics/font-awesome/solid/eraser.svg new file mode 100644 index 00000000..1ba581e7 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/eraser.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/ethernet.svg b/_archive/examples/graphics/font-awesome/solid/ethernet.svg new file mode 100644 index 00000000..2b391a39 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/ethernet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/euro-sign.svg b/_archive/examples/graphics/font-awesome/solid/euro-sign.svg new file mode 100644 index 00000000..fd18c90d --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/euro-sign.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/exchange-alt.svg b/_archive/examples/graphics/font-awesome/solid/exchange-alt.svg new file mode 100644 index 00000000..b22538a9 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/exchange-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/exclamation-circle.svg b/_archive/examples/graphics/font-awesome/solid/exclamation-circle.svg new file mode 100644 index 00000000..16593039 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/exclamation-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/exclamation-triangle.svg b/_archive/examples/graphics/font-awesome/solid/exclamation-triangle.svg new file mode 100644 index 00000000..2ab53271 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/exclamation-triangle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/exclamation.svg b/_archive/examples/graphics/font-awesome/solid/exclamation.svg new file mode 100644 index 00000000..89ef11a7 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/exclamation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/expand-arrows-alt.svg b/_archive/examples/graphics/font-awesome/solid/expand-arrows-alt.svg new file mode 100644 index 00000000..c08ecffa --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/expand-arrows-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/expand.svg b/_archive/examples/graphics/font-awesome/solid/expand.svg new file mode 100644 index 00000000..e8f812d4 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/expand.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/external-link-alt.svg b/_archive/examples/graphics/font-awesome/solid/external-link-alt.svg new file mode 100644 index 00000000..859914ba --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/external-link-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/external-link-square-alt.svg b/_archive/examples/graphics/font-awesome/solid/external-link-square-alt.svg new file mode 100644 index 00000000..099977be --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/external-link-square-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/eye-dropper.svg b/_archive/examples/graphics/font-awesome/solid/eye-dropper.svg new file mode 100644 index 00000000..51c3453a --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/eye-dropper.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/eye-slash.svg b/_archive/examples/graphics/font-awesome/solid/eye-slash.svg new file mode 100644 index 00000000..7685eca2 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/eye-slash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/eye.svg b/_archive/examples/graphics/font-awesome/solid/eye.svg new file mode 100644 index 00000000..477e9ed9 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/eye.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/fan.svg b/_archive/examples/graphics/font-awesome/solid/fan.svg new file mode 100644 index 00000000..7cca1873 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/fan.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/fast-backward.svg b/_archive/examples/graphics/font-awesome/solid/fast-backward.svg new file mode 100644 index 00000000..dfe10e5c --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/fast-backward.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/fast-forward.svg b/_archive/examples/graphics/font-awesome/solid/fast-forward.svg new file mode 100644 index 00000000..57c072ae --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/fast-forward.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/fax.svg b/_archive/examples/graphics/font-awesome/solid/fax.svg new file mode 100644 index 00000000..9c9cc823 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/fax.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/feather-alt.svg b/_archive/examples/graphics/font-awesome/solid/feather-alt.svg new file mode 100644 index 00000000..a04ebbd1 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/feather-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/feather.svg b/_archive/examples/graphics/font-awesome/solid/feather.svg new file mode 100644 index 00000000..bbdb9342 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/feather.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/female.svg b/_archive/examples/graphics/font-awesome/solid/female.svg new file mode 100644 index 00000000..9bfc7ad6 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/female.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/fighter-jet.svg b/_archive/examples/graphics/font-awesome/solid/fighter-jet.svg new file mode 100644 index 00000000..3fdfe2d8 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/fighter-jet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/file-alt.svg b/_archive/examples/graphics/font-awesome/solid/file-alt.svg new file mode 100644 index 00000000..e1f980c8 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/file-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/file-archive.svg b/_archive/examples/graphics/font-awesome/solid/file-archive.svg new file mode 100644 index 00000000..7c60e72c --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/file-archive.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/file-audio.svg b/_archive/examples/graphics/font-awesome/solid/file-audio.svg new file mode 100644 index 00000000..c491a45a --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/file-audio.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/file-code.svg b/_archive/examples/graphics/font-awesome/solid/file-code.svg new file mode 100644 index 00000000..4036f537 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/file-code.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/file-contract.svg b/_archive/examples/graphics/font-awesome/solid/file-contract.svg new file mode 100644 index 00000000..d8b2bd69 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/file-contract.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/file-csv.svg b/_archive/examples/graphics/font-awesome/solid/file-csv.svg new file mode 100644 index 00000000..7b0d2736 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/file-csv.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/file-download.svg b/_archive/examples/graphics/font-awesome/solid/file-download.svg new file mode 100644 index 00000000..b0dfa46e --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/file-download.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/file-excel.svg b/_archive/examples/graphics/font-awesome/solid/file-excel.svg new file mode 100644 index 00000000..62cec9dd --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/file-excel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/file-export.svg b/_archive/examples/graphics/font-awesome/solid/file-export.svg new file mode 100644 index 00000000..1590d5de --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/file-export.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/file-image.svg b/_archive/examples/graphics/font-awesome/solid/file-image.svg new file mode 100644 index 00000000..6c87c8cf --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/file-image.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/file-import.svg b/_archive/examples/graphics/font-awesome/solid/file-import.svg new file mode 100644 index 00000000..a89e8eaf --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/file-import.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/file-invoice-dollar.svg b/_archive/examples/graphics/font-awesome/solid/file-invoice-dollar.svg new file mode 100644 index 00000000..39184ce7 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/file-invoice-dollar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/file-invoice.svg b/_archive/examples/graphics/font-awesome/solid/file-invoice.svg new file mode 100644 index 00000000..5f5b2419 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/file-invoice.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/file-medical-alt.svg b/_archive/examples/graphics/font-awesome/solid/file-medical-alt.svg new file mode 100644 index 00000000..0c0699c3 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/file-medical-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/file-medical.svg b/_archive/examples/graphics/font-awesome/solid/file-medical.svg new file mode 100644 index 00000000..748bf58f --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/file-medical.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/file-pdf.svg b/_archive/examples/graphics/font-awesome/solid/file-pdf.svg new file mode 100644 index 00000000..9782667d --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/file-pdf.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/file-powerpoint.svg b/_archive/examples/graphics/font-awesome/solid/file-powerpoint.svg new file mode 100644 index 00000000..bd26fb92 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/file-powerpoint.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/file-prescription.svg b/_archive/examples/graphics/font-awesome/solid/file-prescription.svg new file mode 100644 index 00000000..563292ba --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/file-prescription.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/file-signature.svg b/_archive/examples/graphics/font-awesome/solid/file-signature.svg new file mode 100644 index 00000000..6b27b140 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/file-signature.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/file-upload.svg b/_archive/examples/graphics/font-awesome/solid/file-upload.svg new file mode 100644 index 00000000..49b0a88d --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/file-upload.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/file-video.svg b/_archive/examples/graphics/font-awesome/solid/file-video.svg new file mode 100644 index 00000000..8de9f6cf --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/file-video.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/file-word.svg b/_archive/examples/graphics/font-awesome/solid/file-word.svg new file mode 100644 index 00000000..f484a94c --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/file-word.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/file.svg b/_archive/examples/graphics/font-awesome/solid/file.svg new file mode 100644 index 00000000..7f495dce --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/file.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/fill-drip.svg b/_archive/examples/graphics/font-awesome/solid/fill-drip.svg new file mode 100644 index 00000000..74346b5c --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/fill-drip.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/fill.svg b/_archive/examples/graphics/font-awesome/solid/fill.svg new file mode 100644 index 00000000..b7bf4056 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/fill.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/film.svg b/_archive/examples/graphics/font-awesome/solid/film.svg new file mode 100644 index 00000000..f120aee2 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/film.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/filter.svg b/_archive/examples/graphics/font-awesome/solid/filter.svg new file mode 100644 index 00000000..95861a39 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/filter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/fingerprint.svg b/_archive/examples/graphics/font-awesome/solid/fingerprint.svg new file mode 100644 index 00000000..f05ea378 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/fingerprint.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/fire-alt.svg b/_archive/examples/graphics/font-awesome/solid/fire-alt.svg new file mode 100644 index 00000000..d8766309 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/fire-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/fire-extinguisher.svg b/_archive/examples/graphics/font-awesome/solid/fire-extinguisher.svg new file mode 100644 index 00000000..2bd87380 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/fire-extinguisher.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/fire.svg b/_archive/examples/graphics/font-awesome/solid/fire.svg new file mode 100644 index 00000000..5ab3fa83 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/fire.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/first-aid.svg b/_archive/examples/graphics/font-awesome/solid/first-aid.svg new file mode 100644 index 00000000..43fd5225 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/first-aid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/fish.svg b/_archive/examples/graphics/font-awesome/solid/fish.svg new file mode 100644 index 00000000..8312ff5c --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/fish.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/fist-raised.svg b/_archive/examples/graphics/font-awesome/solid/fist-raised.svg new file mode 100644 index 00000000..27c77705 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/fist-raised.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/flag-checkered.svg b/_archive/examples/graphics/font-awesome/solid/flag-checkered.svg new file mode 100644 index 00000000..acb3406a --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/flag-checkered.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/flag-usa.svg b/_archive/examples/graphics/font-awesome/solid/flag-usa.svg new file mode 100644 index 00000000..7cb1a625 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/flag-usa.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/flag.svg b/_archive/examples/graphics/font-awesome/solid/flag.svg new file mode 100644 index 00000000..eb95c9ca --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/flag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/flask.svg b/_archive/examples/graphics/font-awesome/solid/flask.svg new file mode 100644 index 00000000..c30929ac --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/flask.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/flushed.svg b/_archive/examples/graphics/font-awesome/solid/flushed.svg new file mode 100644 index 00000000..1e6e1c96 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/flushed.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/folder-minus.svg b/_archive/examples/graphics/font-awesome/solid/folder-minus.svg new file mode 100644 index 00000000..4e554e0d --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/folder-minus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/folder-open.svg b/_archive/examples/graphics/font-awesome/solid/folder-open.svg new file mode 100644 index 00000000..57dcfa60 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/folder-open.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/folder-plus.svg b/_archive/examples/graphics/font-awesome/solid/folder-plus.svg new file mode 100644 index 00000000..6d6bb9fa --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/folder-plus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/folder.svg b/_archive/examples/graphics/font-awesome/solid/folder.svg new file mode 100644 index 00000000..c9607689 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/folder.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/font-awesome-logo-full.svg b/_archive/examples/graphics/font-awesome/solid/font-awesome-logo-full.svg new file mode 100644 index 00000000..06b75a4d --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/font-awesome-logo-full.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/font.svg b/_archive/examples/graphics/font-awesome/solid/font.svg new file mode 100644 index 00000000..a9f2a7a7 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/font.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/football-ball.svg b/_archive/examples/graphics/font-awesome/solid/football-ball.svg new file mode 100644 index 00000000..260c2914 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/football-ball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/forward.svg b/_archive/examples/graphics/font-awesome/solid/forward.svg new file mode 100644 index 00000000..5349d49f --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/forward.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/frog.svg b/_archive/examples/graphics/font-awesome/solid/frog.svg new file mode 100644 index 00000000..96a9ea93 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/frog.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/frown-open.svg b/_archive/examples/graphics/font-awesome/solid/frown-open.svg new file mode 100644 index 00000000..dac5ca2a --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/frown-open.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/frown.svg b/_archive/examples/graphics/font-awesome/solid/frown.svg new file mode 100644 index 00000000..8207b8dd --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/frown.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/funnel-dollar.svg b/_archive/examples/graphics/font-awesome/solid/funnel-dollar.svg new file mode 100644 index 00000000..d5970e14 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/funnel-dollar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/futbol.svg b/_archive/examples/graphics/font-awesome/solid/futbol.svg new file mode 100644 index 00000000..936fcad2 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/futbol.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/gamepad.svg b/_archive/examples/graphics/font-awesome/solid/gamepad.svg new file mode 100644 index 00000000..a1d2c131 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/gamepad.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/gas-pump.svg b/_archive/examples/graphics/font-awesome/solid/gas-pump.svg new file mode 100644 index 00000000..0a389954 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/gas-pump.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/gavel.svg b/_archive/examples/graphics/font-awesome/solid/gavel.svg new file mode 100644 index 00000000..c68ac7c3 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/gavel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/gem.svg b/_archive/examples/graphics/font-awesome/solid/gem.svg new file mode 100644 index 00000000..6172b871 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/gem.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/genderless.svg b/_archive/examples/graphics/font-awesome/solid/genderless.svg new file mode 100644 index 00000000..9c928673 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/genderless.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/ghost.svg b/_archive/examples/graphics/font-awesome/solid/ghost.svg new file mode 100644 index 00000000..91b24056 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/ghost.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/gift.svg b/_archive/examples/graphics/font-awesome/solid/gift.svg new file mode 100644 index 00000000..d3c13490 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/gift.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/gifts.svg b/_archive/examples/graphics/font-awesome/solid/gifts.svg new file mode 100644 index 00000000..e132b647 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/gifts.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/glass-cheers.svg b/_archive/examples/graphics/font-awesome/solid/glass-cheers.svg new file mode 100644 index 00000000..0f8de5ab --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/glass-cheers.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/glass-martini-alt.svg b/_archive/examples/graphics/font-awesome/solid/glass-martini-alt.svg new file mode 100644 index 00000000..dc4aa9c6 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/glass-martini-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/glass-martini.svg b/_archive/examples/graphics/font-awesome/solid/glass-martini.svg new file mode 100644 index 00000000..283c3c61 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/glass-martini.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/glass-whiskey.svg b/_archive/examples/graphics/font-awesome/solid/glass-whiskey.svg new file mode 100644 index 00000000..27b29539 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/glass-whiskey.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/glasses.svg b/_archive/examples/graphics/font-awesome/solid/glasses.svg new file mode 100644 index 00000000..8b207a9b --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/glasses.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/globe-africa.svg b/_archive/examples/graphics/font-awesome/solid/globe-africa.svg new file mode 100644 index 00000000..50009fe5 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/globe-africa.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/globe-americas.svg b/_archive/examples/graphics/font-awesome/solid/globe-americas.svg new file mode 100644 index 00000000..3e4462e7 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/globe-americas.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/globe-asia.svg b/_archive/examples/graphics/font-awesome/solid/globe-asia.svg new file mode 100644 index 00000000..5a160176 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/globe-asia.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/globe-europe.svg b/_archive/examples/graphics/font-awesome/solid/globe-europe.svg new file mode 100644 index 00000000..59823305 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/globe-europe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/globe.svg b/_archive/examples/graphics/font-awesome/solid/globe.svg new file mode 100644 index 00000000..93b61784 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/globe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/golf-ball.svg b/_archive/examples/graphics/font-awesome/solid/golf-ball.svg new file mode 100644 index 00000000..9e87e82a --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/golf-ball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/gopuram.svg b/_archive/examples/graphics/font-awesome/solid/gopuram.svg new file mode 100644 index 00000000..efe3a7cc --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/gopuram.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/graduation-cap.svg b/_archive/examples/graphics/font-awesome/solid/graduation-cap.svg new file mode 100644 index 00000000..101c3315 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/graduation-cap.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/greater-than-equal.svg b/_archive/examples/graphics/font-awesome/solid/greater-than-equal.svg new file mode 100644 index 00000000..1c071f5d --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/greater-than-equal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/greater-than.svg b/_archive/examples/graphics/font-awesome/solid/greater-than.svg new file mode 100644 index 00000000..e4e3390a --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/greater-than.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/grimace.svg b/_archive/examples/graphics/font-awesome/solid/grimace.svg new file mode 100644 index 00000000..dda0b7b7 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/grimace.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/grin-alt.svg b/_archive/examples/graphics/font-awesome/solid/grin-alt.svg new file mode 100644 index 00000000..c400d4db --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/grin-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/grin-beam-sweat.svg b/_archive/examples/graphics/font-awesome/solid/grin-beam-sweat.svg new file mode 100644 index 00000000..1e109656 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/grin-beam-sweat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/grin-beam.svg b/_archive/examples/graphics/font-awesome/solid/grin-beam.svg new file mode 100644 index 00000000..cfde54a9 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/grin-beam.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/grin-hearts.svg b/_archive/examples/graphics/font-awesome/solid/grin-hearts.svg new file mode 100644 index 00000000..eae2d18c --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/grin-hearts.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/grin-squint-tears.svg b/_archive/examples/graphics/font-awesome/solid/grin-squint-tears.svg new file mode 100644 index 00000000..39073b7d --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/grin-squint-tears.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/grin-squint.svg b/_archive/examples/graphics/font-awesome/solid/grin-squint.svg new file mode 100644 index 00000000..de54800c --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/grin-squint.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/grin-stars.svg b/_archive/examples/graphics/font-awesome/solid/grin-stars.svg new file mode 100644 index 00000000..a6432aab --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/grin-stars.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/grin-tears.svg b/_archive/examples/graphics/font-awesome/solid/grin-tears.svg new file mode 100644 index 00000000..1413617a --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/grin-tears.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/grin-tongue-squint.svg b/_archive/examples/graphics/font-awesome/solid/grin-tongue-squint.svg new file mode 100644 index 00000000..c903494b --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/grin-tongue-squint.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/grin-tongue-wink.svg b/_archive/examples/graphics/font-awesome/solid/grin-tongue-wink.svg new file mode 100644 index 00000000..49beb845 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/grin-tongue-wink.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/grin-tongue.svg b/_archive/examples/graphics/font-awesome/solid/grin-tongue.svg new file mode 100644 index 00000000..6aff145f --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/grin-tongue.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/grin-wink.svg b/_archive/examples/graphics/font-awesome/solid/grin-wink.svg new file mode 100644 index 00000000..4c8ed97b --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/grin-wink.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/grin.svg b/_archive/examples/graphics/font-awesome/solid/grin.svg new file mode 100644 index 00000000..4ba985a0 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/grin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/grip-horizontal.svg b/_archive/examples/graphics/font-awesome/solid/grip-horizontal.svg new file mode 100644 index 00000000..bb19ff31 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/grip-horizontal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/grip-lines-vertical.svg b/_archive/examples/graphics/font-awesome/solid/grip-lines-vertical.svg new file mode 100644 index 00000000..92feba89 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/grip-lines-vertical.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/grip-lines.svg b/_archive/examples/graphics/font-awesome/solid/grip-lines.svg new file mode 100644 index 00000000..6fb9ce7c --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/grip-lines.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/grip-vertical.svg b/_archive/examples/graphics/font-awesome/solid/grip-vertical.svg new file mode 100644 index 00000000..a383a433 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/grip-vertical.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/guitar.svg b/_archive/examples/graphics/font-awesome/solid/guitar.svg new file mode 100644 index 00000000..db1f699f --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/guitar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/h-square.svg b/_archive/examples/graphics/font-awesome/solid/h-square.svg new file mode 100644 index 00000000..0b85e285 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/h-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/hamburger.svg b/_archive/examples/graphics/font-awesome/solid/hamburger.svg new file mode 100644 index 00000000..897f38da --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/hamburger.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/hammer.svg b/_archive/examples/graphics/font-awesome/solid/hammer.svg new file mode 100644 index 00000000..78df6b49 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/hammer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/hamsa.svg b/_archive/examples/graphics/font-awesome/solid/hamsa.svg new file mode 100644 index 00000000..4ccb23ad --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/hamsa.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/hand-holding-heart.svg b/_archive/examples/graphics/font-awesome/solid/hand-holding-heart.svg new file mode 100644 index 00000000..65ee45e7 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/hand-holding-heart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/hand-holding-usd.svg b/_archive/examples/graphics/font-awesome/solid/hand-holding-usd.svg new file mode 100644 index 00000000..5534433a --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/hand-holding-usd.svg @@ -0,0 +1 @@ + diff --git a/_archive/examples/graphics/font-awesome/solid/hand-holding.svg b/_archive/examples/graphics/font-awesome/solid/hand-holding.svg new file mode 100644 index 00000000..1328cfd2 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/hand-holding.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/hand-lizard.svg b/_archive/examples/graphics/font-awesome/solid/hand-lizard.svg new file mode 100644 index 00000000..6d27f0ad --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/hand-lizard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/hand-middle-finger.svg b/_archive/examples/graphics/font-awesome/solid/hand-middle-finger.svg new file mode 100644 index 00000000..7b896482 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/hand-middle-finger.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/hand-paper.svg b/_archive/examples/graphics/font-awesome/solid/hand-paper.svg new file mode 100644 index 00000000..f4aadf12 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/hand-paper.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/hand-peace.svg b/_archive/examples/graphics/font-awesome/solid/hand-peace.svg new file mode 100644 index 00000000..8ed4eede --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/hand-peace.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/hand-point-down.svg b/_archive/examples/graphics/font-awesome/solid/hand-point-down.svg new file mode 100644 index 00000000..af8513f0 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/hand-point-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/hand-point-left.svg b/_archive/examples/graphics/font-awesome/solid/hand-point-left.svg new file mode 100644 index 00000000..5fa16c8d --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/hand-point-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/hand-point-right.svg b/_archive/examples/graphics/font-awesome/solid/hand-point-right.svg new file mode 100644 index 00000000..e3f50e12 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/hand-point-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/hand-point-up.svg b/_archive/examples/graphics/font-awesome/solid/hand-point-up.svg new file mode 100644 index 00000000..8bf94b71 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/hand-point-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/hand-pointer.svg b/_archive/examples/graphics/font-awesome/solid/hand-pointer.svg new file mode 100644 index 00000000..e1367b6c --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/hand-pointer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/hand-rock.svg b/_archive/examples/graphics/font-awesome/solid/hand-rock.svg new file mode 100644 index 00000000..ce1f6ea3 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/hand-rock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/hand-scissors.svg b/_archive/examples/graphics/font-awesome/solid/hand-scissors.svg new file mode 100644 index 00000000..a5996614 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/hand-scissors.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/hand-spock.svg b/_archive/examples/graphics/font-awesome/solid/hand-spock.svg new file mode 100644 index 00000000..e884771f --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/hand-spock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/hands-helping.svg b/_archive/examples/graphics/font-awesome/solid/hands-helping.svg new file mode 100644 index 00000000..162f45e9 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/hands-helping.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/hands.svg b/_archive/examples/graphics/font-awesome/solid/hands.svg new file mode 100644 index 00000000..5f0b02d9 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/hands.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/handshake.svg b/_archive/examples/graphics/font-awesome/solid/handshake.svg new file mode 100644 index 00000000..bd5cf53e --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/handshake.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/hanukiah.svg b/_archive/examples/graphics/font-awesome/solid/hanukiah.svg new file mode 100644 index 00000000..b431d6ae --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/hanukiah.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/hard-hat.svg b/_archive/examples/graphics/font-awesome/solid/hard-hat.svg new file mode 100644 index 00000000..cbfa6acf --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/hard-hat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/hashtag.svg b/_archive/examples/graphics/font-awesome/solid/hashtag.svg new file mode 100644 index 00000000..2a6094fe --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/hashtag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/hat-cowboy-side.svg b/_archive/examples/graphics/font-awesome/solid/hat-cowboy-side.svg new file mode 100644 index 00000000..0ba999fa --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/hat-cowboy-side.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/hat-cowboy.svg b/_archive/examples/graphics/font-awesome/solid/hat-cowboy.svg new file mode 100644 index 00000000..c02b9eaf --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/hat-cowboy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/hat-wizard.svg b/_archive/examples/graphics/font-awesome/solid/hat-wizard.svg new file mode 100644 index 00000000..21d45109 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/hat-wizard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/haykal.svg b/_archive/examples/graphics/font-awesome/solid/haykal.svg new file mode 100644 index 00000000..8ea2a693 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/haykal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/hdd.svg b/_archive/examples/graphics/font-awesome/solid/hdd.svg new file mode 100644 index 00000000..cead9cff --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/hdd.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/heading.svg b/_archive/examples/graphics/font-awesome/solid/heading.svg new file mode 100644 index 00000000..54d7e7d7 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/heading.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/headphones-alt.svg b/_archive/examples/graphics/font-awesome/solid/headphones-alt.svg new file mode 100644 index 00000000..735dc8a7 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/headphones-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/headphones.svg b/_archive/examples/graphics/font-awesome/solid/headphones.svg new file mode 100644 index 00000000..c97cde6a --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/headphones.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/headset.svg b/_archive/examples/graphics/font-awesome/solid/headset.svg new file mode 100644 index 00000000..e63e7fd2 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/headset.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/heart-broken.svg b/_archive/examples/graphics/font-awesome/solid/heart-broken.svg new file mode 100644 index 00000000..bcc6ccfc --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/heart-broken.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/heart.svg b/_archive/examples/graphics/font-awesome/solid/heart.svg new file mode 100644 index 00000000..d9fa587d --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/heart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/heartbeat.svg b/_archive/examples/graphics/font-awesome/solid/heartbeat.svg new file mode 100644 index 00000000..fa2bb9b4 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/heartbeat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/helicopter.svg b/_archive/examples/graphics/font-awesome/solid/helicopter.svg new file mode 100644 index 00000000..36c462e6 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/helicopter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/highlighter.svg b/_archive/examples/graphics/font-awesome/solid/highlighter.svg new file mode 100644 index 00000000..b32a63a5 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/highlighter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/hiking.svg b/_archive/examples/graphics/font-awesome/solid/hiking.svg new file mode 100644 index 00000000..480a8041 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/hiking.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/hippo.svg b/_archive/examples/graphics/font-awesome/solid/hippo.svg new file mode 100644 index 00000000..e8c2a223 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/hippo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/history.svg b/_archive/examples/graphics/font-awesome/solid/history.svg new file mode 100644 index 00000000..8157c313 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/history.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/hockey-puck.svg b/_archive/examples/graphics/font-awesome/solid/hockey-puck.svg new file mode 100644 index 00000000..24a0a90d --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/hockey-puck.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/holly-berry.svg b/_archive/examples/graphics/font-awesome/solid/holly-berry.svg new file mode 100644 index 00000000..71e156e5 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/holly-berry.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/home.svg b/_archive/examples/graphics/font-awesome/solid/home.svg new file mode 100644 index 00000000..27ee7ab0 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/home.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/horse-head.svg b/_archive/examples/graphics/font-awesome/solid/horse-head.svg new file mode 100644 index 00000000..98a804a9 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/horse-head.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/horse.svg b/_archive/examples/graphics/font-awesome/solid/horse.svg new file mode 100644 index 00000000..079d8483 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/horse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/hospital-alt.svg b/_archive/examples/graphics/font-awesome/solid/hospital-alt.svg new file mode 100644 index 00000000..5229e16c --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/hospital-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/hospital-symbol.svg b/_archive/examples/graphics/font-awesome/solid/hospital-symbol.svg new file mode 100644 index 00000000..9463a88d --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/hospital-symbol.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/hospital.svg b/_archive/examples/graphics/font-awesome/solid/hospital.svg new file mode 100644 index 00000000..5b6c7b45 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/hospital.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/hot-tub.svg b/_archive/examples/graphics/font-awesome/solid/hot-tub.svg new file mode 100644 index 00000000..a49145e3 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/hot-tub.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/hotdog.svg b/_archive/examples/graphics/font-awesome/solid/hotdog.svg new file mode 100644 index 00000000..75962d44 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/hotdog.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/hotel.svg b/_archive/examples/graphics/font-awesome/solid/hotel.svg new file mode 100644 index 00000000..39a8e565 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/hotel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/hourglass-end.svg b/_archive/examples/graphics/font-awesome/solid/hourglass-end.svg new file mode 100644 index 00000000..4773ce65 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/hourglass-end.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/hourglass-half.svg b/_archive/examples/graphics/font-awesome/solid/hourglass-half.svg new file mode 100644 index 00000000..adf6f26d --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/hourglass-half.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/hourglass-start.svg b/_archive/examples/graphics/font-awesome/solid/hourglass-start.svg new file mode 100644 index 00000000..214b6c71 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/hourglass-start.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/hourglass.svg b/_archive/examples/graphics/font-awesome/solid/hourglass.svg new file mode 100644 index 00000000..cd6052ce --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/hourglass.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/house-damage.svg b/_archive/examples/graphics/font-awesome/solid/house-damage.svg new file mode 100644 index 00000000..6a9deccd --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/house-damage.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/hryvnia.svg b/_archive/examples/graphics/font-awesome/solid/hryvnia.svg new file mode 100644 index 00000000..d9373260 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/hryvnia.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/i-cursor.svg b/_archive/examples/graphics/font-awesome/solid/i-cursor.svg new file mode 100644 index 00000000..2367160d --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/i-cursor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/ice-cream.svg b/_archive/examples/graphics/font-awesome/solid/ice-cream.svg new file mode 100644 index 00000000..1f1bb339 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/ice-cream.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/icicles.svg b/_archive/examples/graphics/font-awesome/solid/icicles.svg new file mode 100644 index 00000000..962982d5 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/icicles.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/icons.svg b/_archive/examples/graphics/font-awesome/solid/icons.svg new file mode 100644 index 00000000..0f161378 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/icons.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/id-badge.svg b/_archive/examples/graphics/font-awesome/solid/id-badge.svg new file mode 100644 index 00000000..a5ce6e1d --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/id-badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/id-card-alt.svg b/_archive/examples/graphics/font-awesome/solid/id-card-alt.svg new file mode 100644 index 00000000..0b21ac36 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/id-card-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/id-card.svg b/_archive/examples/graphics/font-awesome/solid/id-card.svg new file mode 100644 index 00000000..b6be99cb --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/id-card.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/igloo.svg b/_archive/examples/graphics/font-awesome/solid/igloo.svg new file mode 100644 index 00000000..e2d77d48 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/igloo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/image.svg b/_archive/examples/graphics/font-awesome/solid/image.svg new file mode 100644 index 00000000..dbf552da --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/image.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/images.svg b/_archive/examples/graphics/font-awesome/solid/images.svg new file mode 100644 index 00000000..efd28e2a --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/images.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/inbox.svg b/_archive/examples/graphics/font-awesome/solid/inbox.svg new file mode 100644 index 00000000..761d6c7b --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/inbox.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/indent.svg b/_archive/examples/graphics/font-awesome/solid/indent.svg new file mode 100644 index 00000000..34084348 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/indent.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/industry.svg b/_archive/examples/graphics/font-awesome/solid/industry.svg new file mode 100644 index 00000000..c04e11ac --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/industry.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/infinity.svg b/_archive/examples/graphics/font-awesome/solid/infinity.svg new file mode 100644 index 00000000..d8dd3984 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/infinity.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/info-circle.svg b/_archive/examples/graphics/font-awesome/solid/info-circle.svg new file mode 100644 index 00000000..a25c1632 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/info-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/info.svg b/_archive/examples/graphics/font-awesome/solid/info.svg new file mode 100644 index 00000000..e6b9c3f6 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/info.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/italic.svg b/_archive/examples/graphics/font-awesome/solid/italic.svg new file mode 100644 index 00000000..f48619e8 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/italic.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/jedi.svg b/_archive/examples/graphics/font-awesome/solid/jedi.svg new file mode 100644 index 00000000..500135b3 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/jedi.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/joint.svg b/_archive/examples/graphics/font-awesome/solid/joint.svg new file mode 100644 index 00000000..cd0c052e --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/joint.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/journal-whills.svg b/_archive/examples/graphics/font-awesome/solid/journal-whills.svg new file mode 100644 index 00000000..a463f327 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/journal-whills.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/kaaba.svg b/_archive/examples/graphics/font-awesome/solid/kaaba.svg new file mode 100644 index 00000000..7974f220 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/kaaba.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/key.svg b/_archive/examples/graphics/font-awesome/solid/key.svg new file mode 100644 index 00000000..e0bd4948 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/key.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/keyboard.svg b/_archive/examples/graphics/font-awesome/solid/keyboard.svg new file mode 100644 index 00000000..12686637 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/keyboard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/khanda.svg b/_archive/examples/graphics/font-awesome/solid/khanda.svg new file mode 100644 index 00000000..625641bc --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/khanda.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/kiss-beam.svg b/_archive/examples/graphics/font-awesome/solid/kiss-beam.svg new file mode 100644 index 00000000..a2c3e501 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/kiss-beam.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/kiss-wink-heart.svg b/_archive/examples/graphics/font-awesome/solid/kiss-wink-heart.svg new file mode 100644 index 00000000..de6ecee3 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/kiss-wink-heart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/kiss.svg b/_archive/examples/graphics/font-awesome/solid/kiss.svg new file mode 100644 index 00000000..0f685244 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/kiss.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/kiwi-bird.svg b/_archive/examples/graphics/font-awesome/solid/kiwi-bird.svg new file mode 100644 index 00000000..bbc7c9af --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/kiwi-bird.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/landmark.svg b/_archive/examples/graphics/font-awesome/solid/landmark.svg new file mode 100644 index 00000000..49f60927 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/landmark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/language.svg b/_archive/examples/graphics/font-awesome/solid/language.svg new file mode 100644 index 00000000..e45129e4 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/language.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/laptop-code.svg b/_archive/examples/graphics/font-awesome/solid/laptop-code.svg new file mode 100644 index 00000000..a607c0f2 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/laptop-code.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/laptop-medical.svg b/_archive/examples/graphics/font-awesome/solid/laptop-medical.svg new file mode 100644 index 00000000..a5f6b7db --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/laptop-medical.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/laptop.svg b/_archive/examples/graphics/font-awesome/solid/laptop.svg new file mode 100644 index 00000000..b68aab38 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/laptop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/laugh-beam.svg b/_archive/examples/graphics/font-awesome/solid/laugh-beam.svg new file mode 100644 index 00000000..9baa5495 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/laugh-beam.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/laugh-squint.svg b/_archive/examples/graphics/font-awesome/solid/laugh-squint.svg new file mode 100644 index 00000000..20046e6d --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/laugh-squint.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/laugh-wink.svg b/_archive/examples/graphics/font-awesome/solid/laugh-wink.svg new file mode 100644 index 00000000..1dffaa60 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/laugh-wink.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/laugh.svg b/_archive/examples/graphics/font-awesome/solid/laugh.svg new file mode 100644 index 00000000..07d3111e --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/laugh.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/layer-group.svg b/_archive/examples/graphics/font-awesome/solid/layer-group.svg new file mode 100644 index 00000000..08ca4535 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/layer-group.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/leaf.svg b/_archive/examples/graphics/font-awesome/solid/leaf.svg new file mode 100644 index 00000000..f31abe1b --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/leaf.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/lemon.svg b/_archive/examples/graphics/font-awesome/solid/lemon.svg new file mode 100644 index 00000000..e8f98bd6 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/lemon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/less-than-equal.svg b/_archive/examples/graphics/font-awesome/solid/less-than-equal.svg new file mode 100644 index 00000000..7bbf5c08 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/less-than-equal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/less-than.svg b/_archive/examples/graphics/font-awesome/solid/less-than.svg new file mode 100644 index 00000000..db80274a --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/less-than.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/level-down-alt.svg b/_archive/examples/graphics/font-awesome/solid/level-down-alt.svg new file mode 100644 index 00000000..52350872 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/level-down-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/level-up-alt.svg b/_archive/examples/graphics/font-awesome/solid/level-up-alt.svg new file mode 100644 index 00000000..a9672eb4 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/level-up-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/life-ring.svg b/_archive/examples/graphics/font-awesome/solid/life-ring.svg new file mode 100644 index 00000000..da06ef46 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/life-ring.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/lightbulb.svg b/_archive/examples/graphics/font-awesome/solid/lightbulb.svg new file mode 100644 index 00000000..b5d654ba --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/lightbulb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/link.svg b/_archive/examples/graphics/font-awesome/solid/link.svg new file mode 100644 index 00000000..57caa9ff --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/link.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/lira-sign.svg b/_archive/examples/graphics/font-awesome/solid/lira-sign.svg new file mode 100644 index 00000000..802a0f51 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/lira-sign.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/list-alt.svg b/_archive/examples/graphics/font-awesome/solid/list-alt.svg new file mode 100644 index 00000000..5e32557c --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/list-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/list-ol.svg b/_archive/examples/graphics/font-awesome/solid/list-ol.svg new file mode 100644 index 00000000..73985704 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/list-ol.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/list-ul.svg b/_archive/examples/graphics/font-awesome/solid/list-ul.svg new file mode 100644 index 00000000..ae3ea22a --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/list-ul.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/list.svg b/_archive/examples/graphics/font-awesome/solid/list.svg new file mode 100644 index 00000000..68418639 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/list.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/location-arrow.svg b/_archive/examples/graphics/font-awesome/solid/location-arrow.svg new file mode 100644 index 00000000..853ee9c3 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/location-arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/lock-open.svg b/_archive/examples/graphics/font-awesome/solid/lock-open.svg new file mode 100644 index 00000000..7f949963 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/lock-open.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/lock.svg b/_archive/examples/graphics/font-awesome/solid/lock.svg new file mode 100644 index 00000000..7d0e70bd --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/lock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/long-arrow-alt-down.svg b/_archive/examples/graphics/font-awesome/solid/long-arrow-alt-down.svg new file mode 100644 index 00000000..75e69e79 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/long-arrow-alt-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/long-arrow-alt-left.svg b/_archive/examples/graphics/font-awesome/solid/long-arrow-alt-left.svg new file mode 100644 index 00000000..b9e103b3 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/long-arrow-alt-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/long-arrow-alt-right.svg b/_archive/examples/graphics/font-awesome/solid/long-arrow-alt-right.svg new file mode 100644 index 00000000..2f388d53 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/long-arrow-alt-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/long-arrow-alt-up.svg b/_archive/examples/graphics/font-awesome/solid/long-arrow-alt-up.svg new file mode 100644 index 00000000..cdd5dcf7 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/long-arrow-alt-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/low-vision.svg b/_archive/examples/graphics/font-awesome/solid/low-vision.svg new file mode 100644 index 00000000..5b82a1bd --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/low-vision.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/luggage-cart.svg b/_archive/examples/graphics/font-awesome/solid/luggage-cart.svg new file mode 100644 index 00000000..c8514212 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/luggage-cart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/magic.svg b/_archive/examples/graphics/font-awesome/solid/magic.svg new file mode 100644 index 00000000..9ee277f1 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/magic.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/magnet.svg b/_archive/examples/graphics/font-awesome/solid/magnet.svg new file mode 100644 index 00000000..4b68066c --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/magnet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/mail-bulk.svg b/_archive/examples/graphics/font-awesome/solid/mail-bulk.svg new file mode 100644 index 00000000..38e5f5ae --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/mail-bulk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/male.svg b/_archive/examples/graphics/font-awesome/solid/male.svg new file mode 100644 index 00000000..b41d026f --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/male.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/map-marked-alt.svg b/_archive/examples/graphics/font-awesome/solid/map-marked-alt.svg new file mode 100644 index 00000000..a45ef9ff --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/map-marked-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/map-marked.svg b/_archive/examples/graphics/font-awesome/solid/map-marked.svg new file mode 100644 index 00000000..54b59531 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/map-marked.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/map-marker-alt.svg b/_archive/examples/graphics/font-awesome/solid/map-marker-alt.svg new file mode 100644 index 00000000..d3d94f03 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/map-marker-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/map-marker.svg b/_archive/examples/graphics/font-awesome/solid/map-marker.svg new file mode 100644 index 00000000..c2047c7b --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/map-marker.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/map-pin.svg b/_archive/examples/graphics/font-awesome/solid/map-pin.svg new file mode 100644 index 00000000..3d710733 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/map-pin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/map-signs.svg b/_archive/examples/graphics/font-awesome/solid/map-signs.svg new file mode 100644 index 00000000..5f5b9b3d --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/map-signs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/map.svg b/_archive/examples/graphics/font-awesome/solid/map.svg new file mode 100644 index 00000000..bb623149 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/map.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/marker.svg b/_archive/examples/graphics/font-awesome/solid/marker.svg new file mode 100644 index 00000000..6ee7cec2 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/marker.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/mars-double.svg b/_archive/examples/graphics/font-awesome/solid/mars-double.svg new file mode 100644 index 00000000..49a76e07 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/mars-double.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/mars-stroke-h.svg b/_archive/examples/graphics/font-awesome/solid/mars-stroke-h.svg new file mode 100644 index 00000000..32ea3f52 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/mars-stroke-h.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/mars-stroke-v.svg b/_archive/examples/graphics/font-awesome/solid/mars-stroke-v.svg new file mode 100644 index 00000000..e3c03aac --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/mars-stroke-v.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/mars-stroke.svg b/_archive/examples/graphics/font-awesome/solid/mars-stroke.svg new file mode 100644 index 00000000..076d1e6d --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/mars-stroke.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/mars.svg b/_archive/examples/graphics/font-awesome/solid/mars.svg new file mode 100644 index 00000000..022f88d0 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/mars.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/mask.svg b/_archive/examples/graphics/font-awesome/solid/mask.svg new file mode 100644 index 00000000..d4067931 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/mask.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/medal.svg b/_archive/examples/graphics/font-awesome/solid/medal.svg new file mode 100644 index 00000000..6fe8e7ea --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/medal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/medkit.svg b/_archive/examples/graphics/font-awesome/solid/medkit.svg new file mode 100644 index 00000000..637d38e9 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/medkit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/meh-blank.svg b/_archive/examples/graphics/font-awesome/solid/meh-blank.svg new file mode 100644 index 00000000..e98e39bb --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/meh-blank.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/meh-rolling-eyes.svg b/_archive/examples/graphics/font-awesome/solid/meh-rolling-eyes.svg new file mode 100644 index 00000000..06899405 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/meh-rolling-eyes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/meh.svg b/_archive/examples/graphics/font-awesome/solid/meh.svg new file mode 100644 index 00000000..198bebde --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/meh.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/memory.svg b/_archive/examples/graphics/font-awesome/solid/memory.svg new file mode 100644 index 00000000..1ae9bcd2 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/memory.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/menorah.svg b/_archive/examples/graphics/font-awesome/solid/menorah.svg new file mode 100644 index 00000000..a6f11b97 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/menorah.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/mercury.svg b/_archive/examples/graphics/font-awesome/solid/mercury.svg new file mode 100644 index 00000000..a9304158 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/mercury.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/meteor.svg b/_archive/examples/graphics/font-awesome/solid/meteor.svg new file mode 100644 index 00000000..22cd0944 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/meteor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/microchip.svg b/_archive/examples/graphics/font-awesome/solid/microchip.svg new file mode 100644 index 00000000..4eb7e2d5 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/microchip.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/microphone-alt-slash.svg b/_archive/examples/graphics/font-awesome/solid/microphone-alt-slash.svg new file mode 100644 index 00000000..59ad8b27 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/microphone-alt-slash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/microphone-alt.svg b/_archive/examples/graphics/font-awesome/solid/microphone-alt.svg new file mode 100644 index 00000000..dd8f50f0 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/microphone-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/microphone-slash.svg b/_archive/examples/graphics/font-awesome/solid/microphone-slash.svg new file mode 100644 index 00000000..8d3badb7 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/microphone-slash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/microphone.svg b/_archive/examples/graphics/font-awesome/solid/microphone.svg new file mode 100644 index 00000000..194b4d31 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/microphone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/microscope.svg b/_archive/examples/graphics/font-awesome/solid/microscope.svg new file mode 100644 index 00000000..ef714036 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/microscope.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/minus-circle.svg b/_archive/examples/graphics/font-awesome/solid/minus-circle.svg new file mode 100644 index 00000000..efe6e46a --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/minus-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/minus-square.svg b/_archive/examples/graphics/font-awesome/solid/minus-square.svg new file mode 100644 index 00000000..27ebb01c --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/minus-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/minus.svg b/_archive/examples/graphics/font-awesome/solid/minus.svg new file mode 100644 index 00000000..ac83426d --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/minus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/mitten.svg b/_archive/examples/graphics/font-awesome/solid/mitten.svg new file mode 100644 index 00000000..a4dca754 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/mitten.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/mobile-alt.svg b/_archive/examples/graphics/font-awesome/solid/mobile-alt.svg new file mode 100644 index 00000000..e8084596 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/mobile-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/mobile.svg b/_archive/examples/graphics/font-awesome/solid/mobile.svg new file mode 100644 index 00000000..2783241d --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/mobile.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/money-bill-alt.svg b/_archive/examples/graphics/font-awesome/solid/money-bill-alt.svg new file mode 100644 index 00000000..50251552 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/money-bill-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/money-bill-wave-alt.svg b/_archive/examples/graphics/font-awesome/solid/money-bill-wave-alt.svg new file mode 100644 index 00000000..f32fcfe8 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/money-bill-wave-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/money-bill-wave.svg b/_archive/examples/graphics/font-awesome/solid/money-bill-wave.svg new file mode 100644 index 00000000..fc782394 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/money-bill-wave.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/money-bill.svg b/_archive/examples/graphics/font-awesome/solid/money-bill.svg new file mode 100644 index 00000000..e1ae0f29 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/money-bill.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/money-check-alt.svg b/_archive/examples/graphics/font-awesome/solid/money-check-alt.svg new file mode 100644 index 00000000..08816382 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/money-check-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/money-check.svg b/_archive/examples/graphics/font-awesome/solid/money-check.svg new file mode 100644 index 00000000..84bbeac2 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/money-check.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/monument.svg b/_archive/examples/graphics/font-awesome/solid/monument.svg new file mode 100644 index 00000000..efb4af36 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/monument.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/moon.svg b/_archive/examples/graphics/font-awesome/solid/moon.svg new file mode 100644 index 00000000..b153f344 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/moon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/mortar-pestle.svg b/_archive/examples/graphics/font-awesome/solid/mortar-pestle.svg new file mode 100644 index 00000000..b6fb12c4 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/mortar-pestle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/mosque.svg b/_archive/examples/graphics/font-awesome/solid/mosque.svg new file mode 100644 index 00000000..396eb4ee --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/mosque.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/motorcycle.svg b/_archive/examples/graphics/font-awesome/solid/motorcycle.svg new file mode 100644 index 00000000..14889799 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/motorcycle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/mountain.svg b/_archive/examples/graphics/font-awesome/solid/mountain.svg new file mode 100644 index 00000000..af4fc819 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/mountain.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/mouse-pointer.svg b/_archive/examples/graphics/font-awesome/solid/mouse-pointer.svg new file mode 100644 index 00000000..c5f252d0 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/mouse-pointer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/mouse.svg b/_archive/examples/graphics/font-awesome/solid/mouse.svg new file mode 100644 index 00000000..092d515b --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/mouse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/mug-hot.svg b/_archive/examples/graphics/font-awesome/solid/mug-hot.svg new file mode 100644 index 00000000..750e0861 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/mug-hot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/music.svg b/_archive/examples/graphics/font-awesome/solid/music.svg new file mode 100644 index 00000000..7ad2b9bc --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/music.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/network-wired.svg b/_archive/examples/graphics/font-awesome/solid/network-wired.svg new file mode 100644 index 00000000..1be547c0 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/network-wired.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/neuter.svg b/_archive/examples/graphics/font-awesome/solid/neuter.svg new file mode 100644 index 00000000..cb7635d0 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/neuter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/newspaper.svg b/_archive/examples/graphics/font-awesome/solid/newspaper.svg new file mode 100644 index 00000000..47729426 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/newspaper.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/not-equal.svg b/_archive/examples/graphics/font-awesome/solid/not-equal.svg new file mode 100644 index 00000000..d11d1391 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/not-equal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/notes-medical.svg b/_archive/examples/graphics/font-awesome/solid/notes-medical.svg new file mode 100644 index 00000000..fc5d5962 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/notes-medical.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/object-group.svg b/_archive/examples/graphics/font-awesome/solid/object-group.svg new file mode 100644 index 00000000..b07fcecf --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/object-group.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/object-ungroup.svg b/_archive/examples/graphics/font-awesome/solid/object-ungroup.svg new file mode 100644 index 00000000..4c29c1e2 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/object-ungroup.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/oil-can.svg b/_archive/examples/graphics/font-awesome/solid/oil-can.svg new file mode 100644 index 00000000..a4b303cb --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/oil-can.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/om.svg b/_archive/examples/graphics/font-awesome/solid/om.svg new file mode 100644 index 00000000..acabc1da --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/om.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/otter.svg b/_archive/examples/graphics/font-awesome/solid/otter.svg new file mode 100644 index 00000000..e546e1c3 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/otter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/outdent.svg b/_archive/examples/graphics/font-awesome/solid/outdent.svg new file mode 100644 index 00000000..586b77d0 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/outdent.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/pager.svg b/_archive/examples/graphics/font-awesome/solid/pager.svg new file mode 100644 index 00000000..db9409ba --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/pager.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/paint-brush.svg b/_archive/examples/graphics/font-awesome/solid/paint-brush.svg new file mode 100644 index 00000000..01d1c927 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/paint-brush.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/paint-roller.svg b/_archive/examples/graphics/font-awesome/solid/paint-roller.svg new file mode 100644 index 00000000..14d3b6ac --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/paint-roller.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/palette.svg b/_archive/examples/graphics/font-awesome/solid/palette.svg new file mode 100644 index 00000000..a75b257e --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/palette.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/pallet.svg b/_archive/examples/graphics/font-awesome/solid/pallet.svg new file mode 100644 index 00000000..564f45be --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/pallet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/paper-plane.svg b/_archive/examples/graphics/font-awesome/solid/paper-plane.svg new file mode 100644 index 00000000..cecb40f2 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/paper-plane.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/paperclip.svg b/_archive/examples/graphics/font-awesome/solid/paperclip.svg new file mode 100644 index 00000000..162db7e5 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/paperclip.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/parachute-box.svg b/_archive/examples/graphics/font-awesome/solid/parachute-box.svg new file mode 100644 index 00000000..80abd2ea --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/parachute-box.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/paragraph.svg b/_archive/examples/graphics/font-awesome/solid/paragraph.svg new file mode 100644 index 00000000..1087303c --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/paragraph.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/parking.svg b/_archive/examples/graphics/font-awesome/solid/parking.svg new file mode 100644 index 00000000..04a13736 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/parking.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/passport.svg b/_archive/examples/graphics/font-awesome/solid/passport.svg new file mode 100644 index 00000000..1a7aa6f1 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/passport.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/pastafarianism.svg b/_archive/examples/graphics/font-awesome/solid/pastafarianism.svg new file mode 100644 index 00000000..402622aa --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/pastafarianism.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/paste.svg b/_archive/examples/graphics/font-awesome/solid/paste.svg new file mode 100644 index 00000000..1d49e250 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/paste.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/pause-circle.svg b/_archive/examples/graphics/font-awesome/solid/pause-circle.svg new file mode 100644 index 00000000..72a8e48c --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/pause-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/pause.svg b/_archive/examples/graphics/font-awesome/solid/pause.svg new file mode 100644 index 00000000..63a15b6e --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/pause.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/paw.svg b/_archive/examples/graphics/font-awesome/solid/paw.svg new file mode 100644 index 00000000..5cb50f82 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/paw.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/peace.svg b/_archive/examples/graphics/font-awesome/solid/peace.svg new file mode 100644 index 00000000..7c5ce22f --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/peace.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/pen-alt.svg b/_archive/examples/graphics/font-awesome/solid/pen-alt.svg new file mode 100644 index 00000000..2b600cad --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/pen-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/pen-fancy.svg b/_archive/examples/graphics/font-awesome/solid/pen-fancy.svg new file mode 100644 index 00000000..8f4261c3 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/pen-fancy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/pen-nib.svg b/_archive/examples/graphics/font-awesome/solid/pen-nib.svg new file mode 100644 index 00000000..2a4cbee6 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/pen-nib.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/pen-square.svg b/_archive/examples/graphics/font-awesome/solid/pen-square.svg new file mode 100644 index 00000000..0f30e05f --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/pen-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/pen.svg b/_archive/examples/graphics/font-awesome/solid/pen.svg new file mode 100644 index 00000000..2d043aa4 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/pen.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/pencil-alt.svg b/_archive/examples/graphics/font-awesome/solid/pencil-alt.svg new file mode 100644 index 00000000..26d7daea --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/pencil-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/pencil-ruler.svg b/_archive/examples/graphics/font-awesome/solid/pencil-ruler.svg new file mode 100644 index 00000000..c62f131c --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/pencil-ruler.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/people-carry.svg b/_archive/examples/graphics/font-awesome/solid/people-carry.svg new file mode 100644 index 00000000..98a947fb --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/people-carry.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/pepper-hot.svg b/_archive/examples/graphics/font-awesome/solid/pepper-hot.svg new file mode 100644 index 00000000..76c1a928 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/pepper-hot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/percent.svg b/_archive/examples/graphics/font-awesome/solid/percent.svg new file mode 100644 index 00000000..4b1a8ff6 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/percent.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/percentage.svg b/_archive/examples/graphics/font-awesome/solid/percentage.svg new file mode 100644 index 00000000..574fb055 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/percentage.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/person-booth.svg b/_archive/examples/graphics/font-awesome/solid/person-booth.svg new file mode 100644 index 00000000..dd7624fa --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/person-booth.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/phone-alt.svg b/_archive/examples/graphics/font-awesome/solid/phone-alt.svg new file mode 100644 index 00000000..aa821dd1 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/phone-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/phone-slash.svg b/_archive/examples/graphics/font-awesome/solid/phone-slash.svg new file mode 100644 index 00000000..0e20562e --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/phone-slash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/phone-square-alt.svg b/_archive/examples/graphics/font-awesome/solid/phone-square-alt.svg new file mode 100644 index 00000000..989645aa --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/phone-square-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/phone-square.svg b/_archive/examples/graphics/font-awesome/solid/phone-square.svg new file mode 100644 index 00000000..39ed9693 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/phone-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/phone-volume.svg b/_archive/examples/graphics/font-awesome/solid/phone-volume.svg new file mode 100644 index 00000000..872d95d1 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/phone-volume.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/phone.svg b/_archive/examples/graphics/font-awesome/solid/phone.svg new file mode 100644 index 00000000..2cf74a9d --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/phone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/photo-video.svg b/_archive/examples/graphics/font-awesome/solid/photo-video.svg new file mode 100644 index 00000000..e67e558a --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/photo-video.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/piggy-bank.svg b/_archive/examples/graphics/font-awesome/solid/piggy-bank.svg new file mode 100644 index 00000000..65fb510e --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/piggy-bank.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/pills.svg b/_archive/examples/graphics/font-awesome/solid/pills.svg new file mode 100644 index 00000000..eadd5aa1 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/pills.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/pizza-slice.svg b/_archive/examples/graphics/font-awesome/solid/pizza-slice.svg new file mode 100644 index 00000000..fcd660fc --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/pizza-slice.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/place-of-worship.svg b/_archive/examples/graphics/font-awesome/solid/place-of-worship.svg new file mode 100644 index 00000000..7457df47 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/place-of-worship.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/plane-arrival.svg b/_archive/examples/graphics/font-awesome/solid/plane-arrival.svg new file mode 100644 index 00000000..32bcc181 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/plane-arrival.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/plane-departure.svg b/_archive/examples/graphics/font-awesome/solid/plane-departure.svg new file mode 100644 index 00000000..ce73a432 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/plane-departure.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/plane.svg b/_archive/examples/graphics/font-awesome/solid/plane.svg new file mode 100644 index 00000000..6a75a9f7 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/plane.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/play-circle.svg b/_archive/examples/graphics/font-awesome/solid/play-circle.svg new file mode 100644 index 00000000..ea103970 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/play-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/play.svg b/_archive/examples/graphics/font-awesome/solid/play.svg new file mode 100644 index 00000000..d7fa87f3 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/play.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/plug.svg b/_archive/examples/graphics/font-awesome/solid/plug.svg new file mode 100644 index 00000000..0082e8ad --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/plug.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/plus-circle.svg b/_archive/examples/graphics/font-awesome/solid/plus-circle.svg new file mode 100644 index 00000000..f7a138c6 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/plus-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/plus-square.svg b/_archive/examples/graphics/font-awesome/solid/plus-square.svg new file mode 100644 index 00000000..ff058b57 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/plus-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/plus.svg b/_archive/examples/graphics/font-awesome/solid/plus.svg new file mode 100644 index 00000000..95992e1f --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/plus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/podcast.svg b/_archive/examples/graphics/font-awesome/solid/podcast.svg new file mode 100644 index 00000000..9ee3b6fa --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/podcast.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/poll-h.svg b/_archive/examples/graphics/font-awesome/solid/poll-h.svg new file mode 100644 index 00000000..c3993a99 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/poll-h.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/poll.svg b/_archive/examples/graphics/font-awesome/solid/poll.svg new file mode 100644 index 00000000..96d2fb67 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/poll.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/poo-storm.svg b/_archive/examples/graphics/font-awesome/solid/poo-storm.svg new file mode 100644 index 00000000..cf79910f --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/poo-storm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/poo.svg b/_archive/examples/graphics/font-awesome/solid/poo.svg new file mode 100644 index 00000000..997725b5 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/poo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/poop.svg b/_archive/examples/graphics/font-awesome/solid/poop.svg new file mode 100644 index 00000000..8adbdb89 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/poop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/portrait.svg b/_archive/examples/graphics/font-awesome/solid/portrait.svg new file mode 100644 index 00000000..a62ed180 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/portrait.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/pound-sign.svg b/_archive/examples/graphics/font-awesome/solid/pound-sign.svg new file mode 100644 index 00000000..8705075f --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/pound-sign.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/power-off.svg b/_archive/examples/graphics/font-awesome/solid/power-off.svg new file mode 100644 index 00000000..37113180 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/power-off.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/pray.svg b/_archive/examples/graphics/font-awesome/solid/pray.svg new file mode 100644 index 00000000..dc87ee56 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/pray.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/praying-hands.svg b/_archive/examples/graphics/font-awesome/solid/praying-hands.svg new file mode 100644 index 00000000..86a68f0c --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/praying-hands.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/prescription-bottle-alt.svg b/_archive/examples/graphics/font-awesome/solid/prescription-bottle-alt.svg new file mode 100644 index 00000000..5757bf87 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/prescription-bottle-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/prescription-bottle.svg b/_archive/examples/graphics/font-awesome/solid/prescription-bottle.svg new file mode 100644 index 00000000..6f2d6c36 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/prescription-bottle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/prescription.svg b/_archive/examples/graphics/font-awesome/solid/prescription.svg new file mode 100644 index 00000000..f0cfc721 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/prescription.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/print.svg b/_archive/examples/graphics/font-awesome/solid/print.svg new file mode 100644 index 00000000..2c11c293 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/print.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/procedures.svg b/_archive/examples/graphics/font-awesome/solid/procedures.svg new file mode 100644 index 00000000..5ccfafbe --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/procedures.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/project-diagram.svg b/_archive/examples/graphics/font-awesome/solid/project-diagram.svg new file mode 100644 index 00000000..cb21c6f8 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/project-diagram.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/puzzle-piece.svg b/_archive/examples/graphics/font-awesome/solid/puzzle-piece.svg new file mode 100644 index 00000000..a632d8a9 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/puzzle-piece.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/qrcode.svg b/_archive/examples/graphics/font-awesome/solid/qrcode.svg new file mode 100644 index 00000000..c92fa7ca --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/qrcode.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/question-circle.svg b/_archive/examples/graphics/font-awesome/solid/question-circle.svg new file mode 100644 index 00000000..a8f42436 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/question-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/question.svg b/_archive/examples/graphics/font-awesome/solid/question.svg new file mode 100644 index 00000000..065e9fe7 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/question.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/quidditch.svg b/_archive/examples/graphics/font-awesome/solid/quidditch.svg new file mode 100644 index 00000000..6d0be5eb --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/quidditch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/quote-left.svg b/_archive/examples/graphics/font-awesome/solid/quote-left.svg new file mode 100644 index 00000000..d73aa5e4 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/quote-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/quote-right.svg b/_archive/examples/graphics/font-awesome/solid/quote-right.svg new file mode 100644 index 00000000..18537bfe --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/quote-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/quran.svg b/_archive/examples/graphics/font-awesome/solid/quran.svg new file mode 100644 index 00000000..8cf9e47e --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/quran.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/radiation-alt.svg b/_archive/examples/graphics/font-awesome/solid/radiation-alt.svg new file mode 100644 index 00000000..a44836cf --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/radiation-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/radiation.svg b/_archive/examples/graphics/font-awesome/solid/radiation.svg new file mode 100644 index 00000000..c6c5b9c4 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/radiation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/rainbow.svg b/_archive/examples/graphics/font-awesome/solid/rainbow.svg new file mode 100644 index 00000000..ef50bef2 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/rainbow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/random.svg b/_archive/examples/graphics/font-awesome/solid/random.svg new file mode 100644 index 00000000..3c23b13c --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/random.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/receipt.svg b/_archive/examples/graphics/font-awesome/solid/receipt.svg new file mode 100644 index 00000000..ea298f9c --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/receipt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/record-vinyl.svg b/_archive/examples/graphics/font-awesome/solid/record-vinyl.svg new file mode 100644 index 00000000..b63b60c1 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/record-vinyl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/recycle.svg b/_archive/examples/graphics/font-awesome/solid/recycle.svg new file mode 100644 index 00000000..1c7fa716 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/recycle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/redo-alt.svg b/_archive/examples/graphics/font-awesome/solid/redo-alt.svg new file mode 100644 index 00000000..f014834d --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/redo-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/redo.svg b/_archive/examples/graphics/font-awesome/solid/redo.svg new file mode 100644 index 00000000..da6c6c14 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/redo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/registered.svg b/_archive/examples/graphics/font-awesome/solid/registered.svg new file mode 100644 index 00000000..115cc704 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/registered.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/remove-format.svg b/_archive/examples/graphics/font-awesome/solid/remove-format.svg new file mode 100644 index 00000000..9aa73276 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/remove-format.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/reply-all.svg b/_archive/examples/graphics/font-awesome/solid/reply-all.svg new file mode 100644 index 00000000..32886acb --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/reply-all.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/reply.svg b/_archive/examples/graphics/font-awesome/solid/reply.svg new file mode 100644 index 00000000..50f99ff0 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/reply.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/republican.svg b/_archive/examples/graphics/font-awesome/solid/republican.svg new file mode 100644 index 00000000..76f70e91 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/republican.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/restroom.svg b/_archive/examples/graphics/font-awesome/solid/restroom.svg new file mode 100644 index 00000000..87486b85 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/restroom.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/retweet.svg b/_archive/examples/graphics/font-awesome/solid/retweet.svg new file mode 100644 index 00000000..6c8111bc --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/retweet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/ribbon.svg b/_archive/examples/graphics/font-awesome/solid/ribbon.svg new file mode 100644 index 00000000..c87df5ff --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/ribbon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/ring.svg b/_archive/examples/graphics/font-awesome/solid/ring.svg new file mode 100644 index 00000000..cba4ca69 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/ring.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/road.svg b/_archive/examples/graphics/font-awesome/solid/road.svg new file mode 100644 index 00000000..78234267 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/road.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/robot.svg b/_archive/examples/graphics/font-awesome/solid/robot.svg new file mode 100644 index 00000000..cc0277f5 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/robot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/rocket.svg b/_archive/examples/graphics/font-awesome/solid/rocket.svg new file mode 100644 index 00000000..d2113500 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/rocket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/route.svg b/_archive/examples/graphics/font-awesome/solid/route.svg new file mode 100644 index 00000000..2d050c40 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/route.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/rss-square.svg b/_archive/examples/graphics/font-awesome/solid/rss-square.svg new file mode 100644 index 00000000..ff9a15a6 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/rss-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/rss.svg b/_archive/examples/graphics/font-awesome/solid/rss.svg new file mode 100644 index 00000000..e6fa54c3 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/rss.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/ruble-sign.svg b/_archive/examples/graphics/font-awesome/solid/ruble-sign.svg new file mode 100644 index 00000000..50ec2f50 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/ruble-sign.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/ruler-combined.svg b/_archive/examples/graphics/font-awesome/solid/ruler-combined.svg new file mode 100644 index 00000000..c4ceb4a6 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/ruler-combined.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/ruler-horizontal.svg b/_archive/examples/graphics/font-awesome/solid/ruler-horizontal.svg new file mode 100644 index 00000000..12c5426e --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/ruler-horizontal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/ruler-vertical.svg b/_archive/examples/graphics/font-awesome/solid/ruler-vertical.svg new file mode 100644 index 00000000..364cb31c --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/ruler-vertical.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/ruler.svg b/_archive/examples/graphics/font-awesome/solid/ruler.svg new file mode 100644 index 00000000..3f7a16b4 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/ruler.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/running.svg b/_archive/examples/graphics/font-awesome/solid/running.svg new file mode 100644 index 00000000..0e4a5a19 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/running.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/rupee-sign.svg b/_archive/examples/graphics/font-awesome/solid/rupee-sign.svg new file mode 100644 index 00000000..52e319ca --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/rupee-sign.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/sad-cry.svg b/_archive/examples/graphics/font-awesome/solid/sad-cry.svg new file mode 100644 index 00000000..448b6df8 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/sad-cry.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/sad-tear.svg b/_archive/examples/graphics/font-awesome/solid/sad-tear.svg new file mode 100644 index 00000000..4071d102 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/sad-tear.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/satellite-dish.svg b/_archive/examples/graphics/font-awesome/solid/satellite-dish.svg new file mode 100644 index 00000000..4da9e3a9 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/satellite-dish.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/satellite.svg b/_archive/examples/graphics/font-awesome/solid/satellite.svg new file mode 100644 index 00000000..9230471c --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/satellite.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/save.svg b/_archive/examples/graphics/font-awesome/solid/save.svg new file mode 100644 index 00000000..44298e3e --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/save.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/school.svg b/_archive/examples/graphics/font-awesome/solid/school.svg new file mode 100644 index 00000000..21dffefb --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/school.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/screwdriver.svg b/_archive/examples/graphics/font-awesome/solid/screwdriver.svg new file mode 100644 index 00000000..04ce7786 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/screwdriver.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/scroll.svg b/_archive/examples/graphics/font-awesome/solid/scroll.svg new file mode 100644 index 00000000..0ba80124 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/scroll.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/sd-card.svg b/_archive/examples/graphics/font-awesome/solid/sd-card.svg new file mode 100644 index 00000000..be6da436 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/sd-card.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/search-dollar.svg b/_archive/examples/graphics/font-awesome/solid/search-dollar.svg new file mode 100644 index 00000000..009f332e --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/search-dollar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/search-location.svg b/_archive/examples/graphics/font-awesome/solid/search-location.svg new file mode 100644 index 00000000..b4cbdd89 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/search-location.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/search-minus.svg b/_archive/examples/graphics/font-awesome/solid/search-minus.svg new file mode 100644 index 00000000..7befe08b --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/search-minus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/search-plus.svg b/_archive/examples/graphics/font-awesome/solid/search-plus.svg new file mode 100644 index 00000000..e4f5984b --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/search-plus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/search.svg b/_archive/examples/graphics/font-awesome/solid/search.svg new file mode 100644 index 00000000..865b962e --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/search.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/seedling.svg b/_archive/examples/graphics/font-awesome/solid/seedling.svg new file mode 100644 index 00000000..b5e2a26e --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/seedling.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/server.svg b/_archive/examples/graphics/font-awesome/solid/server.svg new file mode 100644 index 00000000..4e6c50fd --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/server.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/shapes.svg b/_archive/examples/graphics/font-awesome/solid/shapes.svg new file mode 100644 index 00000000..69264a33 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/shapes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/share-alt-square.svg b/_archive/examples/graphics/font-awesome/solid/share-alt-square.svg new file mode 100644 index 00000000..7d48e456 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/share-alt-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/share-alt.svg b/_archive/examples/graphics/font-awesome/solid/share-alt.svg new file mode 100644 index 00000000..2f3151df --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/share-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/share-square.svg b/_archive/examples/graphics/font-awesome/solid/share-square.svg new file mode 100644 index 00000000..f66404d6 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/share-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/share.svg b/_archive/examples/graphics/font-awesome/solid/share.svg new file mode 100644 index 00000000..e7e262b4 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/share.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/shekel-sign.svg b/_archive/examples/graphics/font-awesome/solid/shekel-sign.svg new file mode 100644 index 00000000..079555e4 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/shekel-sign.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/shield-alt.svg b/_archive/examples/graphics/font-awesome/solid/shield-alt.svg new file mode 100644 index 00000000..380df300 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/shield-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/ship.svg b/_archive/examples/graphics/font-awesome/solid/ship.svg new file mode 100644 index 00000000..61e03151 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/ship.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/shipping-fast.svg b/_archive/examples/graphics/font-awesome/solid/shipping-fast.svg new file mode 100644 index 00000000..342f4d40 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/shipping-fast.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/shoe-prints.svg b/_archive/examples/graphics/font-awesome/solid/shoe-prints.svg new file mode 100644 index 00000000..9f056d4a --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/shoe-prints.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/shopping-bag.svg b/_archive/examples/graphics/font-awesome/solid/shopping-bag.svg new file mode 100644 index 00000000..78f8a425 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/shopping-bag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/shopping-basket.svg b/_archive/examples/graphics/font-awesome/solid/shopping-basket.svg new file mode 100644 index 00000000..6eef20e6 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/shopping-basket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/shopping-cart.svg b/_archive/examples/graphics/font-awesome/solid/shopping-cart.svg new file mode 100644 index 00000000..d409917d --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/shopping-cart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/shower.svg b/_archive/examples/graphics/font-awesome/solid/shower.svg new file mode 100644 index 00000000..66ccb576 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/shower.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/shuttle-van.svg b/_archive/examples/graphics/font-awesome/solid/shuttle-van.svg new file mode 100644 index 00000000..7d75c807 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/shuttle-van.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/sign-in-alt.svg b/_archive/examples/graphics/font-awesome/solid/sign-in-alt.svg new file mode 100644 index 00000000..5b235c0c --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/sign-in-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/sign-language.svg b/_archive/examples/graphics/font-awesome/solid/sign-language.svg new file mode 100644 index 00000000..552cb4a6 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/sign-language.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/sign-out-alt.svg b/_archive/examples/graphics/font-awesome/solid/sign-out-alt.svg new file mode 100644 index 00000000..ca985336 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/sign-out-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/sign.svg b/_archive/examples/graphics/font-awesome/solid/sign.svg new file mode 100644 index 00000000..0b2a45bb --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/sign.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/signal.svg b/_archive/examples/graphics/font-awesome/solid/signal.svg new file mode 100644 index 00000000..d929175e --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/signal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/signature.svg b/_archive/examples/graphics/font-awesome/solid/signature.svg new file mode 100644 index 00000000..de2832b7 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/signature.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/sim-card.svg b/_archive/examples/graphics/font-awesome/solid/sim-card.svg new file mode 100644 index 00000000..12786193 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/sim-card.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/sitemap.svg b/_archive/examples/graphics/font-awesome/solid/sitemap.svg new file mode 100644 index 00000000..a7009eaf --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/sitemap.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/skating.svg b/_archive/examples/graphics/font-awesome/solid/skating.svg new file mode 100644 index 00000000..74d50063 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/skating.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/skiing-nordic.svg b/_archive/examples/graphics/font-awesome/solid/skiing-nordic.svg new file mode 100644 index 00000000..1c29fc38 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/skiing-nordic.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/skiing.svg b/_archive/examples/graphics/font-awesome/solid/skiing.svg new file mode 100644 index 00000000..3362f8f1 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/skiing.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/skull-crossbones.svg b/_archive/examples/graphics/font-awesome/solid/skull-crossbones.svg new file mode 100644 index 00000000..aae294fe --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/skull-crossbones.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/skull.svg b/_archive/examples/graphics/font-awesome/solid/skull.svg new file mode 100644 index 00000000..72429692 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/skull.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/slash.svg b/_archive/examples/graphics/font-awesome/solid/slash.svg new file mode 100644 index 00000000..aa5bcdba --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/slash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/sleigh.svg b/_archive/examples/graphics/font-awesome/solid/sleigh.svg new file mode 100644 index 00000000..1ea545cb --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/sleigh.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/sliders-h.svg b/_archive/examples/graphics/font-awesome/solid/sliders-h.svg new file mode 100644 index 00000000..e5d7fd78 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/sliders-h.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/smile-beam.svg b/_archive/examples/graphics/font-awesome/solid/smile-beam.svg new file mode 100644 index 00000000..38695752 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/smile-beam.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/smile-wink.svg b/_archive/examples/graphics/font-awesome/solid/smile-wink.svg new file mode 100644 index 00000000..b85ec119 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/smile-wink.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/smile.svg b/_archive/examples/graphics/font-awesome/solid/smile.svg new file mode 100644 index 00000000..dc8784a7 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/smile.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/smog.svg b/_archive/examples/graphics/font-awesome/solid/smog.svg new file mode 100644 index 00000000..d7f68973 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/smog.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/smoking-ban.svg b/_archive/examples/graphics/font-awesome/solid/smoking-ban.svg new file mode 100644 index 00000000..4382b1f7 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/smoking-ban.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/smoking.svg b/_archive/examples/graphics/font-awesome/solid/smoking.svg new file mode 100644 index 00000000..6dd41578 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/smoking.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/sms.svg b/_archive/examples/graphics/font-awesome/solid/sms.svg new file mode 100644 index 00000000..6a6e950c --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/sms.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/snowboarding.svg b/_archive/examples/graphics/font-awesome/solid/snowboarding.svg new file mode 100644 index 00000000..d241f40e --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/snowboarding.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/snowflake.svg b/_archive/examples/graphics/font-awesome/solid/snowflake.svg new file mode 100644 index 00000000..270da5d1 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/snowflake.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/snowman.svg b/_archive/examples/graphics/font-awesome/solid/snowman.svg new file mode 100644 index 00000000..795a2040 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/snowman.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/snowplow.svg b/_archive/examples/graphics/font-awesome/solid/snowplow.svg new file mode 100644 index 00000000..19d31e98 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/snowplow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/socks.svg b/_archive/examples/graphics/font-awesome/solid/socks.svg new file mode 100644 index 00000000..1d17fa73 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/socks.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/solar-panel.svg b/_archive/examples/graphics/font-awesome/solid/solar-panel.svg new file mode 100644 index 00000000..2760e792 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/solar-panel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/sort-alpha-down-alt.svg b/_archive/examples/graphics/font-awesome/solid/sort-alpha-down-alt.svg new file mode 100644 index 00000000..c34b5d1c --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/sort-alpha-down-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/sort-alpha-down.svg b/_archive/examples/graphics/font-awesome/solid/sort-alpha-down.svg new file mode 100644 index 00000000..7800320a --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/sort-alpha-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/sort-alpha-up-alt.svg b/_archive/examples/graphics/font-awesome/solid/sort-alpha-up-alt.svg new file mode 100644 index 00000000..0d615231 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/sort-alpha-up-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/sort-alpha-up.svg b/_archive/examples/graphics/font-awesome/solid/sort-alpha-up.svg new file mode 100644 index 00000000..36c89321 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/sort-alpha-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/sort-amount-down-alt.svg b/_archive/examples/graphics/font-awesome/solid/sort-amount-down-alt.svg new file mode 100644 index 00000000..1a817dd8 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/sort-amount-down-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/sort-amount-down.svg b/_archive/examples/graphics/font-awesome/solid/sort-amount-down.svg new file mode 100644 index 00000000..92e08a22 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/sort-amount-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/sort-amount-up-alt.svg b/_archive/examples/graphics/font-awesome/solid/sort-amount-up-alt.svg new file mode 100644 index 00000000..0fa39e1b --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/sort-amount-up-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/sort-amount-up.svg b/_archive/examples/graphics/font-awesome/solid/sort-amount-up.svg new file mode 100644 index 00000000..aecbc0c6 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/sort-amount-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/sort-down.svg b/_archive/examples/graphics/font-awesome/solid/sort-down.svg new file mode 100644 index 00000000..2644ba2b --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/sort-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/sort-numeric-down-alt.svg b/_archive/examples/graphics/font-awesome/solid/sort-numeric-down-alt.svg new file mode 100644 index 00000000..ba1de58e --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/sort-numeric-down-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/sort-numeric-down.svg b/_archive/examples/graphics/font-awesome/solid/sort-numeric-down.svg new file mode 100644 index 00000000..c7c32822 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/sort-numeric-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/sort-numeric-up-alt.svg b/_archive/examples/graphics/font-awesome/solid/sort-numeric-up-alt.svg new file mode 100644 index 00000000..415c7488 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/sort-numeric-up-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/sort-numeric-up.svg b/_archive/examples/graphics/font-awesome/solid/sort-numeric-up.svg new file mode 100644 index 00000000..046f49c9 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/sort-numeric-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/sort-up.svg b/_archive/examples/graphics/font-awesome/solid/sort-up.svg new file mode 100644 index 00000000..c6e1001d --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/sort-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/sort.svg b/_archive/examples/graphics/font-awesome/solid/sort.svg new file mode 100644 index 00000000..89c08354 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/sort.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/spa.svg b/_archive/examples/graphics/font-awesome/solid/spa.svg new file mode 100644 index 00000000..d6909e85 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/spa.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/space-shuttle.svg b/_archive/examples/graphics/font-awesome/solid/space-shuttle.svg new file mode 100644 index 00000000..1cf024de --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/space-shuttle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/spell-check.svg b/_archive/examples/graphics/font-awesome/solid/spell-check.svg new file mode 100644 index 00000000..d3744272 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/spell-check.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/spider.svg b/_archive/examples/graphics/font-awesome/solid/spider.svg new file mode 100644 index 00000000..a805e79e --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/spider.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/spinner.svg b/_archive/examples/graphics/font-awesome/solid/spinner.svg new file mode 100644 index 00000000..4397764e --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/spinner.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/splotch.svg b/_archive/examples/graphics/font-awesome/solid/splotch.svg new file mode 100644 index 00000000..070a1c1c --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/splotch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/spray-can.svg b/_archive/examples/graphics/font-awesome/solid/spray-can.svg new file mode 100644 index 00000000..05947c08 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/spray-can.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/square-full.svg b/_archive/examples/graphics/font-awesome/solid/square-full.svg new file mode 100644 index 00000000..7bb73943 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/square-full.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/square-root-alt.svg b/_archive/examples/graphics/font-awesome/solid/square-root-alt.svg new file mode 100644 index 00000000..d6f33adb --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/square-root-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/stamp.svg b/_archive/examples/graphics/font-awesome/solid/stamp.svg new file mode 100644 index 00000000..591a5bba --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/stamp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/star-and-crescent.svg b/_archive/examples/graphics/font-awesome/solid/star-and-crescent.svg new file mode 100644 index 00000000..6d378602 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/star-and-crescent.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/star-half-alt.svg b/_archive/examples/graphics/font-awesome/solid/star-half-alt.svg new file mode 100644 index 00000000..5a9b4c38 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/star-half-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/star-half.svg b/_archive/examples/graphics/font-awesome/solid/star-half.svg new file mode 100644 index 00000000..6599dcbf --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/star-half.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/star-of-david.svg b/_archive/examples/graphics/font-awesome/solid/star-of-david.svg new file mode 100644 index 00000000..d9a5e5cd --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/star-of-david.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/star-of-life.svg b/_archive/examples/graphics/font-awesome/solid/star-of-life.svg new file mode 100644 index 00000000..0737995e --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/star-of-life.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/star.svg b/_archive/examples/graphics/font-awesome/solid/star.svg new file mode 100644 index 00000000..7cfd13b8 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/star.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/step-backward.svg b/_archive/examples/graphics/font-awesome/solid/step-backward.svg new file mode 100644 index 00000000..e6f0d100 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/step-backward.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/step-forward.svg b/_archive/examples/graphics/font-awesome/solid/step-forward.svg new file mode 100644 index 00000000..33eb8fb6 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/step-forward.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/stethoscope.svg b/_archive/examples/graphics/font-awesome/solid/stethoscope.svg new file mode 100644 index 00000000..10d30562 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/stethoscope.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/sticky-note.svg b/_archive/examples/graphics/font-awesome/solid/sticky-note.svg new file mode 100644 index 00000000..4b577b88 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/sticky-note.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/stop-circle.svg b/_archive/examples/graphics/font-awesome/solid/stop-circle.svg new file mode 100644 index 00000000..15f56cdb --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/stop-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/stop.svg b/_archive/examples/graphics/font-awesome/solid/stop.svg new file mode 100644 index 00000000..40338d44 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/stop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/stopwatch.svg b/_archive/examples/graphics/font-awesome/solid/stopwatch.svg new file mode 100644 index 00000000..72c13459 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/stopwatch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/store-alt.svg b/_archive/examples/graphics/font-awesome/solid/store-alt.svg new file mode 100644 index 00000000..488759f1 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/store-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/store.svg b/_archive/examples/graphics/font-awesome/solid/store.svg new file mode 100644 index 00000000..aa0281fc --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/store.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/stream.svg b/_archive/examples/graphics/font-awesome/solid/stream.svg new file mode 100644 index 00000000..938cc188 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/stream.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/street-view.svg b/_archive/examples/graphics/font-awesome/solid/street-view.svg new file mode 100644 index 00000000..2ae0457e --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/street-view.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/strikethrough.svg b/_archive/examples/graphics/font-awesome/solid/strikethrough.svg new file mode 100644 index 00000000..b7c31c76 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/strikethrough.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/stroopwafel.svg b/_archive/examples/graphics/font-awesome/solid/stroopwafel.svg new file mode 100644 index 00000000..fdea44ca --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/stroopwafel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/subscript.svg b/_archive/examples/graphics/font-awesome/solid/subscript.svg new file mode 100644 index 00000000..3b326b98 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/subscript.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/subway.svg b/_archive/examples/graphics/font-awesome/solid/subway.svg new file mode 100644 index 00000000..19e5a379 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/subway.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/suitcase-rolling.svg b/_archive/examples/graphics/font-awesome/solid/suitcase-rolling.svg new file mode 100644 index 00000000..d54be1e0 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/suitcase-rolling.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/suitcase.svg b/_archive/examples/graphics/font-awesome/solid/suitcase.svg new file mode 100644 index 00000000..effa01c1 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/suitcase.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/sun.svg b/_archive/examples/graphics/font-awesome/solid/sun.svg new file mode 100644 index 00000000..19bc76b9 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/sun.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/superscript.svg b/_archive/examples/graphics/font-awesome/solid/superscript.svg new file mode 100644 index 00000000..2d7cf893 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/superscript.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/surprise.svg b/_archive/examples/graphics/font-awesome/solid/surprise.svg new file mode 100644 index 00000000..478b6b01 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/surprise.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/swatchbook.svg b/_archive/examples/graphics/font-awesome/solid/swatchbook.svg new file mode 100644 index 00000000..58b8a87f --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/swatchbook.svg @@ -0,0 +1 @@ + diff --git a/_archive/examples/graphics/font-awesome/solid/swimmer.svg b/_archive/examples/graphics/font-awesome/solid/swimmer.svg new file mode 100644 index 00000000..261e60b4 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/swimmer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/swimming-pool.svg b/_archive/examples/graphics/font-awesome/solid/swimming-pool.svg new file mode 100644 index 00000000..533688df --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/swimming-pool.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/synagogue.svg b/_archive/examples/graphics/font-awesome/solid/synagogue.svg new file mode 100644 index 00000000..6f3d7c7d --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/synagogue.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/sync-alt.svg b/_archive/examples/graphics/font-awesome/solid/sync-alt.svg new file mode 100644 index 00000000..3c3106d8 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/sync-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/sync.svg b/_archive/examples/graphics/font-awesome/solid/sync.svg new file mode 100644 index 00000000..9b6d2089 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/sync.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/syringe.svg b/_archive/examples/graphics/font-awesome/solid/syringe.svg new file mode 100644 index 00000000..95626f74 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/syringe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/table-tennis.svg b/_archive/examples/graphics/font-awesome/solid/table-tennis.svg new file mode 100644 index 00000000..a7f5e9a5 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/table-tennis.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/table.svg b/_archive/examples/graphics/font-awesome/solid/table.svg new file mode 100644 index 00000000..5690c5cc --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/table.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/tablet-alt.svg b/_archive/examples/graphics/font-awesome/solid/tablet-alt.svg new file mode 100644 index 00000000..9e962f78 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/tablet-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/tablet.svg b/_archive/examples/graphics/font-awesome/solid/tablet.svg new file mode 100644 index 00000000..da45e7d2 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/tablet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/tablets.svg b/_archive/examples/graphics/font-awesome/solid/tablets.svg new file mode 100644 index 00000000..74c8265e --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/tablets.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/tachometer-alt.svg b/_archive/examples/graphics/font-awesome/solid/tachometer-alt.svg new file mode 100644 index 00000000..977e1e9f --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/tachometer-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/tag.svg b/_archive/examples/graphics/font-awesome/solid/tag.svg new file mode 100644 index 00000000..6793a2e0 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/tag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/tags.svg b/_archive/examples/graphics/font-awesome/solid/tags.svg new file mode 100644 index 00000000..192075b9 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/tags.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/tape.svg b/_archive/examples/graphics/font-awesome/solid/tape.svg new file mode 100644 index 00000000..1fbaa1da --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/tape.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/tasks.svg b/_archive/examples/graphics/font-awesome/solid/tasks.svg new file mode 100644 index 00000000..645dddd3 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/tasks.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/taxi.svg b/_archive/examples/graphics/font-awesome/solid/taxi.svg new file mode 100644 index 00000000..13f05d0d --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/taxi.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/teeth-open.svg b/_archive/examples/graphics/font-awesome/solid/teeth-open.svg new file mode 100644 index 00000000..f02650ab --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/teeth-open.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/teeth.svg b/_archive/examples/graphics/font-awesome/solid/teeth.svg new file mode 100644 index 00000000..17e4027e --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/teeth.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/temperature-high.svg b/_archive/examples/graphics/font-awesome/solid/temperature-high.svg new file mode 100644 index 00000000..e61b22b3 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/temperature-high.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/temperature-low.svg b/_archive/examples/graphics/font-awesome/solid/temperature-low.svg new file mode 100644 index 00000000..07d2427c --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/temperature-low.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/tenge.svg b/_archive/examples/graphics/font-awesome/solid/tenge.svg new file mode 100644 index 00000000..cc8be5c1 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/tenge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/terminal.svg b/_archive/examples/graphics/font-awesome/solid/terminal.svg new file mode 100644 index 00000000..85b2b5e8 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/terminal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/text-height.svg b/_archive/examples/graphics/font-awesome/solid/text-height.svg new file mode 100644 index 00000000..1dc01364 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/text-height.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/text-width.svg b/_archive/examples/graphics/font-awesome/solid/text-width.svg new file mode 100644 index 00000000..63739852 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/text-width.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/th-large.svg b/_archive/examples/graphics/font-awesome/solid/th-large.svg new file mode 100644 index 00000000..7894f58b --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/th-large.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/th-list.svg b/_archive/examples/graphics/font-awesome/solid/th-list.svg new file mode 100644 index 00000000..361af542 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/th-list.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/th.svg b/_archive/examples/graphics/font-awesome/solid/th.svg new file mode 100644 index 00000000..73b6c92c --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/th.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/theater-masks.svg b/_archive/examples/graphics/font-awesome/solid/theater-masks.svg new file mode 100644 index 00000000..d16e6631 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/theater-masks.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/thermometer-empty.svg b/_archive/examples/graphics/font-awesome/solid/thermometer-empty.svg new file mode 100644 index 00000000..5a6a6b8e --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/thermometer-empty.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/thermometer-full.svg b/_archive/examples/graphics/font-awesome/solid/thermometer-full.svg new file mode 100644 index 00000000..caeb8b66 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/thermometer-full.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/thermometer-half.svg b/_archive/examples/graphics/font-awesome/solid/thermometer-half.svg new file mode 100644 index 00000000..8c355127 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/thermometer-half.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/thermometer-quarter.svg b/_archive/examples/graphics/font-awesome/solid/thermometer-quarter.svg new file mode 100644 index 00000000..0478872e --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/thermometer-quarter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/thermometer-three-quarters.svg b/_archive/examples/graphics/font-awesome/solid/thermometer-three-quarters.svg new file mode 100644 index 00000000..b5188d58 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/thermometer-three-quarters.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/thermometer.svg b/_archive/examples/graphics/font-awesome/solid/thermometer.svg new file mode 100644 index 00000000..af0b9ef9 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/thermometer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/thumbs-down.svg b/_archive/examples/graphics/font-awesome/solid/thumbs-down.svg new file mode 100644 index 00000000..1cb6e676 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/thumbs-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/thumbs-up.svg b/_archive/examples/graphics/font-awesome/solid/thumbs-up.svg new file mode 100644 index 00000000..539949df --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/thumbs-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/thumbtack.svg b/_archive/examples/graphics/font-awesome/solid/thumbtack.svg new file mode 100644 index 00000000..7b98d281 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/thumbtack.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/ticket-alt.svg b/_archive/examples/graphics/font-awesome/solid/ticket-alt.svg new file mode 100644 index 00000000..70158467 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/ticket-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/times-circle.svg b/_archive/examples/graphics/font-awesome/solid/times-circle.svg new file mode 100644 index 00000000..cdee9414 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/times-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/times.svg b/_archive/examples/graphics/font-awesome/solid/times.svg new file mode 100644 index 00000000..571a32a1 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/times.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/tint-slash.svg b/_archive/examples/graphics/font-awesome/solid/tint-slash.svg new file mode 100644 index 00000000..df76bdf0 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/tint-slash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/tint.svg b/_archive/examples/graphics/font-awesome/solid/tint.svg new file mode 100644 index 00000000..8dd8f93e --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/tint.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/tired.svg b/_archive/examples/graphics/font-awesome/solid/tired.svg new file mode 100644 index 00000000..bdc5ce0d --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/tired.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/toggle-off.svg b/_archive/examples/graphics/font-awesome/solid/toggle-off.svg new file mode 100644 index 00000000..dce9c007 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/toggle-off.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/toggle-on.svg b/_archive/examples/graphics/font-awesome/solid/toggle-on.svg new file mode 100644 index 00000000..6c4c2dc1 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/toggle-on.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/toilet-paper.svg b/_archive/examples/graphics/font-awesome/solid/toilet-paper.svg new file mode 100644 index 00000000..6201721d --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/toilet-paper.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/toilet.svg b/_archive/examples/graphics/font-awesome/solid/toilet.svg new file mode 100644 index 00000000..c5abd013 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/toilet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/toolbox.svg b/_archive/examples/graphics/font-awesome/solid/toolbox.svg new file mode 100644 index 00000000..dc11fef6 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/toolbox.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/tools.svg b/_archive/examples/graphics/font-awesome/solid/tools.svg new file mode 100644 index 00000000..668d558e --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/tools.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/tooth.svg b/_archive/examples/graphics/font-awesome/solid/tooth.svg new file mode 100644 index 00000000..745734cb --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/tooth.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/torah.svg b/_archive/examples/graphics/font-awesome/solid/torah.svg new file mode 100644 index 00000000..2fb1234e --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/torah.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/torii-gate.svg b/_archive/examples/graphics/font-awesome/solid/torii-gate.svg new file mode 100644 index 00000000..e66bce7a --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/torii-gate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/tractor.svg b/_archive/examples/graphics/font-awesome/solid/tractor.svg new file mode 100644 index 00000000..5390d1cd --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/tractor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/trademark.svg b/_archive/examples/graphics/font-awesome/solid/trademark.svg new file mode 100644 index 00000000..4898eb52 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/trademark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/traffic-light.svg b/_archive/examples/graphics/font-awesome/solid/traffic-light.svg new file mode 100644 index 00000000..0eb4de19 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/traffic-light.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/train.svg b/_archive/examples/graphics/font-awesome/solid/train.svg new file mode 100644 index 00000000..79c0266f --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/train.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/tram.svg b/_archive/examples/graphics/font-awesome/solid/tram.svg new file mode 100644 index 00000000..e3156976 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/tram.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/transgender-alt.svg b/_archive/examples/graphics/font-awesome/solid/transgender-alt.svg new file mode 100644 index 00000000..6c1d1679 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/transgender-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/transgender.svg b/_archive/examples/graphics/font-awesome/solid/transgender.svg new file mode 100644 index 00000000..10d73936 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/transgender.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/trash-alt.svg b/_archive/examples/graphics/font-awesome/solid/trash-alt.svg new file mode 100644 index 00000000..6305280a --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/trash-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/trash-restore-alt.svg b/_archive/examples/graphics/font-awesome/solid/trash-restore-alt.svg new file mode 100644 index 00000000..ba91cca8 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/trash-restore-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/trash-restore.svg b/_archive/examples/graphics/font-awesome/solid/trash-restore.svg new file mode 100644 index 00000000..e3c351fc --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/trash-restore.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/trash.svg b/_archive/examples/graphics/font-awesome/solid/trash.svg new file mode 100644 index 00000000..dec54fa3 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/trash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/tree.svg b/_archive/examples/graphics/font-awesome/solid/tree.svg new file mode 100644 index 00000000..a3c7f934 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/tree.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/trophy.svg b/_archive/examples/graphics/font-awesome/solid/trophy.svg new file mode 100644 index 00000000..6157afa0 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/trophy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/truck-loading.svg b/_archive/examples/graphics/font-awesome/solid/truck-loading.svg new file mode 100644 index 00000000..7153afd0 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/truck-loading.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/truck-monster.svg b/_archive/examples/graphics/font-awesome/solid/truck-monster.svg new file mode 100644 index 00000000..8f31fd30 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/truck-monster.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/truck-moving.svg b/_archive/examples/graphics/font-awesome/solid/truck-moving.svg new file mode 100644 index 00000000..18ea46f5 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/truck-moving.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/truck-pickup.svg b/_archive/examples/graphics/font-awesome/solid/truck-pickup.svg new file mode 100644 index 00000000..337e8aec --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/truck-pickup.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/truck.svg b/_archive/examples/graphics/font-awesome/solid/truck.svg new file mode 100644 index 00000000..8b405fee --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/truck.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/tshirt.svg b/_archive/examples/graphics/font-awesome/solid/tshirt.svg new file mode 100644 index 00000000..4cdf227e --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/tshirt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/tty.svg b/_archive/examples/graphics/font-awesome/solid/tty.svg new file mode 100644 index 00000000..acc1e3d3 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/tty.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/tv.svg b/_archive/examples/graphics/font-awesome/solid/tv.svg new file mode 100644 index 00000000..4e33e619 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/tv.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/umbrella-beach.svg b/_archive/examples/graphics/font-awesome/solid/umbrella-beach.svg new file mode 100644 index 00000000..9a75c525 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/umbrella-beach.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/umbrella.svg b/_archive/examples/graphics/font-awesome/solid/umbrella.svg new file mode 100644 index 00000000..83de3d7b --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/umbrella.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/underline.svg b/_archive/examples/graphics/font-awesome/solid/underline.svg new file mode 100644 index 00000000..332619ab --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/underline.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/undo-alt.svg b/_archive/examples/graphics/font-awesome/solid/undo-alt.svg new file mode 100644 index 00000000..bdc97cae --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/undo-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/undo.svg b/_archive/examples/graphics/font-awesome/solid/undo.svg new file mode 100644 index 00000000..44b39041 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/undo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/universal-access.svg b/_archive/examples/graphics/font-awesome/solid/universal-access.svg new file mode 100644 index 00000000..1079d879 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/universal-access.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/university.svg b/_archive/examples/graphics/font-awesome/solid/university.svg new file mode 100644 index 00000000..cf4d7859 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/university.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/unlink.svg b/_archive/examples/graphics/font-awesome/solid/unlink.svg new file mode 100644 index 00000000..8cba9f8f --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/unlink.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/unlock-alt.svg b/_archive/examples/graphics/font-awesome/solid/unlock-alt.svg new file mode 100644 index 00000000..b38ffb6a --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/unlock-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/unlock.svg b/_archive/examples/graphics/font-awesome/solid/unlock.svg new file mode 100644 index 00000000..0b2258a8 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/unlock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/upload.svg b/_archive/examples/graphics/font-awesome/solid/upload.svg new file mode 100644 index 00000000..1c880b51 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/upload.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/user-alt-slash.svg b/_archive/examples/graphics/font-awesome/solid/user-alt-slash.svg new file mode 100644 index 00000000..74f85978 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/user-alt-slash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/user-alt.svg b/_archive/examples/graphics/font-awesome/solid/user-alt.svg new file mode 100644 index 00000000..024cb44b --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/user-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/user-astronaut.svg b/_archive/examples/graphics/font-awesome/solid/user-astronaut.svg new file mode 100644 index 00000000..631f1682 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/user-astronaut.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/user-check.svg b/_archive/examples/graphics/font-awesome/solid/user-check.svg new file mode 100644 index 00000000..a6306118 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/user-check.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/user-circle.svg b/_archive/examples/graphics/font-awesome/solid/user-circle.svg new file mode 100644 index 00000000..6e03b1bd --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/user-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/user-clock.svg b/_archive/examples/graphics/font-awesome/solid/user-clock.svg new file mode 100644 index 00000000..1c45c705 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/user-clock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/user-cog.svg b/_archive/examples/graphics/font-awesome/solid/user-cog.svg new file mode 100644 index 00000000..bae9930e --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/user-cog.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/user-edit.svg b/_archive/examples/graphics/font-awesome/solid/user-edit.svg new file mode 100644 index 00000000..bde9c901 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/user-edit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/user-friends.svg b/_archive/examples/graphics/font-awesome/solid/user-friends.svg new file mode 100644 index 00000000..2e43c598 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/user-friends.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/user-graduate.svg b/_archive/examples/graphics/font-awesome/solid/user-graduate.svg new file mode 100644 index 00000000..8855caaa --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/user-graduate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/user-injured.svg b/_archive/examples/graphics/font-awesome/solid/user-injured.svg new file mode 100644 index 00000000..57de4b9b --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/user-injured.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/user-lock.svg b/_archive/examples/graphics/font-awesome/solid/user-lock.svg new file mode 100644 index 00000000..b3be5dcb --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/user-lock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/user-md.svg b/_archive/examples/graphics/font-awesome/solid/user-md.svg new file mode 100644 index 00000000..583cdc39 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/user-md.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/user-minus.svg b/_archive/examples/graphics/font-awesome/solid/user-minus.svg new file mode 100644 index 00000000..f019e706 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/user-minus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/user-ninja.svg b/_archive/examples/graphics/font-awesome/solid/user-ninja.svg new file mode 100644 index 00000000..7bdec360 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/user-ninja.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/user-nurse.svg b/_archive/examples/graphics/font-awesome/solid/user-nurse.svg new file mode 100644 index 00000000..6a54369d --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/user-nurse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/user-plus.svg b/_archive/examples/graphics/font-awesome/solid/user-plus.svg new file mode 100644 index 00000000..01c84c36 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/user-plus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/user-secret.svg b/_archive/examples/graphics/font-awesome/solid/user-secret.svg new file mode 100644 index 00000000..daae530d --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/user-secret.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/user-shield.svg b/_archive/examples/graphics/font-awesome/solid/user-shield.svg new file mode 100644 index 00000000..7cfba68f --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/user-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/user-slash.svg b/_archive/examples/graphics/font-awesome/solid/user-slash.svg new file mode 100644 index 00000000..491e32a3 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/user-slash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/user-tag.svg b/_archive/examples/graphics/font-awesome/solid/user-tag.svg new file mode 100644 index 00000000..ec1a1e70 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/user-tag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/user-tie.svg b/_archive/examples/graphics/font-awesome/solid/user-tie.svg new file mode 100644 index 00000000..9bd9f95a --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/user-tie.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/user-times.svg b/_archive/examples/graphics/font-awesome/solid/user-times.svg new file mode 100644 index 00000000..341b1f12 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/user-times.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/user.svg b/_archive/examples/graphics/font-awesome/solid/user.svg new file mode 100644 index 00000000..591873a5 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/user.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/users-cog.svg b/_archive/examples/graphics/font-awesome/solid/users-cog.svg new file mode 100644 index 00000000..a90e8b03 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/users-cog.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/users.svg b/_archive/examples/graphics/font-awesome/solid/users.svg new file mode 100644 index 00000000..3f07aab0 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/users.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/utensil-spoon.svg b/_archive/examples/graphics/font-awesome/solid/utensil-spoon.svg new file mode 100644 index 00000000..ec19dac5 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/utensil-spoon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/utensils.svg b/_archive/examples/graphics/font-awesome/solid/utensils.svg new file mode 100644 index 00000000..29fa05ab --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/utensils.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/vector-square.svg b/_archive/examples/graphics/font-awesome/solid/vector-square.svg new file mode 100644 index 00000000..848b9fb4 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/vector-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/venus-double.svg b/_archive/examples/graphics/font-awesome/solid/venus-double.svg new file mode 100644 index 00000000..8fa1ba94 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/venus-double.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/venus-mars.svg b/_archive/examples/graphics/font-awesome/solid/venus-mars.svg new file mode 100644 index 00000000..78089d80 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/venus-mars.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/venus.svg b/_archive/examples/graphics/font-awesome/solid/venus.svg new file mode 100644 index 00000000..637ef0cc --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/venus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/vial.svg b/_archive/examples/graphics/font-awesome/solid/vial.svg new file mode 100644 index 00000000..e01d94ae --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/vial.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/vials.svg b/_archive/examples/graphics/font-awesome/solid/vials.svg new file mode 100644 index 00000000..13e7c5ac --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/vials.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/video-slash.svg b/_archive/examples/graphics/font-awesome/solid/video-slash.svg new file mode 100644 index 00000000..d221789f --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/video-slash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/video.svg b/_archive/examples/graphics/font-awesome/solid/video.svg new file mode 100644 index 00000000..e14b3b93 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/video.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/vihara.svg b/_archive/examples/graphics/font-awesome/solid/vihara.svg new file mode 100644 index 00000000..d25739c1 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/vihara.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/voicemail.svg b/_archive/examples/graphics/font-awesome/solid/voicemail.svg new file mode 100644 index 00000000..0eeddca3 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/voicemail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/volleyball-ball.svg b/_archive/examples/graphics/font-awesome/solid/volleyball-ball.svg new file mode 100644 index 00000000..cd179f28 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/volleyball-ball.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/volume-down.svg b/_archive/examples/graphics/font-awesome/solid/volume-down.svg new file mode 100644 index 00000000..b3105c3d --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/volume-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/volume-mute.svg b/_archive/examples/graphics/font-awesome/solid/volume-mute.svg new file mode 100644 index 00000000..b78aad67 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/volume-mute.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/volume-off.svg b/_archive/examples/graphics/font-awesome/solid/volume-off.svg new file mode 100644 index 00000000..f8962ed2 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/volume-off.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/volume-up.svg b/_archive/examples/graphics/font-awesome/solid/volume-up.svg new file mode 100644 index 00000000..c85f3e8d --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/volume-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/vote-yea.svg b/_archive/examples/graphics/font-awesome/solid/vote-yea.svg new file mode 100644 index 00000000..496a5762 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/vote-yea.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/vr-cardboard.svg b/_archive/examples/graphics/font-awesome/solid/vr-cardboard.svg new file mode 100644 index 00000000..dd9eff58 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/vr-cardboard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/walking.svg b/_archive/examples/graphics/font-awesome/solid/walking.svg new file mode 100644 index 00000000..4e85cd58 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/walking.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/wallet.svg b/_archive/examples/graphics/font-awesome/solid/wallet.svg new file mode 100644 index 00000000..f5842294 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/wallet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/warehouse.svg b/_archive/examples/graphics/font-awesome/solid/warehouse.svg new file mode 100644 index 00000000..2e827c02 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/warehouse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/water.svg b/_archive/examples/graphics/font-awesome/solid/water.svg new file mode 100644 index 00000000..cc7a7d3c --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/water.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/wave-square.svg b/_archive/examples/graphics/font-awesome/solid/wave-square.svg new file mode 100644 index 00000000..dba15b96 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/wave-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/weight-hanging.svg b/_archive/examples/graphics/font-awesome/solid/weight-hanging.svg new file mode 100644 index 00000000..db2801aa --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/weight-hanging.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/weight.svg b/_archive/examples/graphics/font-awesome/solid/weight.svg new file mode 100644 index 00000000..12e7df5c --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/weight.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/wheelchair.svg b/_archive/examples/graphics/font-awesome/solid/wheelchair.svg new file mode 100644 index 00000000..e474ae3f --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/wheelchair.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/wifi.svg b/_archive/examples/graphics/font-awesome/solid/wifi.svg new file mode 100644 index 00000000..5ac43b3e --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/wifi.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/wind.svg b/_archive/examples/graphics/font-awesome/solid/wind.svg new file mode 100644 index 00000000..705d74b8 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/wind.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/window-close.svg b/_archive/examples/graphics/font-awesome/solid/window-close.svg new file mode 100644 index 00000000..da63df91 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/window-close.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/window-maximize.svg b/_archive/examples/graphics/font-awesome/solid/window-maximize.svg new file mode 100644 index 00000000..d305d0ad --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/window-maximize.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/window-minimize.svg b/_archive/examples/graphics/font-awesome/solid/window-minimize.svg new file mode 100644 index 00000000..c0e48b3f --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/window-minimize.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/window-restore.svg b/_archive/examples/graphics/font-awesome/solid/window-restore.svg new file mode 100644 index 00000000..355ce8f0 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/window-restore.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/wine-bottle.svg b/_archive/examples/graphics/font-awesome/solid/wine-bottle.svg new file mode 100644 index 00000000..6b66813c --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/wine-bottle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/wine-glass-alt.svg b/_archive/examples/graphics/font-awesome/solid/wine-glass-alt.svg new file mode 100644 index 00000000..2822897a --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/wine-glass-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/wine-glass.svg b/_archive/examples/graphics/font-awesome/solid/wine-glass.svg new file mode 100644 index 00000000..a27377d0 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/wine-glass.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/won-sign.svg b/_archive/examples/graphics/font-awesome/solid/won-sign.svg new file mode 100644 index 00000000..4cfd37d2 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/won-sign.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/wrench.svg b/_archive/examples/graphics/font-awesome/solid/wrench.svg new file mode 100644 index 00000000..378cf6c6 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/wrench.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/x-ray.svg b/_archive/examples/graphics/font-awesome/solid/x-ray.svg new file mode 100644 index 00000000..fe20d416 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/x-ray.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/yen-sign.svg b/_archive/examples/graphics/font-awesome/solid/yen-sign.svg new file mode 100644 index 00000000..3cdb4ec5 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/yen-sign.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/font-awesome/solid/yin-yang.svg b/_archive/examples/graphics/font-awesome/solid/yin-yang.svg new file mode 100644 index 00000000..7aa88f98 --- /dev/null +++ b/_archive/examples/graphics/font-awesome/solid/yin-yang.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/mfizz/3dprint.svg b/_archive/examples/graphics/mfizz/3dprint.svg new file mode 100644 index 00000000..77236f3e --- /dev/null +++ b/_archive/examples/graphics/mfizz/3dprint.svg @@ -0,0 +1,125 @@ + + + +image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_archive/examples/graphics/mfizz/alpinelinux.svg b/_archive/examples/graphics/mfizz/alpinelinux.svg new file mode 100644 index 00000000..8e0e5e98 --- /dev/null +++ b/_archive/examples/graphics/mfizz/alpinelinux.svg @@ -0,0 +1 @@ + diff --git a/_archive/examples/graphics/mfizz/angular-alt.svg b/_archive/examples/graphics/mfizz/angular-alt.svg new file mode 100644 index 00000000..f55e66c3 --- /dev/null +++ b/_archive/examples/graphics/mfizz/angular-alt.svg @@ -0,0 +1,57 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/_archive/examples/graphics/mfizz/angular.svg b/_archive/examples/graphics/mfizz/angular.svg new file mode 100644 index 00000000..176cd23f --- /dev/null +++ b/_archive/examples/graphics/mfizz/angular.svg @@ -0,0 +1,40 @@ + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/_archive/examples/graphics/mfizz/antenna.svg b/_archive/examples/graphics/mfizz/antenna.svg new file mode 100644 index 00000000..42136e94 --- /dev/null +++ b/_archive/examples/graphics/mfizz/antenna.svg @@ -0,0 +1,13 @@ +image/svg+xml + + + + + + + + + + + + diff --git a/_archive/examples/graphics/mfizz/apache.svg b/_archive/examples/graphics/mfizz/apache.svg new file mode 100644 index 00000000..2dd4ef9d --- /dev/null +++ b/_archive/examples/graphics/mfizz/apache.svg @@ -0,0 +1,35 @@ + + + + + + + image/svg+xml + + + + + hrum + + + + + feather + bird + + + + + + + + + + + + + + + + + diff --git a/_archive/examples/graphics/mfizz/archlinux.svg b/_archive/examples/graphics/mfizz/archlinux.svg new file mode 100644 index 00000000..369d3b97 --- /dev/null +++ b/_archive/examples/graphics/mfizz/archlinux.svg @@ -0,0 +1,84 @@ + + + + + + + image/svg+xml + + + + + hrum + + + + + feather + bird + + + + + + + + + + + + + + + + + + + + + + diff --git a/_archive/examples/graphics/mfizz/aws.svg b/_archive/examples/graphics/mfizz/aws.svg new file mode 100644 index 00000000..a770c5ee --- /dev/null +++ b/_archive/examples/graphics/mfizz/aws.svg @@ -0,0 +1,4 @@ + + +image/svg+xml + diff --git a/_archive/examples/graphics/mfizz/azure.svg b/_archive/examples/graphics/mfizz/azure.svg new file mode 100644 index 00000000..834848a1 --- /dev/null +++ b/_archive/examples/graphics/mfizz/azure.svg @@ -0,0 +1,52 @@ + +image/svg+xml \ No newline at end of file diff --git a/_archive/examples/graphics/mfizz/backbone.svg b/_archive/examples/graphics/mfizz/backbone.svg new file mode 100644 index 00000000..df6e2ce6 --- /dev/null +++ b/_archive/examples/graphics/mfizz/backbone.svg @@ -0,0 +1,53 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/_archive/examples/graphics/mfizz/blackberry.svg b/_archive/examples/graphics/mfizz/blackberry.svg new file mode 100644 index 00000000..2d27ca11 --- /dev/null +++ b/_archive/examples/graphics/mfizz/blackberry.svg @@ -0,0 +1,13 @@ + + + + + + image/svg+xml + + + + + + + diff --git a/_archive/examples/graphics/mfizz/bomb.svg b/_archive/examples/graphics/mfizz/bomb.svg new file mode 100755 index 00000000..35cc4246 --- /dev/null +++ b/_archive/examples/graphics/mfizz/bomb.svg @@ -0,0 +1,15 @@ + + + + + + + image/svg+xml + + + + + + + + diff --git a/_archive/examples/graphics/mfizz/bootstrap.svg b/_archive/examples/graphics/mfizz/bootstrap.svg new file mode 100644 index 00000000..d99a1faa --- /dev/null +++ b/_archive/examples/graphics/mfizz/bootstrap.svg @@ -0,0 +1,38 @@ + + + + +Created by potrace 1.10, written by Peter Selinger 2001-2011 + + + + + + + diff --git a/_archive/examples/graphics/mfizz/c.svg b/_archive/examples/graphics/mfizz/c.svg new file mode 100644 index 00000000..fb6e663c --- /dev/null +++ b/_archive/examples/graphics/mfizz/c.svg @@ -0,0 +1,14 @@ + + + + + + + image/svg+xml + + + + + + + diff --git a/_archive/examples/graphics/mfizz/cassandra.svg b/_archive/examples/graphics/mfizz/cassandra.svg new file mode 100644 index 00000000..a85af176 --- /dev/null +++ b/_archive/examples/graphics/mfizz/cassandra.svg @@ -0,0 +1,28 @@ + + + Apache Cassandra + + + + image/svg+xml + + Apache Cassandra + + + + Apache Software Foundation + + + https://svn.apache.org/repos/asf/cassandra/logo/cassandra.svg + + + + + + + + + + + + diff --git a/_archive/examples/graphics/mfizz/centos.svg b/_archive/examples/graphics/mfizz/centos.svg new file mode 100644 index 00000000..08573ada --- /dev/null +++ b/_archive/examples/graphics/mfizz/centos.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_archive/examples/graphics/mfizz/clojure.svg b/_archive/examples/graphics/mfizz/clojure.svg new file mode 100644 index 00000000..910f1680 --- /dev/null +++ b/_archive/examples/graphics/mfizz/clojure.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/_archive/examples/graphics/mfizz/codeigniter.svg b/_archive/examples/graphics/mfizz/codeigniter.svg new file mode 100644 index 00000000..8468d2ec --- /dev/null +++ b/_archive/examples/graphics/mfizz/codeigniter.svg @@ -0,0 +1,66 @@ + + + + + + image/svg+xml + + + + + + + code-ignitor + + + + diff --git a/_archive/examples/graphics/mfizz/codepen.svg b/_archive/examples/graphics/mfizz/codepen.svg new file mode 100644 index 00000000..ec018e48 --- /dev/null +++ b/_archive/examples/graphics/mfizz/codepen.svg @@ -0,0 +1,31 @@ + + + + + + + + + diff --git a/_archive/examples/graphics/mfizz/coffee-bean.svg b/_archive/examples/graphics/mfizz/coffee-bean.svg new file mode 100644 index 00000000..20af8432 --- /dev/null +++ b/_archive/examples/graphics/mfizz/coffee-bean.svg @@ -0,0 +1,4 @@ +image/svg+xml + + + diff --git a/_archive/examples/graphics/mfizz/cplusplus.svg b/_archive/examples/graphics/mfizz/cplusplus.svg new file mode 100644 index 00000000..ac017bfb --- /dev/null +++ b/_archive/examples/graphics/mfizz/cplusplus.svg @@ -0,0 +1,23 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/_archive/examples/graphics/mfizz/csharp.svg b/_archive/examples/graphics/mfizz/csharp.svg new file mode 100644 index 00000000..f19a16a8 --- /dev/null +++ b/_archive/examples/graphics/mfizz/csharp.svg @@ -0,0 +1,15 @@ + + + + + image/svg+xml + + + + + + + + + + diff --git a/_archive/examples/graphics/mfizz/css.svg b/_archive/examples/graphics/mfizz/css.svg new file mode 100644 index 00000000..24cfc0f6 --- /dev/null +++ b/_archive/examples/graphics/mfizz/css.svg @@ -0,0 +1,11 @@ + + + + + image/svg+xml + + + + + + diff --git a/_archive/examples/graphics/mfizz/css3-alt.svg b/_archive/examples/graphics/mfizz/css3-alt.svg new file mode 100644 index 00000000..294636b1 --- /dev/null +++ b/_archive/examples/graphics/mfizz/css3-alt.svg @@ -0,0 +1,58 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/_archive/examples/graphics/mfizz/css3.svg b/_archive/examples/graphics/mfizz/css3.svg new file mode 100644 index 00000000..b9e0a8be --- /dev/null +++ b/_archive/examples/graphics/mfizz/css3.svg @@ -0,0 +1,57 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/_archive/examples/graphics/mfizz/d3.svg b/_archive/examples/graphics/mfizz/d3.svg new file mode 100644 index 00000000..0a3e2b5a --- /dev/null +++ b/_archive/examples/graphics/mfizz/d3.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + diff --git a/_archive/examples/graphics/mfizz/database-alt.svg b/_archive/examples/graphics/mfizz/database-alt.svg new file mode 100644 index 00000000..a0ce32f7 --- /dev/null +++ b/_archive/examples/graphics/mfizz/database-alt.svg @@ -0,0 +1,14 @@ + + + + + + image/svg+xml + + + + + + + + diff --git a/_archive/examples/graphics/mfizz/database-alt2.svg b/_archive/examples/graphics/mfizz/database-alt2.svg new file mode 100644 index 00000000..27ca8aa9 --- /dev/null +++ b/_archive/examples/graphics/mfizz/database-alt2.svg @@ -0,0 +1,8 @@ +image/svg+xml + + + + + + + diff --git a/_archive/examples/graphics/mfizz/database.svg b/_archive/examples/graphics/mfizz/database.svg new file mode 100644 index 00000000..9aa64a73 --- /dev/null +++ b/_archive/examples/graphics/mfizz/database.svg @@ -0,0 +1,16 @@ + + + + + + image/svg+xml + + + + + + + + + + diff --git a/_archive/examples/graphics/mfizz/debian.svg b/_archive/examples/graphics/mfizz/debian.svg new file mode 100644 index 00000000..ea8a18d1 --- /dev/null +++ b/_archive/examples/graphics/mfizz/debian.svg @@ -0,0 +1,45 @@ + + + + + + + + + + unsorted + + + + + Open Clip Art Library, Source: Open Icon Library + + + + + + + + + + + + + + image/svg+xml + + + en + + + + + + + + + + + + + diff --git a/_archive/examples/graphics/mfizz/docker.svg b/_archive/examples/graphics/mfizz/docker.svg new file mode 100644 index 00000000..6254e27c --- /dev/null +++ b/_archive/examples/graphics/mfizz/docker.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_archive/examples/graphics/mfizz/dreamhost.svg b/_archive/examples/graphics/mfizz/dreamhost.svg new file mode 100644 index 00000000..9983a39b --- /dev/null +++ b/_archive/examples/graphics/mfizz/dreamhost.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/_archive/examples/graphics/mfizz/elixir.svg b/_archive/examples/graphics/mfizz/elixir.svg new file mode 100644 index 00000000..78cf6e30 --- /dev/null +++ b/_archive/examples/graphics/mfizz/elixir.svg @@ -0,0 +1,12 @@ + + + + + + diff --git a/_archive/examples/graphics/mfizz/elm.svg b/_archive/examples/graphics/mfizz/elm.svg new file mode 100644 index 00000000..4321d4d8 --- /dev/null +++ b/_archive/examples/graphics/mfizz/elm.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/_archive/examples/graphics/mfizz/erlang.svg b/_archive/examples/graphics/mfizz/erlang.svg new file mode 100644 index 00000000..da4d62f2 --- /dev/null +++ b/_archive/examples/graphics/mfizz/erlang.svg @@ -0,0 +1,25 @@ + + + + +Erlang Logotype + + + + + + + + + + + + diff --git a/_archive/examples/graphics/mfizz/exherbo.svg b/_archive/examples/graphics/mfizz/exherbo.svg new file mode 100644 index 00000000..9c6fc98e --- /dev/null +++ b/_archive/examples/graphics/mfizz/exherbo.svg @@ -0,0 +1,35 @@ + + + + + + + image/svg+xml + + + + + + + + + diff --git a/_archive/examples/graphics/mfizz/fedora.svg b/_archive/examples/graphics/mfizz/fedora.svg new file mode 100644 index 00000000..1cc3ce47 --- /dev/null +++ b/_archive/examples/graphics/mfizz/fedora.svg @@ -0,0 +1,13 @@ + + + + + + image/svg+xml + + + + + + + diff --git a/_archive/examples/graphics/mfizz/fire-alt.svg b/_archive/examples/graphics/mfizz/fire-alt.svg new file mode 100644 index 00000000..0acb33ff --- /dev/null +++ b/_archive/examples/graphics/mfizz/fire-alt.svg @@ -0,0 +1,18 @@ + + + + + image/svg+xml + + + + + + + + diff --git a/_archive/examples/graphics/mfizz/freebsd.svg b/_archive/examples/graphics/mfizz/freebsd.svg new file mode 100644 index 00000000..48305081 --- /dev/null +++ b/_archive/examples/graphics/mfizz/freebsd.svg @@ -0,0 +1,15 @@ + + + + + + image/svg+xml + + + + + + + + + diff --git a/_archive/examples/graphics/mfizz/freecodecamp.svg b/_archive/examples/graphics/mfizz/freecodecamp.svg new file mode 100644 index 00000000..0b372fff --- /dev/null +++ b/_archive/examples/graphics/mfizz/freecodecamp.svg @@ -0,0 +1,47 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/_archive/examples/graphics/mfizz/gentoo.svg b/_archive/examples/graphics/mfizz/gentoo.svg new file mode 100644 index 00000000..bf53239d --- /dev/null +++ b/_archive/examples/graphics/mfizz/gentoo.svg @@ -0,0 +1,39 @@ + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/_archive/examples/graphics/mfizz/ghost.svg b/_archive/examples/graphics/mfizz/ghost.svg new file mode 100755 index 00000000..1cddc31f --- /dev/null +++ b/_archive/examples/graphics/mfizz/ghost.svg @@ -0,0 +1,5 @@ +image/svg+xml + + + + diff --git a/_archive/examples/graphics/mfizz/git.svg b/_archive/examples/graphics/mfizz/git.svg new file mode 100644 index 00000000..9e4d8db2 --- /dev/null +++ b/_archive/examples/graphics/mfizz/git.svg @@ -0,0 +1,44 @@ + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/_archive/examples/graphics/mfizz/gnome.svg b/_archive/examples/graphics/mfizz/gnome.svg new file mode 100755 index 00000000..8e57159a --- /dev/null +++ b/_archive/examples/graphics/mfizz/gnome.svg @@ -0,0 +1,10 @@ +image/svg+xml + + + + + + + + + diff --git a/_archive/examples/graphics/mfizz/go-alt.svg b/_archive/examples/graphics/mfizz/go-alt.svg new file mode 100644 index 00000000..db89b5b9 --- /dev/null +++ b/_archive/examples/graphics/mfizz/go-alt.svg @@ -0,0 +1,101 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/_archive/examples/graphics/mfizz/go.svg b/_archive/examples/graphics/mfizz/go.svg new file mode 100644 index 00000000..48469e52 --- /dev/null +++ b/_archive/examples/graphics/mfizz/go.svg @@ -0,0 +1,133 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/_archive/examples/graphics/mfizz/google-alt.svg b/_archive/examples/graphics/mfizz/google-alt.svg new file mode 100644 index 00000000..f8cdce4c --- /dev/null +++ b/_archive/examples/graphics/mfizz/google-alt.svg @@ -0,0 +1,7 @@ + +image/svg+xml + + + + + diff --git a/_archive/examples/graphics/mfizz/google-code.svg b/_archive/examples/graphics/mfizz/google-code.svg new file mode 100644 index 00000000..32138e10 --- /dev/null +++ b/_archive/examples/graphics/mfizz/google-code.svg @@ -0,0 +1,4 @@ + +image/svg+xml + + diff --git a/_archive/examples/graphics/mfizz/google-developers.svg b/_archive/examples/graphics/mfizz/google-developers.svg new file mode 100644 index 00000000..ae6bca09 --- /dev/null +++ b/_archive/examples/graphics/mfizz/google-developers.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/_archive/examples/graphics/mfizz/google.svg b/_archive/examples/graphics/mfizz/google.svg new file mode 100644 index 00000000..5abfdf84 --- /dev/null +++ b/_archive/examples/graphics/mfizz/google.svg @@ -0,0 +1,16 @@ + + + + + + + image/svg+xml + + + + + + + + + diff --git a/_archive/examples/graphics/mfizz/gradle.svg b/_archive/examples/graphics/mfizz/gradle.svg new file mode 100644 index 00000000..ad20ad20 --- /dev/null +++ b/_archive/examples/graphics/mfizz/gradle.svg @@ -0,0 +1,31 @@ + +image/svg+xml \ No newline at end of file diff --git a/_archive/examples/graphics/mfizz/grails-alt.svg b/_archive/examples/graphics/mfizz/grails-alt.svg new file mode 100644 index 00000000..6733bf11 --- /dev/null +++ b/_archive/examples/graphics/mfizz/grails-alt.svg @@ -0,0 +1,17 @@ + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/_archive/examples/graphics/mfizz/grails.svg b/_archive/examples/graphics/mfizz/grails.svg new file mode 100644 index 00000000..a5fdfe87 --- /dev/null +++ b/_archive/examples/graphics/mfizz/grails.svg @@ -0,0 +1,15 @@ + + + + + + + + image/svg+xml + + + + + + + diff --git a/_archive/examples/graphics/mfizz/grunt.svg b/_archive/examples/graphics/mfizz/grunt.svg new file mode 100644 index 00000000..e27ed25a --- /dev/null +++ b/_archive/examples/graphics/mfizz/grunt.svg @@ -0,0 +1,40 @@ + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/_archive/examples/graphics/mfizz/gulp-alt.svg b/_archive/examples/graphics/mfizz/gulp-alt.svg new file mode 100644 index 00000000..fb979946 --- /dev/null +++ b/_archive/examples/graphics/mfizz/gulp-alt.svg @@ -0,0 +1,54 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/_archive/examples/graphics/mfizz/gulp.svg b/_archive/examples/graphics/mfizz/gulp.svg new file mode 100644 index 00000000..837f857d --- /dev/null +++ b/_archive/examples/graphics/mfizz/gulp.svg @@ -0,0 +1,37 @@ + + + + + + + + + diff --git a/_archive/examples/graphics/mfizz/hadoop.svg b/_archive/examples/graphics/mfizz/hadoop.svg new file mode 100644 index 00000000..fc1331f1 --- /dev/null +++ b/_archive/examples/graphics/mfizz/hadoop.svg @@ -0,0 +1,2 @@ + +Hadoop logoimage/svg+xmlHadoop logo diff --git a/_archive/examples/graphics/mfizz/haskell.svg b/_archive/examples/graphics/mfizz/haskell.svg new file mode 100644 index 00000000..5515702a --- /dev/null +++ b/_archive/examples/graphics/mfizz/haskell.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/_archive/examples/graphics/mfizz/heroku.svg b/_archive/examples/graphics/mfizz/heroku.svg new file mode 100644 index 00000000..3754b7df --- /dev/null +++ b/_archive/examples/graphics/mfizz/heroku.svg @@ -0,0 +1,58 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/_archive/examples/graphics/mfizz/html.svg b/_archive/examples/graphics/mfizz/html.svg new file mode 100644 index 00000000..12fc0f55 --- /dev/null +++ b/_archive/examples/graphics/mfizz/html.svg @@ -0,0 +1,3 @@ +image/svg+xml + + diff --git a/_archive/examples/graphics/mfizz/html5-alt.svg b/_archive/examples/graphics/mfizz/html5-alt.svg new file mode 100644 index 00000000..38d0fa3e --- /dev/null +++ b/_archive/examples/graphics/mfizz/html5-alt.svg @@ -0,0 +1,52 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/_archive/examples/graphics/mfizz/html5.svg b/_archive/examples/graphics/mfizz/html5.svg new file mode 100644 index 00000000..a93cec4e --- /dev/null +++ b/_archive/examples/graphics/mfizz/html5.svg @@ -0,0 +1,56 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/_archive/examples/graphics/mfizz/iphone.svg b/_archive/examples/graphics/mfizz/iphone.svg new file mode 100644 index 00000000..2adda778 --- /dev/null +++ b/_archive/examples/graphics/mfizz/iphone.svg @@ -0,0 +1,8 @@ +image/svg+xml + + + + + + + diff --git a/_archive/examples/graphics/mfizz/java-bold.svg b/_archive/examples/graphics/mfizz/java-bold.svg new file mode 100644 index 00000000..fe193138 --- /dev/null +++ b/_archive/examples/graphics/mfizz/java-bold.svg @@ -0,0 +1,19 @@ + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/_archive/examples/graphics/mfizz/java-duke.svg b/_archive/examples/graphics/mfizz/java-duke.svg new file mode 100644 index 00000000..21e58430 --- /dev/null +++ b/_archive/examples/graphics/mfizz/java-duke.svg @@ -0,0 +1,4 @@ + +image/svg+xml + + diff --git a/_archive/examples/graphics/mfizz/java.svg b/_archive/examples/graphics/mfizz/java.svg new file mode 100644 index 00000000..f63f03c0 --- /dev/null +++ b/_archive/examples/graphics/mfizz/java.svg @@ -0,0 +1,19 @@ + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/_archive/examples/graphics/mfizz/javascript-alt.svg b/_archive/examples/graphics/mfizz/javascript-alt.svg new file mode 100644 index 00000000..cd56c6fd --- /dev/null +++ b/_archive/examples/graphics/mfizz/javascript-alt.svg @@ -0,0 +1,24 @@ + + + + + + diff --git a/_archive/examples/graphics/mfizz/javascript.svg b/_archive/examples/graphics/mfizz/javascript.svg new file mode 100644 index 00000000..fa26fb19 --- /dev/null +++ b/_archive/examples/graphics/mfizz/javascript.svg @@ -0,0 +1,29 @@ + + + + + + + + + + diff --git a/_archive/examples/graphics/mfizz/jetty.svg b/_archive/examples/graphics/mfizz/jetty.svg new file mode 100644 index 00000000..596a94b5 --- /dev/null +++ b/_archive/examples/graphics/mfizz/jetty.svg @@ -0,0 +1,17 @@ + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/_archive/examples/graphics/mfizz/jquery.svg b/_archive/examples/graphics/mfizz/jquery.svg new file mode 100644 index 00000000..6375e3d8 --- /dev/null +++ b/_archive/examples/graphics/mfizz/jquery.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_archive/examples/graphics/mfizz/kde.svg b/_archive/examples/graphics/mfizz/kde.svg new file mode 100644 index 00000000..22bc2633 --- /dev/null +++ b/_archive/examples/graphics/mfizz/kde.svg @@ -0,0 +1,14 @@ + + + + + + image/svg+xml + + + + + + + + diff --git a/_archive/examples/graphics/mfizz/laravel.svg b/_archive/examples/graphics/mfizz/laravel.svg new file mode 100644 index 00000000..f6ba507c --- /dev/null +++ b/_archive/examples/graphics/mfizz/laravel.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + diff --git a/_archive/examples/graphics/mfizz/line-graph.svg b/_archive/examples/graphics/mfizz/line-graph.svg new file mode 100644 index 00000000..22248582 --- /dev/null +++ b/_archive/examples/graphics/mfizz/line-graph.svg @@ -0,0 +1,26 @@ + + + +image/svg+xml + + + \ No newline at end of file diff --git a/_archive/examples/graphics/mfizz/linux-mint.svg b/_archive/examples/graphics/mfizz/linux-mint.svg new file mode 100644 index 00000000..d1a59239 --- /dev/null +++ b/_archive/examples/graphics/mfizz/linux-mint.svg @@ -0,0 +1,17 @@ + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/_archive/examples/graphics/mfizz/looking.svg b/_archive/examples/graphics/mfizz/looking.svg new file mode 100644 index 00000000..06e3179b --- /dev/null +++ b/_archive/examples/graphics/mfizz/looking.svg @@ -0,0 +1,6 @@ +image/svg+xml + + + + + diff --git a/_archive/examples/graphics/mfizz/magento.svg b/_archive/examples/graphics/mfizz/magento.svg new file mode 100644 index 00000000..4327e815 --- /dev/null +++ b/_archive/examples/graphics/mfizz/magento.svg @@ -0,0 +1,56 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/_archive/examples/graphics/mfizz/mariadb.svg b/_archive/examples/graphics/mfizz/mariadb.svg new file mode 100644 index 00000000..af0e8eec --- /dev/null +++ b/_archive/examples/graphics/mfizz/mariadb.svg @@ -0,0 +1,18 @@ + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/_archive/examples/graphics/mfizz/maven.svg b/_archive/examples/graphics/mfizz/maven.svg new file mode 100644 index 00000000..0dbd178b --- /dev/null +++ b/_archive/examples/graphics/mfizz/maven.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/_archive/examples/graphics/mfizz/microscope.svg b/_archive/examples/graphics/mfizz/microscope.svg new file mode 100644 index 00000000..c1670cce --- /dev/null +++ b/_archive/examples/graphics/mfizz/microscope.svg @@ -0,0 +1,5 @@ + +image/svg+xml + + + diff --git a/_archive/examples/graphics/mfizz/mobile-device.svg b/_archive/examples/graphics/mfizz/mobile-device.svg new file mode 100644 index 00000000..708fc4ea --- /dev/null +++ b/_archive/examples/graphics/mfizz/mobile-device.svg @@ -0,0 +1,3 @@ +image/svg+xml + + diff --git a/_archive/examples/graphics/mfizz/mobile-phone-alt.svg b/_archive/examples/graphics/mfizz/mobile-phone-alt.svg new file mode 100755 index 00000000..094593d5 --- /dev/null +++ b/_archive/examples/graphics/mfizz/mobile-phone-alt.svg @@ -0,0 +1,11 @@ +image/svg+xml + + + + + + + + + + diff --git a/_archive/examples/graphics/mfizz/mobile-phone-broadcast.svg b/_archive/examples/graphics/mfizz/mobile-phone-broadcast.svg new file mode 100755 index 00000000..f39e33da --- /dev/null +++ b/_archive/examples/graphics/mfizz/mobile-phone-broadcast.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/_archive/examples/graphics/mfizz/mongodb.svg b/_archive/examples/graphics/mfizz/mongodb.svg new file mode 100644 index 00000000..71c19d73 --- /dev/null +++ b/_archive/examples/graphics/mfizz/mongodb.svg @@ -0,0 +1,12 @@ + + + + + + + diff --git a/_archive/examples/graphics/mfizz/mssql.svg b/_archive/examples/graphics/mfizz/mssql.svg new file mode 100644 index 00000000..70255989 --- /dev/null +++ b/_archive/examples/graphics/mfizz/mssql.svg @@ -0,0 +1,19 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/_archive/examples/graphics/mfizz/mysql-alt.svg b/_archive/examples/graphics/mfizz/mysql-alt.svg new file mode 100644 index 00000000..f2fb11e1 --- /dev/null +++ b/_archive/examples/graphics/mfizz/mysql-alt.svg @@ -0,0 +1,14 @@ + + + + + image/svg+xml + + + + + + + + + diff --git a/_archive/examples/graphics/mfizz/mysql.svg b/_archive/examples/graphics/mfizz/mysql.svg new file mode 100644 index 00000000..94488eac --- /dev/null +++ b/_archive/examples/graphics/mfizz/mysql.svg @@ -0,0 +1,17 @@ + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/_archive/examples/graphics/mfizz/netbsd.svg b/_archive/examples/graphics/mfizz/netbsd.svg new file mode 100644 index 00000000..17e71a8d --- /dev/null +++ b/_archive/examples/graphics/mfizz/netbsd.svg @@ -0,0 +1,14 @@ + + + + + image/svg+xml + + + + + + + + + diff --git a/_archive/examples/graphics/mfizz/nginx-alt.svg b/_archive/examples/graphics/mfizz/nginx-alt.svg new file mode 100644 index 00000000..2caa1691 --- /dev/null +++ b/_archive/examples/graphics/mfizz/nginx-alt.svg @@ -0,0 +1,14 @@ + + + + + + + image/svg+xml + + + + + + + diff --git a/_archive/examples/graphics/mfizz/nginx-alt2.svg b/_archive/examples/graphics/mfizz/nginx-alt2.svg new file mode 100644 index 00000000..5f2f98c2 --- /dev/null +++ b/_archive/examples/graphics/mfizz/nginx-alt2.svg @@ -0,0 +1,15 @@ + + + + + + + + image/svg+xml + + + + + + + diff --git a/_archive/examples/graphics/mfizz/nginx.svg b/_archive/examples/graphics/mfizz/nginx.svg new file mode 100644 index 00000000..e0200738 --- /dev/null +++ b/_archive/examples/graphics/mfizz/nginx.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/_archive/examples/graphics/mfizz/nodejs.svg b/_archive/examples/graphics/mfizz/nodejs.svg new file mode 100644 index 00000000..22b6118f --- /dev/null +++ b/_archive/examples/graphics/mfizz/nodejs.svg @@ -0,0 +1,2 @@ + +image/svg+xml diff --git a/_archive/examples/graphics/mfizz/npm.svg b/_archive/examples/graphics/mfizz/npm.svg new file mode 100644 index 00000000..216c5ba9 --- /dev/null +++ b/_archive/examples/graphics/mfizz/npm.svg @@ -0,0 +1,57 @@ + + + + + + + + + + image/svg+xml + + + + + + + diff --git a/_archive/examples/graphics/mfizz/objc.svg b/_archive/examples/graphics/mfizz/objc.svg new file mode 100644 index 00000000..5c28bdb7 --- /dev/null +++ b/_archive/examples/graphics/mfizz/objc.svg @@ -0,0 +1,3 @@ +image/svg+xml + + diff --git a/_archive/examples/graphics/mfizz/openshift.svg b/_archive/examples/graphics/mfizz/openshift.svg new file mode 100644 index 00000000..142859dc --- /dev/null +++ b/_archive/examples/graphics/mfizz/openshift.svg @@ -0,0 +1,68 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/_archive/examples/graphics/mfizz/oracle-alt.svg b/_archive/examples/graphics/mfizz/oracle-alt.svg new file mode 100644 index 00000000..038a5fda --- /dev/null +++ b/_archive/examples/graphics/mfizz/oracle-alt.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/_archive/examples/graphics/mfizz/oracle.svg b/_archive/examples/graphics/mfizz/oracle.svg new file mode 100644 index 00000000..e5b6e1fb --- /dev/null +++ b/_archive/examples/graphics/mfizz/oracle.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/_archive/examples/graphics/mfizz/osx.svg b/_archive/examples/graphics/mfizz/osx.svg new file mode 100644 index 00000000..7e01c77e --- /dev/null +++ b/_archive/examples/graphics/mfizz/osx.svg @@ -0,0 +1,14 @@ + + + + + + image/svg+xml + + + + + + + + diff --git a/_archive/examples/graphics/mfizz/perl.svg b/_archive/examples/graphics/mfizz/perl.svg new file mode 100644 index 00000000..8406403c --- /dev/null +++ b/_archive/examples/graphics/mfizz/perl.svg @@ -0,0 +1,14 @@ + + + + + + image/svg+xml + + + + + + + + diff --git a/_archive/examples/graphics/mfizz/phone-alt.svg b/_archive/examples/graphics/mfizz/phone-alt.svg new file mode 100644 index 00000000..7da1291c --- /dev/null +++ b/_archive/examples/graphics/mfizz/phone-alt.svg @@ -0,0 +1,13 @@ + + + + + + + + diff --git a/_archive/examples/graphics/mfizz/phone-gap.svg b/_archive/examples/graphics/mfizz/phone-gap.svg new file mode 100644 index 00000000..5a6692bc --- /dev/null +++ b/_archive/examples/graphics/mfizz/phone-gap.svg @@ -0,0 +1,50 @@ + + + + + + + + + diff --git a/_archive/examples/graphics/mfizz/phone-retro.svg b/_archive/examples/graphics/mfizz/phone-retro.svg new file mode 100755 index 00000000..20132462 --- /dev/null +++ b/_archive/examples/graphics/mfizz/phone-retro.svg @@ -0,0 +1,46 @@ +image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_archive/examples/graphics/mfizz/php-alt.svg b/_archive/examples/graphics/mfizz/php-alt.svg new file mode 100644 index 00000000..5064f3a0 --- /dev/null +++ b/_archive/examples/graphics/mfizz/php-alt.svg @@ -0,0 +1,4 @@ + +image/svg+xml + + diff --git a/_archive/examples/graphics/mfizz/php.svg b/_archive/examples/graphics/mfizz/php.svg new file mode 100644 index 00000000..d1c0f7d6 --- /dev/null +++ b/_archive/examples/graphics/mfizz/php.svg @@ -0,0 +1,17 @@ + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/_archive/examples/graphics/mfizz/playframework-alt.svg b/_archive/examples/graphics/mfizz/playframework-alt.svg new file mode 100644 index 00000000..6026b70b --- /dev/null +++ b/_archive/examples/graphics/mfizz/playframework-alt.svg @@ -0,0 +1,19 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/_archive/examples/graphics/mfizz/playframework.svg b/_archive/examples/graphics/mfizz/playframework.svg new file mode 100644 index 00000000..18e8d47f --- /dev/null +++ b/_archive/examples/graphics/mfizz/playframework.svg @@ -0,0 +1,20 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/_archive/examples/graphics/mfizz/plone.svg b/_archive/examples/graphics/mfizz/plone.svg new file mode 100644 index 00000000..b92e9906 --- /dev/null +++ b/_archive/examples/graphics/mfizz/plone.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + diff --git a/_archive/examples/graphics/mfizz/postgres-alt.svg b/_archive/examples/graphics/mfizz/postgres-alt.svg new file mode 100644 index 00000000..0b863ca7 --- /dev/null +++ b/_archive/examples/graphics/mfizz/postgres-alt.svg @@ -0,0 +1,5 @@ +image/svg+xml + + + + diff --git a/_archive/examples/graphics/mfizz/postgres.svg b/_archive/examples/graphics/mfizz/postgres.svg new file mode 100644 index 00000000..1025662c --- /dev/null +++ b/_archive/examples/graphics/mfizz/postgres.svg @@ -0,0 +1,5 @@ +image/svg+xml + + + + diff --git a/_archive/examples/graphics/mfizz/python.svg b/_archive/examples/graphics/mfizz/python.svg new file mode 100644 index 00000000..ade31b9e --- /dev/null +++ b/_archive/examples/graphics/mfizz/python.svg @@ -0,0 +1,17 @@ + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/_archive/examples/graphics/mfizz/raspberrypi.svg b/_archive/examples/graphics/mfizz/raspberrypi.svg new file mode 100644 index 00000000..f8242918 --- /dev/null +++ b/_archive/examples/graphics/mfizz/raspberrypi.svg @@ -0,0 +1,13 @@ + + + + + + image/svg+xml + + + + + + + diff --git a/_archive/examples/graphics/mfizz/reactjs.svg b/_archive/examples/graphics/mfizz/reactjs.svg new file mode 100644 index 00000000..02e82db0 --- /dev/null +++ b/_archive/examples/graphics/mfizz/reactjs.svg @@ -0,0 +1,51 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/_archive/examples/graphics/mfizz/redhat.svg b/_archive/examples/graphics/mfizz/redhat.svg new file mode 100644 index 00000000..d7a810ad --- /dev/null +++ b/_archive/examples/graphics/mfizz/redhat.svg @@ -0,0 +1,5 @@ + +image/svg+xml + + + diff --git a/_archive/examples/graphics/mfizz/redis.svg b/_archive/examples/graphics/mfizz/redis.svg new file mode 100644 index 00000000..67addd25 --- /dev/null +++ b/_archive/examples/graphics/mfizz/redis.svg @@ -0,0 +1,3 @@ + + +image/svg+xml diff --git a/_archive/examples/graphics/mfizz/ruby-on-rails-alt.svg b/_archive/examples/graphics/mfizz/ruby-on-rails-alt.svg new file mode 100644 index 00000000..3ee8fa26 --- /dev/null +++ b/_archive/examples/graphics/mfizz/ruby-on-rails-alt.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_archive/examples/graphics/mfizz/ruby-on-rails.svg b/_archive/examples/graphics/mfizz/ruby-on-rails.svg new file mode 100644 index 00000000..9cbc8b0c --- /dev/null +++ b/_archive/examples/graphics/mfizz/ruby-on-rails.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_archive/examples/graphics/mfizz/ruby.svg b/_archive/examples/graphics/mfizz/ruby.svg new file mode 100644 index 00000000..d2498128 --- /dev/null +++ b/_archive/examples/graphics/mfizz/ruby.svg @@ -0,0 +1,72 @@ + + + +image/svg+xml + + + + + + + + + + + + + + \ No newline at end of file diff --git a/_archive/examples/graphics/mfizz/rust.svg b/_archive/examples/graphics/mfizz/rust.svg new file mode 100644 index 00000000..6f1051dd --- /dev/null +++ b/_archive/examples/graphics/mfizz/rust.svg @@ -0,0 +1,14 @@ + + + + + + + image/svg+xml + + + + + + + diff --git a/_archive/examples/graphics/mfizz/sass.svg b/_archive/examples/graphics/mfizz/sass.svg new file mode 100644 index 00000000..2eb64576 --- /dev/null +++ b/_archive/examples/graphics/mfizz/sass.svg @@ -0,0 +1,51 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/_archive/examples/graphics/mfizz/satellite.svg b/_archive/examples/graphics/mfizz/satellite.svg new file mode 100644 index 00000000..0b301acb --- /dev/null +++ b/_archive/examples/graphics/mfizz/satellite.svg @@ -0,0 +1,3 @@ +image/svg+xml + + diff --git a/_archive/examples/graphics/mfizz/scala-alt.svg b/_archive/examples/graphics/mfizz/scala-alt.svg new file mode 100644 index 00000000..0f0fe764 --- /dev/null +++ b/_archive/examples/graphics/mfizz/scala-alt.svg @@ -0,0 +1,17 @@ + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/_archive/examples/graphics/mfizz/scala.svg b/_archive/examples/graphics/mfizz/scala.svg new file mode 100644 index 00000000..e5bdf63a --- /dev/null +++ b/_archive/examples/graphics/mfizz/scala.svg @@ -0,0 +1,14 @@ + + + + + image/svg+xml + + + + + + + + + diff --git a/_archive/examples/graphics/mfizz/script-alt.svg b/_archive/examples/graphics/mfizz/script-alt.svg new file mode 100644 index 00000000..de4c8bce --- /dev/null +++ b/_archive/examples/graphics/mfizz/script-alt.svg @@ -0,0 +1,3 @@ +image/svg+xml + + diff --git a/_archive/examples/graphics/mfizz/script.svg b/_archive/examples/graphics/mfizz/script.svg new file mode 100644 index 00000000..ea6c03f8 --- /dev/null +++ b/_archive/examples/graphics/mfizz/script.svg @@ -0,0 +1,4 @@ +image/svg+xml + + + diff --git a/_archive/examples/graphics/mfizz/shell.svg b/_archive/examples/graphics/mfizz/shell.svg new file mode 100755 index 00000000..3365f3fb --- /dev/null +++ b/_archive/examples/graphics/mfizz/shell.svg @@ -0,0 +1,7 @@ +image/svg+xml + + + + + + diff --git a/_archive/examples/graphics/mfizz/sitefinity.svg b/_archive/examples/graphics/mfizz/sitefinity.svg new file mode 100644 index 00000000..f7841795 --- /dev/null +++ b/_archive/examples/graphics/mfizz/sitefinity.svg @@ -0,0 +1,10 @@ + + + +sitefinitity-logo + + + + diff --git a/_archive/examples/graphics/mfizz/solaris.svg b/_archive/examples/graphics/mfizz/solaris.svg new file mode 100644 index 00000000..7fa8abe0 --- /dev/null +++ b/_archive/examples/graphics/mfizz/solaris.svg @@ -0,0 +1,19 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/_archive/examples/graphics/mfizz/splatter.svg b/_archive/examples/graphics/mfizz/splatter.svg new file mode 100644 index 00000000..708e6a89 --- /dev/null +++ b/_archive/examples/graphics/mfizz/splatter.svg @@ -0,0 +1,6 @@ +image/svg+xml + + + + + diff --git a/_archive/examples/graphics/mfizz/spring.svg b/_archive/examples/graphics/mfizz/spring.svg new file mode 100644 index 00000000..8b6e6588 --- /dev/null +++ b/_archive/examples/graphics/mfizz/spring.svg @@ -0,0 +1,36 @@ + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/_archive/examples/graphics/mfizz/suse.svg b/_archive/examples/graphics/mfizz/suse.svg new file mode 100644 index 00000000..3e3ae51f --- /dev/null +++ b/_archive/examples/graphics/mfizz/suse.svg @@ -0,0 +1,37 @@ + + + + + + + + + unsorted + + + + + Open Clip Art Library, Source: Wikimedia Commons, Source: Wikimedia Commons, Source: Wikimedia Commons, Source: Wikimedia Commons + + + + + + + + + + + + + + image/svg+xml + + + en + + + + + + diff --git a/_archive/examples/graphics/mfizz/svg.svg b/_archive/examples/graphics/mfizz/svg.svg new file mode 100644 index 00000000..de74dfd2 --- /dev/null +++ b/_archive/examples/graphics/mfizz/svg.svg @@ -0,0 +1,28 @@ + + + + + + diff --git a/_archive/examples/graphics/mfizz/symfony.svg b/_archive/examples/graphics/mfizz/symfony.svg new file mode 100644 index 00000000..461322b9 --- /dev/null +++ b/_archive/examples/graphics/mfizz/symfony.svg @@ -0,0 +1,27 @@ + + + + + + + + + diff --git a/_archive/examples/graphics/mfizz/tomcat.svg b/_archive/examples/graphics/mfizz/tomcat.svg new file mode 100644 index 00000000..baf1d131 --- /dev/null +++ b/_archive/examples/graphics/mfizz/tomcat.svg @@ -0,0 +1,4 @@ + + +image/svg+xml + diff --git a/_archive/examples/graphics/mfizz/ubuntu.svg b/_archive/examples/graphics/mfizz/ubuntu.svg new file mode 100644 index 00000000..b2028785 --- /dev/null +++ b/_archive/examples/graphics/mfizz/ubuntu.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + Source: Wikimedia Commons, Source: Wikimedia Commons, Source: Wikimedia Commons, Source: Wikimedia Commons + + + + + + + + + + + + + + image/svg+xml + + + en + + + + + diff --git a/_archive/examples/graphics/mfizz/unity.svg b/_archive/examples/graphics/mfizz/unity.svg new file mode 100644 index 00000000..f9df2753 --- /dev/null +++ b/_archive/examples/graphics/mfizz/unity.svg @@ -0,0 +1,10 @@ + + + + + + + diff --git a/_archive/examples/graphics/mfizz/wireless.svg b/_archive/examples/graphics/mfizz/wireless.svg new file mode 100644 index 00000000..dbddb102 --- /dev/null +++ b/_archive/examples/graphics/mfizz/wireless.svg @@ -0,0 +1,6 @@ +image/svg+xml + + + + + diff --git a/_archive/examples/graphics/mfizz/wordpress.svg b/_archive/examples/graphics/mfizz/wordpress.svg new file mode 100644 index 00000000..225940f2 --- /dev/null +++ b/_archive/examples/graphics/mfizz/wordpress.svg @@ -0,0 +1,15 @@ + + + + + + diff --git a/_archive/examples/graphics/mfizz/x11.svg b/_archive/examples/graphics/mfizz/x11.svg new file mode 100644 index 00000000..eacf770e --- /dev/null +++ b/_archive/examples/graphics/mfizz/x11.svg @@ -0,0 +1,24 @@ + +image/svg+xml \ No newline at end of file diff --git a/_archive/examples/ios/AppDelegate.swift b/_archive/examples/ios/AppDelegate.swift new file mode 100644 index 00000000..398821ba --- /dev/null +++ b/_archive/examples/ios/AppDelegate.swift @@ -0,0 +1,34 @@ +import UIKit + +@UIApplicationMain +class AppDelegate: UIResponder, UIApplicationDelegate { + + var window: UIWindow? + + func application(_: UIApplication, didFinishLaunchingWithOptions _: [UIApplicationLaunchOptionsKey: Any]?) -> Bool { + // Override point for customization after application launch. + return true + } + + func applicationWillResignActive(_: UIApplication) { + // Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state. + // Use this method to pause ongoing tasks, disable timers, and invalidate graphics rendering callbacks. Games should use this method to pause the game. + } + + func applicationDidEnterBackground(_: UIApplication) { + // Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later. + // If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits. + } + + func applicationWillEnterForeground(_: UIApplication) { + // Called as part of the transition from the background to the active state; here you can undo many of the changes made on entering the background. + } + + func applicationDidBecomeActive(_: UIApplication) { + // Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface. + } + + func applicationWillTerminate(_: UIApplication) { + // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:. + } +} diff --git a/examples/ios/Base.lproj/LaunchScreen.storyboard b/_archive/examples/ios/Base.lproj/LaunchScreen.storyboard similarity index 100% rename from examples/ios/Base.lproj/LaunchScreen.storyboard rename to _archive/examples/ios/Base.lproj/LaunchScreen.storyboard diff --git a/examples/ios/Base.lproj/Main.storyboard b/_archive/examples/ios/Base.lproj/Main.storyboard similarity index 100% rename from examples/ios/Base.lproj/Main.storyboard rename to _archive/examples/ios/Base.lproj/Main.storyboard diff --git a/examples/ios/Info.plist b/_archive/examples/ios/Info.plist similarity index 100% rename from examples/ios/Info.plist rename to _archive/examples/ios/Info.plist diff --git a/_archive/examples/ios/ViewController.swift b/_archive/examples/ios/ViewController.swift new file mode 100644 index 00000000..40f0777c --- /dev/null +++ b/_archive/examples/ios/ViewController.swift @@ -0,0 +1,14 @@ +import UIKit + +class ViewController: UIViewController { + + override func viewDidLoad() { + super.viewDidLoad() + // Do any additional setup after loading the view, typically from a nib. + } + + override func didReceiveMemoryWarning() { + super.didReceiveMemoryWarning() + // Dispose of any resources that can be recreated. + } +} diff --git a/_archive/examples/macos/AppDelegate.swift b/_archive/examples/macos/AppDelegate.swift new file mode 100644 index 00000000..1964a959 --- /dev/null +++ b/_archive/examples/macos/AppDelegate.swift @@ -0,0 +1,15 @@ +import Cocoa + +@NSApplicationMain +class AppDelegate: NSObject, NSApplicationDelegate { + + @IBOutlet weak var window: NSWindow! + + func applicationDidFinishLaunching(_: Notification) { + // Insert code here to initialize your application + } + + func applicationWillTerminate(_: Notification) { + // Insert code here to tear down your application + } +} diff --git a/examples/macos/Base.lproj/MainMenu.xib b/_archive/examples/macos/Base.lproj/MainMenu.xib similarity index 100% rename from examples/macos/Base.lproj/MainMenu.xib rename to _archive/examples/macos/Base.lproj/MainMenu.xib diff --git a/examples/macos/Info.plist b/_archive/examples/macos/Info.plist similarity index 100% rename from examples/macos/Info.plist rename to _archive/examples/macos/Info.plist diff --git a/examples/shasum b/_archive/examples/shasum similarity index 100% rename from examples/shasum rename to _archive/examples/shasum diff --git a/examples/watchos/application/Base.lproj/Interface.storyboard b/_archive/examples/watchos/application/Base.lproj/Interface.storyboard similarity index 100% rename from examples/watchos/application/Base.lproj/Interface.storyboard rename to _archive/examples/watchos/application/Base.lproj/Interface.storyboard diff --git a/examples/watchos/application/Info.plist b/_archive/examples/watchos/application/Info.plist similarity index 100% rename from examples/watchos/application/Info.plist rename to _archive/examples/watchos/application/Info.plist diff --git a/_archive/examples/watchos/extension/ExtensionDelegate.swift b/_archive/examples/watchos/extension/ExtensionDelegate.swift new file mode 100644 index 00000000..b92e688d --- /dev/null +++ b/_archive/examples/watchos/extension/ExtensionDelegate.swift @@ -0,0 +1,42 @@ +import WatchKit + +class ExtensionDelegate: NSObject, WKExtensionDelegate { + + func applicationDidFinishLaunching() { + // Perform any final initialization of your application. + } + + func applicationDidBecomeActive() { + // Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface. + } + + func applicationWillResignActive() { + // Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state. + // Use this method to pause ongoing tasks, disable timers, etc. + } + + @available(watchOSApplicationExtension 3.0, *) + func handle(_ backgroundTasks: Set) { + // Sent when the system needs to launch the application in the background to process tasks. Tasks arrive in a set, so loop through and process each one. + for task in backgroundTasks { + // Use a switch statement to check the task type + switch task { + case let backgroundTask as WKApplicationRefreshBackgroundTask: + // Be sure to complete the background task once you’re done. + backgroundTask.setTaskCompleted() + case let snapshotTask as WKSnapshotRefreshBackgroundTask: + // Snapshot tasks have a unique completion call, make sure to set your expiration date + snapshotTask.setTaskCompleted(restoredDefaultState: true, estimatedSnapshotExpiration: Date.distantFuture, userInfo: nil) + case let connectivityTask as WKWatchConnectivityRefreshBackgroundTask: + // Be sure to complete the connectivity task once you’re done. + connectivityTask.setTaskCompleted() + case let urlSessionTask as WKURLSessionRefreshBackgroundTask: + // Be sure to complete the URL session task once you’re done. + urlSessionTask.setTaskCompleted() + default: + // make sure to complete unhandled task types + task.setTaskCompleted() + } + } + } +} diff --git a/examples/watchos/extension/Info.plist b/_archive/examples/watchos/extension/Info.plist similarity index 100% rename from examples/watchos/extension/Info.plist rename to _archive/examples/watchos/extension/Info.plist diff --git a/_archive/examples/watchos/extension/InterfaceController.swift b/_archive/examples/watchos/extension/InterfaceController.swift new file mode 100644 index 00000000..ca313bd3 --- /dev/null +++ b/_archive/examples/watchos/extension/InterfaceController.swift @@ -0,0 +1,21 @@ +import WatchKit +import Foundation + +class InterfaceController: WKInterfaceController { + + override func awake(withContext context: Any?) { + super.awake(withContext: context) + + // Configure interface objects here. + } + + override func willActivate() { + // This method is called when watch view controller is about to be visible to user + super.willActivate() + } + + override func didDeactivate() { + // This method is called when watch view controller is no longer visible + super.didDeactivate() + } +} diff --git a/exportOptions.plist b/_archive/exportOptions.plist similarity index 100% rename from exportOptions.plist rename to _archive/exportOptions.plist diff --git a/frameworks/cairosvg/CairoColorProtocol.h b/_archive/frameworks/cairosvg/CairoColorProtocol.h similarity index 100% rename from frameworks/cairosvg/CairoColorProtocol.h rename to _archive/frameworks/cairosvg/CairoColorProtocol.h diff --git a/frameworks/cairosvg/CairoInterface.h b/_archive/frameworks/cairosvg/CairoInterface.h similarity index 100% rename from frameworks/cairosvg/CairoInterface.h rename to _archive/frameworks/cairosvg/CairoInterface.h diff --git a/frameworks/cairosvg/CairoInterface.m b/_archive/frameworks/cairosvg/CairoInterface.m similarity index 100% rename from frameworks/cairosvg/CairoInterface.m rename to _archive/frameworks/cairosvg/CairoInterface.m diff --git a/frameworks/cairosvg/CairoSVG.h b/_archive/frameworks/cairosvg/CairoSVG.h similarity index 100% rename from frameworks/cairosvg/CairoSVG.h rename to _archive/frameworks/cairosvg/CairoSVG.h diff --git a/frameworks/cairosvg/CairoSVGBridge.h b/_archive/frameworks/cairosvg/CairoSVGBridge.h similarity index 100% rename from frameworks/cairosvg/CairoSVGBridge.h rename to _archive/frameworks/cairosvg/CairoSVGBridge.h diff --git a/frameworks/cairosvg/CairoSize.h b/_archive/frameworks/cairosvg/CairoSize.h similarity index 100% rename from frameworks/cairosvg/CairoSize.h rename to _archive/frameworks/cairosvg/CairoSize.h diff --git a/frameworks/cairosvg/Dimension.h b/_archive/frameworks/cairosvg/Dimension.h similarity index 100% rename from frameworks/cairosvg/Dimension.h rename to _archive/frameworks/cairosvg/Dimension.h diff --git a/frameworks/cairosvg/GeometryDimension.h b/_archive/frameworks/cairosvg/GeometryDimension.h similarity index 100% rename from frameworks/cairosvg/GeometryDimension.h rename to _archive/frameworks/cairosvg/GeometryDimension.h diff --git a/_archive/frameworks/cairosvg/GlibError.h b/_archive/frameworks/cairosvg/GlibError.h new file mode 100644 index 00000000..d2df763e --- /dev/null +++ b/_archive/frameworks/cairosvg/GlibError.h @@ -0,0 +1,17 @@ +// +// GlibError.h +// CairoSVG +// +// Created by Leo Dion on 10/12/17. +// Copyright © 2017 Bright Digit, LLC. All rights reserved. +// + +#import +#import "rsvg.h" + +NS_ASSUME_NONNULL_BEGIN +@interface GlibError : NSError +@property (readonly) GError * _Nonnull gerror; +- (id) initWithGError: (GError * _Nonnull) gerror; +@end +NS_ASSUME_NONNULL_END diff --git a/_archive/frameworks/cairosvg/GlibError.m b/_archive/frameworks/cairosvg/GlibError.m new file mode 100644 index 00000000..9878fd1f --- /dev/null +++ b/_archive/frameworks/cairosvg/GlibError.m @@ -0,0 +1,27 @@ +// +// GlibError.m +// CairoSVG +// +// Created by Leo Dion on 10/12/17. +// Copyright © 2017 Bright Digit, LLC. All rights reserved. +// + +#import "GlibError.h" + +@implementation GlibError + +GError * _gerror; + +- (GError*) gerror { + return _gerror; +} + +- (id) initWithGError:(GError *)gerror { + self = [super initWithDomain:@"CairoErrorDomain" code:100 userInfo:nil]; + if (self) { + _gerror = gerror; + } + return self; +} + +@end diff --git a/frameworks/cairosvg/ImageFileFormat.h b/_archive/frameworks/cairosvg/ImageFileFormat.h similarity index 100% rename from frameworks/cairosvg/ImageFileFormat.h rename to _archive/frameworks/cairosvg/ImageFileFormat.h diff --git a/frameworks/cairosvg/ImageFileProtocol.h b/_archive/frameworks/cairosvg/ImageFileProtocol.h similarity index 100% rename from frameworks/cairosvg/ImageFileProtocol.h rename to _archive/frameworks/cairosvg/ImageFileProtocol.h diff --git a/frameworks/cairosvg/ImageHandle.h b/_archive/frameworks/cairosvg/ImageHandle.h similarity index 100% rename from frameworks/cairosvg/ImageHandle.h rename to _archive/frameworks/cairosvg/ImageHandle.h diff --git a/frameworks/cairosvg/ImageHandleBuilder.h b/_archive/frameworks/cairosvg/ImageHandleBuilder.h similarity index 100% rename from frameworks/cairosvg/ImageHandleBuilder.h rename to _archive/frameworks/cairosvg/ImageHandleBuilder.h diff --git a/frameworks/cairosvg/ImageHandleBuilder.m b/_archive/frameworks/cairosvg/ImageHandleBuilder.m similarity index 80% rename from frameworks/cairosvg/ImageHandleBuilder.m rename to _archive/frameworks/cairosvg/ImageHandleBuilder.m index 5bf2e6db..e6f5199e 100644 --- a/frameworks/cairosvg/ImageHandleBuilder.m +++ b/_archive/frameworks/cairosvg/ImageHandleBuilder.m @@ -9,7 +9,7 @@ #import "rsvg.h" #import "SVGImageHandle.h" #import "PNGImageHandle.h" -#import "NSError+GError.h" +#import "GlibError.h" @implementation ImageHandleBuilder @@ -33,12 +33,8 @@ + (ImageHandleBuilder*) shared { { case kSvg: rsvgHandle = rsvg_handle_new_from_file(file.url.path.UTF8String , &gerror); - if (gerror != nil) { - *error = [[NSError alloc] initWithGError: gerror withURL:file.url]; - return nil; - } else { - return [[SVGImageHandle alloc] initWithRsvgHandle: rsvgHandle]; - } + *error = [[GlibError alloc] initWithGError: gerror]; + return [[SVGImageHandle alloc] initWithRsvgHandle: rsvgHandle]; case kPng: sourceSurface = cairo_image_surface_create_from_png(file.url.path.UTF8String); return [[PNGImageHandle alloc] initWithSurface: sourceSurface]; diff --git a/frameworks/cairosvg/ImageSpecificationProtocol.h b/_archive/frameworks/cairosvg/ImageSpecificationProtocol.h similarity index 100% rename from frameworks/cairosvg/ImageSpecificationProtocol.h rename to _archive/frameworks/cairosvg/ImageSpecificationProtocol.h diff --git a/frameworks/cairosvg/Info.plist b/_archive/frameworks/cairosvg/Info.plist similarity index 100% rename from frameworks/cairosvg/Info.plist rename to _archive/frameworks/cairosvg/Info.plist diff --git a/frameworks/cairosvg/PDFSurface.h b/_archive/frameworks/cairosvg/PDFSurface.h similarity index 100% rename from frameworks/cairosvg/PDFSurface.h rename to _archive/frameworks/cairosvg/PDFSurface.h diff --git a/frameworks/cairosvg/PDFSurface.m b/_archive/frameworks/cairosvg/PDFSurface.m similarity index 100% rename from frameworks/cairosvg/PDFSurface.m rename to _archive/frameworks/cairosvg/PDFSurface.m diff --git a/frameworks/cairosvg/PNGImageHandle.h b/_archive/frameworks/cairosvg/PNGImageHandle.h similarity index 100% rename from frameworks/cairosvg/PNGImageHandle.h rename to _archive/frameworks/cairosvg/PNGImageHandle.h diff --git a/frameworks/cairosvg/PNGImageHandle.m b/_archive/frameworks/cairosvg/PNGImageHandle.m similarity index 100% rename from frameworks/cairosvg/PNGImageHandle.m rename to _archive/frameworks/cairosvg/PNGImageHandle.m diff --git a/frameworks/cairosvg/PNGSurface.h b/_archive/frameworks/cairosvg/PNGSurface.h similarity index 100% rename from frameworks/cairosvg/PNGSurface.h rename to _archive/frameworks/cairosvg/PNGSurface.h diff --git a/frameworks/cairosvg/PNGSurface.m b/_archive/frameworks/cairosvg/PNGSurface.m similarity index 100% rename from frameworks/cairosvg/PNGSurface.m rename to _archive/frameworks/cairosvg/PNGSurface.m diff --git a/frameworks/cairosvg/SVGImageHandle.h b/_archive/frameworks/cairosvg/SVGImageHandle.h similarity index 100% rename from frameworks/cairosvg/SVGImageHandle.h rename to _archive/frameworks/cairosvg/SVGImageHandle.h diff --git a/frameworks/cairosvg/SVGImageHandle.m b/_archive/frameworks/cairosvg/SVGImageHandle.m similarity index 100% rename from frameworks/cairosvg/SVGImageHandle.m rename to _archive/frameworks/cairosvg/SVGImageHandle.m diff --git a/frameworks/cairosvg/SpeculidCairo.h b/_archive/frameworks/cairosvg/SpeculidCairo.h similarity index 100% rename from frameworks/cairosvg/SpeculidCairo.h rename to _archive/frameworks/cairosvg/SpeculidCairo.h diff --git a/frameworks/cairosvg/SurfaceHandle.h b/_archive/frameworks/cairosvg/SurfaceHandle.h similarity index 100% rename from frameworks/cairosvg/SurfaceHandle.h rename to _archive/frameworks/cairosvg/SurfaceHandle.h diff --git a/frameworks/cairosvg/SurfaceHandleBuilder.h b/_archive/frameworks/cairosvg/SurfaceHandleBuilder.h similarity index 100% rename from frameworks/cairosvg/SurfaceHandleBuilder.h rename to _archive/frameworks/cairosvg/SurfaceHandleBuilder.h diff --git a/frameworks/cairosvg/SurfaceHandleBuilder.m b/_archive/frameworks/cairosvg/SurfaceHandleBuilder.m similarity index 100% rename from frameworks/cairosvg/SurfaceHandleBuilder.m rename to _archive/frameworks/cairosvg/SurfaceHandleBuilder.m diff --git a/frameworks/cairosvg/cairo.h b/_archive/frameworks/cairosvg/cairo.h similarity index 100% rename from frameworks/cairosvg/cairo.h rename to _archive/frameworks/cairosvg/cairo.h diff --git a/frameworks/cairosvg/dependencies/cairo/1.14.12/include/cairo/cairo-deprecated.h b/_archive/frameworks/cairosvg/dependencies/cairo/1.14.12/include/cairo/cairo-deprecated.h similarity index 100% rename from frameworks/cairosvg/dependencies/cairo/1.14.12/include/cairo/cairo-deprecated.h rename to _archive/frameworks/cairosvg/dependencies/cairo/1.14.12/include/cairo/cairo-deprecated.h diff --git a/frameworks/cairosvg/dependencies/cairo/1.14.12/include/cairo/cairo-features.h b/_archive/frameworks/cairosvg/dependencies/cairo/1.14.12/include/cairo/cairo-features.h similarity index 100% rename from frameworks/cairosvg/dependencies/cairo/1.14.12/include/cairo/cairo-features.h rename to _archive/frameworks/cairosvg/dependencies/cairo/1.14.12/include/cairo/cairo-features.h diff --git a/frameworks/cairosvg/dependencies/cairo/1.14.12/include/cairo/cairo-ft.h b/_archive/frameworks/cairosvg/dependencies/cairo/1.14.12/include/cairo/cairo-ft.h similarity index 100% rename from frameworks/cairosvg/dependencies/cairo/1.14.12/include/cairo/cairo-ft.h rename to _archive/frameworks/cairosvg/dependencies/cairo/1.14.12/include/cairo/cairo-ft.h diff --git a/frameworks/cairosvg/dependencies/cairo/1.14.12/include/cairo/cairo-gobject.h b/_archive/frameworks/cairosvg/dependencies/cairo/1.14.12/include/cairo/cairo-gobject.h similarity index 100% rename from frameworks/cairosvg/dependencies/cairo/1.14.12/include/cairo/cairo-gobject.h rename to _archive/frameworks/cairosvg/dependencies/cairo/1.14.12/include/cairo/cairo-gobject.h diff --git a/frameworks/cairosvg/dependencies/cairo/1.14.12/include/cairo/cairo-pdf.h b/_archive/frameworks/cairosvg/dependencies/cairo/1.14.12/include/cairo/cairo-pdf.h similarity index 100% rename from frameworks/cairosvg/dependencies/cairo/1.14.12/include/cairo/cairo-pdf.h rename to _archive/frameworks/cairosvg/dependencies/cairo/1.14.12/include/cairo/cairo-pdf.h diff --git a/frameworks/cairosvg/dependencies/cairo/1.14.12/include/cairo/cairo-ps.h b/_archive/frameworks/cairosvg/dependencies/cairo/1.14.12/include/cairo/cairo-ps.h similarity index 100% rename from frameworks/cairosvg/dependencies/cairo/1.14.12/include/cairo/cairo-ps.h rename to _archive/frameworks/cairosvg/dependencies/cairo/1.14.12/include/cairo/cairo-ps.h diff --git a/frameworks/cairosvg/dependencies/cairo/1.14.12/include/cairo/cairo-quartz-image.h b/_archive/frameworks/cairosvg/dependencies/cairo/1.14.12/include/cairo/cairo-quartz-image.h similarity index 100% rename from frameworks/cairosvg/dependencies/cairo/1.14.12/include/cairo/cairo-quartz-image.h rename to _archive/frameworks/cairosvg/dependencies/cairo/1.14.12/include/cairo/cairo-quartz-image.h diff --git a/frameworks/cairosvg/dependencies/cairo/1.14.12/include/cairo/cairo-quartz.h b/_archive/frameworks/cairosvg/dependencies/cairo/1.14.12/include/cairo/cairo-quartz.h similarity index 100% rename from frameworks/cairosvg/dependencies/cairo/1.14.12/include/cairo/cairo-quartz.h rename to _archive/frameworks/cairosvg/dependencies/cairo/1.14.12/include/cairo/cairo-quartz.h diff --git a/frameworks/cairosvg/dependencies/cairo/1.14.12/include/cairo/cairo-script-interpreter.h b/_archive/frameworks/cairosvg/dependencies/cairo/1.14.12/include/cairo/cairo-script-interpreter.h similarity index 100% rename from frameworks/cairosvg/dependencies/cairo/1.14.12/include/cairo/cairo-script-interpreter.h rename to _archive/frameworks/cairosvg/dependencies/cairo/1.14.12/include/cairo/cairo-script-interpreter.h diff --git a/frameworks/cairosvg/dependencies/cairo/1.14.12/include/cairo/cairo-script.h b/_archive/frameworks/cairosvg/dependencies/cairo/1.14.12/include/cairo/cairo-script.h similarity index 100% rename from frameworks/cairosvg/dependencies/cairo/1.14.12/include/cairo/cairo-script.h rename to _archive/frameworks/cairosvg/dependencies/cairo/1.14.12/include/cairo/cairo-script.h diff --git a/frameworks/cairosvg/dependencies/cairo/1.14.12/include/cairo/cairo-svg.h b/_archive/frameworks/cairosvg/dependencies/cairo/1.14.12/include/cairo/cairo-svg.h similarity index 100% rename from frameworks/cairosvg/dependencies/cairo/1.14.12/include/cairo/cairo-svg.h rename to _archive/frameworks/cairosvg/dependencies/cairo/1.14.12/include/cairo/cairo-svg.h diff --git a/frameworks/cairosvg/dependencies/cairo/1.14.12/include/cairo/cairo-tee.h b/_archive/frameworks/cairosvg/dependencies/cairo/1.14.12/include/cairo/cairo-tee.h similarity index 100% rename from frameworks/cairosvg/dependencies/cairo/1.14.12/include/cairo/cairo-tee.h rename to _archive/frameworks/cairosvg/dependencies/cairo/1.14.12/include/cairo/cairo-tee.h diff --git a/frameworks/cairosvg/dependencies/cairo/1.14.12/include/cairo/cairo-version.h b/_archive/frameworks/cairosvg/dependencies/cairo/1.14.12/include/cairo/cairo-version.h similarity index 100% rename from frameworks/cairosvg/dependencies/cairo/1.14.12/include/cairo/cairo-version.h rename to _archive/frameworks/cairosvg/dependencies/cairo/1.14.12/include/cairo/cairo-version.h diff --git a/frameworks/cairosvg/dependencies/cairo/1.14.12/include/cairo/cairo.h b/_archive/frameworks/cairosvg/dependencies/cairo/1.14.12/include/cairo/cairo.h similarity index 100% rename from frameworks/cairosvg/dependencies/cairo/1.14.12/include/cairo/cairo.h rename to _archive/frameworks/cairosvg/dependencies/cairo/1.14.12/include/cairo/cairo.h diff --git a/frameworks/cairosvg/dependencies/cairo/1.14.12/lib/cairo/libcairo-trace.0.dylib b/_archive/frameworks/cairosvg/dependencies/cairo/1.14.12/lib/cairo/libcairo-trace.0.dylib similarity index 100% rename from frameworks/cairosvg/dependencies/cairo/1.14.12/lib/cairo/libcairo-trace.0.dylib rename to _archive/frameworks/cairosvg/dependencies/cairo/1.14.12/lib/cairo/libcairo-trace.0.dylib diff --git a/frameworks/cairosvg/dependencies/cairo/1.14.12/lib/libcairo-gobject.2.dylib b/_archive/frameworks/cairosvg/dependencies/cairo/1.14.12/lib/libcairo-gobject.2.dylib similarity index 100% rename from frameworks/cairosvg/dependencies/cairo/1.14.12/lib/libcairo-gobject.2.dylib rename to _archive/frameworks/cairosvg/dependencies/cairo/1.14.12/lib/libcairo-gobject.2.dylib diff --git a/frameworks/cairosvg/dependencies/cairo/1.14.12/lib/libcairo-script-interpreter.2.dylib b/_archive/frameworks/cairosvg/dependencies/cairo/1.14.12/lib/libcairo-script-interpreter.2.dylib similarity index 100% rename from frameworks/cairosvg/dependencies/cairo/1.14.12/lib/libcairo-script-interpreter.2.dylib rename to _archive/frameworks/cairosvg/dependencies/cairo/1.14.12/lib/libcairo-script-interpreter.2.dylib diff --git a/frameworks/cairosvg/dependencies/cairo/1.14.12/lib/libcairo.2.dylib b/_archive/frameworks/cairosvg/dependencies/cairo/1.14.12/lib/libcairo.2.dylib similarity index 100% rename from frameworks/cairosvg/dependencies/cairo/1.14.12/lib/libcairo.2.dylib rename to _archive/frameworks/cairosvg/dependencies/cairo/1.14.12/lib/libcairo.2.dylib diff --git a/frameworks/cairosvg/dependencies/fontconfig/2.13.0/include/fontconfig/fcfreetype.h b/_archive/frameworks/cairosvg/dependencies/fontconfig/2.13.0/include/fontconfig/fcfreetype.h similarity index 100% rename from frameworks/cairosvg/dependencies/fontconfig/2.13.0/include/fontconfig/fcfreetype.h rename to _archive/frameworks/cairosvg/dependencies/fontconfig/2.13.0/include/fontconfig/fcfreetype.h diff --git a/frameworks/cairosvg/dependencies/fontconfig/2.13.0/include/fontconfig/fcprivate.h b/_archive/frameworks/cairosvg/dependencies/fontconfig/2.13.0/include/fontconfig/fcprivate.h similarity index 100% rename from frameworks/cairosvg/dependencies/fontconfig/2.13.0/include/fontconfig/fcprivate.h rename to _archive/frameworks/cairosvg/dependencies/fontconfig/2.13.0/include/fontconfig/fcprivate.h diff --git a/frameworks/cairosvg/dependencies/fontconfig/2.13.0/include/fontconfig/fontconfig.h b/_archive/frameworks/cairosvg/dependencies/fontconfig/2.13.0/include/fontconfig/fontconfig.h similarity index 100% rename from frameworks/cairosvg/dependencies/fontconfig/2.13.0/include/fontconfig/fontconfig.h rename to _archive/frameworks/cairosvg/dependencies/fontconfig/2.13.0/include/fontconfig/fontconfig.h diff --git a/frameworks/cairosvg/dependencies/fontconfig/2.13.0/lib/libfontconfig.1.dylib b/_archive/frameworks/cairosvg/dependencies/fontconfig/2.13.0/lib/libfontconfig.1.dylib similarity index 100% rename from frameworks/cairosvg/dependencies/fontconfig/2.13.0/lib/libfontconfig.1.dylib rename to _archive/frameworks/cairosvg/dependencies/fontconfig/2.13.0/lib/libfontconfig.1.dylib diff --git a/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/config/ftconfig.h b/_archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/config/ftconfig.h similarity index 100% rename from frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/config/ftconfig.h rename to _archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/config/ftconfig.h diff --git a/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/config/ftheader.h b/_archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/config/ftheader.h similarity index 100% rename from frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/config/ftheader.h rename to _archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/config/ftheader.h diff --git a/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/config/ftmodule.h b/_archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/config/ftmodule.h similarity index 100% rename from frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/config/ftmodule.h rename to _archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/config/ftmodule.h diff --git a/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/config/ftoption.h b/_archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/config/ftoption.h similarity index 100% rename from frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/config/ftoption.h rename to _archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/config/ftoption.h diff --git a/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/config/ftstdlib.h b/_archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/config/ftstdlib.h similarity index 100% rename from frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/config/ftstdlib.h rename to _archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/config/ftstdlib.h diff --git a/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/freetype.h b/_archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/freetype.h similarity index 100% rename from frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/freetype.h rename to _archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/freetype.h diff --git a/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftadvanc.h b/_archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftadvanc.h similarity index 100% rename from frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftadvanc.h rename to _archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftadvanc.h diff --git a/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftbbox.h b/_archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftbbox.h similarity index 100% rename from frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftbbox.h rename to _archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftbbox.h diff --git a/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftbdf.h b/_archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftbdf.h similarity index 100% rename from frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftbdf.h rename to _archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftbdf.h diff --git a/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftbitmap.h b/_archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftbitmap.h similarity index 100% rename from frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftbitmap.h rename to _archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftbitmap.h diff --git a/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftbzip2.h b/_archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftbzip2.h similarity index 100% rename from frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftbzip2.h rename to _archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftbzip2.h diff --git a/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftcache.h b/_archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftcache.h similarity index 100% rename from frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftcache.h rename to _archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftcache.h diff --git a/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftchapters.h b/_archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftchapters.h similarity index 100% rename from frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftchapters.h rename to _archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftchapters.h diff --git a/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftcid.h b/_archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftcid.h similarity index 100% rename from frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftcid.h rename to _archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftcid.h diff --git a/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftdriver.h b/_archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftdriver.h similarity index 100% rename from frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftdriver.h rename to _archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftdriver.h diff --git a/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/fterrdef.h b/_archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/fterrdef.h similarity index 100% rename from frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/fterrdef.h rename to _archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/fterrdef.h diff --git a/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/fterrors.h b/_archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/fterrors.h similarity index 100% rename from frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/fterrors.h rename to _archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/fterrors.h diff --git a/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftfntfmt.h b/_archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftfntfmt.h similarity index 100% rename from frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftfntfmt.h rename to _archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftfntfmt.h diff --git a/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftgasp.h b/_archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftgasp.h similarity index 100% rename from frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftgasp.h rename to _archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftgasp.h diff --git a/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftglyph.h b/_archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftglyph.h similarity index 100% rename from frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftglyph.h rename to _archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftglyph.h diff --git a/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftgxval.h b/_archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftgxval.h similarity index 100% rename from frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftgxval.h rename to _archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftgxval.h diff --git a/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftgzip.h b/_archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftgzip.h similarity index 100% rename from frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftgzip.h rename to _archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftgzip.h diff --git a/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftimage.h b/_archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftimage.h similarity index 100% rename from frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftimage.h rename to _archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftimage.h diff --git a/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftincrem.h b/_archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftincrem.h similarity index 100% rename from frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftincrem.h rename to _archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftincrem.h diff --git a/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftlcdfil.h b/_archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftlcdfil.h similarity index 100% rename from frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftlcdfil.h rename to _archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftlcdfil.h diff --git a/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftlist.h b/_archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftlist.h similarity index 100% rename from frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftlist.h rename to _archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftlist.h diff --git a/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftlzw.h b/_archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftlzw.h similarity index 100% rename from frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftlzw.h rename to _archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftlzw.h diff --git a/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftmac.h b/_archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftmac.h similarity index 100% rename from frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftmac.h rename to _archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftmac.h diff --git a/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftmm.h b/_archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftmm.h similarity index 100% rename from frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftmm.h rename to _archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftmm.h diff --git a/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftmodapi.h b/_archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftmodapi.h similarity index 100% rename from frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftmodapi.h rename to _archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftmodapi.h diff --git a/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftmoderr.h b/_archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftmoderr.h similarity index 100% rename from frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftmoderr.h rename to _archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftmoderr.h diff --git a/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftotval.h b/_archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftotval.h similarity index 100% rename from frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftotval.h rename to _archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftotval.h diff --git a/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftoutln.h b/_archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftoutln.h similarity index 100% rename from frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftoutln.h rename to _archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftoutln.h diff --git a/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftparams.h b/_archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftparams.h similarity index 100% rename from frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftparams.h rename to _archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftparams.h diff --git a/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftpfr.h b/_archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftpfr.h similarity index 100% rename from frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftpfr.h rename to _archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftpfr.h diff --git a/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftrender.h b/_archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftrender.h similarity index 100% rename from frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftrender.h rename to _archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftrender.h diff --git a/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftsizes.h b/_archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftsizes.h similarity index 100% rename from frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftsizes.h rename to _archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftsizes.h diff --git a/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftsnames.h b/_archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftsnames.h similarity index 100% rename from frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftsnames.h rename to _archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftsnames.h diff --git a/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftstroke.h b/_archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftstroke.h similarity index 100% rename from frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftstroke.h rename to _archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftstroke.h diff --git a/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftsynth.h b/_archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftsynth.h similarity index 100% rename from frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftsynth.h rename to _archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftsynth.h diff --git a/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftsystem.h b/_archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftsystem.h similarity index 100% rename from frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftsystem.h rename to _archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftsystem.h diff --git a/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/fttrigon.h b/_archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/fttrigon.h similarity index 100% rename from frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/fttrigon.h rename to _archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/fttrigon.h diff --git a/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/fttypes.h b/_archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/fttypes.h similarity index 100% rename from frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/fttypes.h rename to _archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/fttypes.h diff --git a/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftwinfnt.h b/_archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftwinfnt.h similarity index 100% rename from frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftwinfnt.h rename to _archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ftwinfnt.h diff --git a/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/t1tables.h b/_archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/t1tables.h similarity index 100% rename from frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/t1tables.h rename to _archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/t1tables.h diff --git a/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ttnameid.h b/_archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ttnameid.h similarity index 100% rename from frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ttnameid.h rename to _archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/ttnameid.h diff --git a/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/tttables.h b/_archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/tttables.h similarity index 100% rename from frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/tttables.h rename to _archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/tttables.h diff --git a/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/tttags.h b/_archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/tttags.h similarity index 100% rename from frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/tttags.h rename to _archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/freetype/tttags.h diff --git a/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/ft2build.h b/_archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/ft2build.h similarity index 100% rename from frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/ft2build.h rename to _archive/frameworks/cairosvg/dependencies/freetype/2.9.1/include/freetype2/ft2build.h diff --git a/frameworks/cairosvg/dependencies/freetype/2.9.1/lib/libfreetype.6.dylib b/_archive/frameworks/cairosvg/dependencies/freetype/2.9.1/lib/libfreetype.6.dylib similarity index 100% rename from frameworks/cairosvg/dependencies/freetype/2.9.1/lib/libfreetype.6.dylib rename to _archive/frameworks/cairosvg/dependencies/freetype/2.9.1/lib/libfreetype.6.dylib diff --git a/frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi-arabic.h b/_archive/frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi-arabic.h similarity index 100% rename from frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi-arabic.h rename to _archive/frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi-arabic.h diff --git a/frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi-begindecls.h b/_archive/frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi-begindecls.h similarity index 100% rename from frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi-begindecls.h rename to _archive/frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi-begindecls.h diff --git a/frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi-bidi-types-list.h b/_archive/frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi-bidi-types-list.h similarity index 100% rename from frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi-bidi-types-list.h rename to _archive/frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi-bidi-types-list.h diff --git a/frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi-bidi-types.h b/_archive/frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi-bidi-types.h similarity index 100% rename from frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi-bidi-types.h rename to _archive/frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi-bidi-types.h diff --git a/frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi-bidi.h b/_archive/frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi-bidi.h similarity index 100% rename from frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi-bidi.h rename to _archive/frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi-bidi.h diff --git a/frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi-brackets.h b/_archive/frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi-brackets.h similarity index 100% rename from frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi-brackets.h rename to _archive/frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi-brackets.h diff --git a/frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi-char-sets-list.h b/_archive/frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi-char-sets-list.h similarity index 100% rename from frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi-char-sets-list.h rename to _archive/frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi-char-sets-list.h diff --git a/frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi-char-sets.h b/_archive/frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi-char-sets.h similarity index 100% rename from frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi-char-sets.h rename to _archive/frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi-char-sets.h diff --git a/frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi-common.h b/_archive/frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi-common.h similarity index 100% rename from frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi-common.h rename to _archive/frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi-common.h diff --git a/frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi-config.h b/_archive/frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi-config.h similarity index 100% rename from frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi-config.h rename to _archive/frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi-config.h diff --git a/frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi-deprecated.h b/_archive/frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi-deprecated.h similarity index 100% rename from frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi-deprecated.h rename to _archive/frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi-deprecated.h diff --git a/frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi-enddecls.h b/_archive/frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi-enddecls.h similarity index 100% rename from frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi-enddecls.h rename to _archive/frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi-enddecls.h diff --git a/frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi-flags.h b/_archive/frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi-flags.h similarity index 100% rename from frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi-flags.h rename to _archive/frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi-flags.h diff --git a/frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi-joining-types-list.h b/_archive/frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi-joining-types-list.h similarity index 100% rename from frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi-joining-types-list.h rename to _archive/frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi-joining-types-list.h diff --git a/frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi-joining-types.h b/_archive/frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi-joining-types.h similarity index 100% rename from frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi-joining-types.h rename to _archive/frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi-joining-types.h diff --git a/frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi-joining.h b/_archive/frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi-joining.h similarity index 100% rename from frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi-joining.h rename to _archive/frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi-joining.h diff --git a/frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi-mirroring.h b/_archive/frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi-mirroring.h similarity index 100% rename from frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi-mirroring.h rename to _archive/frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi-mirroring.h diff --git a/frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi-shape.h b/_archive/frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi-shape.h similarity index 100% rename from frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi-shape.h rename to _archive/frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi-shape.h diff --git a/frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi-types.h b/_archive/frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi-types.h similarity index 100% rename from frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi-types.h rename to _archive/frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi-types.h diff --git a/frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi-unicode-version.h b/_archive/frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi-unicode-version.h similarity index 100% rename from frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi-unicode-version.h rename to _archive/frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi-unicode-version.h diff --git a/frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi-unicode.h b/_archive/frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi-unicode.h similarity index 100% rename from frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi-unicode.h rename to _archive/frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi-unicode.h diff --git a/frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi.h b/_archive/frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi.h similarity index 100% rename from frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi.h rename to _archive/frameworks/cairosvg/dependencies/fribidi/1.0.3/include/fribidi/fribidi.h diff --git a/frameworks/cairosvg/dependencies/fribidi/1.0.3/lib/libfribidi.0.dylib b/_archive/frameworks/cairosvg/dependencies/fribidi/1.0.3/lib/libfribidi.0.dylib similarity index 100% rename from frameworks/cairosvg/dependencies/fribidi/1.0.3/lib/libfribidi.0.dylib rename to _archive/frameworks/cairosvg/dependencies/fribidi/1.0.3/lib/libfribidi.0.dylib diff --git a/frameworks/cairosvg/dependencies/gdk-pixbuf/2.36.12/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h b/_archive/frameworks/cairosvg/dependencies/gdk-pixbuf/2.36.12/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h similarity index 100% rename from frameworks/cairosvg/dependencies/gdk-pixbuf/2.36.12/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h rename to _archive/frameworks/cairosvg/dependencies/gdk-pixbuf/2.36.12/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h diff --git a/frameworks/cairosvg/dependencies/gdk-pixbuf/2.36.12/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-autocleanups.h b/_archive/frameworks/cairosvg/dependencies/gdk-pixbuf/2.36.12/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-autocleanups.h similarity index 100% rename from frameworks/cairosvg/dependencies/gdk-pixbuf/2.36.12/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-autocleanups.h rename to _archive/frameworks/cairosvg/dependencies/gdk-pixbuf/2.36.12/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-autocleanups.h diff --git a/frameworks/cairosvg/dependencies/gdk-pixbuf/2.36.12/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h b/_archive/frameworks/cairosvg/dependencies/gdk-pixbuf/2.36.12/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h similarity index 100% rename from frameworks/cairosvg/dependencies/gdk-pixbuf/2.36.12/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h rename to _archive/frameworks/cairosvg/dependencies/gdk-pixbuf/2.36.12/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h diff --git a/frameworks/cairosvg/dependencies/gdk-pixbuf/2.36.12/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-enum-types.h b/_archive/frameworks/cairosvg/dependencies/gdk-pixbuf/2.36.12/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-enum-types.h similarity index 100% rename from frameworks/cairosvg/dependencies/gdk-pixbuf/2.36.12/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-enum-types.h rename to _archive/frameworks/cairosvg/dependencies/gdk-pixbuf/2.36.12/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-enum-types.h diff --git a/frameworks/cairosvg/dependencies/gdk-pixbuf/2.36.12/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-features.h b/_archive/frameworks/cairosvg/dependencies/gdk-pixbuf/2.36.12/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-features.h similarity index 100% rename from frameworks/cairosvg/dependencies/gdk-pixbuf/2.36.12/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-features.h rename to _archive/frameworks/cairosvg/dependencies/gdk-pixbuf/2.36.12/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-features.h diff --git a/frameworks/cairosvg/dependencies/gdk-pixbuf/2.36.12/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-io.h b/_archive/frameworks/cairosvg/dependencies/gdk-pixbuf/2.36.12/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-io.h similarity index 100% rename from frameworks/cairosvg/dependencies/gdk-pixbuf/2.36.12/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-io.h rename to _archive/frameworks/cairosvg/dependencies/gdk-pixbuf/2.36.12/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-io.h diff --git a/frameworks/cairosvg/dependencies/gdk-pixbuf/2.36.12/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-loader.h b/_archive/frameworks/cairosvg/dependencies/gdk-pixbuf/2.36.12/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-loader.h similarity index 100% rename from frameworks/cairosvg/dependencies/gdk-pixbuf/2.36.12/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-loader.h rename to _archive/frameworks/cairosvg/dependencies/gdk-pixbuf/2.36.12/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-loader.h diff --git a/frameworks/cairosvg/dependencies/gdk-pixbuf/2.36.12/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-macros.h b/_archive/frameworks/cairosvg/dependencies/gdk-pixbuf/2.36.12/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-macros.h similarity index 100% rename from frameworks/cairosvg/dependencies/gdk-pixbuf/2.36.12/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-macros.h rename to _archive/frameworks/cairosvg/dependencies/gdk-pixbuf/2.36.12/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-macros.h diff --git a/frameworks/cairosvg/dependencies/gdk-pixbuf/2.36.12/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-marshal.h b/_archive/frameworks/cairosvg/dependencies/gdk-pixbuf/2.36.12/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-marshal.h similarity index 100% rename from frameworks/cairosvg/dependencies/gdk-pixbuf/2.36.12/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-marshal.h rename to _archive/frameworks/cairosvg/dependencies/gdk-pixbuf/2.36.12/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-marshal.h diff --git a/frameworks/cairosvg/dependencies/gdk-pixbuf/2.36.12/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-simple-anim.h b/_archive/frameworks/cairosvg/dependencies/gdk-pixbuf/2.36.12/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-simple-anim.h similarity index 100% rename from frameworks/cairosvg/dependencies/gdk-pixbuf/2.36.12/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-simple-anim.h rename to _archive/frameworks/cairosvg/dependencies/gdk-pixbuf/2.36.12/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-simple-anim.h diff --git a/frameworks/cairosvg/dependencies/gdk-pixbuf/2.36.12/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-transform.h b/_archive/frameworks/cairosvg/dependencies/gdk-pixbuf/2.36.12/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-transform.h similarity index 100% rename from frameworks/cairosvg/dependencies/gdk-pixbuf/2.36.12/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-transform.h rename to _archive/frameworks/cairosvg/dependencies/gdk-pixbuf/2.36.12/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-transform.h diff --git a/frameworks/cairosvg/dependencies/gdk-pixbuf/2.36.12/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h b/_archive/frameworks/cairosvg/dependencies/gdk-pixbuf/2.36.12/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h similarity index 100% rename from frameworks/cairosvg/dependencies/gdk-pixbuf/2.36.12/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h rename to _archive/frameworks/cairosvg/dependencies/gdk-pixbuf/2.36.12/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h diff --git a/frameworks/cairosvg/dependencies/gdk-pixbuf/2.36.12/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixdata.h b/_archive/frameworks/cairosvg/dependencies/gdk-pixbuf/2.36.12/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixdata.h similarity index 100% rename from frameworks/cairosvg/dependencies/gdk-pixbuf/2.36.12/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixdata.h rename to _archive/frameworks/cairosvg/dependencies/gdk-pixbuf/2.36.12/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixdata.h diff --git a/frameworks/cairosvg/dependencies/gdk-pixbuf/2.36.12/lib/libgdk_pixbuf-2.0.0.dylib b/_archive/frameworks/cairosvg/dependencies/gdk-pixbuf/2.36.12/lib/libgdk_pixbuf-2.0.0.dylib similarity index 100% rename from frameworks/cairosvg/dependencies/gdk-pixbuf/2.36.12/lib/libgdk_pixbuf-2.0.0.dylib rename to _archive/frameworks/cairosvg/dependencies/gdk-pixbuf/2.36.12/lib/libgdk_pixbuf-2.0.0.dylib diff --git a/frameworks/cairosvg/dependencies/gettext/0.19.8.1/include/autosprintf.h b/_archive/frameworks/cairosvg/dependencies/gettext/0.19.8.1/include/autosprintf.h similarity index 100% rename from frameworks/cairosvg/dependencies/gettext/0.19.8.1/include/autosprintf.h rename to _archive/frameworks/cairosvg/dependencies/gettext/0.19.8.1/include/autosprintf.h diff --git a/frameworks/cairosvg/dependencies/gettext/0.19.8.1/include/gettext-po.h b/_archive/frameworks/cairosvg/dependencies/gettext/0.19.8.1/include/gettext-po.h similarity index 100% rename from frameworks/cairosvg/dependencies/gettext/0.19.8.1/include/gettext-po.h rename to _archive/frameworks/cairosvg/dependencies/gettext/0.19.8.1/include/gettext-po.h diff --git a/frameworks/cairosvg/dependencies/gettext/0.19.8.1/include/libintl.h b/_archive/frameworks/cairosvg/dependencies/gettext/0.19.8.1/include/libintl.h similarity index 100% rename from frameworks/cairosvg/dependencies/gettext/0.19.8.1/include/libintl.h rename to _archive/frameworks/cairosvg/dependencies/gettext/0.19.8.1/include/libintl.h diff --git a/frameworks/cairosvg/dependencies/gettext/0.19.8.1/lib/libasprintf.0.dylib b/_archive/frameworks/cairosvg/dependencies/gettext/0.19.8.1/lib/libasprintf.0.dylib similarity index 100% rename from frameworks/cairosvg/dependencies/gettext/0.19.8.1/lib/libasprintf.0.dylib rename to _archive/frameworks/cairosvg/dependencies/gettext/0.19.8.1/lib/libasprintf.0.dylib diff --git a/frameworks/cairosvg/dependencies/gettext/0.19.8.1/lib/libgettextlib-0.19.8.1.dylib b/_archive/frameworks/cairosvg/dependencies/gettext/0.19.8.1/lib/libgettextlib-0.19.8.1.dylib similarity index 100% rename from frameworks/cairosvg/dependencies/gettext/0.19.8.1/lib/libgettextlib-0.19.8.1.dylib rename to _archive/frameworks/cairosvg/dependencies/gettext/0.19.8.1/lib/libgettextlib-0.19.8.1.dylib diff --git a/frameworks/cairosvg/dependencies/gettext/0.19.8.1/lib/libgettextpo.0.dylib b/_archive/frameworks/cairosvg/dependencies/gettext/0.19.8.1/lib/libgettextpo.0.dylib similarity index 100% rename from frameworks/cairosvg/dependencies/gettext/0.19.8.1/lib/libgettextpo.0.dylib rename to _archive/frameworks/cairosvg/dependencies/gettext/0.19.8.1/lib/libgettextpo.0.dylib diff --git a/frameworks/cairosvg/dependencies/gettext/0.19.8.1/lib/libgettextsrc-0.19.8.1.dylib b/_archive/frameworks/cairosvg/dependencies/gettext/0.19.8.1/lib/libgettextsrc-0.19.8.1.dylib similarity index 100% rename from frameworks/cairosvg/dependencies/gettext/0.19.8.1/lib/libgettextsrc-0.19.8.1.dylib rename to _archive/frameworks/cairosvg/dependencies/gettext/0.19.8.1/lib/libgettextsrc-0.19.8.1.dylib diff --git a/frameworks/cairosvg/dependencies/gettext/0.19.8.1/lib/libintl.8.dylib b/_archive/frameworks/cairosvg/dependencies/gettext/0.19.8.1/lib/libintl.8.dylib similarity index 100% rename from frameworks/cairosvg/dependencies/gettext/0.19.8.1/lib/libintl.8.dylib rename to _archive/frameworks/cairosvg/dependencies/gettext/0.19.8.1/lib/libintl.8.dylib diff --git a/frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/doc/gettext/examples/hello-c++-kde/hellowindow.h b/_archive/frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/doc/gettext/examples/hello-c++-kde/hellowindow.h similarity index 100% rename from frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/doc/gettext/examples/hello-c++-kde/hellowindow.h rename to _archive/frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/doc/gettext/examples/hello-c++-kde/hellowindow.h diff --git a/frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/doc/gettext/examples/hello-objc-gnustep/AppController.h b/_archive/frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/doc/gettext/examples/hello-objc-gnustep/AppController.h similarity index 100% rename from frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/doc/gettext/examples/hello-objc-gnustep/AppController.h rename to _archive/frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/doc/gettext/examples/hello-objc-gnustep/AppController.h diff --git a/frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/doc/gettext/examples/hello-objc-gnustep/Hello.h b/_archive/frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/doc/gettext/examples/hello-objc-gnustep/Hello.h similarity index 100% rename from frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/doc/gettext/examples/hello-objc-gnustep/Hello.h rename to _archive/frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/doc/gettext/examples/hello-objc-gnustep/Hello.h diff --git a/frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/gettext/gettext.h b/_archive/frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/gettext/gettext.h similarity index 100% rename from frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/gettext/gettext.h rename to _archive/frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/gettext/gettext.h diff --git a/frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/gettext/intl/eval-plural.h b/_archive/frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/gettext/intl/eval-plural.h similarity index 100% rename from frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/gettext/intl/eval-plural.h rename to _archive/frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/gettext/intl/eval-plural.h diff --git a/frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/gettext/intl/export.h b/_archive/frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/gettext/intl/export.h similarity index 100% rename from frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/gettext/intl/export.h rename to _archive/frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/gettext/intl/export.h diff --git a/frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/gettext/intl/gettextP.h b/_archive/frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/gettext/intl/gettextP.h similarity index 100% rename from frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/gettext/intl/gettextP.h rename to _archive/frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/gettext/intl/gettextP.h diff --git a/frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/gettext/intl/gmo.h b/_archive/frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/gettext/intl/gmo.h similarity index 100% rename from frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/gettext/intl/gmo.h rename to _archive/frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/gettext/intl/gmo.h diff --git a/frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/gettext/intl/hash-string.h b/_archive/frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/gettext/intl/hash-string.h similarity index 100% rename from frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/gettext/intl/hash-string.h rename to _archive/frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/gettext/intl/hash-string.h diff --git a/frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/gettext/intl/libgnuintl.in.h b/_archive/frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/gettext/intl/libgnuintl.in.h similarity index 100% rename from frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/gettext/intl/libgnuintl.in.h rename to _archive/frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/gettext/intl/libgnuintl.in.h diff --git a/frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/gettext/intl/loadinfo.h b/_archive/frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/gettext/intl/loadinfo.h similarity index 100% rename from frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/gettext/intl/loadinfo.h rename to _archive/frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/gettext/intl/loadinfo.h diff --git a/frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/gettext/intl/localcharset.h b/_archive/frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/gettext/intl/localcharset.h similarity index 100% rename from frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/gettext/intl/localcharset.h rename to _archive/frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/gettext/intl/localcharset.h diff --git a/frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/gettext/intl/lock.h b/_archive/frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/gettext/intl/lock.h similarity index 100% rename from frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/gettext/intl/lock.h rename to _archive/frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/gettext/intl/lock.h diff --git a/frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/gettext/intl/os2compat.h b/_archive/frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/gettext/intl/os2compat.h similarity index 100% rename from frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/gettext/intl/os2compat.h rename to _archive/frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/gettext/intl/os2compat.h diff --git a/frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/gettext/intl/plural-exp.h b/_archive/frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/gettext/intl/plural-exp.h similarity index 100% rename from frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/gettext/intl/plural-exp.h rename to _archive/frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/gettext/intl/plural-exp.h diff --git a/frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/gettext/intl/printf-args.h b/_archive/frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/gettext/intl/printf-args.h similarity index 100% rename from frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/gettext/intl/printf-args.h rename to _archive/frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/gettext/intl/printf-args.h diff --git a/frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/gettext/intl/printf-parse.h b/_archive/frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/gettext/intl/printf-parse.h similarity index 100% rename from frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/gettext/intl/printf-parse.h rename to _archive/frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/gettext/intl/printf-parse.h diff --git a/frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/gettext/intl/relocatable.h b/_archive/frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/gettext/intl/relocatable.h similarity index 100% rename from frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/gettext/intl/relocatable.h rename to _archive/frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/gettext/intl/relocatable.h diff --git a/frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/gettext/intl/tsearch.h b/_archive/frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/gettext/intl/tsearch.h similarity index 100% rename from frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/gettext/intl/tsearch.h rename to _archive/frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/gettext/intl/tsearch.h diff --git a/frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/gettext/intl/vasnprintf.h b/_archive/frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/gettext/intl/vasnprintf.h similarity index 100% rename from frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/gettext/intl/vasnprintf.h rename to _archive/frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/gettext/intl/vasnprintf.h diff --git a/frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/gettext/intl/vasnwprintf.h b/_archive/frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/gettext/intl/vasnwprintf.h similarity index 100% rename from frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/gettext/intl/vasnwprintf.h rename to _archive/frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/gettext/intl/vasnwprintf.h diff --git a/frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/gettext/intl/verify.h b/_archive/frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/gettext/intl/verify.h similarity index 100% rename from frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/gettext/intl/verify.h rename to _archive/frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/gettext/intl/verify.h diff --git a/frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/gettext/intl/wprintf-parse.h b/_archive/frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/gettext/intl/wprintf-parse.h similarity index 100% rename from frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/gettext/intl/wprintf-parse.h rename to _archive/frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/gettext/intl/wprintf-parse.h diff --git a/frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/gettext/intl/xsize.h b/_archive/frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/gettext/intl/xsize.h similarity index 100% rename from frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/gettext/intl/xsize.h rename to _archive/frameworks/cairosvg/dependencies/gettext/0.19.8.1/share/gettext/intl/xsize.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/gio-unix-2.0/gio/gdesktopappinfo.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/gio-unix-2.0/gio/gdesktopappinfo.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/gio-unix-2.0/gio/gdesktopappinfo.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/gio-unix-2.0/gio/gdesktopappinfo.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/gio-unix-2.0/gio/gfiledescriptorbased.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/gio-unix-2.0/gio/gfiledescriptorbased.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/gio-unix-2.0/gio/gfiledescriptorbased.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/gio-unix-2.0/gio/gfiledescriptorbased.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/gio-unix-2.0/gio/gunixconnection.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/gio-unix-2.0/gio/gunixconnection.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/gio-unix-2.0/gio/gunixconnection.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/gio-unix-2.0/gio/gunixconnection.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/gio-unix-2.0/gio/gunixcredentialsmessage.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/gio-unix-2.0/gio/gunixcredentialsmessage.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/gio-unix-2.0/gio/gunixcredentialsmessage.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/gio-unix-2.0/gio/gunixcredentialsmessage.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/gio-unix-2.0/gio/gunixfdlist.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/gio-unix-2.0/gio/gunixfdlist.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/gio-unix-2.0/gio/gunixfdlist.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/gio-unix-2.0/gio/gunixfdlist.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/gio-unix-2.0/gio/gunixfdmessage.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/gio-unix-2.0/gio/gunixfdmessage.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/gio-unix-2.0/gio/gunixfdmessage.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/gio-unix-2.0/gio/gunixfdmessage.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/gio-unix-2.0/gio/gunixinputstream.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/gio-unix-2.0/gio/gunixinputstream.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/gio-unix-2.0/gio/gunixinputstream.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/gio-unix-2.0/gio/gunixinputstream.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/gio-unix-2.0/gio/gunixmounts.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/gio-unix-2.0/gio/gunixmounts.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/gio-unix-2.0/gio/gunixmounts.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/gio-unix-2.0/gio/gunixmounts.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/gio-unix-2.0/gio/gunixoutputstream.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/gio-unix-2.0/gio/gunixoutputstream.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/gio-unix-2.0/gio/gunixoutputstream.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/gio-unix-2.0/gio/gunixoutputstream.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/gio-unix-2.0/gio/gunixsocketaddress.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/gio-unix-2.0/gio/gunixsocketaddress.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/gio-unix-2.0/gio/gunixsocketaddress.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/gio-unix-2.0/gio/gunixsocketaddress.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gaction.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gaction.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gaction.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gaction.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gactiongroup.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gactiongroup.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gactiongroup.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gactiongroup.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gactiongroupexporter.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gactiongroupexporter.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gactiongroupexporter.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gactiongroupexporter.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gactionmap.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gactionmap.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gactionmap.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gactionmap.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gappinfo.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gappinfo.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gappinfo.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gappinfo.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gapplication.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gapplication.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gapplication.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gapplication.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gapplicationcommandline.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gapplicationcommandline.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gapplicationcommandline.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gapplicationcommandline.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gasyncinitable.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gasyncinitable.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gasyncinitable.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gasyncinitable.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gasyncresult.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gasyncresult.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gasyncresult.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gasyncresult.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gbufferedinputstream.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gbufferedinputstream.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gbufferedinputstream.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gbufferedinputstream.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gbufferedoutputstream.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gbufferedoutputstream.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gbufferedoutputstream.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gbufferedoutputstream.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gbytesicon.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gbytesicon.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gbytesicon.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gbytesicon.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gcancellable.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gcancellable.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gcancellable.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gcancellable.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gcharsetconverter.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gcharsetconverter.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gcharsetconverter.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gcharsetconverter.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gcontenttype.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gcontenttype.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gcontenttype.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gcontenttype.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gconverter.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gconverter.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gconverter.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gconverter.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gconverterinputstream.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gconverterinputstream.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gconverterinputstream.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gconverterinputstream.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gconverteroutputstream.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gconverteroutputstream.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gconverteroutputstream.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gconverteroutputstream.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gcredentials.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gcredentials.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gcredentials.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gcredentials.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdatagrambased.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdatagrambased.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdatagrambased.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdatagrambased.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdatainputstream.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdatainputstream.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdatainputstream.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdatainputstream.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdataoutputstream.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdataoutputstream.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdataoutputstream.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdataoutputstream.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbusactiongroup.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbusactiongroup.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbusactiongroup.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbusactiongroup.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbusaddress.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbusaddress.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbusaddress.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbusaddress.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbusauthobserver.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbusauthobserver.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbusauthobserver.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbusauthobserver.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbusconnection.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbusconnection.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbusconnection.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbusconnection.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbuserror.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbuserror.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbuserror.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbuserror.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbusinterface.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbusinterface.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbusinterface.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbusinterface.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbusinterfaceskeleton.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbusinterfaceskeleton.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbusinterfaceskeleton.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbusinterfaceskeleton.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbusintrospection.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbusintrospection.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbusintrospection.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbusintrospection.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbusmenumodel.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbusmenumodel.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbusmenumodel.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbusmenumodel.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbusmessage.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbusmessage.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbusmessage.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbusmessage.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbusmethodinvocation.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbusmethodinvocation.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbusmethodinvocation.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbusmethodinvocation.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbusnameowning.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbusnameowning.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbusnameowning.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbusnameowning.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbusnamewatching.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbusnamewatching.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbusnamewatching.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbusnamewatching.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbusobject.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbusobject.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbusobject.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbusobject.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbusobjectmanager.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbusobjectmanager.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbusobjectmanager.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbusobjectmanager.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbusobjectmanagerclient.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbusobjectmanagerclient.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbusobjectmanagerclient.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbusobjectmanagerclient.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbusobjectmanagerserver.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbusobjectmanagerserver.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbusobjectmanagerserver.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbusobjectmanagerserver.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbusobjectproxy.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbusobjectproxy.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbusobjectproxy.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbusobjectproxy.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbusobjectskeleton.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbusobjectskeleton.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbusobjectskeleton.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbusobjectskeleton.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbusproxy.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbusproxy.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbusproxy.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbusproxy.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbusserver.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbusserver.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbusserver.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbusserver.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbusutils.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbusutils.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbusutils.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdbusutils.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdrive.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdrive.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdrive.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdrive.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdtlsclientconnection.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdtlsclientconnection.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdtlsclientconnection.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdtlsclientconnection.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdtlsconnection.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdtlsconnection.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdtlsconnection.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdtlsconnection.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdtlsserverconnection.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdtlsserverconnection.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdtlsserverconnection.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gdtlsserverconnection.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gemblem.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gemblem.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gemblem.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gemblem.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gemblemedicon.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gemblemedicon.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gemblemedicon.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gemblemedicon.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gfile.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gfile.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gfile.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gfile.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gfileattribute.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gfileattribute.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gfileattribute.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gfileattribute.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gfileenumerator.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gfileenumerator.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gfileenumerator.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gfileenumerator.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gfileicon.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gfileicon.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gfileicon.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gfileicon.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gfileinfo.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gfileinfo.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gfileinfo.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gfileinfo.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gfileinputstream.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gfileinputstream.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gfileinputstream.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gfileinputstream.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gfileiostream.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gfileiostream.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gfileiostream.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gfileiostream.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gfilemonitor.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gfilemonitor.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gfilemonitor.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gfilemonitor.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gfilenamecompleter.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gfilenamecompleter.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gfilenamecompleter.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gfilenamecompleter.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gfileoutputstream.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gfileoutputstream.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gfileoutputstream.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gfileoutputstream.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gfilterinputstream.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gfilterinputstream.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gfilterinputstream.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gfilterinputstream.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gfilteroutputstream.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gfilteroutputstream.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gfilteroutputstream.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gfilteroutputstream.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gicon.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gicon.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gicon.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gicon.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/ginetaddress.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/ginetaddress.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/ginetaddress.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/ginetaddress.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/ginetaddressmask.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/ginetaddressmask.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/ginetaddressmask.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/ginetaddressmask.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/ginetsocketaddress.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/ginetsocketaddress.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/ginetsocketaddress.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/ginetsocketaddress.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/ginitable.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/ginitable.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/ginitable.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/ginitable.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/ginputstream.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/ginputstream.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/ginputstream.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/ginputstream.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gio-autocleanups.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gio-autocleanups.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gio-autocleanups.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gio-autocleanups.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gio.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gio.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gio.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gio.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gioenums.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gioenums.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gioenums.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gioenums.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gioenumtypes.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gioenumtypes.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gioenumtypes.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gioenumtypes.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gioerror.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gioerror.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gioerror.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gioerror.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/giomodule.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/giomodule.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/giomodule.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/giomodule.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gioscheduler.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gioscheduler.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gioscheduler.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gioscheduler.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/giostream.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/giostream.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/giostream.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/giostream.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/giotypes.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/giotypes.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/giotypes.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/giotypes.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/glistmodel.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/glistmodel.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/glistmodel.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/glistmodel.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gliststore.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gliststore.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gliststore.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gliststore.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gloadableicon.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gloadableicon.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gloadableicon.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gloadableicon.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gmemoryinputstream.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gmemoryinputstream.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gmemoryinputstream.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gmemoryinputstream.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gmemoryoutputstream.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gmemoryoutputstream.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gmemoryoutputstream.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gmemoryoutputstream.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gmenu.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gmenu.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gmenu.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gmenu.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gmenuexporter.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gmenuexporter.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gmenuexporter.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gmenuexporter.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gmenumodel.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gmenumodel.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gmenumodel.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gmenumodel.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gmount.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gmount.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gmount.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gmount.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gmountoperation.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gmountoperation.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gmountoperation.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gmountoperation.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gnativevolumemonitor.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gnativevolumemonitor.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gnativevolumemonitor.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gnativevolumemonitor.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gnetworkaddress.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gnetworkaddress.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gnetworkaddress.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gnetworkaddress.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gnetworking.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gnetworking.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gnetworking.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gnetworking.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gnetworkmonitor.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gnetworkmonitor.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gnetworkmonitor.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gnetworkmonitor.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gnetworkservice.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gnetworkservice.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gnetworkservice.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gnetworkservice.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gnotification.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gnotification.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gnotification.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gnotification.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/goutputstream.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/goutputstream.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/goutputstream.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/goutputstream.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gpermission.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gpermission.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gpermission.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gpermission.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gpollableinputstream.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gpollableinputstream.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gpollableinputstream.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gpollableinputstream.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gpollableoutputstream.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gpollableoutputstream.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gpollableoutputstream.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gpollableoutputstream.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gpollableutils.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gpollableutils.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gpollableutils.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gpollableutils.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gpropertyaction.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gpropertyaction.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gpropertyaction.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gpropertyaction.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gproxy.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gproxy.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gproxy.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gproxy.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gproxyaddress.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gproxyaddress.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gproxyaddress.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gproxyaddress.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gproxyaddressenumerator.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gproxyaddressenumerator.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gproxyaddressenumerator.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gproxyaddressenumerator.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gproxyresolver.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gproxyresolver.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gproxyresolver.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gproxyresolver.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gremoteactiongroup.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gremoteactiongroup.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gremoteactiongroup.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gremoteactiongroup.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gresolver.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gresolver.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gresolver.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gresolver.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gresource.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gresource.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gresource.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gresource.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gseekable.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gseekable.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gseekable.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gseekable.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gsettings.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gsettings.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gsettings.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gsettings.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gsettingsbackend.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gsettingsbackend.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gsettingsbackend.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gsettingsbackend.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gsettingsschema.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gsettingsschema.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gsettingsschema.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gsettingsschema.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gsimpleaction.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gsimpleaction.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gsimpleaction.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gsimpleaction.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gsimpleactiongroup.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gsimpleactiongroup.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gsimpleactiongroup.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gsimpleactiongroup.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gsimpleasyncresult.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gsimpleasyncresult.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gsimpleasyncresult.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gsimpleasyncresult.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gsimpleiostream.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gsimpleiostream.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gsimpleiostream.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gsimpleiostream.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gsimplepermission.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gsimplepermission.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gsimplepermission.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gsimplepermission.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gsimpleproxyresolver.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gsimpleproxyresolver.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gsimpleproxyresolver.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gsimpleproxyresolver.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gsocket.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gsocket.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gsocket.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gsocket.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gsocketaddress.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gsocketaddress.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gsocketaddress.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gsocketaddress.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gsocketaddressenumerator.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gsocketaddressenumerator.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gsocketaddressenumerator.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gsocketaddressenumerator.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gsocketclient.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gsocketclient.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gsocketclient.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gsocketclient.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gsocketconnectable.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gsocketconnectable.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gsocketconnectable.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gsocketconnectable.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gsocketconnection.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gsocketconnection.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gsocketconnection.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gsocketconnection.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gsocketcontrolmessage.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gsocketcontrolmessage.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gsocketcontrolmessage.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gsocketcontrolmessage.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gsocketlistener.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gsocketlistener.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gsocketlistener.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gsocketlistener.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gsocketservice.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gsocketservice.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gsocketservice.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gsocketservice.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gsrvtarget.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gsrvtarget.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gsrvtarget.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gsrvtarget.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gsubprocess.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gsubprocess.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gsubprocess.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gsubprocess.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gsubprocesslauncher.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gsubprocesslauncher.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gsubprocesslauncher.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gsubprocesslauncher.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gtask.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gtask.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gtask.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gtask.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gtcpconnection.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gtcpconnection.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gtcpconnection.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gtcpconnection.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gtcpwrapperconnection.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gtcpwrapperconnection.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gtcpwrapperconnection.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gtcpwrapperconnection.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gtestdbus.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gtestdbus.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gtestdbus.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gtestdbus.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gthemedicon.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gthemedicon.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gthemedicon.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gthemedicon.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gthreadedsocketservice.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gthreadedsocketservice.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gthreadedsocketservice.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gthreadedsocketservice.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gtlsbackend.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gtlsbackend.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gtlsbackend.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gtlsbackend.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gtlscertificate.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gtlscertificate.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gtlscertificate.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gtlscertificate.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gtlsclientconnection.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gtlsclientconnection.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gtlsclientconnection.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gtlsclientconnection.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gtlsconnection.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gtlsconnection.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gtlsconnection.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gtlsconnection.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gtlsdatabase.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gtlsdatabase.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gtlsdatabase.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gtlsdatabase.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gtlsfiledatabase.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gtlsfiledatabase.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gtlsfiledatabase.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gtlsfiledatabase.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gtlsinteraction.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gtlsinteraction.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gtlsinteraction.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gtlsinteraction.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gtlspassword.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gtlspassword.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gtlspassword.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gtlspassword.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gtlsserverconnection.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gtlsserverconnection.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gtlsserverconnection.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gtlsserverconnection.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gvfs.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gvfs.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gvfs.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gvfs.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gvolume.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gvolume.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gvolume.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gvolume.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gvolumemonitor.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gvolumemonitor.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gvolumemonitor.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gvolumemonitor.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gzlibcompressor.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gzlibcompressor.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gzlibcompressor.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gzlibcompressor.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gzlibdecompressor.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gzlibdecompressor.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gzlibdecompressor.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gio/gzlibdecompressor.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib-object.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib-object.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib-object.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib-object.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib-unix.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib-unix.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib-unix.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib-unix.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/deprecated/gallocator.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/deprecated/gallocator.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/deprecated/gallocator.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/deprecated/gallocator.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/deprecated/gcache.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/deprecated/gcache.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/deprecated/gcache.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/deprecated/gcache.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/deprecated/gcompletion.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/deprecated/gcompletion.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/deprecated/gcompletion.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/deprecated/gcompletion.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/deprecated/gmain.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/deprecated/gmain.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/deprecated/gmain.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/deprecated/gmain.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/deprecated/grel.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/deprecated/grel.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/deprecated/grel.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/deprecated/grel.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/deprecated/gthread.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/deprecated/gthread.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/deprecated/gthread.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/deprecated/gthread.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/galloca.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/galloca.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/galloca.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/galloca.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/garray.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/garray.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/garray.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/garray.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gasyncqueue.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gasyncqueue.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gasyncqueue.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gasyncqueue.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gatomic.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gatomic.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gatomic.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gatomic.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gbacktrace.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gbacktrace.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gbacktrace.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gbacktrace.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gbase64.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gbase64.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gbase64.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gbase64.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gbitlock.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gbitlock.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gbitlock.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gbitlock.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gbookmarkfile.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gbookmarkfile.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gbookmarkfile.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gbookmarkfile.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gbytes.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gbytes.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gbytes.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gbytes.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gcharset.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gcharset.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gcharset.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gcharset.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gchecksum.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gchecksum.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gchecksum.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gchecksum.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gconvert.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gconvert.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gconvert.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gconvert.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gdataset.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gdataset.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gdataset.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gdataset.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gdate.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gdate.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gdate.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gdate.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gdatetime.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gdatetime.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gdatetime.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gdatetime.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gdir.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gdir.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gdir.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gdir.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/genviron.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/genviron.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/genviron.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/genviron.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gerror.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gerror.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gerror.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gerror.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gfileutils.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gfileutils.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gfileutils.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gfileutils.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/ggettext.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/ggettext.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/ggettext.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/ggettext.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/ghash.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/ghash.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/ghash.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/ghash.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/ghmac.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/ghmac.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/ghmac.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/ghmac.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/ghook.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/ghook.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/ghook.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/ghook.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/ghostutils.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/ghostutils.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/ghostutils.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/ghostutils.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gi18n-lib.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gi18n-lib.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gi18n-lib.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gi18n-lib.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gi18n.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gi18n.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gi18n.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gi18n.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/giochannel.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/giochannel.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/giochannel.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/giochannel.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gkeyfile.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gkeyfile.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gkeyfile.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gkeyfile.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/glib-autocleanups.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/glib-autocleanups.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/glib-autocleanups.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/glib-autocleanups.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/glist.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/glist.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/glist.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/glist.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gmacros.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gmacros.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gmacros.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gmacros.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gmain.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gmain.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gmain.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gmain.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gmappedfile.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gmappedfile.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gmappedfile.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gmappedfile.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gmarkup.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gmarkup.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gmarkup.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gmarkup.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gmem.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gmem.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gmem.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gmem.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gmessages.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gmessages.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gmessages.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gmessages.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gnode.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gnode.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gnode.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gnode.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/goption.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/goption.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/goption.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/goption.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gpattern.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gpattern.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gpattern.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gpattern.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gpoll.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gpoll.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gpoll.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gpoll.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gprimes.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gprimes.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gprimes.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gprimes.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gprintf.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gprintf.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gprintf.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gprintf.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gqsort.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gqsort.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gqsort.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gqsort.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gquark.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gquark.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gquark.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gquark.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gqueue.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gqueue.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gqueue.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gqueue.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/grand.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/grand.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/grand.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/grand.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gregex.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gregex.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gregex.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gregex.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gscanner.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gscanner.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gscanner.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gscanner.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gsequence.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gsequence.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gsequence.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gsequence.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gshell.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gshell.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gshell.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gshell.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gslice.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gslice.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gslice.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gslice.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gslist.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gslist.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gslist.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gslist.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gspawn.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gspawn.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gspawn.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gspawn.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gstdio.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gstdio.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gstdio.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gstdio.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gstrfuncs.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gstrfuncs.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gstrfuncs.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gstrfuncs.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gstring.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gstring.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gstring.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gstring.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gstringchunk.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gstringchunk.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gstringchunk.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gstringchunk.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gtestutils.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gtestutils.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gtestutils.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gtestutils.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gthread.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gthread.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gthread.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gthread.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gthreadpool.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gthreadpool.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gthreadpool.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gthreadpool.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gtimer.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gtimer.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gtimer.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gtimer.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gtimezone.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gtimezone.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gtimezone.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gtimezone.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gtrashstack.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gtrashstack.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gtrashstack.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gtrashstack.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gtree.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gtree.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gtree.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gtree.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gtypes.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gtypes.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gtypes.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gtypes.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gunicode.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gunicode.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gunicode.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gunicode.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gurifuncs.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gurifuncs.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gurifuncs.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gurifuncs.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gutils.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gutils.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gutils.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gutils.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/guuid.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/guuid.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/guuid.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/guuid.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gvariant.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gvariant.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gvariant.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gvariant.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gvarianttype.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gvarianttype.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gvarianttype.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gvarianttype.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gversion.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gversion.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gversion.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gversion.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gversionmacros.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gversionmacros.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gversionmacros.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gversionmacros.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gwin32.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gwin32.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gwin32.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/glib/gwin32.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gmodule.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gmodule.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gmodule.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gmodule.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gobject/gbinding.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gobject/gbinding.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gobject/gbinding.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gobject/gbinding.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gobject/gboxed.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gobject/gboxed.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gobject/gboxed.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gobject/gboxed.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gobject/gclosure.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gobject/gclosure.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gobject/gclosure.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gobject/gclosure.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gobject/genums.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gobject/genums.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gobject/genums.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gobject/genums.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gobject/glib-types.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gobject/glib-types.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gobject/glib-types.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gobject/glib-types.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gobject/gmarshal.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gobject/gmarshal.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gobject/gmarshal.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gobject/gmarshal.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gobject/gobject-autocleanups.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gobject/gobject-autocleanups.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gobject/gobject-autocleanups.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gobject/gobject-autocleanups.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gobject/gobject.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gobject/gobject.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gobject/gobject.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gobject/gobject.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gobject/gparam.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gobject/gparam.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gobject/gparam.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gobject/gparam.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gobject/gparamspecs.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gobject/gparamspecs.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gobject/gparamspecs.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gobject/gparamspecs.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gobject/gsignal.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gobject/gsignal.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gobject/gsignal.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gobject/gsignal.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gobject/gsourceclosure.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gobject/gsourceclosure.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gobject/gsourceclosure.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gobject/gsourceclosure.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gobject/gtype.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gobject/gtype.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gobject/gtype.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gobject/gtype.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gobject/gtypemodule.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gobject/gtypemodule.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gobject/gtypemodule.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gobject/gtypemodule.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gobject/gtypeplugin.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gobject/gtypeplugin.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gobject/gtypeplugin.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gobject/gtypeplugin.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gobject/gvalue.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gobject/gvalue.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gobject/gvalue.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gobject/gvalue.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gobject/gvaluearray.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gobject/gvaluearray.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gobject/gvaluearray.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gobject/gvaluearray.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gobject/gvaluecollector.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gobject/gvaluecollector.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gobject/gvaluecollector.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gobject/gvaluecollector.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gobject/gvaluetypes.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gobject/gvaluetypes.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gobject/gvaluetypes.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/include/glib-2.0/gobject/gvaluetypes.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/lib/glib-2.0/include/glibconfig.h b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/lib/glib-2.0/include/glibconfig.h similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/lib/glib-2.0/include/glibconfig.h rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/lib/glib-2.0/include/glibconfig.h diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/lib/libgio-2.0.0.dylib b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/lib/libgio-2.0.0.dylib similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/lib/libgio-2.0.0.dylib rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/lib/libgio-2.0.0.dylib diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/lib/libglib-2.0.0.dylib b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/lib/libglib-2.0.0.dylib similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/lib/libglib-2.0.0.dylib rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/lib/libglib-2.0.0.dylib diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/lib/libgmodule-2.0.0.dylib b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/lib/libgmodule-2.0.0.dylib similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/lib/libgmodule-2.0.0.dylib rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/lib/libgmodule-2.0.0.dylib diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/lib/libgobject-2.0.0.dylib b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/lib/libgobject-2.0.0.dylib similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/lib/libgobject-2.0.0.dylib rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/lib/libgobject-2.0.0.dylib diff --git a/frameworks/cairosvg/dependencies/glib/2.56.1/lib/libgthread-2.0.0.dylib b/_archive/frameworks/cairosvg/dependencies/glib/2.56.1/lib/libgthread-2.0.0.dylib similarity index 100% rename from frameworks/cairosvg/dependencies/glib/2.56.1/lib/libgthread-2.0.0.dylib rename to _archive/frameworks/cairosvg/dependencies/glib/2.56.1/lib/libgthread-2.0.0.dylib diff --git a/frameworks/cairosvg/dependencies/graphite2/1.3.11/include/graphite2/Font.h b/_archive/frameworks/cairosvg/dependencies/graphite2/1.3.11/include/graphite2/Font.h similarity index 100% rename from frameworks/cairosvg/dependencies/graphite2/1.3.11/include/graphite2/Font.h rename to _archive/frameworks/cairosvg/dependencies/graphite2/1.3.11/include/graphite2/Font.h diff --git a/frameworks/cairosvg/dependencies/graphite2/1.3.11/include/graphite2/Log.h b/_archive/frameworks/cairosvg/dependencies/graphite2/1.3.11/include/graphite2/Log.h similarity index 100% rename from frameworks/cairosvg/dependencies/graphite2/1.3.11/include/graphite2/Log.h rename to _archive/frameworks/cairosvg/dependencies/graphite2/1.3.11/include/graphite2/Log.h diff --git a/frameworks/cairosvg/dependencies/graphite2/1.3.11/include/graphite2/Segment.h b/_archive/frameworks/cairosvg/dependencies/graphite2/1.3.11/include/graphite2/Segment.h similarity index 100% rename from frameworks/cairosvg/dependencies/graphite2/1.3.11/include/graphite2/Segment.h rename to _archive/frameworks/cairosvg/dependencies/graphite2/1.3.11/include/graphite2/Segment.h diff --git a/frameworks/cairosvg/dependencies/graphite2/1.3.11/include/graphite2/Types.h b/_archive/frameworks/cairosvg/dependencies/graphite2/1.3.11/include/graphite2/Types.h similarity index 100% rename from frameworks/cairosvg/dependencies/graphite2/1.3.11/include/graphite2/Types.h rename to _archive/frameworks/cairosvg/dependencies/graphite2/1.3.11/include/graphite2/Types.h diff --git a/frameworks/cairosvg/dependencies/graphite2/1.3.11/lib/libgraphite2.3.0.1.dylib b/_archive/frameworks/cairosvg/dependencies/graphite2/1.3.11/lib/libgraphite2.3.0.1.dylib similarity index 100% rename from frameworks/cairosvg/dependencies/graphite2/1.3.11/lib/libgraphite2.3.0.1.dylib rename to _archive/frameworks/cairosvg/dependencies/graphite2/1.3.11/lib/libgraphite2.3.0.1.dylib diff --git a/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-blob.h b/_archive/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-blob.h similarity index 100% rename from frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-blob.h rename to _archive/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-blob.h diff --git a/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-buffer.h b/_archive/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-buffer.h similarity index 100% rename from frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-buffer.h rename to _archive/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-buffer.h diff --git a/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-common.h b/_archive/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-common.h similarity index 100% rename from frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-common.h rename to _archive/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-common.h diff --git a/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-coretext.h b/_archive/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-coretext.h similarity index 100% rename from frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-coretext.h rename to _archive/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-coretext.h diff --git a/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-deprecated.h b/_archive/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-deprecated.h similarity index 100% rename from frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-deprecated.h rename to _archive/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-deprecated.h diff --git a/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-face.h b/_archive/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-face.h similarity index 100% rename from frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-face.h rename to _archive/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-face.h diff --git a/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-font.h b/_archive/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-font.h similarity index 100% rename from frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-font.h rename to _archive/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-font.h diff --git a/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-ft.h b/_archive/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-ft.h similarity index 100% rename from frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-ft.h rename to _archive/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-ft.h diff --git a/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-glib.h b/_archive/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-glib.h similarity index 100% rename from frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-glib.h rename to _archive/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-glib.h diff --git a/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-gobject-enums.h b/_archive/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-gobject-enums.h similarity index 100% rename from frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-gobject-enums.h rename to _archive/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-gobject-enums.h diff --git a/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-gobject-structs.h b/_archive/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-gobject-structs.h similarity index 100% rename from frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-gobject-structs.h rename to _archive/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-gobject-structs.h diff --git a/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-gobject.h b/_archive/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-gobject.h similarity index 100% rename from frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-gobject.h rename to _archive/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-gobject.h diff --git a/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-graphite2.h b/_archive/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-graphite2.h similarity index 100% rename from frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-graphite2.h rename to _archive/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-graphite2.h diff --git a/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-icu.h b/_archive/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-icu.h similarity index 100% rename from frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-icu.h rename to _archive/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-icu.h diff --git a/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-ot-font.h b/_archive/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-ot-font.h similarity index 100% rename from frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-ot-font.h rename to _archive/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-ot-font.h diff --git a/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-ot-layout.h b/_archive/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-ot-layout.h similarity index 100% rename from frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-ot-layout.h rename to _archive/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-ot-layout.h diff --git a/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-ot-math.h b/_archive/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-ot-math.h similarity index 100% rename from frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-ot-math.h rename to _archive/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-ot-math.h diff --git a/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-ot-shape.h b/_archive/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-ot-shape.h similarity index 100% rename from frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-ot-shape.h rename to _archive/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-ot-shape.h diff --git a/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-ot-tag.h b/_archive/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-ot-tag.h similarity index 100% rename from frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-ot-tag.h rename to _archive/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-ot-tag.h diff --git a/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-ot-var.h b/_archive/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-ot-var.h similarity index 100% rename from frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-ot-var.h rename to _archive/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-ot-var.h diff --git a/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-ot.h b/_archive/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-ot.h similarity index 100% rename from frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-ot.h rename to _archive/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-ot.h diff --git a/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-set.h b/_archive/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-set.h similarity index 100% rename from frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-set.h rename to _archive/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-set.h diff --git a/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-shape-plan.h b/_archive/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-shape-plan.h similarity index 100% rename from frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-shape-plan.h rename to _archive/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-shape-plan.h diff --git a/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-shape.h b/_archive/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-shape.h similarity index 100% rename from frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-shape.h rename to _archive/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-shape.h diff --git a/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-subset.h b/_archive/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-subset.h similarity index 100% rename from frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-subset.h rename to _archive/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-subset.h diff --git a/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-unicode.h b/_archive/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-unicode.h similarity index 100% rename from frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-unicode.h rename to _archive/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-unicode.h diff --git a/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-version.h b/_archive/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-version.h similarity index 100% rename from frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-version.h rename to _archive/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb-version.h diff --git a/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb.h b/_archive/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb.h similarity index 100% rename from frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb.h rename to _archive/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/include/harfbuzz/hb.h diff --git a/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/lib/libharfbuzz-gobject.0.dylib b/_archive/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/lib/libharfbuzz-gobject.0.dylib similarity index 100% rename from frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/lib/libharfbuzz-gobject.0.dylib rename to _archive/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/lib/libharfbuzz-gobject.0.dylib diff --git a/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/lib/libharfbuzz-icu.0.dylib b/_archive/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/lib/libharfbuzz-icu.0.dylib similarity index 100% rename from frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/lib/libharfbuzz-icu.0.dylib rename to _archive/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/lib/libharfbuzz-icu.0.dylib diff --git a/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/lib/libharfbuzz-subset.0.dylib b/_archive/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/lib/libharfbuzz-subset.0.dylib similarity index 100% rename from frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/lib/libharfbuzz-subset.0.dylib rename to _archive/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/lib/libharfbuzz-subset.0.dylib diff --git a/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/lib/libharfbuzz.0.dylib b/_archive/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/lib/libharfbuzz.0.dylib similarity index 100% rename from frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/lib/libharfbuzz.0.dylib rename to _archive/frameworks/cairosvg/dependencies/harfbuzz/1.7.6_2/lib/libharfbuzz.0.dylib diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/alphaindex.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/alphaindex.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/alphaindex.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/alphaindex.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/appendable.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/appendable.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/appendable.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/appendable.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/basictz.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/basictz.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/basictz.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/basictz.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/brkiter.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/brkiter.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/brkiter.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/brkiter.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/bytestream.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/bytestream.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/bytestream.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/bytestream.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/bytestrie.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/bytestrie.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/bytestrie.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/bytestrie.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/bytestriebuilder.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/bytestriebuilder.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/bytestriebuilder.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/bytestriebuilder.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/calendar.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/calendar.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/calendar.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/calendar.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/caniter.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/caniter.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/caniter.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/caniter.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/casemap.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/casemap.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/casemap.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/casemap.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/char16ptr.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/char16ptr.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/char16ptr.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/char16ptr.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/chariter.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/chariter.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/chariter.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/chariter.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/choicfmt.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/choicfmt.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/choicfmt.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/choicfmt.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/coleitr.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/coleitr.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/coleitr.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/coleitr.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/coll.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/coll.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/coll.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/coll.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/compactdecimalformat.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/compactdecimalformat.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/compactdecimalformat.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/compactdecimalformat.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/curramt.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/curramt.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/curramt.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/curramt.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/currpinf.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/currpinf.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/currpinf.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/currpinf.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/currunit.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/currunit.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/currunit.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/currunit.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/datefmt.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/datefmt.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/datefmt.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/datefmt.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/dbbi.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/dbbi.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/dbbi.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/dbbi.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/dcfmtsym.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/dcfmtsym.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/dcfmtsym.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/dcfmtsym.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/decimfmt.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/decimfmt.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/decimfmt.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/decimfmt.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/docmain.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/docmain.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/docmain.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/docmain.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/dtfmtsym.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/dtfmtsym.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/dtfmtsym.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/dtfmtsym.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/dtintrv.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/dtintrv.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/dtintrv.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/dtintrv.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/dtitvfmt.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/dtitvfmt.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/dtitvfmt.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/dtitvfmt.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/dtitvinf.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/dtitvinf.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/dtitvinf.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/dtitvinf.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/dtptngen.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/dtptngen.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/dtptngen.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/dtptngen.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/dtrule.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/dtrule.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/dtrule.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/dtrule.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/edits.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/edits.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/edits.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/edits.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/enumset.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/enumset.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/enumset.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/enumset.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/errorcode.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/errorcode.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/errorcode.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/errorcode.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/fieldpos.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/fieldpos.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/fieldpos.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/fieldpos.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/filteredbrk.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/filteredbrk.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/filteredbrk.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/filteredbrk.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/fmtable.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/fmtable.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/fmtable.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/fmtable.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/format.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/format.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/format.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/format.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/fpositer.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/fpositer.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/fpositer.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/fpositer.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/gender.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/gender.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/gender.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/gender.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/gregocal.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/gregocal.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/gregocal.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/gregocal.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/icudataver.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/icudataver.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/icudataver.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/icudataver.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/icuplug.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/icuplug.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/icuplug.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/icuplug.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/idna.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/idna.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/idna.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/idna.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/listformatter.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/listformatter.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/listformatter.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/listformatter.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/localpointer.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/localpointer.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/localpointer.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/localpointer.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/locdspnm.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/locdspnm.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/locdspnm.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/locdspnm.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/locid.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/locid.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/locid.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/locid.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/measfmt.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/measfmt.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/measfmt.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/measfmt.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/measunit.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/measunit.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/measunit.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/measunit.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/measure.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/measure.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/measure.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/measure.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/messagepattern.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/messagepattern.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/messagepattern.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/messagepattern.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/msgfmt.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/msgfmt.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/msgfmt.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/msgfmt.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/normalizer2.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/normalizer2.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/normalizer2.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/normalizer2.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/normlzr.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/normlzr.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/normlzr.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/normlzr.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/nounit.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/nounit.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/nounit.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/nounit.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/numberformatter.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/numberformatter.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/numberformatter.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/numberformatter.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/numfmt.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/numfmt.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/numfmt.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/numfmt.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/numsys.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/numsys.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/numsys.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/numsys.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/parseerr.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/parseerr.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/parseerr.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/parseerr.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/parsepos.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/parsepos.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/parsepos.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/parsepos.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/platform.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/platform.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/platform.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/platform.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/plurfmt.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/plurfmt.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/plurfmt.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/plurfmt.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/plurrule.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/plurrule.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/plurrule.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/plurrule.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ptypes.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ptypes.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ptypes.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ptypes.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/putil.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/putil.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/putil.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/putil.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/rbbi.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/rbbi.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/rbbi.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/rbbi.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/rbnf.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/rbnf.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/rbnf.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/rbnf.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/rbtz.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/rbtz.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/rbtz.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/rbtz.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/regex.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/regex.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/regex.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/regex.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/region.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/region.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/region.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/region.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/reldatefmt.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/reldatefmt.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/reldatefmt.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/reldatefmt.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/rep.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/rep.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/rep.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/rep.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/resbund.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/resbund.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/resbund.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/resbund.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/schriter.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/schriter.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/schriter.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/schriter.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/scientificnumberformatter.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/scientificnumberformatter.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/scientificnumberformatter.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/scientificnumberformatter.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/search.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/search.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/search.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/search.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/selfmt.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/selfmt.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/selfmt.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/selfmt.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/simpleformatter.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/simpleformatter.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/simpleformatter.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/simpleformatter.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/simpletz.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/simpletz.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/simpletz.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/simpletz.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/smpdtfmt.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/smpdtfmt.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/smpdtfmt.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/smpdtfmt.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/sortkey.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/sortkey.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/sortkey.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/sortkey.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/std_string.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/std_string.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/std_string.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/std_string.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/strenum.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/strenum.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/strenum.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/strenum.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/stringoptions.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/stringoptions.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/stringoptions.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/stringoptions.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/stringpiece.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/stringpiece.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/stringpiece.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/stringpiece.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/stringtriebuilder.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/stringtriebuilder.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/stringtriebuilder.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/stringtriebuilder.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/stsearch.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/stsearch.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/stsearch.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/stsearch.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/symtable.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/symtable.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/symtable.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/symtable.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/tblcoll.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/tblcoll.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/tblcoll.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/tblcoll.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/timezone.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/timezone.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/timezone.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/timezone.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/tmunit.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/tmunit.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/tmunit.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/tmunit.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/tmutamt.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/tmutamt.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/tmutamt.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/tmutamt.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/tmutfmt.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/tmutfmt.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/tmutfmt.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/tmutfmt.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/translit.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/translit.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/translit.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/translit.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/tzfmt.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/tzfmt.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/tzfmt.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/tzfmt.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/tznames.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/tznames.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/tznames.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/tznames.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/tzrule.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/tzrule.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/tzrule.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/tzrule.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/tztrans.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/tztrans.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/tztrans.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/tztrans.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ubidi.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ubidi.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ubidi.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ubidi.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ubiditransform.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ubiditransform.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ubiditransform.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ubiditransform.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ubrk.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ubrk.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ubrk.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ubrk.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ucal.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ucal.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ucal.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ucal.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ucasemap.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ucasemap.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ucasemap.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ucasemap.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ucat.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ucat.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ucat.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ucat.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/uchar.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/uchar.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/uchar.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/uchar.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ucharstrie.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ucharstrie.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ucharstrie.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ucharstrie.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ucharstriebuilder.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ucharstriebuilder.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ucharstriebuilder.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ucharstriebuilder.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/uchriter.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/uchriter.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/uchriter.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/uchriter.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/uclean.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/uclean.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/uclean.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/uclean.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ucnv.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ucnv.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ucnv.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ucnv.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ucnv_cb.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ucnv_cb.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ucnv_cb.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ucnv_cb.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ucnv_err.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ucnv_err.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ucnv_err.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ucnv_err.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ucnvsel.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ucnvsel.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ucnvsel.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ucnvsel.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ucol.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ucol.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ucol.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ucol.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ucoleitr.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ucoleitr.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ucoleitr.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ucoleitr.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/uconfig.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/uconfig.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/uconfig.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/uconfig.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ucsdet.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ucsdet.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ucsdet.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ucsdet.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ucurr.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ucurr.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ucurr.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ucurr.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/udat.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/udat.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/udat.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/udat.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/udata.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/udata.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/udata.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/udata.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/udateintervalformat.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/udateintervalformat.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/udateintervalformat.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/udateintervalformat.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/udatpg.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/udatpg.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/udatpg.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/udatpg.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/udisplaycontext.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/udisplaycontext.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/udisplaycontext.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/udisplaycontext.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/uenum.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/uenum.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/uenum.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/uenum.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ufieldpositer.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ufieldpositer.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ufieldpositer.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ufieldpositer.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/uformattable.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/uformattable.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/uformattable.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/uformattable.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ugender.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ugender.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ugender.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ugender.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/uidna.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/uidna.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/uidna.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/uidna.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/uiter.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/uiter.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/uiter.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/uiter.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/uldnames.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/uldnames.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/uldnames.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/uldnames.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ulistformatter.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ulistformatter.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ulistformatter.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ulistformatter.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/uloc.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/uloc.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/uloc.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/uloc.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ulocdata.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ulocdata.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ulocdata.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ulocdata.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/umachine.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/umachine.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/umachine.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/umachine.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/umisc.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/umisc.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/umisc.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/umisc.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/umsg.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/umsg.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/umsg.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/umsg.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/unifilt.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/unifilt.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/unifilt.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/unifilt.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/unifunct.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/unifunct.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/unifunct.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/unifunct.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/unimatch.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/unimatch.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/unimatch.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/unimatch.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/unirepl.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/unirepl.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/unirepl.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/unirepl.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/uniset.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/uniset.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/uniset.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/uniset.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/unistr.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/unistr.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/unistr.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/unistr.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/unorm.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/unorm.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/unorm.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/unorm.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/unorm2.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/unorm2.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/unorm2.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/unorm2.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/unum.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/unum.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/unum.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/unum.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/unumsys.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/unumsys.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/unumsys.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/unumsys.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/uobject.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/uobject.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/uobject.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/uobject.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/upluralrules.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/upluralrules.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/upluralrules.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/upluralrules.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/uregex.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/uregex.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/uregex.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/uregex.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/uregion.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/uregion.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/uregion.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/uregion.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ureldatefmt.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ureldatefmt.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ureldatefmt.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ureldatefmt.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/urename.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/urename.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/urename.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/urename.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/urep.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/urep.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/urep.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/urep.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ures.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ures.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ures.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ures.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/uscript.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/uscript.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/uscript.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/uscript.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/usearch.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/usearch.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/usearch.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/usearch.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/uset.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/uset.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/uset.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/uset.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/usetiter.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/usetiter.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/usetiter.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/usetiter.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ushape.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ushape.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ushape.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ushape.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/uspoof.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/uspoof.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/uspoof.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/uspoof.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/usprep.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/usprep.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/usprep.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/usprep.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ustdio.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ustdio.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ustdio.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ustdio.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ustream.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ustream.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ustream.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ustream.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ustring.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ustring.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ustring.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ustring.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ustringtrie.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ustringtrie.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ustringtrie.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/ustringtrie.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/utext.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/utext.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/utext.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/utext.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/utf.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/utf.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/utf.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/utf.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/utf16.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/utf16.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/utf16.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/utf16.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/utf32.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/utf32.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/utf32.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/utf32.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/utf8.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/utf8.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/utf8.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/utf8.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/utf_old.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/utf_old.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/utf_old.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/utf_old.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/utmscale.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/utmscale.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/utmscale.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/utmscale.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/utrace.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/utrace.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/utrace.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/utrace.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/utrans.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/utrans.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/utrans.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/utrans.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/utypes.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/utypes.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/utypes.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/utypes.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/uvernum.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/uvernum.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/uvernum.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/uvernum.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/uversion.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/uversion.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/uversion.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/uversion.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/vtzone.h b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/vtzone.h similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/vtzone.h rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/include/unicode/vtzone.h diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/lib/libicudata.61.1.dylib b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/lib/libicudata.61.1.dylib similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/lib/libicudata.61.1.dylib rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/lib/libicudata.61.1.dylib diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/lib/libicui18n.61.1.dylib b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/lib/libicui18n.61.1.dylib similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/lib/libicui18n.61.1.dylib rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/lib/libicui18n.61.1.dylib diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/lib/libicuio.61.1.dylib b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/lib/libicuio.61.1.dylib similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/lib/libicuio.61.1.dylib rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/lib/libicuio.61.1.dylib diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/lib/libicutest.61.1.dylib b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/lib/libicutest.61.1.dylib similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/lib/libicutest.61.1.dylib rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/lib/libicutest.61.1.dylib diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/lib/libicutu.61.1.dylib b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/lib/libicutu.61.1.dylib similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/lib/libicutu.61.1.dylib rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/lib/libicutu.61.1.dylib diff --git a/frameworks/cairosvg/dependencies/icu4c/61.1/lib/libicuuc.61.1.dylib b/_archive/frameworks/cairosvg/dependencies/icu4c/61.1/lib/libicuuc.61.1.dylib similarity index 100% rename from frameworks/cairosvg/dependencies/icu4c/61.1/lib/libicuuc.61.1.dylib rename to _archive/frameworks/cairosvg/dependencies/icu4c/61.1/lib/libicuuc.61.1.dylib diff --git a/frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-additional-sel.h b/_archive/frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-additional-sel.h similarity index 100% rename from frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-additional-sel.h rename to _archive/frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-additional-sel.h diff --git a/frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-attr-sel.h b/_archive/frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-attr-sel.h similarity index 100% rename from frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-attr-sel.h rename to _archive/frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-attr-sel.h diff --git a/frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-cascade.h b/_archive/frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-cascade.h similarity index 100% rename from frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-cascade.h rename to _archive/frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-cascade.h diff --git a/frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-declaration.h b/_archive/frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-declaration.h similarity index 100% rename from frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-declaration.h rename to _archive/frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-declaration.h diff --git a/frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-doc-handler.h b/_archive/frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-doc-handler.h similarity index 100% rename from frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-doc-handler.h rename to _archive/frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-doc-handler.h diff --git a/frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-enc-handler.h b/_archive/frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-enc-handler.h similarity index 100% rename from frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-enc-handler.h rename to _archive/frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-enc-handler.h diff --git a/frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-fonts.h b/_archive/frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-fonts.h similarity index 100% rename from frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-fonts.h rename to _archive/frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-fonts.h diff --git a/frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-input.h b/_archive/frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-input.h similarity index 100% rename from frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-input.h rename to _archive/frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-input.h diff --git a/frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-num.h b/_archive/frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-num.h similarity index 100% rename from frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-num.h rename to _archive/frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-num.h diff --git a/frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-om-parser.h b/_archive/frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-om-parser.h similarity index 100% rename from frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-om-parser.h rename to _archive/frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-om-parser.h diff --git a/frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-parser.h b/_archive/frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-parser.h similarity index 100% rename from frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-parser.h rename to _archive/frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-parser.h diff --git a/frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-parsing-location.h b/_archive/frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-parsing-location.h similarity index 100% rename from frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-parsing-location.h rename to _archive/frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-parsing-location.h diff --git a/frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-prop-list.h b/_archive/frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-prop-list.h similarity index 100% rename from frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-prop-list.h rename to _archive/frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-prop-list.h diff --git a/frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-pseudo.h b/_archive/frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-pseudo.h similarity index 100% rename from frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-pseudo.h rename to _archive/frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-pseudo.h diff --git a/frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-rgb.h b/_archive/frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-rgb.h similarity index 100% rename from frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-rgb.h rename to _archive/frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-rgb.h diff --git a/frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-sel-eng.h b/_archive/frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-sel-eng.h similarity index 100% rename from frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-sel-eng.h rename to _archive/frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-sel-eng.h diff --git a/frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-selector.h b/_archive/frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-selector.h similarity index 100% rename from frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-selector.h rename to _archive/frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-selector.h diff --git a/frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-simple-sel.h b/_archive/frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-simple-sel.h similarity index 100% rename from frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-simple-sel.h rename to _archive/frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-simple-sel.h diff --git a/frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-statement.h b/_archive/frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-statement.h similarity index 100% rename from frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-statement.h rename to _archive/frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-statement.h diff --git a/frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-string.h b/_archive/frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-string.h similarity index 100% rename from frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-string.h rename to _archive/frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-string.h diff --git a/frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-style.h b/_archive/frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-style.h similarity index 100% rename from frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-style.h rename to _archive/frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-style.h diff --git a/frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-stylesheet.h b/_archive/frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-stylesheet.h similarity index 100% rename from frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-stylesheet.h rename to _archive/frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-stylesheet.h diff --git a/frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-term.h b/_archive/frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-term.h similarity index 100% rename from frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-term.h rename to _archive/frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-term.h diff --git a/frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-tknzr.h b/_archive/frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-tknzr.h similarity index 100% rename from frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-tknzr.h rename to _archive/frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-tknzr.h diff --git a/frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-token.h b/_archive/frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-token.h similarity index 100% rename from frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-token.h rename to _archive/frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-token.h diff --git a/frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-utils.h b/_archive/frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-utils.h similarity index 100% rename from frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-utils.h rename to _archive/frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/cr-utils.h diff --git a/frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/libcroco-config.h b/_archive/frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/libcroco-config.h similarity index 100% rename from frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/libcroco-config.h rename to _archive/frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/libcroco-config.h diff --git a/frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/libcroco.h b/_archive/frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/libcroco.h similarity index 100% rename from frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/libcroco.h rename to _archive/frameworks/cairosvg/dependencies/libcroco/0.6.12/include/libcroco-0.6/libcroco/libcroco.h diff --git a/frameworks/cairosvg/dependencies/libcroco/0.6.12/lib/libcroco-0.6.3.dylib b/_archive/frameworks/cairosvg/dependencies/libcroco/0.6.12/lib/libcroco-0.6.3.dylib similarity index 100% rename from frameworks/cairosvg/dependencies/libcroco/0.6.12/lib/libcroco-0.6.3.dylib rename to _archive/frameworks/cairosvg/dependencies/libcroco/0.6.12/lib/libcroco-0.6.3.dylib diff --git a/frameworks/cairosvg/dependencies/libffi/3.2.1/lib/libffi-3.2.1/include/ffi.h b/_archive/frameworks/cairosvg/dependencies/libffi/3.2.1/lib/libffi-3.2.1/include/ffi.h similarity index 100% rename from frameworks/cairosvg/dependencies/libffi/3.2.1/lib/libffi-3.2.1/include/ffi.h rename to _archive/frameworks/cairosvg/dependencies/libffi/3.2.1/lib/libffi-3.2.1/include/ffi.h diff --git a/frameworks/cairosvg/dependencies/libffi/3.2.1/lib/libffi-3.2.1/include/ffitarget.h b/_archive/frameworks/cairosvg/dependencies/libffi/3.2.1/lib/libffi-3.2.1/include/ffitarget.h similarity index 100% rename from frameworks/cairosvg/dependencies/libffi/3.2.1/lib/libffi-3.2.1/include/ffitarget.h rename to _archive/frameworks/cairosvg/dependencies/libffi/3.2.1/lib/libffi-3.2.1/include/ffitarget.h diff --git a/frameworks/cairosvg/dependencies/libffi/3.2.1/lib/libffi.6.dylib b/_archive/frameworks/cairosvg/dependencies/libffi/3.2.1/lib/libffi.6.dylib similarity index 100% rename from frameworks/cairosvg/dependencies/libffi/3.2.1/lib/libffi.6.dylib rename to _archive/frameworks/cairosvg/dependencies/libffi/3.2.1/lib/libffi.6.dylib diff --git a/frameworks/cairosvg/dependencies/libpng/1.6.34/include/libpng16/png.h b/_archive/frameworks/cairosvg/dependencies/libpng/1.6.34/include/libpng16/png.h similarity index 100% rename from frameworks/cairosvg/dependencies/libpng/1.6.34/include/libpng16/png.h rename to _archive/frameworks/cairosvg/dependencies/libpng/1.6.34/include/libpng16/png.h diff --git a/frameworks/cairosvg/dependencies/libpng/1.6.34/include/libpng16/pngconf.h b/_archive/frameworks/cairosvg/dependencies/libpng/1.6.34/include/libpng16/pngconf.h similarity index 100% rename from frameworks/cairosvg/dependencies/libpng/1.6.34/include/libpng16/pngconf.h rename to _archive/frameworks/cairosvg/dependencies/libpng/1.6.34/include/libpng16/pngconf.h diff --git a/frameworks/cairosvg/dependencies/libpng/1.6.34/include/libpng16/pnglibconf.h b/_archive/frameworks/cairosvg/dependencies/libpng/1.6.34/include/libpng16/pnglibconf.h similarity index 100% rename from frameworks/cairosvg/dependencies/libpng/1.6.34/include/libpng16/pnglibconf.h rename to _archive/frameworks/cairosvg/dependencies/libpng/1.6.34/include/libpng16/pnglibconf.h diff --git a/frameworks/cairosvg/dependencies/libpng/1.6.34/include/png.h b/_archive/frameworks/cairosvg/dependencies/libpng/1.6.34/include/png.h similarity index 100% rename from frameworks/cairosvg/dependencies/libpng/1.6.34/include/png.h rename to _archive/frameworks/cairosvg/dependencies/libpng/1.6.34/include/png.h diff --git a/frameworks/cairosvg/dependencies/libpng/1.6.34/include/pngconf.h b/_archive/frameworks/cairosvg/dependencies/libpng/1.6.34/include/pngconf.h similarity index 100% rename from frameworks/cairosvg/dependencies/libpng/1.6.34/include/pngconf.h rename to _archive/frameworks/cairosvg/dependencies/libpng/1.6.34/include/pngconf.h diff --git a/frameworks/cairosvg/dependencies/libpng/1.6.34/include/pnglibconf.h b/_archive/frameworks/cairosvg/dependencies/libpng/1.6.34/include/pnglibconf.h similarity index 100% rename from frameworks/cairosvg/dependencies/libpng/1.6.34/include/pnglibconf.h rename to _archive/frameworks/cairosvg/dependencies/libpng/1.6.34/include/pnglibconf.h diff --git a/frameworks/cairosvg/dependencies/libpng/1.6.34/lib/libpng16.16.dylib b/_archive/frameworks/cairosvg/dependencies/libpng/1.6.34/lib/libpng16.16.dylib similarity index 100% rename from frameworks/cairosvg/dependencies/libpng/1.6.34/lib/libpng16.16.dylib rename to _archive/frameworks/cairosvg/dependencies/libpng/1.6.34/lib/libpng16.16.dylib diff --git a/frameworks/cairosvg/dependencies/librsvg/2.42.2_2/include/librsvg-2.0/librsvg/librsvg-enum-types.h b/_archive/frameworks/cairosvg/dependencies/librsvg/2.42.2_2/include/librsvg-2.0/librsvg/librsvg-enum-types.h similarity index 100% rename from frameworks/cairosvg/dependencies/librsvg/2.42.2_2/include/librsvg-2.0/librsvg/librsvg-enum-types.h rename to _archive/frameworks/cairosvg/dependencies/librsvg/2.42.2_2/include/librsvg-2.0/librsvg/librsvg-enum-types.h diff --git a/frameworks/cairosvg/dependencies/librsvg/2.42.2_2/include/librsvg-2.0/librsvg/librsvg-features.h b/_archive/frameworks/cairosvg/dependencies/librsvg/2.42.2_2/include/librsvg-2.0/librsvg/librsvg-features.h similarity index 100% rename from frameworks/cairosvg/dependencies/librsvg/2.42.2_2/include/librsvg-2.0/librsvg/librsvg-features.h rename to _archive/frameworks/cairosvg/dependencies/librsvg/2.42.2_2/include/librsvg-2.0/librsvg/librsvg-features.h diff --git a/frameworks/cairosvg/dependencies/librsvg/2.42.2_2/include/librsvg-2.0/librsvg/rsvg-cairo.h b/_archive/frameworks/cairosvg/dependencies/librsvg/2.42.2_2/include/librsvg-2.0/librsvg/rsvg-cairo.h similarity index 100% rename from frameworks/cairosvg/dependencies/librsvg/2.42.2_2/include/librsvg-2.0/librsvg/rsvg-cairo.h rename to _archive/frameworks/cairosvg/dependencies/librsvg/2.42.2_2/include/librsvg-2.0/librsvg/rsvg-cairo.h diff --git a/frameworks/cairosvg/dependencies/librsvg/2.42.2_2/include/librsvg-2.0/librsvg/rsvg.h b/_archive/frameworks/cairosvg/dependencies/librsvg/2.42.2_2/include/librsvg-2.0/librsvg/rsvg.h similarity index 100% rename from frameworks/cairosvg/dependencies/librsvg/2.42.2_2/include/librsvg-2.0/librsvg/rsvg.h rename to _archive/frameworks/cairosvg/dependencies/librsvg/2.42.2_2/include/librsvg-2.0/librsvg/rsvg.h diff --git a/frameworks/cairosvg/dependencies/librsvg/2.42.2_2/lib/librsvg-2.2.dylib b/_archive/frameworks/cairosvg/dependencies/librsvg/2.42.2_2/lib/librsvg-2.2.dylib similarity index 100% rename from frameworks/cairosvg/dependencies/librsvg/2.42.2_2/lib/librsvg-2.2.dylib rename to _archive/frameworks/cairosvg/dependencies/librsvg/2.42.2_2/lib/librsvg-2.2.dylib diff --git a/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-attributes.h b/_archive/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-attributes.h similarity index 100% rename from frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-attributes.h rename to _archive/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-attributes.h diff --git a/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-bidi-type.h b/_archive/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-bidi-type.h similarity index 100% rename from frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-bidi-type.h rename to _archive/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-bidi-type.h diff --git a/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-break.h b/_archive/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-break.h similarity index 100% rename from frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-break.h rename to _archive/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-break.h diff --git a/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-context.h b/_archive/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-context.h similarity index 100% rename from frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-context.h rename to _archive/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-context.h diff --git a/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-coverage.h b/_archive/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-coverage.h similarity index 100% rename from frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-coverage.h rename to _archive/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-coverage.h diff --git a/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-engine.h b/_archive/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-engine.h similarity index 100% rename from frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-engine.h rename to _archive/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-engine.h diff --git a/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-enum-types.h b/_archive/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-enum-types.h similarity index 100% rename from frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-enum-types.h rename to _archive/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-enum-types.h diff --git a/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-features.h b/_archive/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-features.h similarity index 100% rename from frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-features.h rename to _archive/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-features.h diff --git a/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-font.h b/_archive/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-font.h similarity index 100% rename from frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-font.h rename to _archive/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-font.h diff --git a/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-fontmap.h b/_archive/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-fontmap.h similarity index 100% rename from frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-fontmap.h rename to _archive/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-fontmap.h diff --git a/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-fontset.h b/_archive/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-fontset.h similarity index 100% rename from frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-fontset.h rename to _archive/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-fontset.h diff --git a/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-glyph-item.h b/_archive/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-glyph-item.h similarity index 100% rename from frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-glyph-item.h rename to _archive/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-glyph-item.h diff --git a/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-glyph.h b/_archive/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-glyph.h similarity index 100% rename from frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-glyph.h rename to _archive/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-glyph.h diff --git a/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-gravity.h b/_archive/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-gravity.h similarity index 100% rename from frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-gravity.h rename to _archive/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-gravity.h diff --git a/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-item.h b/_archive/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-item.h similarity index 100% rename from frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-item.h rename to _archive/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-item.h diff --git a/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-language.h b/_archive/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-language.h similarity index 100% rename from frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-language.h rename to _archive/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-language.h diff --git a/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-layout.h b/_archive/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-layout.h similarity index 100% rename from frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-layout.h rename to _archive/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-layout.h diff --git a/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-matrix.h b/_archive/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-matrix.h similarity index 100% rename from frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-matrix.h rename to _archive/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-matrix.h diff --git a/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-modules.h b/_archive/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-modules.h similarity index 100% rename from frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-modules.h rename to _archive/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-modules.h diff --git a/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-ot.h b/_archive/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-ot.h similarity index 100% rename from frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-ot.h rename to _archive/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-ot.h diff --git a/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-renderer.h b/_archive/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-renderer.h similarity index 100% rename from frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-renderer.h rename to _archive/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-renderer.h diff --git a/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-script.h b/_archive/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-script.h similarity index 100% rename from frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-script.h rename to _archive/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-script.h diff --git a/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-tabs.h b/_archive/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-tabs.h similarity index 100% rename from frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-tabs.h rename to _archive/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-tabs.h diff --git a/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-types.h b/_archive/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-types.h similarity index 100% rename from frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-types.h rename to _archive/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-types.h diff --git a/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-utils.h b/_archive/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-utils.h similarity index 100% rename from frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-utils.h rename to _archive/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-utils.h diff --git a/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-version-macros.h b/_archive/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-version-macros.h similarity index 100% rename from frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-version-macros.h rename to _archive/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango-version-macros.h diff --git a/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango.h b/_archive/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango.h similarity index 100% rename from frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango.h rename to _archive/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pango.h diff --git a/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pangocairo.h b/_archive/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pangocairo.h similarity index 100% rename from frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pangocairo.h rename to _archive/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pangocairo.h diff --git a/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pangocoretext.h b/_archive/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pangocoretext.h similarity index 100% rename from frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pangocoretext.h rename to _archive/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pangocoretext.h diff --git a/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pangofc-decoder.h b/_archive/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pangofc-decoder.h similarity index 100% rename from frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pangofc-decoder.h rename to _archive/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pangofc-decoder.h diff --git a/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pangofc-font.h b/_archive/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pangofc-font.h similarity index 100% rename from frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pangofc-font.h rename to _archive/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pangofc-font.h diff --git a/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pangofc-fontmap.h b/_archive/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pangofc-fontmap.h similarity index 100% rename from frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pangofc-fontmap.h rename to _archive/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pangofc-fontmap.h diff --git a/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pangoft2.h b/_archive/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pangoft2.h similarity index 100% rename from frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pangoft2.h rename to _archive/frameworks/cairosvg/dependencies/pango/1.42.1/include/pango-1.0/pango/pangoft2.h diff --git a/frameworks/cairosvg/dependencies/pango/1.42.1/lib/libpango-1.0.0.dylib b/_archive/frameworks/cairosvg/dependencies/pango/1.42.1/lib/libpango-1.0.0.dylib similarity index 100% rename from frameworks/cairosvg/dependencies/pango/1.42.1/lib/libpango-1.0.0.dylib rename to _archive/frameworks/cairosvg/dependencies/pango/1.42.1/lib/libpango-1.0.0.dylib diff --git a/frameworks/cairosvg/dependencies/pango/1.42.1/lib/libpangocairo-1.0.0.dylib b/_archive/frameworks/cairosvg/dependencies/pango/1.42.1/lib/libpangocairo-1.0.0.dylib similarity index 100% rename from frameworks/cairosvg/dependencies/pango/1.42.1/lib/libpangocairo-1.0.0.dylib rename to _archive/frameworks/cairosvg/dependencies/pango/1.42.1/lib/libpangocairo-1.0.0.dylib diff --git a/frameworks/cairosvg/dependencies/pango/1.42.1/lib/libpangoft2-1.0.0.dylib b/_archive/frameworks/cairosvg/dependencies/pango/1.42.1/lib/libpangoft2-1.0.0.dylib similarity index 100% rename from frameworks/cairosvg/dependencies/pango/1.42.1/lib/libpangoft2-1.0.0.dylib rename to _archive/frameworks/cairosvg/dependencies/pango/1.42.1/lib/libpangoft2-1.0.0.dylib diff --git a/frameworks/cairosvg/dependencies/pcre/8.42/include/pcre.h b/_archive/frameworks/cairosvg/dependencies/pcre/8.42/include/pcre.h similarity index 100% rename from frameworks/cairosvg/dependencies/pcre/8.42/include/pcre.h rename to _archive/frameworks/cairosvg/dependencies/pcre/8.42/include/pcre.h diff --git a/frameworks/cairosvg/dependencies/pcre/8.42/include/pcre_scanner.h b/_archive/frameworks/cairosvg/dependencies/pcre/8.42/include/pcre_scanner.h similarity index 100% rename from frameworks/cairosvg/dependencies/pcre/8.42/include/pcre_scanner.h rename to _archive/frameworks/cairosvg/dependencies/pcre/8.42/include/pcre_scanner.h diff --git a/frameworks/cairosvg/dependencies/pcre/8.42/include/pcre_stringpiece.h b/_archive/frameworks/cairosvg/dependencies/pcre/8.42/include/pcre_stringpiece.h similarity index 100% rename from frameworks/cairosvg/dependencies/pcre/8.42/include/pcre_stringpiece.h rename to _archive/frameworks/cairosvg/dependencies/pcre/8.42/include/pcre_stringpiece.h diff --git a/frameworks/cairosvg/dependencies/pcre/8.42/include/pcrecpp.h b/_archive/frameworks/cairosvg/dependencies/pcre/8.42/include/pcrecpp.h similarity index 100% rename from frameworks/cairosvg/dependencies/pcre/8.42/include/pcrecpp.h rename to _archive/frameworks/cairosvg/dependencies/pcre/8.42/include/pcrecpp.h diff --git a/frameworks/cairosvg/dependencies/pcre/8.42/include/pcrecpparg.h b/_archive/frameworks/cairosvg/dependencies/pcre/8.42/include/pcrecpparg.h similarity index 100% rename from frameworks/cairosvg/dependencies/pcre/8.42/include/pcrecpparg.h rename to _archive/frameworks/cairosvg/dependencies/pcre/8.42/include/pcrecpparg.h diff --git a/frameworks/cairosvg/dependencies/pcre/8.42/include/pcreposix.h b/_archive/frameworks/cairosvg/dependencies/pcre/8.42/include/pcreposix.h similarity index 100% rename from frameworks/cairosvg/dependencies/pcre/8.42/include/pcreposix.h rename to _archive/frameworks/cairosvg/dependencies/pcre/8.42/include/pcreposix.h diff --git a/frameworks/cairosvg/dependencies/pcre/8.42/lib/libpcre.1.dylib b/_archive/frameworks/cairosvg/dependencies/pcre/8.42/lib/libpcre.1.dylib similarity index 100% rename from frameworks/cairosvg/dependencies/pcre/8.42/lib/libpcre.1.dylib rename to _archive/frameworks/cairosvg/dependencies/pcre/8.42/lib/libpcre.1.dylib diff --git a/frameworks/cairosvg/dependencies/pcre/8.42/lib/libpcre16.0.dylib b/_archive/frameworks/cairosvg/dependencies/pcre/8.42/lib/libpcre16.0.dylib similarity index 100% rename from frameworks/cairosvg/dependencies/pcre/8.42/lib/libpcre16.0.dylib rename to _archive/frameworks/cairosvg/dependencies/pcre/8.42/lib/libpcre16.0.dylib diff --git a/frameworks/cairosvg/dependencies/pcre/8.42/lib/libpcre32.0.dylib b/_archive/frameworks/cairosvg/dependencies/pcre/8.42/lib/libpcre32.0.dylib similarity index 100% rename from frameworks/cairosvg/dependencies/pcre/8.42/lib/libpcre32.0.dylib rename to _archive/frameworks/cairosvg/dependencies/pcre/8.42/lib/libpcre32.0.dylib diff --git a/frameworks/cairosvg/dependencies/pcre/8.42/lib/libpcrecpp.0.dylib b/_archive/frameworks/cairosvg/dependencies/pcre/8.42/lib/libpcrecpp.0.dylib similarity index 100% rename from frameworks/cairosvg/dependencies/pcre/8.42/lib/libpcrecpp.0.dylib rename to _archive/frameworks/cairosvg/dependencies/pcre/8.42/lib/libpcrecpp.0.dylib diff --git a/frameworks/cairosvg/dependencies/pcre/8.42/lib/libpcreposix.0.dylib b/_archive/frameworks/cairosvg/dependencies/pcre/8.42/lib/libpcreposix.0.dylib similarity index 100% rename from frameworks/cairosvg/dependencies/pcre/8.42/lib/libpcreposix.0.dylib rename to _archive/frameworks/cairosvg/dependencies/pcre/8.42/lib/libpcreposix.0.dylib diff --git a/frameworks/cairosvg/dependencies/pixman/0.34.0_1/include/pixman-1/pixman-version.h b/_archive/frameworks/cairosvg/dependencies/pixman/0.34.0_1/include/pixman-1/pixman-version.h similarity index 100% rename from frameworks/cairosvg/dependencies/pixman/0.34.0_1/include/pixman-1/pixman-version.h rename to _archive/frameworks/cairosvg/dependencies/pixman/0.34.0_1/include/pixman-1/pixman-version.h diff --git a/frameworks/cairosvg/dependencies/pixman/0.34.0_1/include/pixman-1/pixman.h b/_archive/frameworks/cairosvg/dependencies/pixman/0.34.0_1/include/pixman-1/pixman.h similarity index 100% rename from frameworks/cairosvg/dependencies/pixman/0.34.0_1/include/pixman-1/pixman.h rename to _archive/frameworks/cairosvg/dependencies/pixman/0.34.0_1/include/pixman-1/pixman.h diff --git a/frameworks/cairosvg/dependencies/pixman/0.34.0_1/lib/libpixman-1.0.dylib b/_archive/frameworks/cairosvg/dependencies/pixman/0.34.0_1/lib/libpixman-1.0.dylib similarity index 100% rename from frameworks/cairosvg/dependencies/pixman/0.34.0_1/lib/libpixman-1.0.dylib rename to _archive/frameworks/cairosvg/dependencies/pixman/0.34.0_1/lib/libpixman-1.0.dylib diff --git a/frameworks/cairosvg/rsvg.h b/_archive/frameworks/cairosvg/rsvg.h similarity index 100% rename from frameworks/cairosvg/rsvg.h rename to _archive/frameworks/cairosvg/rsvg.h diff --git a/frameworks/speculid/Controllers/AnalyticsSessionManager.swift b/_archive/frameworks/speculid/Controllers/AnalyticsSessionManager.swift similarity index 100% rename from frameworks/speculid/Controllers/AnalyticsSessionManager.swift rename to _archive/frameworks/speculid/Controllers/AnalyticsSessionManager.swift diff --git a/frameworks/speculid/Controllers/AnalyticsTracker.swift b/_archive/frameworks/speculid/Controllers/AnalyticsTracker.swift similarity index 100% rename from frameworks/speculid/Controllers/AnalyticsTracker.swift rename to _archive/frameworks/speculid/Controllers/AnalyticsTracker.swift diff --git a/frameworks/speculid/Controllers/Application.swift b/_archive/frameworks/speculid/Controllers/Application.swift similarity index 99% rename from frameworks/speculid/Controllers/Application.swift rename to _archive/frameworks/speculid/Controllers/Application.swift index 866c7dcc..03a471df 100644 --- a/frameworks/speculid/Controllers/Application.swift +++ b/_archive/frameworks/speculid/Controllers/Application.swift @@ -71,7 +71,6 @@ open class Application: NSApplication, ApplicationProtocol { return text }() - open private(set) var commandLineActivity: CommandLineActivityProtocol? open private(set) var statusItem: NSStatusItem? open private(set) var service: ServiceProtocol! @@ -167,7 +166,7 @@ open class Application: NSApplication, ApplicationProtocol { .integer: ("\\d+", options: []), .scale: ("(\\d+)x", options: []), .size: ("(\\d+\\.?\\d*)x(\\d+\\.?\\d*)", options: []), - .number: ("\\d", options: []), + .number: ("\\d", options: []) ]) } catch { assertionFailure("Failed to parse regular expression: \(error)") diff --git a/frameworks/speculid/Controllers/AsyncBlockOperation.swift b/_archive/frameworks/speculid/Controllers/AsyncBlockOperation.swift similarity index 100% rename from frameworks/speculid/Controllers/AsyncBlockOperation.swift rename to _archive/frameworks/speculid/Controllers/AsyncBlockOperation.swift diff --git a/frameworks/speculid/Controllers/CairoConversionSet.swift b/_archive/frameworks/speculid/Controllers/CairoConversionSet.swift similarity index 100% rename from frameworks/speculid/Controllers/CairoConversionSet.swift rename to _archive/frameworks/speculid/Controllers/CairoConversionSet.swift diff --git a/frameworks/speculid/Controllers/CairoConversionSetBuilder.swift b/_archive/frameworks/speculid/Controllers/CairoConversionSetBuilder.swift similarity index 100% rename from frameworks/speculid/Controllers/CairoConversionSetBuilder.swift rename to _archive/frameworks/speculid/Controllers/CairoConversionSetBuilder.swift diff --git a/frameworks/speculid/Controllers/ClientIdentifier.swift b/_archive/frameworks/speculid/Controllers/ClientIdentifier.swift similarity index 100% rename from frameworks/speculid/Controllers/ClientIdentifier.swift rename to _archive/frameworks/speculid/Controllers/ClientIdentifier.swift diff --git a/frameworks/speculid/Controllers/CommandLineInstaller.swift b/_archive/frameworks/speculid/Controllers/CommandLineInstaller.swift similarity index 100% rename from frameworks/speculid/Controllers/CommandLineInstaller.swift rename to _archive/frameworks/speculid/Controllers/CommandLineInstaller.swift diff --git a/frameworks/speculid/Controllers/CommandLineRunner.swift b/_archive/frameworks/speculid/Controllers/CommandLineRunner.swift similarity index 75% rename from frameworks/speculid/Controllers/CommandLineRunner.swift rename to _archive/frameworks/speculid/Controllers/CommandLineRunner.swift index 31aab404..4db64f72 100644 --- a/frameworks/speculid/Controllers/CommandLineRunner.swift +++ b/_archive/frameworks/speculid/Controllers/CommandLineRunner.swift @@ -3,13 +3,11 @@ import Foundation public struct InvalidDocumentURL: Error { public let url: URL } - extension Operation: CommandLineActivityProtocol {} public struct UnknownArgumentsError: Error { public let arguments: [String] } - public class CommandLineRunner: CommandLineRunnerProtocol { public var errorStream: TextOutputStream public var outputStream: TextOutputStream @@ -18,26 +16,12 @@ public class CommandLineRunner: CommandLineRunnerProtocol { public var versionProvider: VersionProvider { _versionProvider ?? Application.current } - public init(outputStream: TextOutputStream, errorStream: TextOutputStream, versionProvider: VersionProvider? = nil) { self.outputStream = outputStream self.errorStream = errorStream _versionProvider = versionProvider } - fileprivate func saveSpeculidFileURL(_ destination: URL, usingImageURL image: URL, forAssetURL asset: URL) throws { - let file = SpeculidSpecificationsFile(assetURL: asset, sourceImageURL: image, destinationURL: destination) - let jsonEncoder = JSONEncoder() - if #available(OSX 10.15, *) { - jsonEncoder.outputFormatting = [.prettyPrinted, .withoutEscapingSlashes] - } else { - jsonEncoder.outputFormatting = [.prettyPrinted] - } - - let data = try jsonEncoder.encode(file) - try data.write(to: destination, options: .atomic) - } - public func activity(withArguments arguments: SpeculidCommandArgumentSet, _ completed: @escaping (CommandLineActivityProtocol, Error?) -> Void) -> CommandLineActivityProtocol { var error: Error? let operation = AsyncBlockOperation { completed in @@ -68,6 +52,10 @@ public class CommandLineRunner: CommandLineRunnerProtocol { error = caughtError return completed() } +// guard let document = tryDocument else { +// error = InvalidDocumentURL(url: url) +// return completed() +// } error = Application.current.builder.build(documents: documents) return completed() case .debugLocation: @@ -80,14 +68,6 @@ public class CommandLineRunner: CommandLineRunnerProtocol { } else { return completed() } - case let .initialize(asset: asset, image: image, destination: destination): - do { - try self.saveSpeculidFileURL(destination, usingImageURL: image, forAssetURL: asset) - } catch let caughtError { - error = caughtError - } - - return completed() } } operation.completionBlock = { diff --git a/frameworks/speculid/Controllers/ImageConversionBuilder.swift b/_archive/frameworks/speculid/Controllers/ImageConversionBuilder.swift similarity index 100% rename from frameworks/speculid/Controllers/ImageConversionBuilder.swift rename to _archive/frameworks/speculid/Controllers/ImageConversionBuilder.swift diff --git a/frameworks/speculid/Controllers/ImageConversionSetBuilder.swift b/_archive/frameworks/speculid/Controllers/ImageConversionSetBuilder.swift similarity index 100% rename from frameworks/speculid/Controllers/ImageConversionSetBuilder.swift rename to _archive/frameworks/speculid/Controllers/ImageConversionSetBuilder.swift diff --git a/frameworks/speculid/Controllers/QuitMenuItem.swift b/_archive/frameworks/speculid/Controllers/QuitMenuItem.swift similarity index 100% rename from frameworks/speculid/Controllers/QuitMenuItem.swift rename to _archive/frameworks/speculid/Controllers/QuitMenuItem.swift diff --git a/frameworks/speculid/Controllers/RegularExpressionSet.swift b/_archive/frameworks/speculid/Controllers/RegularExpressionSet.swift similarity index 100% rename from frameworks/speculid/Controllers/RegularExpressionSet.swift rename to _archive/frameworks/speculid/Controllers/RegularExpressionSet.swift diff --git a/frameworks/speculid/Controllers/RegularExpressionSetBuilder.swift b/_archive/frameworks/speculid/Controllers/RegularExpressionSetBuilder.swift similarity index 100% rename from frameworks/speculid/Controllers/RegularExpressionSetBuilder.swift rename to _archive/frameworks/speculid/Controllers/RegularExpressionSetBuilder.swift diff --git a/frameworks/speculid/Controllers/RemoteObjectInterfaceProvider.swift b/_archive/frameworks/speculid/Controllers/RemoteObjectInterfaceProvider.swift similarity index 100% rename from frameworks/speculid/Controllers/RemoteObjectInterfaceProvider.swift rename to _archive/frameworks/speculid/Controllers/RemoteObjectInterfaceProvider.swift diff --git a/frameworks/speculid/Controllers/Service.swift b/_archive/frameworks/speculid/Controllers/Service.swift similarity index 100% rename from frameworks/speculid/Controllers/Service.swift rename to _archive/frameworks/speculid/Controllers/Service.swift diff --git a/frameworks/speculid/Controllers/SpeculidApplicationModeParser.swift b/_archive/frameworks/speculid/Controllers/SpeculidApplicationModeParser.swift similarity index 55% rename from frameworks/speculid/Controllers/SpeculidApplicationModeParser.swift rename to _archive/frameworks/speculid/Controllers/SpeculidApplicationModeParser.swift index a1f1dbbe..6317b10a 100644 --- a/frameworks/speculid/Controllers/SpeculidApplicationModeParser.swift +++ b/_archive/frameworks/speculid/Controllers/SpeculidApplicationModeParser.swift @@ -1,32 +1,6 @@ import Foundation public struct SpeculidApplicationModeParser: SpeculidApplicationModeParserProtocol { - private func parseInitializeArguments(_ arguments: [String]) -> SpeculidCommandArgumentSet? { - let urls = arguments.compactMap { filePath -> URL? in - guard FileManager.default.fileExists(atPath: filePath) || filePath.components(separatedBy: ".").last?.lowercased() == "speculid" else { - return nil - } - return URL(fileURLWithPath: filePath) - } - let types = ["json": "asset", "svg": "image", "appiconset": "asset", "imageset": "asset", "png": "image", "speculid": "destination"] - let urlTypes = urls.compactMap { url -> (String, URL)? in - guard let type = types[url.pathExtension.lowercased()] else { - return nil - } - return (type, url) - } - let dictionary = [String: [(String, URL)]].init(grouping: urlTypes) { - $0.0 - }.compactMapValues { - $0.first?.1 - } - if let asset = dictionary["asset"], let image = dictionary["image"], let destination = dictionary["destination"] { - return .initialize(asset: asset, image: image, destination: destination) - } else { - return nil - } - } - public func parseMode(fromCommandLine commandLine: CommandLineArgumentProviderProtocol) -> SpeculidApplicationMode { var indicies = [Int]() if commandLine.arguments.first == Bundle.main.executablePath { @@ -57,20 +31,14 @@ public struct SpeculidApplicationModeParser: SpeculidApplicationModeParserProtoc return .command(.debugLocation) } else if arguments.contains("--install") { return .command(.install(.all)) - } else if let index = arguments.firstIndex(of: "--initialize") { - let commandArgs = parseInitializeArguments([String](arguments[arguments.index(after: index)...])) - return .command(commandArgs ?? SpeculidCommandArgumentSet.unknown(arguments)) } else { return .command(.unknown(arguments)) } - } else if commandLine.environment["sourceApplicationName"] != nil { - return .command(.help) } else { return .cocoa } } } - // // @available(swift, obsoleted: 4.2) // extension Array where Element: Equatable { diff --git a/frameworks/speculid/Controllers/SpeculidBuilder.swift b/_archive/frameworks/speculid/Controllers/SpeculidBuilder.swift similarity index 99% rename from frameworks/speculid/Controllers/SpeculidBuilder.swift rename to _archive/frameworks/speculid/Controllers/SpeculidBuilder.swift index f5a523dd..94f966ce 100644 --- a/frameworks/speculid/Controllers/SpeculidBuilder.swift +++ b/_archive/frameworks/speculid/Controllers/SpeculidBuilder.swift @@ -8,7 +8,6 @@ public extension SpeculidDocumentProtocol { var sourceImageURL: URL { url.deletingLastPathComponent().appendingPathComponent(specificationsFile.sourceImageRelativePath) } - func destinationName(forImage image: AssetSpecificationProtocol) -> String { if let filename = image.filename { return filename @@ -32,7 +31,6 @@ public extension SpeculidDocumentProtocol { func destinationURL(forFileName fileName: String) -> URL { url.deletingLastPathComponent().appendingPathComponent(specificationsFile.assetDirectoryRelativePath, isDirectory: true).appendingPathComponent(fileName) } - // destinationFileNames } diff --git a/frameworks/speculid/Controllers/SpeculidConfigurationBuilder.swift b/_archive/frameworks/speculid/Controllers/SpeculidConfigurationBuilder.swift similarity index 100% rename from frameworks/speculid/Controllers/SpeculidConfigurationBuilder.swift rename to _archive/frameworks/speculid/Controllers/SpeculidConfigurationBuilder.swift diff --git a/frameworks/speculid/Controllers/SpeculidImageSpecificationBuilder.swift b/_archive/frameworks/speculid/Controllers/SpeculidImageSpecificationBuilder.swift similarity index 99% rename from frameworks/speculid/Controllers/SpeculidImageSpecificationBuilder.swift rename to _archive/frameworks/speculid/Controllers/SpeculidImageSpecificationBuilder.swift index 98cdcd24..ff34b567 100644 --- a/frameworks/speculid/Controllers/SpeculidImageSpecificationBuilder.swift +++ b/_archive/frameworks/speculid/Controllers/SpeculidImageSpecificationBuilder.swift @@ -11,7 +11,6 @@ public struct NoGeometrySpecifiedError: Error { self.specification = specification } } - public struct SpeculidImageSpecificationBuilder: SpeculidImageSpecificationBuilderProtocol { public func imageSpecification( forURL destinationURL: URL, diff --git a/frameworks/speculid/Controllers/StatusItemProvider.swift b/_archive/frameworks/speculid/Controllers/StatusItemProvider.swift similarity index 100% rename from frameworks/speculid/Controllers/StatusItemProvider.swift rename to _archive/frameworks/speculid/Controllers/StatusItemProvider.swift diff --git a/frameworks/speculid/Controllers/VersionMenuItem.swift b/_archive/frameworks/speculid/Controllers/VersionMenuItem.swift similarity index 100% rename from frameworks/speculid/Controllers/VersionMenuItem.swift rename to _archive/frameworks/speculid/Controllers/VersionMenuItem.swift diff --git a/frameworks/speculid/Errors/ArrayError.swift b/_archive/frameworks/speculid/Errors/ArrayError.swift similarity index 100% rename from frameworks/speculid/Errors/ArrayError.swift rename to _archive/frameworks/speculid/Errors/ArrayError.swift diff --git a/frameworks/speculid/Errors/BadGeometryCGSizeValueError.swift b/_archive/frameworks/speculid/Errors/BadGeometryCGSizeValueError.swift similarity index 100% rename from frameworks/speculid/Errors/BadGeometryCGSizeValueError.swift rename to _archive/frameworks/speculid/Errors/BadGeometryCGSizeValueError.swift diff --git a/frameworks/speculid/Errors/BadGeometryStringValueError.swift b/_archive/frameworks/speculid/Errors/BadGeometryStringValueError.swift similarity index 100% rename from frameworks/speculid/Errors/BadGeometryStringValueError.swift rename to _archive/frameworks/speculid/Errors/BadGeometryStringValueError.swift diff --git a/frameworks/speculid/Errors/MissingRequiredInstallationError.swift b/_archive/frameworks/speculid/Errors/MissingRequiredInstallationError.swift similarity index 100% rename from frameworks/speculid/Errors/MissingRequiredInstallationError.swift rename to _archive/frameworks/speculid/Errors/MissingRequiredInstallationError.swift diff --git a/frameworks/speculid/Errors/ProcessError.swift b/_archive/frameworks/speculid/Errors/ProcessError.swift similarity index 100% rename from frameworks/speculid/Errors/ProcessError.swift rename to _archive/frameworks/speculid/Errors/ProcessError.swift diff --git a/frameworks/speculid/Errors/UnknownConversionError.swift b/_archive/frameworks/speculid/Errors/UnknownConversionError.swift similarity index 100% rename from frameworks/speculid/Errors/UnknownConversionError.swift rename to _archive/frameworks/speculid/Errors/UnknownConversionError.swift diff --git a/frameworks/speculid/Extensions/CGFloat.swift b/_archive/frameworks/speculid/Extensions/CGFloat.swift similarity index 100% rename from frameworks/speculid/Extensions/CGFloat.swift rename to _archive/frameworks/speculid/Extensions/CGFloat.swift diff --git a/frameworks/speculid/Extensions/FileHandle.swift b/_archive/frameworks/speculid/Extensions/FileHandle.swift similarity index 100% rename from frameworks/speculid/Extensions/FileHandle.swift rename to _archive/frameworks/speculid/Extensions/FileHandle.swift diff --git a/frameworks/speculid/Extensions/GeometryDimension.Codable.swift b/_archive/frameworks/speculid/Extensions/GeometryDimension.Codable.swift similarity index 100% rename from frameworks/speculid/Extensions/GeometryDimension.Codable.swift rename to _archive/frameworks/speculid/Extensions/GeometryDimension.Codable.swift diff --git a/frameworks/speculid/Extensions/GeometryDimension.ScalingBy.swift b/_archive/frameworks/speculid/Extensions/GeometryDimension.ScalingBy.swift similarity index 100% rename from frameworks/speculid/Extensions/GeometryDimension.ScalingBy.swift rename to _archive/frameworks/speculid/Extensions/GeometryDimension.ScalingBy.swift diff --git a/frameworks/speculid/Extensions/GeometryValue.Multiply.swift b/_archive/frameworks/speculid/Extensions/GeometryValue.Multiply.swift similarity index 100% rename from frameworks/speculid/Extensions/GeometryValue.Multiply.swift rename to _archive/frameworks/speculid/Extensions/GeometryValue.Multiply.swift diff --git a/frameworks/speculid/Extensions/NSColor.swift b/_archive/frameworks/speculid/Extensions/NSColor.swift similarity index 99% rename from frameworks/speculid/Extensions/NSColor.swift rename to _archive/frameworks/speculid/Extensions/NSColor.swift index 36dd9a8b..dad70663 100644 --- a/frameworks/speculid/Extensions/NSColor.swift +++ b/_archive/frameworks/speculid/Extensions/NSColor.swift @@ -134,7 +134,6 @@ extension NSColor { return String(format: "#%02X%02X%02X", Int(r * 255), Int(g * 255), Int(b * 255)) } } - // swiftlint:enable identifier_name } diff --git a/frameworks/speculid/Extensions/NSNumber.swift b/_archive/frameworks/speculid/Extensions/NSNumber.swift similarity index 99% rename from frameworks/speculid/Extensions/NSNumber.swift rename to _archive/frameworks/speculid/Extensions/NSNumber.swift index 94770a04..4cb56a31 100644 --- a/frameworks/speculid/Extensions/NSNumber.swift +++ b/_archive/frameworks/speculid/Extensions/NSNumber.swift @@ -5,11 +5,9 @@ extension NSNumber { private convenience init(doubleOrFloat: Double) { self.init(value: doubleOrFloat) } - private convenience init(doubleOrFloat: Float) { self.init(value: doubleOrFloat) } - convenience init(cgFloat: CGFloat) { self.init(doubleOrFloat: cgFloat.native) } @@ -18,11 +16,9 @@ extension NSNumber { private func doubleOrFloatValue() -> Double { doubleValue } - private func doubleOrFloatValue() -> Float { floatValue } - var cgFloatValue: CGFloat { CGFloat(floatLiteral: doubleOrFloatValue()) } diff --git a/frameworks/speculid/Extensions/String.swift b/_archive/frameworks/speculid/Extensions/String.swift similarity index 100% rename from frameworks/speculid/Extensions/String.swift rename to _archive/frameworks/speculid/Extensions/String.swift diff --git a/frameworks/speculid/Extensions/Version.swift b/_archive/frameworks/speculid/Extensions/Version.swift similarity index 100% rename from frameworks/speculid/Extensions/Version.swift rename to _archive/frameworks/speculid/Extensions/Version.swift diff --git a/frameworks/speculid/Info.plist b/_archive/frameworks/speculid/Info.plist similarity index 100% rename from frameworks/speculid/Info.plist rename to _archive/frameworks/speculid/Info.plist diff --git a/frameworks/speculid/Models/AnalyticsConfiguration.swift b/_archive/frameworks/speculid/Models/AnalyticsConfiguration.swift similarity index 100% rename from frameworks/speculid/Models/AnalyticsConfiguration.swift rename to _archive/frameworks/speculid/Models/AnalyticsConfiguration.swift diff --git a/frameworks/speculid/Models/AnalyticsParameterDictionary.swift b/_archive/frameworks/speculid/Models/AnalyticsParameterDictionary.swift similarity index 100% rename from frameworks/speculid/Models/AnalyticsParameterDictionary.swift rename to _archive/frameworks/speculid/Models/AnalyticsParameterDictionary.swift diff --git a/frameworks/speculid/Models/AnalyticsParameterKey.swift b/_archive/frameworks/speculid/Models/AnalyticsParameterKey.swift similarity index 100% rename from frameworks/speculid/Models/AnalyticsParameterKey.swift rename to _archive/frameworks/speculid/Models/AnalyticsParameterKey.swift diff --git a/frameworks/speculid/Models/AssetCatalogItem.swift b/_archive/frameworks/speculid/Models/AssetCatalogItem.swift similarity index 100% rename from frameworks/speculid/Models/AssetCatalogItem.swift rename to _archive/frameworks/speculid/Models/AssetCatalogItem.swift diff --git a/frameworks/speculid/Models/AssetCatalogItemSize.swift b/_archive/frameworks/speculid/Models/AssetCatalogItemSize.swift similarity index 100% rename from frameworks/speculid/Models/AssetCatalogItemSize.swift rename to _archive/frameworks/speculid/Models/AssetCatalogItemSize.swift diff --git a/frameworks/speculid/Models/AssetSpecification.swift b/_archive/frameworks/speculid/Models/AssetSpecification.swift similarity index 99% rename from frameworks/speculid/Models/AssetSpecification.swift rename to _archive/frameworks/speculid/Models/AssetSpecification.swift index 09aaf538..966781c5 100644 --- a/frameworks/speculid/Models/AssetSpecification.swift +++ b/_archive/frameworks/speculid/Models/AssetSpecification.swift @@ -30,7 +30,6 @@ public struct AssetSpecification: AssetSpecificationProtocol, Codable { case role case subtype } - public init(idiom: ImageIdiom, scale: CGFloat? = nil, size: CGSize? = nil, role: AppleWatchRole? = nil, subtype: AppleWatchType? = nil, filename: String? = nil) { self.idiom = idiom self.scale = scale diff --git a/frameworks/speculid/Models/AssetSpecificationDocument.swift b/_archive/frameworks/speculid/Models/AssetSpecificationDocument.swift similarity index 100% rename from frameworks/speculid/Models/AssetSpecificationDocument.swift rename to _archive/frameworks/speculid/Models/AssetSpecificationDocument.swift diff --git a/frameworks/speculid/Models/AssetSpecificationFile.swift b/_archive/frameworks/speculid/Models/AssetSpecificationFile.swift similarity index 100% rename from frameworks/speculid/Models/AssetSpecificationFile.swift rename to _archive/frameworks/speculid/Models/AssetSpecificationFile.swift diff --git a/frameworks/speculid/Models/AssetSpecificationFileProtocol.swift b/_archive/frameworks/speculid/Models/AssetSpecificationFileProtocol.swift similarity index 100% rename from frameworks/speculid/Models/AssetSpecificationFileProtocol.swift rename to _archive/frameworks/speculid/Models/AssetSpecificationFileProtocol.swift diff --git a/frameworks/speculid/Models/AssetSpecificationMetadata.swift b/_archive/frameworks/speculid/Models/AssetSpecificationMetadata.swift similarity index 100% rename from frameworks/speculid/Models/AssetSpecificationMetadata.swift rename to _archive/frameworks/speculid/Models/AssetSpecificationMetadata.swift diff --git a/frameworks/speculid/Models/CommandLineArgumentProvider.swift b/_archive/frameworks/speculid/Models/CommandLineArgumentProvider.swift similarity index 56% rename from frameworks/speculid/Models/CommandLineArgumentProvider.swift rename to _archive/frameworks/speculid/Models/CommandLineArgumentProvider.swift index 706cd935..d0c2b887 100644 --- a/frameworks/speculid/Models/CommandLineArgumentProvider.swift +++ b/_archive/frameworks/speculid/Models/CommandLineArgumentProvider.swift @@ -2,11 +2,9 @@ import Foundation public struct CommandLineArgumentProvider: CommandLineArgumentProviderProtocol { public let commandLine: CommandLine.Type - public let environment: [String: String] - public init(commandLine: CommandLine.Type? = nil, environment: [String: String]? = nil) { + public init(commandLine: CommandLine.Type? = nil) { self.commandLine = commandLine ?? CommandLine.self - self.environment = environment ?? ProcessInfo.processInfo.environment } public var arguments: [String] { diff --git a/frameworks/speculid/Models/CwlSysctl.swift b/_archive/frameworks/speculid/Models/CwlSysctl.swift similarity index 100% rename from frameworks/speculid/Models/CwlSysctl.swift rename to _archive/frameworks/speculid/Models/CwlSysctl.swift diff --git a/frameworks/speculid/Models/ErrorCollection.swift b/_archive/frameworks/speculid/Models/ErrorCollection.swift similarity index 100% rename from frameworks/speculid/Models/ErrorCollection.swift rename to _archive/frameworks/speculid/Models/ErrorCollection.swift diff --git a/frameworks/speculid/Models/ImageFile.swift b/_archive/frameworks/speculid/Models/ImageFile.swift similarity index 99% rename from frameworks/speculid/Models/ImageFile.swift rename to _archive/frameworks/speculid/Models/ImageFile.swift index 12d073a4..016b3a28 100644 --- a/frameworks/speculid/Models/ImageFile.swift +++ b/_archive/frameworks/speculid/Models/ImageFile.swift @@ -28,7 +28,6 @@ public class ImageFile: NSObject, ImageFileProtocol, NSSecureCoding { self.url = url self.format = format } - // swiftlint:enable identifier_name public let url: URL public let format: ImageFileFormat diff --git a/frameworks/speculid/Models/ImageIdiom.swift b/_archive/frameworks/speculid/Models/ImageIdiom.swift similarity index 100% rename from frameworks/speculid/Models/ImageIdiom.swift rename to _archive/frameworks/speculid/Models/ImageIdiom.swift diff --git a/frameworks/speculid/Models/ImageSpecification.swift b/_archive/frameworks/speculid/Models/ImageSpecification.swift similarity index 99% rename from frameworks/speculid/Models/ImageSpecification.swift rename to _archive/frameworks/speculid/Models/ImageSpecification.swift index d20b4b34..9e209b48 100644 --- a/frameworks/speculid/Models/ImageSpecification.swift +++ b/_archive/frameworks/speculid/Models/ImageSpecification.swift @@ -30,7 +30,6 @@ import Cocoa self.backgroundColor = backgroundColor self.removeAlphaChannel = removeAlphaChannel } - // swiftlint:enable identifier_name public let file: ImageFileProtocol diff --git a/frameworks/speculid/Models/InstallType.swift b/_archive/frameworks/speculid/Models/InstallType.swift similarity index 100% rename from frameworks/speculid/Models/InstallType.swift rename to _archive/frameworks/speculid/Models/InstallType.swift diff --git a/frameworks/speculid/Models/RegularExpressions.swift b/_archive/frameworks/speculid/Models/RegularExpressions.swift similarity index 100% rename from frameworks/speculid/Models/RegularExpressions.swift rename to _archive/frameworks/speculid/Models/RegularExpressions.swift diff --git a/frameworks/speculid/Models/Result.swift b/_archive/frameworks/speculid/Models/Result.swift similarity index 100% rename from frameworks/speculid/Models/Result.swift rename to _archive/frameworks/speculid/Models/Result.swift diff --git a/frameworks/speculid/Models/SpeculidApplicationMode.swift b/_archive/frameworks/speculid/Models/SpeculidApplicationMode.swift similarity index 100% rename from frameworks/speculid/Models/SpeculidApplicationMode.swift rename to _archive/frameworks/speculid/Models/SpeculidApplicationMode.swift diff --git a/frameworks/speculid/Models/SpeculidCommandArgumentSet.swift b/_archive/frameworks/speculid/Models/SpeculidCommandArgumentSet.swift similarity index 90% rename from frameworks/speculid/Models/SpeculidCommandArgumentSet.swift rename to _archive/frameworks/speculid/Models/SpeculidCommandArgumentSet.swift index 481ac469..e14ba509 100644 --- a/frameworks/speculid/Models/SpeculidCommandArgumentSet.swift +++ b/_archive/frameworks/speculid/Models/SpeculidCommandArgumentSet.swift @@ -16,6 +16,5 @@ public enum SpeculidCommandArgumentSet: Equatable { case version case process(URL, Bool) case install(InstallType) - case initialize(asset: URL, image: URL, destination: URL) case debugLocation } diff --git a/frameworks/speculid/Models/SpeculidConfiguration.swift b/_archive/frameworks/speculid/Models/SpeculidConfiguration.swift similarity index 100% rename from frameworks/speculid/Models/SpeculidConfiguration.swift rename to _archive/frameworks/speculid/Models/SpeculidConfiguration.swift diff --git a/_archive/frameworks/speculid/Models/SpeculidDocument.swift b/_archive/frameworks/speculid/Models/SpeculidDocument.swift new file mode 100644 index 00000000..ba00c4c4 --- /dev/null +++ b/_archive/frameworks/speculid/Models/SpeculidDocument.swift @@ -0,0 +1,21 @@ +import Foundation + +public struct SpeculidDocument: SpeculidDocumentProtocol { + public let url: URL + public let specificationsFile: SpeculidSpecificationsFileProtocol + public let assetFile: AssetSpecificationFileProtocol + + public init(url: URL, decoder: JSONDecoder, configuration _: SpeculidConfigurationProtocol? = nil) throws { + let specificationsFileData = try Data(contentsOf: url) + let specificationsFile = try decoder.decode(SpeculidSpecificationsFile.self, from: specificationsFileData) + + let contentsJSONURL = url.deletingLastPathComponent().appendingPathComponent(specificationsFile.assetDirectoryRelativePath, isDirectory: true).appendingPathComponent("Contents.json") + + let assetData = try Data(contentsOf: contentsJSONURL) + let asset = try decoder.decode(AssetSpecificationDocument.self, from: assetData) + + self.specificationsFile = specificationsFile + assetFile = AssetSpecificationFile(url: contentsJSONURL, document: asset) + self.url = url + } +} diff --git a/frameworks/speculid/Models/SpeculidSpecificationsFile.swift b/_archive/frameworks/speculid/Models/SpeculidSpecificationsFile.swift similarity index 74% rename from frameworks/speculid/Models/SpeculidSpecificationsFile.swift rename to _archive/frameworks/speculid/Models/SpeculidSpecificationsFile.swift index 41e215a1..cec8be7a 100644 --- a/frameworks/speculid/Models/SpeculidSpecificationsFile.swift +++ b/_archive/frameworks/speculid/Models/SpeculidSpecificationsFile.swift @@ -2,31 +2,6 @@ import AppKit import CairoSVG import Foundation -extension URL { - func relativePath(from base: URL) -> String? { - // Ensure that both URLs represent files: - guard isFileURL, base.isFileURL else { - return nil - } - - // Remove/replace "." and "..", make paths absolute: - let destComponents = standardized.pathComponents - let baseComponents = base.standardized.pathComponents - - // Find number of common path components: - var index = 0 - while index < destComponents.count, index < baseComponents.count, - destComponents[index] == baseComponents[index] { - index += 1 - } - - // Build relative path: - var relComponents = Array(repeating: "..", count: baseComponents.count - index - 1) - relComponents.append(contentsOf: destComponents[index...]) - return relComponents.joined(separator: "/") - } -} - public struct SpeculidSpecificationsFile: SpeculidSpecificationsFileProtocol, Codable { public let assetDirectoryRelativePath: String public let sourceImageRelativePath: String @@ -42,20 +17,6 @@ public struct SpeculidSpecificationsFile: SpeculidSpecificationsFileProtocol, Co case removeAlpha = "remove-alpha" } - public init(assetURL: URL, sourceImageURL: URL, destinationURL: URL) { - let actualAssetURL: URL - if assetURL.pathExtension.lowercased() == "json" { - actualAssetURL = assetURL.deletingLastPathComponent() - } else { - actualAssetURL = assetURL - } - assetDirectoryRelativePath = actualAssetURL.relativePath(from: destinationURL) ?? actualAssetURL.path - sourceImageRelativePath = sourceImageURL.relativePath(from: destinationURL) ?? sourceImageURL.path - geometry = nil - background = nil - removeAlpha = actualAssetURL.pathExtension.lowercased() == "appiconset" - } - public init(from decoder: Decoder) throws { let container = try decoder.container(keyedBy: CodingKeys.self) assetDirectoryRelativePath = try container.decode(String.self, forKey: CodingKeys.assetDirectoryRelativePath) @@ -90,7 +51,6 @@ public struct SpeculidSpecificationsFile: SpeculidSpecificationsFileProtocol, Co try container.encode(removeAlpha, forKey: CodingKeys.removeAlpha) try container.encode(background?.hexString(), forKey: CodingKeys.background) } - // // public init(assetSetRelativePath: String, // sourceImageRelativePath: URL, diff --git a/frameworks/speculid/Protocols/AnalyticsConfigurationProtocol.swift b/_archive/frameworks/speculid/Protocols/AnalyticsConfigurationProtocol.swift similarity index 94% rename from frameworks/speculid/Protocols/AnalyticsConfigurationProtocol.swift rename to _archive/frameworks/speculid/Protocols/AnalyticsConfigurationProtocol.swift index ae5f592b..6e686c8c 100644 --- a/frameworks/speculid/Protocols/AnalyticsConfigurationProtocol.swift +++ b/_archive/frameworks/speculid/Protocols/AnalyticsConfigurationProtocol.swift @@ -19,7 +19,7 @@ public extension AnalyticsConfigurationProtocol { .clientId: clientIdentifier, .version: version, .applicationName: applicationName, - .applicationVersion: applicationVersion, + .applicationVersion: applicationVersion ] mainParameters.forEach { dictionary[$0.0] = $0.1 diff --git a/frameworks/speculid/Protocols/AnalyticsEventProtocol.swift b/_archive/frameworks/speculid/Protocols/AnalyticsEventProtocol.swift similarity index 100% rename from frameworks/speculid/Protocols/AnalyticsEventProtocol.swift rename to _archive/frameworks/speculid/Protocols/AnalyticsEventProtocol.swift diff --git a/frameworks/speculid/Protocols/AnalyticsSessionManagerProtocol.swift b/_archive/frameworks/speculid/Protocols/AnalyticsSessionManagerProtocol.swift similarity index 100% rename from frameworks/speculid/Protocols/AnalyticsSessionManagerProtocol.swift rename to _archive/frameworks/speculid/Protocols/AnalyticsSessionManagerProtocol.swift diff --git a/frameworks/speculid/Protocols/AnalyticsTrackerProtocol.swift b/_archive/frameworks/speculid/Protocols/AnalyticsTrackerProtocol.swift similarity index 100% rename from frameworks/speculid/Protocols/AnalyticsTrackerProtocol.swift rename to _archive/frameworks/speculid/Protocols/AnalyticsTrackerProtocol.swift diff --git a/frameworks/speculid/Protocols/ApplicationProtocol.swift b/_archive/frameworks/speculid/Protocols/ApplicationProtocol.swift similarity index 100% rename from frameworks/speculid/Protocols/ApplicationProtocol.swift rename to _archive/frameworks/speculid/Protocols/ApplicationProtocol.swift diff --git a/frameworks/speculid/Protocols/AssetSpecificationDocumentProtocol.swift b/_archive/frameworks/speculid/Protocols/AssetSpecificationDocumentProtocol.swift similarity index 100% rename from frameworks/speculid/Protocols/AssetSpecificationDocumentProtocol.swift rename to _archive/frameworks/speculid/Protocols/AssetSpecificationDocumentProtocol.swift diff --git a/frameworks/speculid/Protocols/AssetSpecificationMetadataProtocol.swift b/_archive/frameworks/speculid/Protocols/AssetSpecificationMetadataProtocol.swift similarity index 100% rename from frameworks/speculid/Protocols/AssetSpecificationMetadataProtocol.swift rename to _archive/frameworks/speculid/Protocols/AssetSpecificationMetadataProtocol.swift diff --git a/frameworks/speculid/Protocols/AssetSpecificationProtocol.swift b/_archive/frameworks/speculid/Protocols/AssetSpecificationProtocol.swift similarity index 100% rename from frameworks/speculid/Protocols/AssetSpecificationProtocol.swift rename to _archive/frameworks/speculid/Protocols/AssetSpecificationProtocol.swift diff --git a/frameworks/speculid/Protocols/ClientIdentifierDelegate.swift b/_archive/frameworks/speculid/Protocols/ClientIdentifierDelegate.swift similarity index 100% rename from frameworks/speculid/Protocols/ClientIdentifierDelegate.swift rename to _archive/frameworks/speculid/Protocols/ClientIdentifierDelegate.swift diff --git a/frameworks/speculid/Protocols/CommandLineActivityProtocol.swift b/_archive/frameworks/speculid/Protocols/CommandLineActivityProtocol.swift similarity index 100% rename from frameworks/speculid/Protocols/CommandLineActivityProtocol.swift rename to _archive/frameworks/speculid/Protocols/CommandLineActivityProtocol.swift diff --git a/frameworks/speculid/Protocols/CommandLineArgumentProviderProtocol.swift b/_archive/frameworks/speculid/Protocols/CommandLineArgumentProviderProtocol.swift similarity index 71% rename from frameworks/speculid/Protocols/CommandLineArgumentProviderProtocol.swift rename to _archive/frameworks/speculid/Protocols/CommandLineArgumentProviderProtocol.swift index 1e9d6304..ed62a1d9 100644 --- a/frameworks/speculid/Protocols/CommandLineArgumentProviderProtocol.swift +++ b/_archive/frameworks/speculid/Protocols/CommandLineArgumentProviderProtocol.swift @@ -2,5 +2,4 @@ import Foundation public protocol CommandLineArgumentProviderProtocol { var arguments: [String] { get } - var environment: [String: String] { get } } diff --git a/frameworks/speculid/Protocols/CommandLineRunnerProtocol.swift b/_archive/frameworks/speculid/Protocols/CommandLineRunnerProtocol.swift similarity index 100% rename from frameworks/speculid/Protocols/CommandLineRunnerProtocol.swift rename to _archive/frameworks/speculid/Protocols/CommandLineRunnerProtocol.swift diff --git a/frameworks/speculid/Protocols/GeometryProtocol.swift b/_archive/frameworks/speculid/Protocols/GeometryProtocol.swift similarity index 100% rename from frameworks/speculid/Protocols/GeometryProtocol.swift rename to _archive/frameworks/speculid/Protocols/GeometryProtocol.swift diff --git a/frameworks/speculid/Protocols/ImageConversionBuilderProtocol.swift b/_archive/frameworks/speculid/Protocols/ImageConversionBuilderProtocol.swift similarity index 100% rename from frameworks/speculid/Protocols/ImageConversionBuilderProtocol.swift rename to _archive/frameworks/speculid/Protocols/ImageConversionBuilderProtocol.swift diff --git a/frameworks/speculid/Protocols/ImageConversionSetBuilderProtocol.swift b/_archive/frameworks/speculid/Protocols/ImageConversionSetBuilderProtocol.swift similarity index 100% rename from frameworks/speculid/Protocols/ImageConversionSetBuilderProtocol.swift rename to _archive/frameworks/speculid/Protocols/ImageConversionSetBuilderProtocol.swift diff --git a/frameworks/speculid/Protocols/ImageConversionSetProtocol.swift b/_archive/frameworks/speculid/Protocols/ImageConversionSetProtocol.swift similarity index 100% rename from frameworks/speculid/Protocols/ImageConversionSetProtocol.swift rename to _archive/frameworks/speculid/Protocols/ImageConversionSetProtocol.swift diff --git a/frameworks/speculid/Protocols/ImageConversionTaskProtocol.swift b/_archive/frameworks/speculid/Protocols/ImageConversionTaskProtocol.swift similarity index 100% rename from frameworks/speculid/Protocols/ImageConversionTaskProtocol.swift rename to _archive/frameworks/speculid/Protocols/ImageConversionTaskProtocol.swift diff --git a/frameworks/speculid/Protocols/InstallerProtocol.swift b/_archive/frameworks/speculid/Protocols/InstallerProtocol.swift similarity index 100% rename from frameworks/speculid/Protocols/InstallerProtocol.swift rename to _archive/frameworks/speculid/Protocols/InstallerProtocol.swift diff --git a/frameworks/speculid/Protocols/RegularExpressionSetBuilderProtocol.swift b/_archive/frameworks/speculid/Protocols/RegularExpressionSetBuilderProtocol.swift similarity index 100% rename from frameworks/speculid/Protocols/RegularExpressionSetBuilderProtocol.swift rename to _archive/frameworks/speculid/Protocols/RegularExpressionSetBuilderProtocol.swift diff --git a/frameworks/speculid/Protocols/RegularExpressionSetProtocol.swift b/_archive/frameworks/speculid/Protocols/RegularExpressionSetProtocol.swift similarity index 100% rename from frameworks/speculid/Protocols/RegularExpressionSetProtocol.swift rename to _archive/frameworks/speculid/Protocols/RegularExpressionSetProtocol.swift diff --git a/frameworks/speculid/Protocols/RemoteObjectInterfaceProviderProtocol.swift b/_archive/frameworks/speculid/Protocols/RemoteObjectInterfaceProviderProtocol.swift similarity index 100% rename from frameworks/speculid/Protocols/RemoteObjectInterfaceProviderProtocol.swift rename to _archive/frameworks/speculid/Protocols/RemoteObjectInterfaceProviderProtocol.swift diff --git a/frameworks/speculid/Protocols/ServiceProtocol.swift b/_archive/frameworks/speculid/Protocols/ServiceProtocol.swift similarity index 100% rename from frameworks/speculid/Protocols/ServiceProtocol.swift rename to _archive/frameworks/speculid/Protocols/ServiceProtocol.swift diff --git a/frameworks/speculid/Protocols/SpeculidApplicationModeParserProtocol.swift b/_archive/frameworks/speculid/Protocols/SpeculidApplicationModeParserProtocol.swift similarity index 100% rename from frameworks/speculid/Protocols/SpeculidApplicationModeParserProtocol.swift rename to _archive/frameworks/speculid/Protocols/SpeculidApplicationModeParserProtocol.swift diff --git a/frameworks/speculid/Protocols/SpeculidArgumentsProtocol.swift b/_archive/frameworks/speculid/Protocols/SpeculidArgumentsProtocol.swift similarity index 100% rename from frameworks/speculid/Protocols/SpeculidArgumentsProtocol.swift rename to _archive/frameworks/speculid/Protocols/SpeculidArgumentsProtocol.swift diff --git a/frameworks/speculid/Protocols/SpeculidBuilderProtocol.swift b/_archive/frameworks/speculid/Protocols/SpeculidBuilderProtocol.swift similarity index 100% rename from frameworks/speculid/Protocols/SpeculidBuilderProtocol.swift rename to _archive/frameworks/speculid/Protocols/SpeculidBuilderProtocol.swift diff --git a/frameworks/speculid/Protocols/SpeculidConfigurationBuilderProtocol.swift b/_archive/frameworks/speculid/Protocols/SpeculidConfigurationBuilderProtocol.swift similarity index 100% rename from frameworks/speculid/Protocols/SpeculidConfigurationBuilderProtocol.swift rename to _archive/frameworks/speculid/Protocols/SpeculidConfigurationBuilderProtocol.swift diff --git a/frameworks/speculid/Protocols/SpeculidConfigurationProtocol.swift b/_archive/frameworks/speculid/Protocols/SpeculidConfigurationProtocol.swift similarity index 100% rename from frameworks/speculid/Protocols/SpeculidConfigurationProtocol.swift rename to _archive/frameworks/speculid/Protocols/SpeculidConfigurationProtocol.swift diff --git a/frameworks/speculid/Protocols/SpeculidDocumentProtocol.swift b/_archive/frameworks/speculid/Protocols/SpeculidDocumentProtocol.swift similarity index 100% rename from frameworks/speculid/Protocols/SpeculidDocumentProtocol.swift rename to _archive/frameworks/speculid/Protocols/SpeculidDocumentProtocol.swift diff --git a/frameworks/speculid/Protocols/SpeculidImageSpecificationBuilderProtocol.swift b/_archive/frameworks/speculid/Protocols/SpeculidImageSpecificationBuilderProtocol.swift similarity index 100% rename from frameworks/speculid/Protocols/SpeculidImageSpecificationBuilderProtocol.swift rename to _archive/frameworks/speculid/Protocols/SpeculidImageSpecificationBuilderProtocol.swift diff --git a/frameworks/speculid/Protocols/SpeculidSpecificationsFileProtocol.swift b/_archive/frameworks/speculid/Protocols/SpeculidSpecificationsFileProtocol.swift similarity index 100% rename from frameworks/speculid/Protocols/SpeculidSpecificationsFileProtocol.swift rename to _archive/frameworks/speculid/Protocols/SpeculidSpecificationsFileProtocol.swift diff --git a/frameworks/speculid/Protocols/StatusItemProviderProtocol.swift b/_archive/frameworks/speculid/Protocols/StatusItemProviderProtocol.swift similarity index 100% rename from frameworks/speculid/Protocols/StatusItemProviderProtocol.swift rename to _archive/frameworks/speculid/Protocols/StatusItemProviderProtocol.swift diff --git a/frameworks/speculid/Protocols/VersionProvider.swift b/_archive/frameworks/speculid/Protocols/VersionProvider.swift similarity index 100% rename from frameworks/speculid/Protocols/VersionProvider.swift rename to _archive/frameworks/speculid/Protocols/VersionProvider.swift diff --git a/_archive/frameworks/speculid/Resources/help.txt b/_archive/frameworks/speculid/Resources/help.txt new file mode 100644 index 00000000..3047c62c --- /dev/null +++ b/_archive/frameworks/speculid/Resources/help.txt @@ -0,0 +1,28 @@ + +Build Xcode Image and App Icon Assets from Graphic Files. + +$ speculid # opens file dialog in macOS +$ speculid +$ speculid -help +$ speculid -version + +Options: +-help Show this screen. +-version Show version. + +The is a `json` file with the image set or app icon path, the graphic file source, and optionally the basic image geometry (width or height). Such as: + +---------------------------------------------------- +{ +"set" : "Assets.xcassets/Raster Image.imageset", +"source" : "layers.png", +"geometry" : "128" +} +---------------------------------------------------- +{ +"set" : "Assets.xcassets/iOS AppIcon.appiconset", +"source" : "geometry.svg" +} +---------------------------------------------------- + +See http://www.speculid.com for more details. diff --git a/frameworks/speculid/Speculid_Mac_Framework.h b/_archive/frameworks/speculid/Speculid_Mac_Framework.h similarity index 100% rename from frameworks/speculid/Speculid_Mac_Framework.h rename to _archive/frameworks/speculid/Speculid_Mac_Framework.h diff --git a/frameworks/speculid/build.list b/_archive/frameworks/speculid/build.list similarity index 65% rename from frameworks/speculid/build.list rename to _archive/frameworks/speculid/build.list index 5afed524..fad48c64 100644 --- a/frameworks/speculid/build.list +++ b/_archive/frameworks/speculid/build.list @@ -5,6 +5,3 @@ 6 7 8 -9 -10 -11 diff --git a/frameworks/speculid/versions.plist b/_archive/frameworks/speculid/versions.plist similarity index 86% rename from frameworks/speculid/versions.plist rename to _archive/frameworks/speculid/versions.plist index eedf5daa..989b646c 100644 --- a/frameworks/speculid/versions.plist +++ b/_archive/frameworks/speculid/versions.plist @@ -8,8 +8,6 @@ 7 alpha 2 - production - 11 diff --git a/scripts/CodeSignUpdate.sh b/_archive/scripts/CodeSignUpdate.sh similarity index 100% rename from scripts/CodeSignUpdate.sh rename to _archive/scripts/CodeSignUpdate.sh diff --git a/scripts/SMJobBlessUtil.py b/_archive/scripts/SMJobBlessUtil.py similarity index 100% rename from scripts/SMJobBlessUtil.py rename to _archive/scripts/SMJobBlessUtil.py diff --git a/scripts/build-keychain.sh b/_archive/scripts/build-keychain.sh similarity index 100% rename from scripts/build-keychain.sh rename to _archive/scripts/build-keychain.sh diff --git a/scripts/codesign-framework.sh b/_archive/scripts/codesign-framework.sh similarity index 100% rename from scripts/codesign-framework.sh rename to _archive/scripts/codesign-framework.sh diff --git a/scripts/decrypt-certs.sh b/_archive/scripts/decrypt-certs.sh similarity index 100% rename from scripts/decrypt-certs.sh rename to _archive/scripts/decrypt-certs.sh diff --git a/scripts/fix_dylibs.sh b/_archive/scripts/fix_dylibs.sh similarity index 100% rename from scripts/fix_dylibs.sh rename to _archive/scripts/fix_dylibs.sh diff --git a/_archive/scripts/mfizz.swift b/_archive/scripts/mfizz.swift new file mode 100644 index 00000000..1def7038 --- /dev/null +++ b/_archive/scripts/mfizz.swift @@ -0,0 +1,40 @@ +//// swiftlint:disable all +//import Cocoa +// +//struct LCGroupIcon : Codable { +// let iconName : String? +// let iconSet : String? +//} +// +//let mfizzPath = "/Users/leo/Documents/Projects/lansingcodes-iOS-app/graphics/mfizz" +//let mfizzURL = URL(fileURLWithPath: mfizzPath, isDirectory: true) +//let svgsURL = mfizzURL.appendingPathComponent("svgs") +//let speculidDirURL = mfizzURL.appendingPathComponent("speculid") +//let imageSetPath = URL(fileURLWithPath: "/Users/leo/Documents/Projects/lansingcodes-iOS-app/lansingcodes-iOS-app/Image.imageset", isDirectory: true) +//let destinationFolder = URL(fileURLWithPath: "/Users/leo/Documents/Projects/lansingcodes-iOS-app/lansingcodes-iOS-app/Assets.xcassets/Group Icons", isDirectory: true) +//if FileManager.default.fileExists(atPath: speculidDirURL.path) { +// try! FileManager.default.removeItem(at: speculidDirURL) +// +//} +//try! FileManager.default.createDirectory(at: speculidDirURL, withIntermediateDirectories: true, attributes: nil) +//let speculidContents = """ +//{ +// "set" : "../../../lansingcodes-iOS-app/Assets.xcassets/Group Icons/%@.imageset", +// "source" : "../svgs/%@", +// "geometry" : "32" +//} +//""" +//let files = try! FileManager.default.contentsOfDirectory(at: svgsURL, includingPropertiesForKeys: nil, options: FileManager.DirectoryEnumerationOptions()) +// +//for file in files { +// guard file.pathExtension == "svg" else { +// continue +// } +// let fullName = "mfizz."+file.deletingPathExtension().lastPathComponent +// let speculidJSON = String(format: speculidContents, fullName, file.lastPathComponent) +// +// try? FileManager.default.copyItem(at: imageSetPath, to: destinationFolder.appendingPathComponent(fullName).appendingPathExtension("imageset")) +// try! speculidJSON.write(to: speculidDirURL.appendingPathComponent(fullName).appendingPathExtension("speculid"), atomically: true, encoding: .utf8) +//} +// +// diff --git a/_archive/scripts/organize_icons.swift b/_archive/scripts/organize_icons.swift new file mode 100644 index 00000000..1975fa58 --- /dev/null +++ b/_archive/scripts/organize_icons.swift @@ -0,0 +1,111 @@ +//// swiftlint:disable all +//import Cocoa +// +//let url = URL(string: "https://raw.githubusercontent.com/lansingcodes/www/master/plugins/font-awesome.js")! +//let graphicsPath = URL(fileURLWithPath: "/Users/leo/Documents/Projects/lansingcodes-iOS-app/graphics/font-awesome", isDirectory: true) +//let svgPath = graphicsPath.appendingPathComponent("svgs") +//let speculidPath = graphicsPath.appendingPathComponent("speculid") +// +//let imageSetPath = URL(fileURLWithPath: "/Users/leo/Documents/Projects/lansingcodes-iOS-app/lansingcodes-iOS-app/Image.imageset", isDirectory: true) +//let destinationFolder = URL(fileURLWithPath: "/Users/leo/Documents/Projects/lansingcodes-iOS-app/lansingcodes-iOS-app/Assets.xcassets/Group Icons", isDirectory: true) +// +//var text = try! String(contentsOf: url).split(whereSeparator: { $0.isNewline }) +// +//var groups = [String : [String]]() +// +//var names = [String]() +// +//extension String { +// var kebobCase : String { +// guard self.count > 0 else { return self } +// var newString: String = "" +// +// let uppercase = CharacterSet.uppercaseLetters +// let first = self.unicodeScalars.first! +// newString.append(Character(first)) +// for scalar in self.unicodeScalars.dropFirst() { +// if uppercase.contains(scalar) { +// newString.append("-") +// } +// let character = Character(scalar) +// newString.append(character) +// } +// +// return newString.lowercased() +// +// } +//} +//while let line = text.popLast() { +// guard line.count > 3 else { +// continue +// } +// let urlString = line.substring(from: line.index(line.startIndex, offsetBy: 3)) +// if let urlComponents = URLComponents(string: urlString), let groupName = urlComponents.queryItems?.first(where: {$0.name == "s"})?.value { +// +// groups[groupName] = names +// names.removeAll(keepingCapacity: false) +// } else { +// let name = line.components(separatedBy: "fa").map{$0.components(separatedBy: ",")} +// if name.count > 1 { +// if let faName = name[1].first { +// let notLetter = faName.first(where: { +// !$0.isLetter && !$0.isNumber +// }) +// if notLetter == nil { +// +// names.append(faName.kebobCase) +// } +// } +// } +// } +//} +// +//let filePairs : [(key : String, value: [String : URL])] = groups.map { (args) in +// +// let iconNames = args.value.reduce([String : URL]()) { (dictionary, key) -> [String : URL] in +// var dictionary = dictionary +// +// dictionary[key] = svgPath.appendingPathComponent(args.key).appendingPathComponent(key).appendingPathExtension("svg") +// return dictionary +// } +// return (key : args.key, value : iconNames) +//} +// +//let files = [String : [String : URL]].init(uniqueKeysWithValues: filePairs) +// +//if FileManager.default.fileExists(atPath: destinationFolder.path) { +// try! FileManager.default.removeItem(at: destinationFolder) +// +//} +// +//if FileManager.default.fileExists(atPath: speculidPath.path) { +// try! FileManager.default.removeItem(at: speculidPath) +// +//} +//let speculidContents = """ +//{ +// "set" : "../../../lansingcodes-iOS-app/Assets.xcassets/Group Icons/%@.imageset", +// "source" : "../svgs/%@/%@.svg", +// "geometry" : "32" +//} +//""" +//try! FileManager.default.createDirectory(at: destinationFolder, withIntermediateDirectories: true, attributes: nil) +//try! FileManager.default.createDirectory(at: speculidPath, withIntermediateDirectories: true, attributes: nil) +//for (group, icons) in files { +// for (name, url) in icons { +// let setName = "fa" + String(group[group.startIndex]) +// let fullName = [setName,name].joined(separator: ".") +// try! FileManager.default.copyItem(at: imageSetPath, to: destinationFolder.appendingPathComponent(fullName).appendingPathExtension("imageset")) +// let speculidJSON = String(format: speculidContents, fullName,group,name) +// try! speculidJSON.write(to: speculidPath.appendingPathComponent(fullName).appendingPathExtension("speculid"), atomically: true, encoding: .utf8) +// } +//} +//let contentsJSON = """ +//{ +// "info" : { +// "version" : 1, +// "author" : "xcode" +// } +//} +//""" +//try! contentsJSON.write(to: destinationFolder.appendingPathComponent("Contents").appendingPathExtension("json"), atomically: true, encoding: .utf8) diff --git a/scripts/readme.sh b/_archive/scripts/readme.sh similarity index 100% rename from scripts/readme.sh rename to _archive/scripts/readme.sh diff --git a/scripts/shasum.sh b/_archive/scripts/shasum.sh similarity index 100% rename from scripts/shasum.sh rename to _archive/scripts/shasum.sh diff --git a/scripts/xcode-server-cleanup.sh b/_archive/scripts/xcode-server-cleanup.sh similarity index 100% rename from scripts/xcode-server-cleanup.sh rename to _archive/scripts/xcode-server-cleanup.sh diff --git a/scripts/xcode-server-install.sh b/_archive/scripts/xcode-server-install.sh similarity index 100% rename from scripts/xcode-server-install.sh rename to _archive/scripts/xcode-server-install.sh diff --git a/_archive/tests/cairosvg/CairoSVGTests.swift b/_archive/tests/cairosvg/CairoSVGTests.swift new file mode 100644 index 00000000..91b396a6 --- /dev/null +++ b/_archive/tests/cairosvg/CairoSVGTests.swift @@ -0,0 +1,83 @@ +@testable import CairoSVG +import XCTest + +extension NSColor: CairoColorProtocol { + public var red: Double { + Double(redComponent) + } + + public var green: Double { + Double(greenComponent) + } + + public var blue: Double { + Double(blueComponent) + } +} +class ImageFile: NSObject, ImageFileProtocol { + let url: URL + + let format: ImageFileFormat + + init(url: URL, fileFormat: ImageFileFormat) { + self.url = url + format = fileFormat + super.init() + } +} + +class ImageSpecification: NSObject, ImageSpecificationProtocol { + let file: ImageFileProtocol + + let geometry: GeometryDimension + + let removeAlphaChannel: Bool + + let backgroundColor: CairoColorProtocol? + + init(file: ImageFileProtocol, geometry: GeometryDimension, removeAlphaChannel: Bool, backgroundColor: CairoColorProtocol?) { + self.file = file + self.geometry = geometry + self.removeAlphaChannel = removeAlphaChannel + self.backgroundColor = backgroundColor + super.init() + } +} + +class CairoSVGTests: XCTestCase { + override func setUp() { + super.setUp() + // Put setup code here. This method is called before the invocation of each test method in the class. + } + + override func tearDown() { + // Put teardown code here. This method is called after the invocation of each test method in the class. + super.tearDown() + } + + func testExample() { + // This is an example of a functional test case. + // Use XCTAssert and related functions to verify your tests produce the correct results. + let expectedWidth: CGFloat = 90.0 + let bundle = Bundle(for: type(of: self)) + let url = bundle.url(forResource: "geometry", withExtension: "svg")! + let srcImageFile = ImageFile(url: url, fileFormat: .svg) + // swiftlint:disable:next force_try + let imageHandle = try! ImageHandleBuilder.shared.imageHandle(fromFile: srcImageFile) + let destDirURL = URL(fileURLWithPath: NSTemporaryDirectory(), isDirectory: true) + let destImageFile = ImageFile(url: destDirURL.appendingPathComponent(UUID().uuidString), fileFormat: .png) + let specs = ImageSpecification(file: destImageFile, geometry: GeometryDimension(value: expectedWidth, dimension: .width), removeAlphaChannel: true, backgroundColor: NSColor.cyan) + // swiftlint:disable:next force_try + try! CairoInterface.exportImage(imageHandle, withSpecification: specs) + XCTAssert(FileManager.default.fileExists(atPath: destImageFile.url.path)) + let image = NSImage(byReferencing: destImageFile.url) + XCTAssertEqual(image.size.width, expectedWidth) + } + + func testPerformanceExample() { + // This is an example of a performance test case. + measure { + // Put the code you want to measure the time of here. + } + } +} diff --git a/tests/cairosvg/Info.plist b/_archive/tests/cairosvg/Info.plist similarity index 100% rename from tests/cairosvg/Info.plist rename to _archive/tests/cairosvg/Info.plist diff --git a/_archive/tests/speculid/Controllers/CommandLineRunnerTest.swift b/_archive/tests/speculid/Controllers/CommandLineRunnerTest.swift new file mode 100644 index 00000000..03e85ab4 --- /dev/null +++ b/_archive/tests/speculid/Controllers/CommandLineRunnerTest.swift @@ -0,0 +1,116 @@ +@testable import SpeculidKit +import SwiftVer +import XCTest + +class RecordedOutputStream: TextOutputStream { + public private(set) var strings = [String]() + func write(_ string: String) { + strings.append(string) + } +} + +struct MockVersionProvider: VersionProvider { + public static let vcs = VersionControlInfo(jsonResource: "autorevision", fromBundle: Application.bundle) + + public static let sbd = + Stage.dictionary(fromPlistAtURL: Application.bundle.url(forResource: "versions", withExtension: "plist")!)! + + public let version = Version( + bundle: Application.bundle, + dictionary: sbd, + versionControl: vcs + ) +} + +class CommandLineRunnerTest: XCTestCase { + override func setUp() { + super.setUp() + // Put setup code here. This method is called before the invocation of each test method in the class. + } + + override func tearDown() { + // Put teardown code here. This method is called after the invocation of each test method in the class. + super.tearDown() + } + + func testUnknown() { + let argumentStrings = (0 ..< 100).map { _ in String.randomAlphanumeric(ofLength: 100) } + + let expectations = argumentStrings.map("Run Command Line Activity: ".appending).map(XCTestExpectation.init) + + let setOfArgumentLists = argumentStrings.map { Array.init(repeating: $0, count: 1) } + for (arguments, expectation) in zip(setOfArgumentLists, expectations) { + let outputStream = RecordedOutputStream() + let errorStream = RecordedOutputStream() + let commandLineRunner = CommandLineRunner(outputStream: outputStream, errorStream: errorStream) + let argumentSet = SpeculidCommandArgumentSet.unknown(arguments) + let errorString = Application.unknownCommandMessage(fromArguments: arguments) + let activity = commandLineRunner.activity(withArguments: argumentSet) { activity, error in + XCTAssertNotNil(activity) + XCTAssertNotNil(error) + XCTAssertEqual( + outputStream.strings, + [Application.helpText] + ) + XCTAssertEqual(errorStream.strings, [errorString]) + expectation.fulfill() + } + + activity.start() + } + + wait(for: expectations, timeout: 10.0) + } + + func testHelp() { + let expectation = XCTestExpectation(description: "Run Command Line Activity") + let outputStream = RecordedOutputStream() + let errorStream = RecordedOutputStream() + let argument = SpeculidCommandArgumentSet.help + let commandLineRunner = CommandLineRunner(outputStream: outputStream, errorStream: errorStream) + + let activity = commandLineRunner.activity(withArguments: argument) { activity, error in + XCTAssertNotNil(activity) + XCTAssertNil(error) + XCTAssertEqual( + outputStream.strings, + [Application.helpText] + ) + XCTAssertEqual(errorStream.strings, []) + expectation.fulfill() + } + + activity.start() + wait(for: [expectation], timeout: 10.0) + } + + func testVersion() { + let expectation = XCTestExpectation(description: "Run Command Line Activity") + let outputStream = RecordedOutputStream() + let errorStream = RecordedOutputStream() + let argument = SpeculidCommandArgumentSet.version + let versionProvider = MockVersionProvider() + let commandLineRunner = CommandLineRunner(outputStream: outputStream, errorStream: errorStream, versionProvider: versionProvider) + + var expectedStrings = [versionProvider.version!.developmentDescription] + + #if DEBUG + expectedStrings.append(" DEBUG") + #endif + + let activity = commandLineRunner.activity(withArguments: argument) { activity, error in + XCTAssertNotNil(activity) + XCTAssertNil(error) + XCTAssertEqual( + outputStream.strings, + expectedStrings + ) + XCTAssertEqual(errorStream.strings, []) + expectation.fulfill() + } + + activity.start() + + wait(for: [expectation], timeout: 10.0) + } +} diff --git a/_archive/tests/speculid/Controllers/SpeculidApplicationModeParserTest.swift b/_archive/tests/speculid/Controllers/SpeculidApplicationModeParserTest.swift new file mode 100644 index 00000000..e069ac1b --- /dev/null +++ b/_archive/tests/speculid/Controllers/SpeculidApplicationModeParserTest.swift @@ -0,0 +1,120 @@ +@testable import SpeculidKit +import XCTest + +private let _alphanumericcharacters = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" + +extension String { + static func randomAlphanumeric(ofLength length: Int) -> String { + let randomCharacters = (0 ..< length).map { _ in _alphanumericcharacters.randomElement()! } + return String(randomCharacters) + } +} + +extension Array where Element == String { + static func randomElements(ofCount count: Int) -> Array { + (0 ..< count).map { _ in String.randomAlphanumeric(ofLength: 100) } + } +} +// +// @available(swift, obsoleted: 4.2) +// extension Array { +// func randomElement() -> Element? { +// guard count > 0 else { +// return nil +// } +// let index = Index(arc4random_uniform(UInt32(count))) +// return self[index] +// } +// } +// +// @available(swift, obsoleted: 4.2) +// extension String { +// func randomElement() -> Character? { +// guard count > 0 else { +// return nil +// } +// let offset = Int(arc4random_uniform(UInt32(count))) +// let index = self.index(startIndex, offsetBy: offset) +// return self[index] +// } +// } + +struct SimpleCommandLineArgumentProvider: CommandLineArgumentProviderProtocol { + public let arguments: [String] + public init(arguments: [String]) { + self.arguments = arguments + } + public init(randomWithCount count: Int) { + arguments = (0 ..< count).map { _ in String.randomAlphanumeric(ofLength: 100) } + } +} + +class SpeculidApplicationModeParserTest: XCTestCase { + override func setUp() { + super.setUp() + // Put setup code here. This method is called before the invocation of each test method in the class. + } + + override func tearDown() { + // Put teardown code here. This method is called after the invocation of each test method in the class. + super.tearDown() + } + + func testParseModeUnknownWithExecutable() { + // This is an example of a functional test case. + // Use XCTAssert and related functions to verify your tests produce the correct results. + let arguments = [String].randomElements(ofCount: 7) + let provider = SimpleCommandLineArgumentProvider(arguments: [Bundle.main.executablePath!] + arguments) + let parser = SpeculidApplicationModeParser() + let actual = parser.parseMode(fromCommandLine: provider) + let expected = SpeculidApplicationMode.command(SpeculidCommandArgumentSet.unknown(arguments)) + XCTAssertEqual(actual, expected) + } + + func testParseModeUnknown() { + // This is an example of a functional test case. + // Use XCTAssert and related functions to verify your tests produce the correct results. + let provider = SimpleCommandLineArgumentProvider(randomWithCount: 7) + let parser = SpeculidApplicationModeParser() + let actual = parser.parseMode(fromCommandLine: provider) + let expected = SpeculidApplicationMode.command(SpeculidCommandArgumentSet.unknown(provider.arguments)) + XCTAssertEqual(actual, expected) + } + + func testParseModeHelp() { + // This is an example of a functional test case. + // Use XCTAssert and related functions to verify your tests produce the correct results. + let arguments = SimpleCommandLineArgumentProvider(arguments: ["--help"]) + let parser = SpeculidApplicationModeParser() + let actual = parser.parseMode(fromCommandLine: arguments) + let expected = SpeculidApplicationMode.command(SpeculidCommandArgumentSet.help) + XCTAssertEqual(actual, expected) + } + + func testParseModeVersion() { + // This is an example of a functional test case. + // Use XCTAssert and related functions to verify your tests produce the correct results. + let arguments = SimpleCommandLineArgumentProvider(arguments: ["--version"]) + let parser = SpeculidApplicationModeParser() + let actual = parser.parseMode(fromCommandLine: arguments) + let expected = SpeculidApplicationMode.command(SpeculidCommandArgumentSet.version) + XCTAssertEqual(actual, expected) + } + + func testParseModeCocoa() { + let arguments = SimpleCommandLineArgumentProvider(arguments: []) + let parser = SpeculidApplicationModeParser() + let actual = parser.parseMode(fromCommandLine: arguments) + let expected = SpeculidApplicationMode.cocoa + XCTAssertEqual(actual, expected) + } + + func testParseModeFile() { + let fileURL = Bundle(for: type(of: self)).url(forResource: "dummy", withExtension: nil)! + let arguments = SimpleCommandLineArgumentProvider(arguments: ["--process", fileURL.path]) + let parser = SpeculidApplicationModeParser() + let actual = parser.parseMode(fromCommandLine: arguments) + let expected = SpeculidApplicationMode.command(SpeculidCommandArgumentSet.process(fileURL, true)) + XCTAssertEqual(actual, expected) + } +} diff --git a/tests/speculid/Controllers/dummy b/_archive/tests/speculid/Controllers/dummy similarity index 100% rename from tests/speculid/Controllers/dummy rename to _archive/tests/speculid/Controllers/dummy diff --git a/tests/speculid/Info.plist b/_archive/tests/speculid/Info.plist similarity index 100% rename from tests/speculid/Info.plist rename to _archive/tests/speculid/Info.plist diff --git a/tests/ui/Info.plist b/_archive/tests/ui/Info.plist similarity index 100% rename from tests/ui/Info.plist rename to _archive/tests/ui/Info.plist diff --git a/_archive/tests/ui/SpeculidUITests.swift b/_archive/tests/ui/SpeculidUITests.swift new file mode 100644 index 00000000..ebe7004c --- /dev/null +++ b/_archive/tests/ui/SpeculidUITests.swift @@ -0,0 +1,26 @@ +import XCTest + +class SpeculidUITests: XCTestCase { + override func setUp() { + super.setUp() + + // Put setup code here. This method is called before the invocation of each test method in the class. + + // In UI tests it is usually best to stop immediately when a failure occurs. + continueAfterFailure = false + // UI tests must launch the application that they test. Doing this in setup will make sure it happens for each test method. + XCUIApplication().launch() + + // In UI tests it’s important to set the initial state - such as interface orientation - required for your tests before they run. The setUp method is a good place to do this. + } + + override func tearDown() { + // Put teardown code here. This method is called after the invocation of each test method in the class. + super.tearDown() + } + + func testExample() { + // Use recording to get started writing UI tests. + // Use XCTAssert and related functions to verify your tests produce the correct results. + } +} diff --git a/command/Command.entitlements b/command/Command.entitlements new file mode 100644 index 00000000..5e1e92e4 --- /dev/null +++ b/command/Command.entitlements @@ -0,0 +1,14 @@ + + + + + com.apple.security.inherit + + com.apple.security.app-sandbox + + com.apple.security.application-groups + + $(TeamIdentifierPrefix)group.com.brightdigit.Speculid + + + diff --git a/command/Info.plist b/command/Info.plist new file mode 100644 index 00000000..b09ff3b5 --- /dev/null +++ b/command/Info.plist @@ -0,0 +1,10 @@ + + + + + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleName + $(PRODUCT_NAME) + + diff --git a/command/main.swift b/command/main.swift new file mode 100644 index 00000000..785afe99 --- /dev/null +++ b/command/main.swift @@ -0,0 +1,11 @@ +import Foundation + +print(CommandLine.arguments) + +guard let defaults = UserDefaults(suiteName: "MLT7M394S7.group.com.brightdigit.Speculid") else { + fatalError("No defaults") +} + +let count = defaults.integer(forKey: "count") +defaults.set(count + 1, forKey: "count") +print(count) diff --git a/examples/Assets/AppIcon.speculid b/examples/Assets/AppIcon.speculid deleted file mode 100644 index f74fe7b1..00000000 --- a/examples/Assets/AppIcon.speculid +++ /dev/null @@ -1,6 +0,0 @@ -{ -"set" : "Assets.xcassets/AppIcon.appiconset", -"source" : "geometry.svg", -"background" : "#FFFFFF", -"remove-alpha" : true -} diff --git a/examples/ios/AppDelegate.swift b/examples/ios/AppDelegate.swift deleted file mode 100644 index a0b22b0d..00000000 --- a/examples/ios/AppDelegate.swift +++ /dev/null @@ -1,31 +0,0 @@ -import UIKit - -@UIApplicationMain -class AppDelegate: UIResponder, UIApplicationDelegate { - var window: UIWindow? - - func application(_: UIApplication, didFinishLaunchingWithOptions _: [UIApplicationLaunchOptionsKey: Any]?) -> Bool { - // Override point for customization after application launch. - true - } - - func applicationWillResignActive(_: UIApplication) { - // Use this method to pause ongoing tasks, disable timers, and invalidate graphics rendering callbacks. Games should use this method to pause the game. - } - - func applicationDidEnterBackground(_: UIApplication) { - // If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits. - } - - func applicationWillEnterForeground(_: UIApplication) { - // Called as part of the transition from the background to the active state; here you can undo many of the changes made on entering the background. - } - - func applicationDidBecomeActive(_: UIApplication) { - // Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface. - } - - func applicationWillTerminate(_: UIApplication) { - // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:. - } -} diff --git a/examples/ios/ViewController.swift b/examples/ios/ViewController.swift deleted file mode 100644 index a5e75906..00000000 --- a/examples/ios/ViewController.swift +++ /dev/null @@ -1,13 +0,0 @@ -import UIKit - -class ViewController: UIViewController { - override func viewDidLoad() { - super.viewDidLoad() - // Do any additional setup after loading the view, typically from a nib. - } - - override func didReceiveMemoryWarning() { - super.didReceiveMemoryWarning() - // Dispose of any resources that can be recreated. - } -} diff --git a/examples/macos/AppDelegate.swift b/examples/macos/AppDelegate.swift deleted file mode 100644 index 2e0ee62a..00000000 --- a/examples/macos/AppDelegate.swift +++ /dev/null @@ -1,14 +0,0 @@ -import Cocoa - -@NSApplicationMain -class AppDelegate: NSObject, NSApplicationDelegate { - @IBOutlet var window: NSWindow! - - func applicationDidFinishLaunching(_: Notification) { - // Insert code here to initialize your application - } - - func applicationWillTerminate(_: Notification) { - // Insert code here to tear down your application - } -} diff --git a/examples/watchos/extension/ExtensionDelegate.swift b/examples/watchos/extension/ExtensionDelegate.swift deleted file mode 100644 index 86a17068..00000000 --- a/examples/watchos/extension/ExtensionDelegate.swift +++ /dev/null @@ -1,40 +0,0 @@ -import WatchKit - -class ExtensionDelegate: NSObject, WKExtensionDelegate { - func applicationDidFinishLaunching() { - // Perform any final initialization of your application. - } - - func applicationDidBecomeActive() { - // Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface. - } - - func applicationWillResignActive() { - // Use this method to pause ongoing tasks, disable timers, etc. - } - - @available(watchOSApplicationExtension 3.0, *) - func handle(_ backgroundTasks: Set) { - // Sent when the system needs to launch the application in the background to process tasks. Tasks arrive in a set, so loop through and process each one. - for task in backgroundTasks { - // Use a switch statement to check the task type - switch task { - case let backgroundTask as WKApplicationRefreshBackgroundTask: - // Be sure to complete the background task once you’re done. - backgroundTask.setTaskCompleted() - case let snapshotTask as WKSnapshotRefreshBackgroundTask: - // Snapshot tasks have a unique completion call, make sure to set your expiration date - snapshotTask.setTaskCompleted(restoredDefaultState: true, estimatedSnapshotExpiration: Date.distantFuture, userInfo: nil) - case let connectivityTask as WKWatchConnectivityRefreshBackgroundTask: - // Be sure to complete the connectivity task once you’re done. - connectivityTask.setTaskCompleted() - case let urlSessionTask as WKURLSessionRefreshBackgroundTask: - // Be sure to complete the URL session task once you’re done. - urlSessionTask.setTaskCompleted() - default: - // make sure to complete unhandled task types - task.setTaskCompleted() - } - } - } -} diff --git a/examples/watchos/extension/InterfaceController.swift b/examples/watchos/extension/InterfaceController.swift deleted file mode 100644 index e4f49039..00000000 --- a/examples/watchos/extension/InterfaceController.swift +++ /dev/null @@ -1,20 +0,0 @@ -import Foundation -import WatchKit - -class InterfaceController: WKInterfaceController { - override func awake(withContext context: Any?) { - super.awake(withContext: context) - - // Configure interface objects here. - } - - override func willActivate() { - // This method is called when watch view controller is about to be visible to user - super.willActivate() - } - - override func didDeactivate() { - // This method is called when watch view controller is no longer visible - super.didDeactivate() - } -} diff --git a/fastlane/Appfile b/fastlane/Appfile new file mode 100644 index 00000000..560bb932 --- /dev/null +++ b/fastlane/Appfile @@ -0,0 +1,8 @@ +app_identifier("com.brightdigit.Speculid-Mac-App") # The bundle identifier of your app +apple_id("leogdion@brightdigit.com") # Your Apple email address + +itc_team_id("2108001") # App Store Connect Team ID +team_id("MLT7M394S7") # Developer Portal Team ID + +# For more information about the Appfile, see: +# https://docs.fastlane.tools/advanced/#appfile diff --git a/fastlane/Fastfile b/fastlane/Fastfile new file mode 100644 index 00000000..76f3de60 --- /dev/null +++ b/fastlane/Fastfile @@ -0,0 +1,25 @@ +# This file contains the fastlane.tools configuration +# You can find the documentation at https://docs.fastlane.tools +# +# For a list of all available actions, check out +# +# https://docs.fastlane.tools/actions +# +# For a list of all available plugins, check out +# +# https://docs.fastlane.tools/plugins/available-plugins +# + +# Uncomment the line if you want fastlane to automatically update itself +# update_fastlane + +default_platform(:mac) + +platform :mac do + desc "Push a new release build to the App Store" + lane :release do + increment_build_number(xcodeproj: "Speculid.xcodeproj") + build_mac_app(scheme: "Speculid") + upload_to_app_store(skip_metadata: true, skip_screenshots: true, run_precheck_before_submit: false) + end +end diff --git a/fastlane/README.md b/fastlane/README.md new file mode 100644 index 00000000..e485a3b8 --- /dev/null +++ b/fastlane/README.md @@ -0,0 +1,29 @@ +fastlane documentation +================ +# Installation + +Make sure you have the latest version of the Xcode command line tools installed: + +``` +xcode-select --install +``` + +Install _fastlane_ using +``` +[sudo] gem install fastlane -NV +``` +or alternatively using `brew cask install fastlane` + +# Available Actions +## Mac +### mac release +``` +fastlane mac release +``` +Push a new release build to the App Store + +---- + +This README.md is auto-generated and will be re-generated every time [fastlane](https://fastlane.tools) is run. +More information about fastlane can be found on [fastlane.tools](https://fastlane.tools). +The documentation of fastlane can be found on [docs.fastlane.tools](https://docs.fastlane.tools). diff --git a/frameworks/cairosvg/NSError+GError.h b/frameworks/cairosvg/NSError+GError.h deleted file mode 100644 index f44487cc..00000000 --- a/frameworks/cairosvg/NSError+GError.h +++ /dev/null @@ -1,18 +0,0 @@ -// -// NSError+GError.h -// CairoSVG -// -// Created by Leo Dion on 4/8/20. -// Copyright © 2020 Bright Digit, LLC. All rights reserved. -// - -#import -#import "rsvg.h" - -NS_ASSUME_NONNULL_BEGIN - -@interface NSError (GError) -- (id) initWithGError: (GError * _Nonnull) gerror withURL: (NSURL * _Nonnull) url; -@end - -NS_ASSUME_NONNULL_END diff --git a/frameworks/cairosvg/NSError+GError.m b/frameworks/cairosvg/NSError+GError.m deleted file mode 100644 index 62aefaa5..00000000 --- a/frameworks/cairosvg/NSError+GError.m +++ /dev/null @@ -1,22 +0,0 @@ -// -// NSError+GError.m -// CairoSVG -// -// Created by Leo Dion on 4/8/20. -// Copyright © 2020 Bright Digit, LLC. All rights reserved. -// - -#import "NSError+GError.h" - -@implementation NSError (GError) - -- (id) initWithGError:(GError *)gerror withURL:(NSURL * _Nonnull)url { - NSString * message = [[NSString alloc] initWithUTF8String:gerror->message]; - NSDictionary * underlyingUserInfo = [[NSDictionary alloc] initWithObjectsAndKeys: message, NSLocalizedDescriptionKey, nil]; - NSError * underlyingError = [[NSError alloc] initWithDomain:@"GErrorDomain" code:gerror->code userInfo:underlyingUserInfo]; - NSDictionary * newUserInfo = [[NSDictionary alloc] initWithObjectsAndKeys:underlyingError, NSUnderlyingErrorKey, url.path, NSFilePathErrorKey, message, NSLocalizedDescriptionKey, nil]; - self = [self initWithDomain:@"CairoErrorDomain" code:1100 userInfo:newUserInfo]; - return self; -} - -@end diff --git a/frameworks/speculid/Models/SpeculidDocument.swift b/frameworks/speculid/Models/SpeculidDocument.swift deleted file mode 100644 index 4e76cb6c..00000000 --- a/frameworks/speculid/Models/SpeculidDocument.swift +++ /dev/null @@ -1,102 +0,0 @@ -import Foundation - -protocol SpeculidDocumentErrorDetail { - init?(_ error: Error) - var innerError: Error? { get } - var message: String { get } -} - -struct InvalidSetUrlDetail: SpeculidDocumentErrorDetail { - public let filePath: String - - var message: String { - let filePathURL = URL(fileURLWithPath: filePath) - let filePathDirURL = filePathURL.deletingLastPathComponent() - let contentsName = filePathURL.lastPathComponent - return "There is no file \"\(contentsName)\" located at the set: \"\(filePathDirURL.path)\"." - } - - init?(_ error: Error) { - let nsError = error as NSError - - guard nsError.domain == NSCocoaErrorDomain, nsError.code == 260 else { - return nil - } - - guard let filePath = nsError.userInfo[NSFilePathErrorKey] as? String else { - return nil - } - - self.filePath = filePath - innerError = error - } - - public let innerError: Error? -} - -struct AnotherDetail: SpeculidDocumentErrorDetail { - var message: String { - "" - } - - init?(_: Error) { - nil - } - - var innerError: Error? { - nil - } -} - -struct SpeculidDocumentError: Error, LocalizedError { - let detail: SpeculidDocumentErrorDetail - static let factories: [(Error) -> SpeculidDocumentErrorDetail?] = [InvalidSetUrlDetail.init, AnotherDetail.init] - init?(_ error: Error) { - for factory in Self.factories { - if let detail = factory(error) { - self.detail = detail - return - } - } - return nil - } - - var localizedDescription: String { - detail.message - } - - var errorDescription: String? { - detail.message - } -} - -public struct SpeculidDocument: SpeculidDocumentProtocol { - public let url: URL - public let specificationsFile: SpeculidSpecificationsFileProtocol - public let assetFile: AssetSpecificationFileProtocol - - public init(url: URL, decoder: JSONDecoder, configuration _: SpeculidConfigurationProtocol? = nil) throws { - let specificationsFileData = try Data(contentsOf: url) - let specificationsFile = try decoder.decode(SpeculidSpecificationsFile.self, from: specificationsFileData) - - let contentsJSONURL = url.deletingLastPathComponent().appendingPathComponent(specificationsFile.assetDirectoryRelativePath, isDirectory: true).appendingPathComponent("Contents.json") - - let assetData: Data - do { - assetData = try Data(contentsOf: contentsJSONURL) - } catch let caughtError { - if let error = SpeculidDocumentError(caughtError) { - throw error - } - #if DEBUG - dump(caughtError) - #endif - throw caughtError - } - let asset = try decoder.decode(AssetSpecificationDocument.self, from: assetData) - - self.specificationsFile = specificationsFile - assetFile = AssetSpecificationFile(url: contentsJSONURL, document: asset) - self.url = url - } -} diff --git a/frameworks/speculid/Resources/help.txt b/frameworks/speculid/Resources/help.txt deleted file mode 100644 index 74a5697a..00000000 --- a/frameworks/speculid/Resources/help.txt +++ /dev/null @@ -1,45 +0,0 @@ - -Build Xcode Image and App Icon Assets from Graphic Files. - -$ speculid # opens file dialog in macOS -$ speculid --process -$ speculid --initialize -$ speculid --help -$ speculid --version - -Options: ---help Show this screen. ---version Show version. ---process Process the *.speculid file ---initialize ... Create a new .speculid file with the source image, set folder path, destination speculid file - -The *.speculid is a `json` file with the image set or app icon path, the graphic file source, and optionally the basic image geometry (width or height). Such as: - ----------------------------------------------------- -{ -"set" : "Assets.xcassets/Raster Image.imageset", -"source" : "layers.png", -"geometry" : "128" -} ----------------------------------------------------- -{ -"set" : "Assets.xcassets/iOS AppIcon.appiconset", -"source" : "geometry.svg", -"remove-alpha" : true -} ----------------------------------------------------- - -A .speculid files can be created with: - -$ speculid --initialize "Assets.xcassets/iOS AppIcon.appiconset" geometry.svg app-icon.speculid - -app-icon.speculid: ----------------------------------------------------- -{ -"set" : "Assets.xcassets/iOS AppIcon.appiconset", -"source" : "geometry.svg", -"remove-alpha" : true -} ----------------------------------------------------- - -See http://www.speculid.com for more details. diff --git a/images/XcodeBuildPhaseRunScript.jpg b/images/XcodeBuildPhaseRunScript.jpg index b8c9af34..9b89153e 100644 Binary files a/images/XcodeBuildPhaseRunScript.jpg and b/images/XcodeBuildPhaseRunScript.jpg differ diff --git a/index.md b/index.md index ac0c311a..ee5a13f0 100644 --- a/index.md +++ b/index.md @@ -125,7 +125,7 @@ Email signup allows for you to get delivered updates to your email box of new fe