xcmultilingual 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (119) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +35 -0
  3. data/.rspec +2 -0
  4. data/.travis.yml +4 -0
  5. data/CODE_OF_CONDUCT.md +13 -0
  6. data/DemoApp/DemoApp.xcodeproj/project.pbxproj +581 -0
  7. data/DemoApp/DemoApp.xcodeproj/project.xcworkspace/contents.xcworkspacedata +7 -0
  8. data/DemoApp/DemoApp.xcodeproj/project.xcworkspace/xcshareddata/DemoApp.xccheckout +41 -0
  9. data/DemoApp/DemoApp.xcodeproj/project.xcworkspace/xcuserdata/moritanaoki.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
  10. data/DemoApp/DemoApp.xcodeproj/xcuserdata/moritanaoki.xcuserdatad/xcschemes/DemoApp[EN].xcscheme +112 -0
  11. data/DemoApp/DemoApp.xcodeproj/xcuserdata/moritanaoki.xcuserdatad/xcschemes/DemoApp[FR].xcscheme +89 -0
  12. data/DemoApp/DemoApp.xcodeproj/xcuserdata/moritanaoki.xcuserdatad/xcschemes/DemoApp[JP].xcscheme +89 -0
  13. data/DemoApp/DemoApp.xcodeproj/xcuserdata/moritanaoki.xcuserdatad/xcschemes/xcschememanagement.plist +37 -0
  14. data/DemoApp/DemoApp.xcworkspace/contents.xcworkspacedata +10 -0
  15. data/DemoApp/DemoApp.xcworkspace/xcshareddata/DemoApp.xccheckout +41 -0
  16. data/DemoApp/DemoApp.xcworkspace/xcuserdata/moritanaoki.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
  17. data/DemoApp/DemoApp/AppDelegate.swift +57 -0
  18. data/DemoApp/DemoApp/Base.lproj/Animal.strings +14 -0
  19. data/DemoApp/DemoApp/Base.lproj/LaunchScreen.xib +41 -0
  20. data/DemoApp/DemoApp/Base.lproj/Localizable.strings +12 -0
  21. data/DemoApp/DemoApp/Base.lproj/Main.storyboard +25 -0
  22. data/DemoApp/DemoApp/Images.xcassets/AppIcon.appiconset/Contents.json +68 -0
  23. data/DemoApp/DemoApp/Info.plist +47 -0
  24. data/DemoApp/DemoApp/Loalizations/sample2.bundle/Base.lproj/Sample.strings +9 -0
  25. data/DemoApp/DemoApp/Loalizations/sample2.bundle/en.lproj/Sample.strings +9 -0
  26. data/DemoApp/DemoApp/Loalizations/sample2.bundle/ja.lproj/Sample.strings +9 -0
  27. data/DemoApp/DemoApp/Multilingual.swift +88 -0
  28. data/DemoApp/DemoApp/Sampler.swift +32 -0
  29. data/DemoApp/DemoApp/ViewController.swift +25 -0
  30. data/DemoApp/DemoApp/en.lproj/Animal.strings +14 -0
  31. data/DemoApp/DemoApp/en.lproj/Localizable.strings +12 -0
  32. data/DemoApp/DemoApp/fr.lproj/Animal.strings +14 -0
  33. data/DemoApp/DemoApp/fr.lproj/Localizable.strings +12 -0
  34. data/DemoApp/DemoApp/ja.lproj/Animal.strings +14 -0
  35. data/DemoApp/DemoApp/ja.lproj/Localizable.strings +12 -0
  36. data/DemoApp/DemoApp/sample.bundle/Base.lproj/Sample.strings +9 -0
  37. data/DemoApp/DemoApp/sample.bundle/en.lproj/Sample.strings +9 -0
  38. data/DemoApp/DemoApp/sample.bundle/ja.lproj/Sample.strings +9 -0
  39. data/DemoApp/DemoAppTests/DemoAppTests.swift +36 -0
  40. data/DemoApp/DemoAppTests/Info.plist +24 -0
  41. data/DemoApp/Podfile +2 -0
  42. data/DemoApp/Podfile.lock +10 -0
  43. data/DemoApp/Pods/Headers/Private/TUSafariActivity/TUSafariActivity.h +34 -0
  44. data/DemoApp/Pods/Headers/Public/TUSafariActivity/TUSafariActivity.h +34 -0
  45. data/DemoApp/Pods/Manifest.lock +10 -0
  46. data/DemoApp/Pods/Pods.xcodeproj/project.pbxproj +732 -0
  47. data/DemoApp/Pods/Pods.xcodeproj/xcuserdata/moritanaoki.xcuserdatad/xcschemes/Pods-TUSafariActivity-TUSafariActivity.xcscheme +59 -0
  48. data/DemoApp/Pods/Pods.xcodeproj/xcuserdata/moritanaoki.xcuserdatad/xcschemes/Pods-TUSafariActivity.xcscheme +59 -0
  49. data/DemoApp/Pods/Pods.xcodeproj/xcuserdata/moritanaoki.xcuserdatad/xcschemes/Pods.xcscheme +59 -0
  50. data/DemoApp/Pods/Pods.xcodeproj/xcuserdata/moritanaoki.xcuserdatad/xcschemes/xcschememanagement.plist +42 -0
  51. data/DemoApp/Pods/TUSafariActivity/LICENSE.md +23 -0
  52. data/DemoApp/Pods/TUSafariActivity/Pod/Assets/cs.lproj/TUSafariActivity.strings +1 -0
  53. data/DemoApp/Pods/TUSafariActivity/Pod/Assets/de.lproj/TUSafariActivity.strings +1 -0
  54. data/DemoApp/Pods/TUSafariActivity/Pod/Assets/en.lproj/TUSafariActivity.strings +1 -0
  55. data/DemoApp/Pods/TUSafariActivity/Pod/Assets/es.lproj/TUSafariActivity.strings +1 -0
  56. data/DemoApp/Pods/TUSafariActivity/Pod/Assets/eu.lproj/TUSafariActivity.strings +1 -0
  57. data/DemoApp/Pods/TUSafariActivity/Pod/Assets/fi.lproj/TUSafariActivity.strings +1 -0
  58. data/DemoApp/Pods/TUSafariActivity/Pod/Assets/fr.lproj/TUSafariActivity.strings +1 -0
  59. data/DemoApp/Pods/TUSafariActivity/Pod/Assets/it.lproj/TUSafariActivity.strings +1 -0
  60. data/DemoApp/Pods/TUSafariActivity/Pod/Assets/ja.lproj/TUSafariActivity.strings +1 -0
  61. data/DemoApp/Pods/TUSafariActivity/Pod/Assets/ko.lproj/TUSafariActivity.strings +1 -0
  62. data/DemoApp/Pods/TUSafariActivity/Pod/Assets/nl.lproj/TUSafariActivity.strings +1 -0
  63. data/DemoApp/Pods/TUSafariActivity/Pod/Assets/no.lproj/TUSafariActivity.strings +1 -0
  64. data/DemoApp/Pods/TUSafariActivity/Pod/Assets/pl.lproj/TUSafariActivity.strings +1 -0
  65. data/DemoApp/Pods/TUSafariActivity/Pod/Assets/pt.lproj/TUSafariActivity.strings +1 -0
  66. data/DemoApp/Pods/TUSafariActivity/Pod/Assets/ru.lproj/TUSafariActivity.strings +1 -0
  67. data/DemoApp/Pods/TUSafariActivity/Pod/Assets/safari-7.png +0 -0
  68. data/DemoApp/Pods/TUSafariActivity/Pod/Assets/safari-7@2x.png +0 -0
  69. data/DemoApp/Pods/TUSafariActivity/Pod/Assets/safari-7@3x.png +0 -0
  70. data/DemoApp/Pods/TUSafariActivity/Pod/Assets/safari-7~iPad.png +0 -0
  71. data/DemoApp/Pods/TUSafariActivity/Pod/Assets/safari-7~iPad@2x.png +0 -0
  72. data/DemoApp/Pods/TUSafariActivity/Pod/Assets/safari.png +0 -0
  73. data/DemoApp/Pods/TUSafariActivity/Pod/Assets/safari@2x.png +0 -0
  74. data/DemoApp/Pods/TUSafariActivity/Pod/Assets/safari@3x.png +0 -0
  75. data/DemoApp/Pods/TUSafariActivity/Pod/Assets/safari~iPad.png +0 -0
  76. data/DemoApp/Pods/TUSafariActivity/Pod/Assets/safari~iPad@2x.png +0 -0
  77. data/DemoApp/Pods/TUSafariActivity/Pod/Assets/sk.lproj/TUSafariActivity.strings +1 -0
  78. data/DemoApp/Pods/TUSafariActivity/Pod/Assets/sv.lproj/TUSafariActivity.strings +0 -0
  79. data/DemoApp/Pods/TUSafariActivity/Pod/Assets/vi.lproj/TUSafariActivity.strings +0 -0
  80. data/DemoApp/Pods/TUSafariActivity/Pod/Assets/zh_CN.lproj/TUSafariActivity.strings +1 -0
  81. data/DemoApp/Pods/TUSafariActivity/Pod/Classes/TUSafariActivity.h +34 -0
  82. data/DemoApp/Pods/TUSafariActivity/Pod/Classes/TUSafariActivity.m +89 -0
  83. data/DemoApp/Pods/TUSafariActivity/README.md +42 -0
  84. data/DemoApp/Pods/Target Support Files/Pods-TUSafariActivity/Info.plist +26 -0
  85. data/DemoApp/Pods/Target Support Files/Pods-TUSafariActivity/Pods-TUSafariActivity-Private.xcconfig +9 -0
  86. data/DemoApp/Pods/Target Support Files/Pods-TUSafariActivity/Pods-TUSafariActivity-dummy.m +5 -0
  87. data/DemoApp/Pods/Target Support Files/Pods-TUSafariActivity/Pods-TUSafariActivity-prefix.pch +5 -0
  88. data/DemoApp/Pods/Target Support Files/Pods-TUSafariActivity/Pods-TUSafariActivity-umbrella.h +7 -0
  89. data/DemoApp/Pods/Target Support Files/Pods-TUSafariActivity/Pods-TUSafariActivity.modulemap +6 -0
  90. data/DemoApp/Pods/Target Support Files/Pods-TUSafariActivity/Pods-TUSafariActivity.xcconfig +0 -0
  91. data/DemoApp/Pods/Target Support Files/Pods/Info.plist +26 -0
  92. data/DemoApp/Pods/Target Support Files/Pods/Pods-acknowledgements.markdown +30 -0
  93. data/DemoApp/Pods/Target Support Files/Pods/Pods-acknowledgements.plist +60 -0
  94. data/DemoApp/Pods/Target Support Files/Pods/Pods-dummy.m +5 -0
  95. data/DemoApp/Pods/Target Support Files/Pods/Pods-environment.h +14 -0
  96. data/DemoApp/Pods/Target Support Files/Pods/Pods-frameworks.sh +55 -0
  97. data/DemoApp/Pods/Target Support Files/Pods/Pods-resources.sh +93 -0
  98. data/DemoApp/Pods/Target Support Files/Pods/Pods-umbrella.h +6 -0
  99. data/DemoApp/Pods/Target Support Files/Pods/Pods.debug.xcconfig +8 -0
  100. data/DemoApp/Pods/Target Support Files/Pods/Pods.modulemap +6 -0
  101. data/DemoApp/Pods/Target Support Files/Pods/Pods.release.xcconfig +8 -0
  102. data/DemoApp/env.txt +367 -0
  103. data/Gemfile +4 -0
  104. data/Gemfile.lock +37 -0
  105. data/LICENSE +22 -0
  106. data/README.md +170 -0
  107. data/Rakefile +6 -0
  108. data/bin/console +14 -0
  109. data/bin/setup +7 -0
  110. data/bin/xcmultilingual +5 -0
  111. data/lib/xcmultilingual.rb +8 -0
  112. data/lib/xcmultilingual/bundle.rb +17 -0
  113. data/lib/xcmultilingual/cli.rb +28 -0
  114. data/lib/xcmultilingual/parser.rb +105 -0
  115. data/lib/xcmultilingual/templates/swift.erb +44 -0
  116. data/lib/xcmultilingual/version.rb +3 -0
  117. data/lib/xcmultilingual/writer.rb +40 -0
  118. data/xcmultilingual.gemspec +25 -0
  119. metadata +222 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 14f6faff7578aaa5ffbbcc217f6ccab739f9fdce
4
+ data.tar.gz: b0c96389d264f3c0be2ce3975bbf1e162459adef
5
+ SHA512:
6
+ metadata.gz: 9ce4b84030ce4111447c3cbcd112eec375c25f78f9c1ab2b3e26b6b2d43dcd0a83e5133246ca4383d958789399d31f4cdcd72466043a9d6abd5635db50d076aa
7
+ data.tar.gz: df2f40ea20397761c49f97c0c11afc138d56994fb2c8c994756ace6aeca5137d474b0f0f2ee7fab2e56d170b3ead8f624fc776947ddd89aaabddb5547b5072da
data/.gitignore ADDED
@@ -0,0 +1,35 @@
1
+ *.gem
2
+ *.rbc
3
+ /.config
4
+ /coverage/
5
+ /InstalledFiles
6
+ /pkg/
7
+ /spec/reports/
8
+ /test/tmp/
9
+ /test/version_tmp/
10
+ /tmp/
11
+
12
+ ## Specific to RubyMotion:
13
+ .dat*
14
+ .repl_history
15
+ build/
16
+
17
+ ## Documentation cache and generated files:
18
+ /.yardoc/
19
+ /_yardoc/
20
+ /doc/
21
+ /rdoc/
22
+
23
+ ## Environment normalisation:
24
+ /.bundle/
25
+ /vendor/bundle
26
+ /lib/bundler/man/
27
+
28
+ # for a library or gem, you might want to ignore these files since the code is
29
+ # intended to run in multiple environments; otherwise, check them in:
30
+ # Gemfile.lock
31
+ # .ruby-version
32
+ # .ruby-gemset
33
+
34
+ # unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
35
+ .rvmrc
data/.rspec ADDED
@@ -0,0 +1,2 @@
1
+ --format documentation
2
+ --color
data/.travis.yml ADDED
@@ -0,0 +1,4 @@
1
+ language: ruby
2
+ rvm:
3
+ - 2.2.2
4
+ before_install: gem install bundler -v 1.10.5
@@ -0,0 +1,13 @@
1
+ # Contributor Code of Conduct
2
+
3
+ As contributors and maintainers of this project, we pledge to respect all people who contribute through reporting issues, posting feature requests, updating documentation, submitting pull requests or patches, and other activities.
4
+
5
+ We are committed to making participation in this project a harassment-free experience for everyone, regardless of level of experience, gender, gender identity and expression, sexual orientation, disability, personal appearance, body size, race, ethnicity, age, or religion.
6
+
7
+ Examples of unacceptable behavior by participants include the use of sexual language or imagery, derogatory comments or personal attacks, trolling, public or private harassment, insults, or other unprofessional conduct.
8
+
9
+ Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct. Project maintainers who do not follow the Code of Conduct may be removed from the project team.
10
+
11
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by opening an issue or contacting one or more of the project maintainers.
12
+
13
+ This Code of Conduct is adapted from the [Contributor Covenant](http://contributor-covenant.org), version 1.0.0, available at [http://contributor-covenant.org/version/1/0/0/](http://contributor-covenant.org/version/1/0/0/)
@@ -0,0 +1,581 @@
1
+ // !$*UTF8*$!
2
+ {
3
+ archiveVersion = 1;
4
+ classes = {
5
+ };
6
+ objectVersion = 46;
7
+ objects = {
8
+
9
+ /* Begin PBXBuildFile section */
10
+ 010351D27DA148AE9479B314 /* Pods.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 296E088C215EBFAA6DFD16F8 /* Pods.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
11
+ 905547781B50D3BD003A766C /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 905547771B50D3BD003A766C /* AppDelegate.swift */; };
12
+ 9055477A1B50D3BD003A766C /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 905547791B50D3BD003A766C /* ViewController.swift */; };
13
+ 9055477D1B50D3BD003A766C /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 9055477B1B50D3BD003A766C /* Main.storyboard */; };
14
+ 9055477F1B50D3BD003A766C /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 9055477E1B50D3BD003A766C /* Images.xcassets */; };
15
+ 905547821B50D3BD003A766C /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 905547801B50D3BD003A766C /* LaunchScreen.xib */; };
16
+ 9055478E1B50D3BD003A766C /* DemoAppTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9055478D1B50D3BD003A766C /* DemoAppTests.swift */; };
17
+ 905547B61B50D4BC003A766C /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 905547B21B50D4BC003A766C /* Localizable.strings */; };
18
+ 905547B71B50D4BC003A766C /* Animal.strings in Resources */ = {isa = PBXBuildFile; fileRef = 905547B41B50D4BC003A766C /* Animal.strings */; };
19
+ 905547BD1B50D4F1003A766C /* sample.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 905547BC1B50D4F1003A766C /* sample.bundle */; };
20
+ 905547BF1B50D506003A766C /* Multilingual.swift in Sources */ = {isa = PBXBuildFile; fileRef = 905547BE1B50D506003A766C /* Multilingual.swift */; };
21
+ 905547C11B50E379003A766C /* Sampler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 905547C01B50E379003A766C /* Sampler.swift */; };
22
+ 9064D25A1B52323100950892 /* sample2.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 9064D2591B52323100950892 /* sample2.bundle */; };
23
+ /* End PBXBuildFile section */
24
+
25
+ /* Begin PBXContainerItemProxy section */
26
+ 905547881B50D3BD003A766C /* PBXContainerItemProxy */ = {
27
+ isa = PBXContainerItemProxy;
28
+ containerPortal = 9055476A1B50D3BC003A766C /* Project object */;
29
+ proxyType = 1;
30
+ remoteGlobalIDString = 905547711B50D3BD003A766C;
31
+ remoteInfo = DemoApp;
32
+ };
33
+ /* End PBXContainerItemProxy section */
34
+
35
+ /* Begin PBXFileReference section */
36
+ 0F051654B3882493E74104A2 /* Pods.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.debug.xcconfig; path = "Pods/Target Support Files/Pods/Pods.debug.xcconfig"; sourceTree = "<group>"; };
37
+ 296E088C215EBFAA6DFD16F8 /* Pods.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods.framework; sourceTree = BUILT_PRODUCTS_DIR; };
38
+ 905547721B50D3BD003A766C /* DemoApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = DemoApp.app; sourceTree = BUILT_PRODUCTS_DIR; };
39
+ 905547761B50D3BD003A766C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
40
+ 905547771B50D3BD003A766C /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
41
+ 905547791B50D3BD003A766C /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
42
+ 9055477C1B50D3BD003A766C /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
43
+ 9055477E1B50D3BD003A766C /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
44
+ 905547811B50D3BD003A766C /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
45
+ 905547871B50D3BD003A766C /* DemoAppTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = DemoAppTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
46
+ 9055478C1B50D3BD003A766C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
47
+ 9055478D1B50D3BD003A766C /* DemoAppTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DemoAppTests.swift; sourceTree = "<group>"; };
48
+ 905547B31B50D4BC003A766C /* Base */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = Base; path = Base.lproj/Localizable.strings; sourceTree = "<group>"; };
49
+ 905547B51B50D4BC003A766C /* Base */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = Base; path = Base.lproj/Animal.strings; sourceTree = "<group>"; };
50
+ 905547B81B50D4CA003A766C /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = "<group>"; };
51
+ 905547B91B50D4CA003A766C /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Animal.strings; sourceTree = "<group>"; };
52
+ 905547BA1B50D4D8003A766C /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/Localizable.strings; sourceTree = "<group>"; };
53
+ 905547BB1B50D4D8003A766C /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/Animal.strings; sourceTree = "<group>"; };
54
+ 905547BC1B50D4F1003A766C /* sample.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = sample.bundle; sourceTree = "<group>"; };
55
+ 905547BE1B50D506003A766C /* Multilingual.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Multilingual.swift; sourceTree = "<group>"; };
56
+ 905547C01B50E379003A766C /* Sampler.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Sampler.swift; sourceTree = "<group>"; };
57
+ 9064D2591B52323100950892 /* sample2.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = sample2.bundle; sourceTree = "<group>"; };
58
+ 9064D25B1B52352200950892 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/Localizable.strings; sourceTree = "<group>"; };
59
+ 9064D25C1B52352200950892 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/Animal.strings; sourceTree = "<group>"; };
60
+ C87EED93E62B990D188B64CA /* Pods.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.release.xcconfig; path = "Pods/Target Support Files/Pods/Pods.release.xcconfig"; sourceTree = "<group>"; };
61
+ /* End PBXFileReference section */
62
+
63
+ /* Begin PBXFrameworksBuildPhase section */
64
+ 9055476F1B50D3BD003A766C /* Frameworks */ = {
65
+ isa = PBXFrameworksBuildPhase;
66
+ buildActionMask = 2147483647;
67
+ files = (
68
+ 010351D27DA148AE9479B314 /* Pods.framework in Frameworks */,
69
+ );
70
+ runOnlyForDeploymentPostprocessing = 0;
71
+ };
72
+ 905547841B50D3BD003A766C /* Frameworks */ = {
73
+ isa = PBXFrameworksBuildPhase;
74
+ buildActionMask = 2147483647;
75
+ files = (
76
+ );
77
+ runOnlyForDeploymentPostprocessing = 0;
78
+ };
79
+ /* End PBXFrameworksBuildPhase section */
80
+
81
+ /* Begin PBXGroup section */
82
+ 2C3B67C96CCAE92CEF73DB6D /* Frameworks */ = {
83
+ isa = PBXGroup;
84
+ children = (
85
+ 296E088C215EBFAA6DFD16F8 /* Pods.framework */,
86
+ );
87
+ name = Frameworks;
88
+ sourceTree = "<group>";
89
+ };
90
+ 6C0ECDE4414773AD1DD01B81 /* Pods */ = {
91
+ isa = PBXGroup;
92
+ children = (
93
+ 0F051654B3882493E74104A2 /* Pods.debug.xcconfig */,
94
+ C87EED93E62B990D188B64CA /* Pods.release.xcconfig */,
95
+ );
96
+ name = Pods;
97
+ sourceTree = "<group>";
98
+ };
99
+ 905547691B50D3BC003A766C = {
100
+ isa = PBXGroup;
101
+ children = (
102
+ 905547741B50D3BD003A766C /* DemoApp */,
103
+ 9055478A1B50D3BD003A766C /* DemoAppTests */,
104
+ 905547731B50D3BD003A766C /* Products */,
105
+ 6C0ECDE4414773AD1DD01B81 /* Pods */,
106
+ 2C3B67C96CCAE92CEF73DB6D /* Frameworks */,
107
+ );
108
+ sourceTree = "<group>";
109
+ };
110
+ 905547731B50D3BD003A766C /* Products */ = {
111
+ isa = PBXGroup;
112
+ children = (
113
+ 905547721B50D3BD003A766C /* DemoApp.app */,
114
+ 905547871B50D3BD003A766C /* DemoAppTests.xctest */,
115
+ );
116
+ name = Products;
117
+ sourceTree = "<group>";
118
+ };
119
+ 905547741B50D3BD003A766C /* DemoApp */ = {
120
+ isa = PBXGroup;
121
+ children = (
122
+ 905547771B50D3BD003A766C /* AppDelegate.swift */,
123
+ 9064D2581B52323100950892 /* Loalizations */,
124
+ 905547BC1B50D4F1003A766C /* sample.bundle */,
125
+ 905547C01B50E379003A766C /* Sampler.swift */,
126
+ 905547BE1B50D506003A766C /* Multilingual.swift */,
127
+ 905547791B50D3BD003A766C /* ViewController.swift */,
128
+ 9055477B1B50D3BD003A766C /* Main.storyboard */,
129
+ 9055477E1B50D3BD003A766C /* Images.xcassets */,
130
+ 905547801B50D3BD003A766C /* LaunchScreen.xib */,
131
+ 905547751B50D3BD003A766C /* Supporting Files */,
132
+ );
133
+ path = DemoApp;
134
+ sourceTree = "<group>";
135
+ };
136
+ 905547751B50D3BD003A766C /* Supporting Files */ = {
137
+ isa = PBXGroup;
138
+ children = (
139
+ 905547B21B50D4BC003A766C /* Localizable.strings */,
140
+ 905547B41B50D4BC003A766C /* Animal.strings */,
141
+ 905547761B50D3BD003A766C /* Info.plist */,
142
+ );
143
+ name = "Supporting Files";
144
+ sourceTree = "<group>";
145
+ };
146
+ 9055478A1B50D3BD003A766C /* DemoAppTests */ = {
147
+ isa = PBXGroup;
148
+ children = (
149
+ 9055478D1B50D3BD003A766C /* DemoAppTests.swift */,
150
+ 9055478B1B50D3BD003A766C /* Supporting Files */,
151
+ );
152
+ path = DemoAppTests;
153
+ sourceTree = "<group>";
154
+ };
155
+ 9055478B1B50D3BD003A766C /* Supporting Files */ = {
156
+ isa = PBXGroup;
157
+ children = (
158
+ 9055478C1B50D3BD003A766C /* Info.plist */,
159
+ );
160
+ name = "Supporting Files";
161
+ sourceTree = "<group>";
162
+ };
163
+ 9064D2581B52323100950892 /* Loalizations */ = {
164
+ isa = PBXGroup;
165
+ children = (
166
+ 9064D2591B52323100950892 /* sample2.bundle */,
167
+ );
168
+ path = Loalizations;
169
+ sourceTree = "<group>";
170
+ };
171
+ /* End PBXGroup section */
172
+
173
+ /* Begin PBXNativeTarget section */
174
+ 905547711B50D3BD003A766C /* DemoApp */ = {
175
+ isa = PBXNativeTarget;
176
+ buildConfigurationList = 905547911B50D3BD003A766C /* Build configuration list for PBXNativeTarget "DemoApp" */;
177
+ buildPhases = (
178
+ 778AB4C71AB81BC5FADE4F5E /* Check Pods Manifest.lock */,
179
+ 9055476E1B50D3BD003A766C /* Sources */,
180
+ 9055476F1B50D3BD003A766C /* Frameworks */,
181
+ 905547701B50D3BD003A766C /* Resources */,
182
+ 905547C21B50EA2E003A766C /* ShellScript */,
183
+ B5AF23A33F317ABA8BED30B5 /* Embed Pods Frameworks */,
184
+ 6B0EBD2D8C0A7B06F1B6BDE6 /* Copy Pods Resources */,
185
+ );
186
+ buildRules = (
187
+ );
188
+ dependencies = (
189
+ );
190
+ name = DemoApp;
191
+ productName = DemoApp;
192
+ productReference = 905547721B50D3BD003A766C /* DemoApp.app */;
193
+ productType = "com.apple.product-type.application";
194
+ };
195
+ 905547861B50D3BD003A766C /* DemoAppTests */ = {
196
+ isa = PBXNativeTarget;
197
+ buildConfigurationList = 905547941B50D3BD003A766C /* Build configuration list for PBXNativeTarget "DemoAppTests" */;
198
+ buildPhases = (
199
+ 905547831B50D3BD003A766C /* Sources */,
200
+ 905547841B50D3BD003A766C /* Frameworks */,
201
+ 905547851B50D3BD003A766C /* Resources */,
202
+ );
203
+ buildRules = (
204
+ );
205
+ dependencies = (
206
+ 905547891B50D3BD003A766C /* PBXTargetDependency */,
207
+ );
208
+ name = DemoAppTests;
209
+ productName = DemoAppTests;
210
+ productReference = 905547871B50D3BD003A766C /* DemoAppTests.xctest */;
211
+ productType = "com.apple.product-type.bundle.unit-test";
212
+ };
213
+ /* End PBXNativeTarget section */
214
+
215
+ /* Begin PBXProject section */
216
+ 9055476A1B50D3BC003A766C /* Project object */ = {
217
+ isa = PBXProject;
218
+ attributes = {
219
+ LastUpgradeCheck = 0640;
220
+ ORGANIZATIONNAME = MORITANAOKI;
221
+ TargetAttributes = {
222
+ 905547711B50D3BD003A766C = {
223
+ CreatedOnToolsVersion = 6.4;
224
+ };
225
+ 905547861B50D3BD003A766C = {
226
+ CreatedOnToolsVersion = 6.4;
227
+ TestTargetID = 905547711B50D3BD003A766C;
228
+ };
229
+ };
230
+ };
231
+ buildConfigurationList = 9055476D1B50D3BC003A766C /* Build configuration list for PBXProject "DemoApp" */;
232
+ compatibilityVersion = "Xcode 3.2";
233
+ developmentRegion = English;
234
+ hasScannedForEncodings = 0;
235
+ knownRegions = (
236
+ en,
237
+ Base,
238
+ ja,
239
+ fr,
240
+ );
241
+ mainGroup = 905547691B50D3BC003A766C;
242
+ productRefGroup = 905547731B50D3BD003A766C /* Products */;
243
+ projectDirPath = "";
244
+ projectRoot = "";
245
+ targets = (
246
+ 905547711B50D3BD003A766C /* DemoApp */,
247
+ 905547861B50D3BD003A766C /* DemoAppTests */,
248
+ );
249
+ };
250
+ /* End PBXProject section */
251
+
252
+ /* Begin PBXResourcesBuildPhase section */
253
+ 905547701B50D3BD003A766C /* Resources */ = {
254
+ isa = PBXResourcesBuildPhase;
255
+ buildActionMask = 2147483647;
256
+ files = (
257
+ 9055477D1B50D3BD003A766C /* Main.storyboard in Resources */,
258
+ 905547BD1B50D4F1003A766C /* sample.bundle in Resources */,
259
+ 9064D25A1B52323100950892 /* sample2.bundle in Resources */,
260
+ 905547B61B50D4BC003A766C /* Localizable.strings in Resources */,
261
+ 905547821B50D3BD003A766C /* LaunchScreen.xib in Resources */,
262
+ 9055477F1B50D3BD003A766C /* Images.xcassets in Resources */,
263
+ 905547B71B50D4BC003A766C /* Animal.strings in Resources */,
264
+ );
265
+ runOnlyForDeploymentPostprocessing = 0;
266
+ };
267
+ 905547851B50D3BD003A766C /* Resources */ = {
268
+ isa = PBXResourcesBuildPhase;
269
+ buildActionMask = 2147483647;
270
+ files = (
271
+ );
272
+ runOnlyForDeploymentPostprocessing = 0;
273
+ };
274
+ /* End PBXResourcesBuildPhase section */
275
+
276
+ /* Begin PBXShellScriptBuildPhase section */
277
+ 6B0EBD2D8C0A7B06F1B6BDE6 /* Copy Pods Resources */ = {
278
+ isa = PBXShellScriptBuildPhase;
279
+ buildActionMask = 2147483647;
280
+ files = (
281
+ );
282
+ inputPaths = (
283
+ );
284
+ name = "Copy Pods Resources";
285
+ outputPaths = (
286
+ );
287
+ runOnlyForDeploymentPostprocessing = 0;
288
+ shellPath = /bin/sh;
289
+ shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods/Pods-resources.sh\"\n";
290
+ showEnvVarsInLog = 0;
291
+ };
292
+ 778AB4C71AB81BC5FADE4F5E /* Check Pods Manifest.lock */ = {
293
+ isa = PBXShellScriptBuildPhase;
294
+ buildActionMask = 2147483647;
295
+ files = (
296
+ );
297
+ inputPaths = (
298
+ );
299
+ name = "Check Pods Manifest.lock";
300
+ outputPaths = (
301
+ );
302
+ runOnlyForDeploymentPostprocessing = 0;
303
+ shellPath = /bin/sh;
304
+ shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n";
305
+ showEnvVarsInLog = 0;
306
+ };
307
+ 905547C21B50EA2E003A766C /* ShellScript */ = {
308
+ isa = PBXShellScriptBuildPhase;
309
+ buildActionMask = 2147483647;
310
+ files = (
311
+ );
312
+ inputPaths = (
313
+ );
314
+ outputPaths = (
315
+ );
316
+ runOnlyForDeploymentPostprocessing = 0;
317
+ shellPath = /bin/sh;
318
+ shellScript = "env > env.txt";
319
+ };
320
+ B5AF23A33F317ABA8BED30B5 /* Embed Pods Frameworks */ = {
321
+ isa = PBXShellScriptBuildPhase;
322
+ buildActionMask = 2147483647;
323
+ files = (
324
+ );
325
+ inputPaths = (
326
+ );
327
+ name = "Embed Pods Frameworks";
328
+ outputPaths = (
329
+ );
330
+ runOnlyForDeploymentPostprocessing = 0;
331
+ shellPath = /bin/sh;
332
+ shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods/Pods-frameworks.sh\"\n";
333
+ showEnvVarsInLog = 0;
334
+ };
335
+ /* End PBXShellScriptBuildPhase section */
336
+
337
+ /* Begin PBXSourcesBuildPhase section */
338
+ 9055476E1B50D3BD003A766C /* Sources */ = {
339
+ isa = PBXSourcesBuildPhase;
340
+ buildActionMask = 2147483647;
341
+ files = (
342
+ 9055477A1B50D3BD003A766C /* ViewController.swift in Sources */,
343
+ 905547C11B50E379003A766C /* Sampler.swift in Sources */,
344
+ 905547BF1B50D506003A766C /* Multilingual.swift in Sources */,
345
+ 905547781B50D3BD003A766C /* AppDelegate.swift in Sources */,
346
+ );
347
+ runOnlyForDeploymentPostprocessing = 0;
348
+ };
349
+ 905547831B50D3BD003A766C /* Sources */ = {
350
+ isa = PBXSourcesBuildPhase;
351
+ buildActionMask = 2147483647;
352
+ files = (
353
+ 9055478E1B50D3BD003A766C /* DemoAppTests.swift in Sources */,
354
+ );
355
+ runOnlyForDeploymentPostprocessing = 0;
356
+ };
357
+ /* End PBXSourcesBuildPhase section */
358
+
359
+ /* Begin PBXTargetDependency section */
360
+ 905547891B50D3BD003A766C /* PBXTargetDependency */ = {
361
+ isa = PBXTargetDependency;
362
+ target = 905547711B50D3BD003A766C /* DemoApp */;
363
+ targetProxy = 905547881B50D3BD003A766C /* PBXContainerItemProxy */;
364
+ };
365
+ /* End PBXTargetDependency section */
366
+
367
+ /* Begin PBXVariantGroup section */
368
+ 9055477B1B50D3BD003A766C /* Main.storyboard */ = {
369
+ isa = PBXVariantGroup;
370
+ children = (
371
+ 9055477C1B50D3BD003A766C /* Base */,
372
+ );
373
+ name = Main.storyboard;
374
+ sourceTree = "<group>";
375
+ };
376
+ 905547801B50D3BD003A766C /* LaunchScreen.xib */ = {
377
+ isa = PBXVariantGroup;
378
+ children = (
379
+ 905547811B50D3BD003A766C /* Base */,
380
+ );
381
+ name = LaunchScreen.xib;
382
+ sourceTree = "<group>";
383
+ };
384
+ 905547B21B50D4BC003A766C /* Localizable.strings */ = {
385
+ isa = PBXVariantGroup;
386
+ children = (
387
+ 905547B31B50D4BC003A766C /* Base */,
388
+ 905547B81B50D4CA003A766C /* en */,
389
+ 905547BA1B50D4D8003A766C /* ja */,
390
+ 9064D25B1B52352200950892 /* fr */,
391
+ );
392
+ name = Localizable.strings;
393
+ sourceTree = "<group>";
394
+ };
395
+ 905547B41B50D4BC003A766C /* Animal.strings */ = {
396
+ isa = PBXVariantGroup;
397
+ children = (
398
+ 905547B51B50D4BC003A766C /* Base */,
399
+ 905547B91B50D4CA003A766C /* en */,
400
+ 905547BB1B50D4D8003A766C /* ja */,
401
+ 9064D25C1B52352200950892 /* fr */,
402
+ );
403
+ name = Animal.strings;
404
+ sourceTree = "<group>";
405
+ };
406
+ /* End PBXVariantGroup section */
407
+
408
+ /* Begin XCBuildConfiguration section */
409
+ 9055478F1B50D3BD003A766C /* Debug */ = {
410
+ isa = XCBuildConfiguration;
411
+ buildSettings = {
412
+ ALWAYS_SEARCH_USER_PATHS = NO;
413
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
414
+ CLANG_CXX_LIBRARY = "libc++";
415
+ CLANG_ENABLE_MODULES = YES;
416
+ CLANG_ENABLE_OBJC_ARC = YES;
417
+ CLANG_WARN_BOOL_CONVERSION = YES;
418
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
419
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
420
+ CLANG_WARN_EMPTY_BODY = YES;
421
+ CLANG_WARN_ENUM_CONVERSION = YES;
422
+ CLANG_WARN_INT_CONVERSION = YES;
423
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
424
+ CLANG_WARN_UNREACHABLE_CODE = YES;
425
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
426
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
427
+ COPY_PHASE_STRIP = NO;
428
+ DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
429
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
430
+ GCC_C_LANGUAGE_STANDARD = gnu99;
431
+ GCC_DYNAMIC_NO_PIC = NO;
432
+ GCC_NO_COMMON_BLOCKS = YES;
433
+ GCC_OPTIMIZATION_LEVEL = 0;
434
+ GCC_PREPROCESSOR_DEFINITIONS = (
435
+ "DEBUG=1",
436
+ "$(inherited)",
437
+ );
438
+ GCC_SYMBOLS_PRIVATE_EXTERN = NO;
439
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
440
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
441
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
442
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
443
+ GCC_WARN_UNUSED_FUNCTION = YES;
444
+ GCC_WARN_UNUSED_VARIABLE = YES;
445
+ IPHONEOS_DEPLOYMENT_TARGET = 8.4;
446
+ MTL_ENABLE_DEBUG_INFO = YES;
447
+ ONLY_ACTIVE_ARCH = YES;
448
+ SDKROOT = iphoneos;
449
+ SWIFT_OPTIMIZATION_LEVEL = "-Onone";
450
+ TARGETED_DEVICE_FAMILY = "1,2";
451
+ };
452
+ name = Debug;
453
+ };
454
+ 905547901B50D3BD003A766C /* Release */ = {
455
+ isa = XCBuildConfiguration;
456
+ buildSettings = {
457
+ ALWAYS_SEARCH_USER_PATHS = NO;
458
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
459
+ CLANG_CXX_LIBRARY = "libc++";
460
+ CLANG_ENABLE_MODULES = YES;
461
+ CLANG_ENABLE_OBJC_ARC = YES;
462
+ CLANG_WARN_BOOL_CONVERSION = YES;
463
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
464
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
465
+ CLANG_WARN_EMPTY_BODY = YES;
466
+ CLANG_WARN_ENUM_CONVERSION = YES;
467
+ CLANG_WARN_INT_CONVERSION = YES;
468
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
469
+ CLANG_WARN_UNREACHABLE_CODE = YES;
470
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
471
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
472
+ COPY_PHASE_STRIP = NO;
473
+ DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
474
+ ENABLE_NS_ASSERTIONS = NO;
475
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
476
+ GCC_C_LANGUAGE_STANDARD = gnu99;
477
+ GCC_NO_COMMON_BLOCKS = YES;
478
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
479
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
480
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
481
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
482
+ GCC_WARN_UNUSED_FUNCTION = YES;
483
+ GCC_WARN_UNUSED_VARIABLE = YES;
484
+ IPHONEOS_DEPLOYMENT_TARGET = 8.4;
485
+ MTL_ENABLE_DEBUG_INFO = NO;
486
+ SDKROOT = iphoneos;
487
+ TARGETED_DEVICE_FAMILY = "1,2";
488
+ VALIDATE_PRODUCT = YES;
489
+ };
490
+ name = Release;
491
+ };
492
+ 905547921B50D3BD003A766C /* Debug */ = {
493
+ isa = XCBuildConfiguration;
494
+ baseConfigurationReference = 0F051654B3882493E74104A2 /* Pods.debug.xcconfig */;
495
+ buildSettings = {
496
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
497
+ INFOPLIST_FILE = DemoApp/Info.plist;
498
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
499
+ PRODUCT_NAME = "$(TARGET_NAME)";
500
+ };
501
+ name = Debug;
502
+ };
503
+ 905547931B50D3BD003A766C /* Release */ = {
504
+ isa = XCBuildConfiguration;
505
+ baseConfigurationReference = C87EED93E62B990D188B64CA /* Pods.release.xcconfig */;
506
+ buildSettings = {
507
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
508
+ INFOPLIST_FILE = DemoApp/Info.plist;
509
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
510
+ PRODUCT_NAME = "$(TARGET_NAME)";
511
+ };
512
+ name = Release;
513
+ };
514
+ 905547951B50D3BD003A766C /* Debug */ = {
515
+ isa = XCBuildConfiguration;
516
+ buildSettings = {
517
+ BUNDLE_LOADER = "$(TEST_HOST)";
518
+ FRAMEWORK_SEARCH_PATHS = (
519
+ "$(SDKROOT)/Developer/Library/Frameworks",
520
+ "$(inherited)",
521
+ );
522
+ GCC_PREPROCESSOR_DEFINITIONS = (
523
+ "DEBUG=1",
524
+ "$(inherited)",
525
+ );
526
+ INFOPLIST_FILE = DemoAppTests/Info.plist;
527
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
528
+ PRODUCT_NAME = "$(TARGET_NAME)";
529
+ TEST_HOST = "$(BUILT_PRODUCTS_DIR)/DemoApp.app/DemoApp";
530
+ };
531
+ name = Debug;
532
+ };
533
+ 905547961B50D3BD003A766C /* Release */ = {
534
+ isa = XCBuildConfiguration;
535
+ buildSettings = {
536
+ BUNDLE_LOADER = "$(TEST_HOST)";
537
+ FRAMEWORK_SEARCH_PATHS = (
538
+ "$(SDKROOT)/Developer/Library/Frameworks",
539
+ "$(inherited)",
540
+ );
541
+ INFOPLIST_FILE = DemoAppTests/Info.plist;
542
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
543
+ PRODUCT_NAME = "$(TARGET_NAME)";
544
+ TEST_HOST = "$(BUILT_PRODUCTS_DIR)/DemoApp.app/DemoApp";
545
+ };
546
+ name = Release;
547
+ };
548
+ /* End XCBuildConfiguration section */
549
+
550
+ /* Begin XCConfigurationList section */
551
+ 9055476D1B50D3BC003A766C /* Build configuration list for PBXProject "DemoApp" */ = {
552
+ isa = XCConfigurationList;
553
+ buildConfigurations = (
554
+ 9055478F1B50D3BD003A766C /* Debug */,
555
+ 905547901B50D3BD003A766C /* Release */,
556
+ );
557
+ defaultConfigurationIsVisible = 0;
558
+ defaultConfigurationName = Release;
559
+ };
560
+ 905547911B50D3BD003A766C /* Build configuration list for PBXNativeTarget "DemoApp" */ = {
561
+ isa = XCConfigurationList;
562
+ buildConfigurations = (
563
+ 905547921B50D3BD003A766C /* Debug */,
564
+ 905547931B50D3BD003A766C /* Release */,
565
+ );
566
+ defaultConfigurationIsVisible = 0;
567
+ defaultConfigurationName = Release;
568
+ };
569
+ 905547941B50D3BD003A766C /* Build configuration list for PBXNativeTarget "DemoAppTests" */ = {
570
+ isa = XCConfigurationList;
571
+ buildConfigurations = (
572
+ 905547951B50D3BD003A766C /* Debug */,
573
+ 905547961B50D3BD003A766C /* Release */,
574
+ );
575
+ defaultConfigurationIsVisible = 0;
576
+ defaultConfigurationName = Release;
577
+ };
578
+ /* End XCConfigurationList section */
579
+ };
580
+ rootObject = 9055476A1B50D3BC003A766C /* Project object */;
581
+ }