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 = "