--- !ruby/object:Gem::Specification
name: danger-localizationlinter
version: !ruby/object:Gem::Version
  version: 0.0.4
platform: ruby
authors:
- Fabernovel
autorequire: 
bindir: bin
cert_chain: []
date: 2021-05-06 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
  name: danger-plugin-api
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '1.0'
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '1.0'
- !ruby/object:Gem::Dependency
  name: yaml
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '0.1'
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '0.1'
- !ruby/object:Gem::Dependency
  name: json-diff
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '0.4'
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '0.4'
- !ruby/object:Gem::Dependency
  name: xcodeproj
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '1.19'
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '1.19'
- !ruby/object:Gem::Dependency
  name: bundler
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '2.0'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '2.0'
- !ruby/object:Gem::Dependency
  name: rake
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '10.0'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '10.0'
- !ruby/object:Gem::Dependency
  name: rspec
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '3.4'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '3.4'
- !ruby/object:Gem::Dependency
  name: rubocop
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
- !ruby/object:Gem::Dependency
  name: yard
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
- !ruby/object:Gem::Dependency
  name: guard
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '2.14'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '2.14'
- !ruby/object:Gem::Dependency
  name: guard-rspec
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '4.7'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '4.7'
- !ruby/object:Gem::Dependency
  name: listen
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - '='
      - !ruby/object:Gem::Version
        version: 3.0.7
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - '='
      - !ruby/object:Gem::Version
        version: 3.0.7
- !ruby/object:Gem::Dependency
  name: pry
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
description: This is a danger plugin checking the consistency of localizable folders
  in a xcode project
email:
- benjamin.lavialle@fabernovel.com
- claire.peyron@fabernovel.com
executables: []
extensions: []
extra_rdoc_files: []
files:
- ".gitignore"
- ".travis.yml"
- Gemfile
- Gemfile.lock
- Guardfile
- LICENSE.txt
- README.md
- Rakefile
- danger-localizationlinter.gemspec
- ext/localizationlinter/helper/validate_wording_cli.rb
- ext/localizationlinter/localizationlinter.rb
- ext/localizationlinter/swiftgen_localizables_check.stencil
- lib/danger_localizationlinter.rb
- lib/danger_plugin.rb
- lib/localizationlinter/gem_version.rb
- lib/localizationlinter/plugin.rb
- spec/Test/Podfile
- spec/Test/Podfile.lock
- spec/Test/Pods/SwiftGen/CHANGELOG.md
- spec/Test/Pods/SwiftGen/LICENCE
- spec/Test/Pods/SwiftGen/README.md
- spec/Test/Pods/SwiftGen/bin/swiftgen
- spec/Test/Pods/SwiftGen/lib/Commander.framework/Commander
- spec/Test/Pods/SwiftGen/lib/Commander.framework/Resources/Info.plist
- spec/Test/Pods/SwiftGen/lib/Commander.framework/Versions/A/Commander
- spec/Test/Pods/SwiftGen/lib/Commander.framework/Versions/A/Resources/Info.plist
- spec/Test/Pods/SwiftGen/lib/Commander.framework/Versions/A/_CodeSignature/CodeResources
- spec/Test/Pods/SwiftGen/lib/Commander.framework/Versions/Current/Commander
- spec/Test/Pods/SwiftGen/lib/Commander.framework/Versions/Current/Resources/Info.plist
- spec/Test/Pods/SwiftGen/lib/Commander.framework/Versions/Current/_CodeSignature/CodeResources
- spec/Test/Pods/SwiftGen/lib/Kanna.framework/Kanna
- spec/Test/Pods/SwiftGen/lib/Kanna.framework/Resources/Info.plist
- spec/Test/Pods/SwiftGen/lib/Kanna.framework/Versions/A/Kanna
- spec/Test/Pods/SwiftGen/lib/Kanna.framework/Versions/A/Resources/Info.plist
- spec/Test/Pods/SwiftGen/lib/Kanna.framework/Versions/A/_CodeSignature/CodeResources
- spec/Test/Pods/SwiftGen/lib/Kanna.framework/Versions/Current/Kanna
- spec/Test/Pods/SwiftGen/lib/Kanna.framework/Versions/Current/Resources/Info.plist
- spec/Test/Pods/SwiftGen/lib/Kanna.framework/Versions/Current/_CodeSignature/CodeResources
- spec/Test/Pods/SwiftGen/lib/PathKit.framework/PathKit
- spec/Test/Pods/SwiftGen/lib/PathKit.framework/Resources/Info.plist
- spec/Test/Pods/SwiftGen/lib/PathKit.framework/Versions/A/PathKit
- spec/Test/Pods/SwiftGen/lib/PathKit.framework/Versions/A/Resources/Info.plist
- spec/Test/Pods/SwiftGen/lib/PathKit.framework/Versions/A/_CodeSignature/CodeResources
- spec/Test/Pods/SwiftGen/lib/PathKit.framework/Versions/Current/PathKit
- spec/Test/Pods/SwiftGen/lib/PathKit.framework/Versions/Current/Resources/Info.plist
- spec/Test/Pods/SwiftGen/lib/PathKit.framework/Versions/Current/_CodeSignature/CodeResources
- spec/Test/Pods/SwiftGen/lib/Stencil.framework/Resources/Info.plist
- spec/Test/Pods/SwiftGen/lib/Stencil.framework/Stencil
- spec/Test/Pods/SwiftGen/lib/Stencil.framework/Versions/A/Resources/Info.plist
- spec/Test/Pods/SwiftGen/lib/Stencil.framework/Versions/A/Stencil
- spec/Test/Pods/SwiftGen/lib/Stencil.framework/Versions/A/_CodeSignature/CodeResources
- spec/Test/Pods/SwiftGen/lib/Stencil.framework/Versions/Current/Resources/Info.plist
- spec/Test/Pods/SwiftGen/lib/Stencil.framework/Versions/Current/Stencil
- spec/Test/Pods/SwiftGen/lib/Stencil.framework/Versions/Current/_CodeSignature/CodeResources
- spec/Test/Pods/SwiftGen/lib/StencilSwiftKit.framework/Resources/Info.plist
- spec/Test/Pods/SwiftGen/lib/StencilSwiftKit.framework/StencilSwiftKit
- spec/Test/Pods/SwiftGen/lib/StencilSwiftKit.framework/Versions/A/Resources/Info.plist
- spec/Test/Pods/SwiftGen/lib/StencilSwiftKit.framework/Versions/A/StencilSwiftKit
- spec/Test/Pods/SwiftGen/lib/StencilSwiftKit.framework/Versions/A/_CodeSignature/CodeResources
- spec/Test/Pods/SwiftGen/lib/StencilSwiftKit.framework/Versions/Current/Resources/Info.plist
- spec/Test/Pods/SwiftGen/lib/StencilSwiftKit.framework/Versions/Current/StencilSwiftKit
- spec/Test/Pods/SwiftGen/lib/StencilSwiftKit.framework/Versions/Current/_CodeSignature/CodeResources
- spec/Test/Pods/SwiftGen/lib/SwiftGenKit.framework/Resources/Info.plist
- spec/Test/Pods/SwiftGen/lib/SwiftGenKit.framework/SwiftGenKit
- spec/Test/Pods/SwiftGen/lib/SwiftGenKit.framework/Versions/A/Resources/Info.plist
- spec/Test/Pods/SwiftGen/lib/SwiftGenKit.framework/Versions/A/SwiftGenKit
- spec/Test/Pods/SwiftGen/lib/SwiftGenKit.framework/Versions/A/_CodeSignature/CodeResources
- spec/Test/Pods/SwiftGen/lib/SwiftGenKit.framework/Versions/Current/Resources/Info.plist
- spec/Test/Pods/SwiftGen/lib/SwiftGenKit.framework/Versions/Current/SwiftGenKit
- spec/Test/Pods/SwiftGen/lib/SwiftGenKit.framework/Versions/Current/_CodeSignature/CodeResources
- spec/Test/Pods/SwiftGen/lib/Yams.framework/Resources/Info.plist
- spec/Test/Pods/SwiftGen/lib/Yams.framework/Versions/A/Resources/Info.plist
- spec/Test/Pods/SwiftGen/lib/Yams.framework/Versions/A/Yams
- spec/Test/Pods/SwiftGen/lib/Yams.framework/Versions/A/_CodeSignature/CodeResources
- spec/Test/Pods/SwiftGen/lib/Yams.framework/Versions/Current/Resources/Info.plist
- spec/Test/Pods/SwiftGen/lib/Yams.framework/Versions/Current/Yams
- spec/Test/Pods/SwiftGen/lib/Yams.framework/Versions/Current/_CodeSignature/CodeResources
- spec/Test/Pods/SwiftGen/lib/Yams.framework/Yams
- spec/Test/Pods/SwiftGen/templates/colors/literals-swift4.stencil
- spec/Test/Pods/SwiftGen/templates/colors/literals-swift5.stencil
- spec/Test/Pods/SwiftGen/templates/colors/swift4.stencil
- spec/Test/Pods/SwiftGen/templates/colors/swift5.stencil
- spec/Test/Pods/SwiftGen/templates/coredata/swift4.stencil
- spec/Test/Pods/SwiftGen/templates/coredata/swift5.stencil
- spec/Test/Pods/SwiftGen/templates/fonts/swift4.stencil
- spec/Test/Pods/SwiftGen/templates/fonts/swift5.stencil
- spec/Test/Pods/SwiftGen/templates/ib/scenes-swift4.stencil
- spec/Test/Pods/SwiftGen/templates/ib/scenes-swift5.stencil
- spec/Test/Pods/SwiftGen/templates/ib/segues-swift4.stencil
- spec/Test/Pods/SwiftGen/templates/ib/segues-swift5.stencil
- spec/Test/Pods/SwiftGen/templates/json/inline-swift4.stencil
- spec/Test/Pods/SwiftGen/templates/json/inline-swift5.stencil
- spec/Test/Pods/SwiftGen/templates/json/runtime-swift4.stencil
- spec/Test/Pods/SwiftGen/templates/json/runtime-swift5.stencil
- spec/Test/Pods/SwiftGen/templates/plist/inline-swift4.stencil
- spec/Test/Pods/SwiftGen/templates/plist/inline-swift5.stencil
- spec/Test/Pods/SwiftGen/templates/plist/runtime-swift4.stencil
- spec/Test/Pods/SwiftGen/templates/plist/runtime-swift5.stencil
- spec/Test/Pods/SwiftGen/templates/strings/flat-swift4.stencil
- spec/Test/Pods/SwiftGen/templates/strings/flat-swift5.stencil
- spec/Test/Pods/SwiftGen/templates/strings/objc-h.stencil
- spec/Test/Pods/SwiftGen/templates/strings/objc-m.stencil
- spec/Test/Pods/SwiftGen/templates/strings/structured-swift4.stencil
- spec/Test/Pods/SwiftGen/templates/strings/structured-swift5.stencil
- spec/Test/Pods/SwiftGen/templates/xcassets/swift4.stencil
- spec/Test/Pods/SwiftGen/templates/xcassets/swift5.stencil
- spec/Test/Pods/SwiftGen/templates/yaml/inline-swift4.stencil
- spec/Test/Pods/SwiftGen/templates/yaml/inline-swift5.stencil
- spec/Test/Test.xcodeproj/project.pbxproj
- spec/Test/Test.xcodeproj/project.xcworkspace/contents.xcworkspacedata
- spec/Test/Test.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
- spec/Test/Test.xcworkspace/contents.xcworkspacedata
- spec/Test/Test.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
- spec/Test/Test/AppDelegate.swift
- spec/Test/Test/Assets.xcassets/AccentColor.colorset/Contents.json
- spec/Test/Test/Assets.xcassets/AppIcon.appiconset/Contents.json
- spec/Test/Test/Assets.xcassets/Contents.json
- spec/Test/Test/ContentView.swift
- spec/Test/Test/Info.plist
- spec/Test/Test/SceneDelegate.swift
- spec/Test/Test/all_target_main_language.yml
- spec/Test/Test/en.lproj/LaunchScreen.storyboard
- spec/Test/Test/en.lproj/localizable.strings
- spec/Test/Test/fr.lproj/LaunchScreen.storyboard
- spec/Test/Test/fr.lproj/localizable.strings
- spec/localizationofficer_spec.rb
- spec/spec_helper.rb
- spec/support/fixtures/all_target_main_language.yml
- spec/support/fixtures/derived_data/TEST_KO_en
- spec/support/fixtures/derived_data/TEST_KO_fr
- spec/support/fixtures/derived_data/TEST_OK_en
- spec/support/fixtures/derived_data/TEST_OK_fr
- spec/support/fixtures/resources/TEST/en.lproj/Localizable.strings
- spec/support/fixtures/resources/TEST/en.lproj/Localizable.stringsdict
- spec/support/fixtures/resources/TEST_KO/en.lproj/Localizable.strings
- spec/support/fixtures/resources/TEST_KO/en.lproj/Localizable.stringsdict
- spec/support/fixtures/resources/TEST_KO/fr.lproj/Localizable.strings
- spec/support/fixtures/resources/TEST_KO/fr.lproj/Localizable.stringsdict
homepage: https://github.com/fabernovel/danger-localizationlinter
licenses:
- MIT
metadata: {}
post_install_message: 
rdoc_options: []
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: '0'
required_rubygems_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: '0'
requirements: []
rubygems_version: 3.0.3
signing_key: 
specification_version: 4
summary: 'Verify consistency over your project localizable files (localizable.strings
  and Localizable.stringdict). It uses Swiftgen to generate a localizables output
  per target and language and compare the output with a reference language one. The
  comparison ensure: - missing keys - additional keys - wrong parameters in string
  format'
test_files:
- spec/Test/Podfile
- spec/Test/Podfile.lock
- spec/Test/Pods/SwiftGen/CHANGELOG.md
- spec/Test/Pods/SwiftGen/LICENCE
- spec/Test/Pods/SwiftGen/README.md
- spec/Test/Pods/SwiftGen/bin/swiftgen
- spec/Test/Pods/SwiftGen/lib/Commander.framework/Commander
- spec/Test/Pods/SwiftGen/lib/Commander.framework/Resources/Info.plist
- spec/Test/Pods/SwiftGen/lib/Commander.framework/Versions/A/Commander
- spec/Test/Pods/SwiftGen/lib/Commander.framework/Versions/A/Resources/Info.plist
- spec/Test/Pods/SwiftGen/lib/Commander.framework/Versions/A/_CodeSignature/CodeResources
- spec/Test/Pods/SwiftGen/lib/Commander.framework/Versions/Current/Commander
- spec/Test/Pods/SwiftGen/lib/Commander.framework/Versions/Current/Resources/Info.plist
- spec/Test/Pods/SwiftGen/lib/Commander.framework/Versions/Current/_CodeSignature/CodeResources
- spec/Test/Pods/SwiftGen/lib/Kanna.framework/Kanna
- spec/Test/Pods/SwiftGen/lib/Kanna.framework/Resources/Info.plist
- spec/Test/Pods/SwiftGen/lib/Kanna.framework/Versions/A/Kanna
- spec/Test/Pods/SwiftGen/lib/Kanna.framework/Versions/A/Resources/Info.plist
- spec/Test/Pods/SwiftGen/lib/Kanna.framework/Versions/A/_CodeSignature/CodeResources
- spec/Test/Pods/SwiftGen/lib/Kanna.framework/Versions/Current/Kanna
- spec/Test/Pods/SwiftGen/lib/Kanna.framework/Versions/Current/Resources/Info.plist
- spec/Test/Pods/SwiftGen/lib/Kanna.framework/Versions/Current/_CodeSignature/CodeResources
- spec/Test/Pods/SwiftGen/lib/PathKit.framework/PathKit
- spec/Test/Pods/SwiftGen/lib/PathKit.framework/Resources/Info.plist
- spec/Test/Pods/SwiftGen/lib/PathKit.framework/Versions/A/PathKit
- spec/Test/Pods/SwiftGen/lib/PathKit.framework/Versions/A/Resources/Info.plist
- spec/Test/Pods/SwiftGen/lib/PathKit.framework/Versions/A/_CodeSignature/CodeResources
- spec/Test/Pods/SwiftGen/lib/PathKit.framework/Versions/Current/PathKit
- spec/Test/Pods/SwiftGen/lib/PathKit.framework/Versions/Current/Resources/Info.plist
- spec/Test/Pods/SwiftGen/lib/PathKit.framework/Versions/Current/_CodeSignature/CodeResources
- spec/Test/Pods/SwiftGen/lib/Stencil.framework/Resources/Info.plist
- spec/Test/Pods/SwiftGen/lib/Stencil.framework/Stencil
- spec/Test/Pods/SwiftGen/lib/Stencil.framework/Versions/A/Resources/Info.plist
- spec/Test/Pods/SwiftGen/lib/Stencil.framework/Versions/A/Stencil
- spec/Test/Pods/SwiftGen/lib/Stencil.framework/Versions/A/_CodeSignature/CodeResources
- spec/Test/Pods/SwiftGen/lib/Stencil.framework/Versions/Current/Resources/Info.plist
- spec/Test/Pods/SwiftGen/lib/Stencil.framework/Versions/Current/Stencil
- spec/Test/Pods/SwiftGen/lib/Stencil.framework/Versions/Current/_CodeSignature/CodeResources
- spec/Test/Pods/SwiftGen/lib/StencilSwiftKit.framework/Resources/Info.plist
- spec/Test/Pods/SwiftGen/lib/StencilSwiftKit.framework/StencilSwiftKit
- spec/Test/Pods/SwiftGen/lib/StencilSwiftKit.framework/Versions/A/Resources/Info.plist
- spec/Test/Pods/SwiftGen/lib/StencilSwiftKit.framework/Versions/A/StencilSwiftKit
- spec/Test/Pods/SwiftGen/lib/StencilSwiftKit.framework/Versions/A/_CodeSignature/CodeResources
- spec/Test/Pods/SwiftGen/lib/StencilSwiftKit.framework/Versions/Current/Resources/Info.plist
- spec/Test/Pods/SwiftGen/lib/StencilSwiftKit.framework/Versions/Current/StencilSwiftKit
- spec/Test/Pods/SwiftGen/lib/StencilSwiftKit.framework/Versions/Current/_CodeSignature/CodeResources
- spec/Test/Pods/SwiftGen/lib/SwiftGenKit.framework/Resources/Info.plist
- spec/Test/Pods/SwiftGen/lib/SwiftGenKit.framework/SwiftGenKit
- spec/Test/Pods/SwiftGen/lib/SwiftGenKit.framework/Versions/A/Resources/Info.plist
- spec/Test/Pods/SwiftGen/lib/SwiftGenKit.framework/Versions/A/SwiftGenKit
- spec/Test/Pods/SwiftGen/lib/SwiftGenKit.framework/Versions/A/_CodeSignature/CodeResources
- spec/Test/Pods/SwiftGen/lib/SwiftGenKit.framework/Versions/Current/Resources/Info.plist
- spec/Test/Pods/SwiftGen/lib/SwiftGenKit.framework/Versions/Current/SwiftGenKit
- spec/Test/Pods/SwiftGen/lib/SwiftGenKit.framework/Versions/Current/_CodeSignature/CodeResources
- spec/Test/Pods/SwiftGen/lib/Yams.framework/Resources/Info.plist
- spec/Test/Pods/SwiftGen/lib/Yams.framework/Versions/A/Resources/Info.plist
- spec/Test/Pods/SwiftGen/lib/Yams.framework/Versions/A/Yams
- spec/Test/Pods/SwiftGen/lib/Yams.framework/Versions/A/_CodeSignature/CodeResources
- spec/Test/Pods/SwiftGen/lib/Yams.framework/Versions/Current/Resources/Info.plist
- spec/Test/Pods/SwiftGen/lib/Yams.framework/Versions/Current/Yams
- spec/Test/Pods/SwiftGen/lib/Yams.framework/Versions/Current/_CodeSignature/CodeResources
- spec/Test/Pods/SwiftGen/lib/Yams.framework/Yams
- spec/Test/Pods/SwiftGen/templates/colors/literals-swift4.stencil
- spec/Test/Pods/SwiftGen/templates/colors/literals-swift5.stencil
- spec/Test/Pods/SwiftGen/templates/colors/swift4.stencil
- spec/Test/Pods/SwiftGen/templates/colors/swift5.stencil
- spec/Test/Pods/SwiftGen/templates/coredata/swift4.stencil
- spec/Test/Pods/SwiftGen/templates/coredata/swift5.stencil
- spec/Test/Pods/SwiftGen/templates/fonts/swift4.stencil
- spec/Test/Pods/SwiftGen/templates/fonts/swift5.stencil
- spec/Test/Pods/SwiftGen/templates/ib/scenes-swift4.stencil
- spec/Test/Pods/SwiftGen/templates/ib/scenes-swift5.stencil
- spec/Test/Pods/SwiftGen/templates/ib/segues-swift4.stencil
- spec/Test/Pods/SwiftGen/templates/ib/segues-swift5.stencil
- spec/Test/Pods/SwiftGen/templates/json/inline-swift4.stencil
- spec/Test/Pods/SwiftGen/templates/json/inline-swift5.stencil
- spec/Test/Pods/SwiftGen/templates/json/runtime-swift4.stencil
- spec/Test/Pods/SwiftGen/templates/json/runtime-swift5.stencil
- spec/Test/Pods/SwiftGen/templates/plist/inline-swift4.stencil
- spec/Test/Pods/SwiftGen/templates/plist/inline-swift5.stencil
- spec/Test/Pods/SwiftGen/templates/plist/runtime-swift4.stencil
- spec/Test/Pods/SwiftGen/templates/plist/runtime-swift5.stencil
- spec/Test/Pods/SwiftGen/templates/strings/flat-swift4.stencil
- spec/Test/Pods/SwiftGen/templates/strings/flat-swift5.stencil
- spec/Test/Pods/SwiftGen/templates/strings/objc-h.stencil
- spec/Test/Pods/SwiftGen/templates/strings/objc-m.stencil
- spec/Test/Pods/SwiftGen/templates/strings/structured-swift4.stencil
- spec/Test/Pods/SwiftGen/templates/strings/structured-swift5.stencil
- spec/Test/Pods/SwiftGen/templates/xcassets/swift4.stencil
- spec/Test/Pods/SwiftGen/templates/xcassets/swift5.stencil
- spec/Test/Pods/SwiftGen/templates/yaml/inline-swift4.stencil
- spec/Test/Pods/SwiftGen/templates/yaml/inline-swift5.stencil
- spec/Test/Test.xcodeproj/project.pbxproj
- spec/Test/Test.xcodeproj/project.xcworkspace/contents.xcworkspacedata
- spec/Test/Test.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
- spec/Test/Test.xcworkspace/contents.xcworkspacedata
- spec/Test/Test.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
- spec/Test/Test/AppDelegate.swift
- spec/Test/Test/Assets.xcassets/AccentColor.colorset/Contents.json
- spec/Test/Test/Assets.xcassets/AppIcon.appiconset/Contents.json
- spec/Test/Test/Assets.xcassets/Contents.json
- spec/Test/Test/ContentView.swift
- spec/Test/Test/Info.plist
- spec/Test/Test/SceneDelegate.swift
- spec/Test/Test/all_target_main_language.yml
- spec/Test/Test/en.lproj/LaunchScreen.storyboard
- spec/Test/Test/en.lproj/localizable.strings
- spec/Test/Test/fr.lproj/LaunchScreen.storyboard
- spec/Test/Test/fr.lproj/localizable.strings
- spec/localizationofficer_spec.rb
- spec/spec_helper.rb
- spec/support/fixtures/all_target_main_language.yml
- spec/support/fixtures/derived_data/TEST_KO_en
- spec/support/fixtures/derived_data/TEST_KO_fr
- spec/support/fixtures/derived_data/TEST_OK_en
- spec/support/fixtures/derived_data/TEST_OK_fr
- spec/support/fixtures/resources/TEST/en.lproj/Localizable.strings
- spec/support/fixtures/resources/TEST/en.lproj/Localizable.stringsdict
- spec/support/fixtures/resources/TEST_KO/en.lproj/Localizable.strings
- spec/support/fixtures/resources/TEST_KO/en.lproj/Localizable.stringsdict
- spec/support/fixtures/resources/TEST_KO/fr.lproj/Localizable.strings
- spec/support/fixtures/resources/TEST_KO/fr.lproj/Localizable.stringsdict