cocoapods-app_group 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (72) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +10 -0
  3. data/.rspec +2 -0
  4. data/.travis.yml +4 -0
  5. data/CODE_OF_CONDUCT.md +13 -0
  6. data/Example/.cocoapods_appgroup +1 -0
  7. data/Example/Example.xcodeproj/project.pbxproj +524 -0
  8. data/Example/Example.xcodeproj/project.xcworkspace/contents.xcworkspacedata +7 -0
  9. data/Example/Example.xcodeproj/project.xcworkspace/xcuserdata/mzp.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
  10. data/Example/Example.xcodeproj/xcuserdata/mzp.xcuserdatad/xcschemes/Example.xcscheme +91 -0
  11. data/Example/Example.xcodeproj/xcuserdata/mzp.xcuserdatad/xcschemes/xcschememanagement.plist +32 -0
  12. data/Example/Example.xcworkspace/contents.xcworkspacedata +10 -0
  13. data/Example/Example/AppDelegate.swift +46 -0
  14. data/Example/Example/Assets.xcassets/AppIcon.appiconset/Contents.json +38 -0
  15. data/Example/Example/Base.lproj/LaunchScreen.storyboard +27 -0
  16. data/Example/Example/Base.lproj/Main.storyboard +25 -0
  17. data/Example/Example/Info.plist +40 -0
  18. data/Example/Example/ViewController.swift +28 -0
  19. data/Example/Podfile +6 -0
  20. data/Example/Podfile.lock +14 -0
  21. data/Example/Pods/CocoaPodsAppGroup/AppGroup.h +7 -0
  22. data/Example/Pods/CocoaPodsAppGroup/AppGroup.m +23 -0
  23. data/Example/Pods/CocoaPodsAppGroup/AppGroup.podspec.json +24 -0
  24. data/Example/Pods/Headers/Private/AppGroup/AppGroup.h +7 -0
  25. data/Example/Pods/Local Podspecs/AppGroup.podspec.json +24 -0
  26. data/Example/Pods/Manifest.lock +14 -0
  27. data/Example/Pods/Pods.xcodeproj/project.pbxproj +505 -0
  28. data/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/AppGroup.xcscheme +62 -0
  29. data/Example/Pods/Target Support Files/AppGroup/AppGroup-Private.xcconfig +6 -0
  30. data/Example/Pods/Target Support Files/AppGroup/AppGroup-dummy.m +5 -0
  31. data/Example/Pods/Target Support Files/AppGroup/AppGroup-prefix.pch +4 -0
  32. data/Example/Pods/Target Support Files/AppGroup/AppGroup-umbrella.h +7 -0
  33. data/Example/Pods/Target Support Files/AppGroup/AppGroup.modulemap +6 -0
  34. data/Example/Pods/Target Support Files/AppGroup/AppGroup.xcconfig +1 -0
  35. data/Example/Pods/Target Support Files/AppGroup/Info.plist +26 -0
  36. data/Example/Pods/Target Support Files/Pods/Info.plist +26 -0
  37. data/Example/Pods/Target Support Files/Pods/Pods-acknowledgements.markdown +7 -0
  38. data/Example/Pods/Target Support Files/Pods/Pods-acknowledgements.plist +37 -0
  39. data/Example/Pods/Target Support Files/Pods/Pods-dummy.m +5 -0
  40. data/Example/Pods/Target Support Files/Pods/Pods-frameworks.sh +59 -0
  41. data/Example/Pods/Target Support Files/Pods/Pods-resources.sh +95 -0
  42. data/Example/Pods/Target Support Files/Pods/Pods-umbrella.h +6 -0
  43. data/Example/Pods/Target Support Files/Pods/Pods.debug.xcconfig +7 -0
  44. data/Example/Pods/Target Support Files/Pods/Pods.modulemap +6 -0
  45. data/Example/Pods/Target Support Files/Pods/Pods.release.xcconfig +7 -0
  46. data/Example/ReadFromAppGroup/AppDelegate.swift +46 -0
  47. data/Example/ReadFromAppGroup/Assets.xcassets/AppIcon.appiconset/Contents.json +38 -0
  48. data/Example/ReadFromAppGroup/Base.lproj/LaunchScreen.storyboard +27 -0
  49. data/Example/ReadFromAppGroup/Base.lproj/Main.storyboard +25 -0
  50. data/Example/ReadFromAppGroup/Info.plist +40 -0
  51. data/Example/ReadFromAppGroup/ReadFromAppGroup.entitlements +10 -0
  52. data/Example/ReadFromAppGroup/ViewController.swift +26 -0
  53. data/Example/WriteToAppGroup.entitlements +10 -0
  54. data/Gemfile +6 -0
  55. data/LICENSE.txt +21 -0
  56. data/README.md +90 -0
  57. data/Rakefile +6 -0
  58. data/bin/console +14 -0
  59. data/bin/setup +7 -0
  60. data/cocoapods-app_group.gemspec +25 -0
  61. data/lib/cocoapods/app_group.rb +6 -0
  62. data/lib/cocoapods/app_group/hook.rb +18 -0
  63. data/lib/cocoapods/app_group/setup.rb +58 -0
  64. data/lib/cocoapods/app_group/store.rb +41 -0
  65. data/lib/cocoapods/app_group/template.rb +27 -0
  66. data/lib/cocoapods/app_group/version.rb +5 -0
  67. data/lib/cocoapods_plugin.rb +1 -0
  68. data/lib/pod/command/app_group.rb +31 -0
  69. data/templates/AppGroup.h +7 -0
  70. data/templates/AppGroup.m +23 -0
  71. data/templates/AppGroup.podspec.json +24 -0
  72. metadata +158 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 9671885efcaf337bcc795703a57b9c5e2f77d5d7
4
+ data.tar.gz: 2163759a75505d7d49047e5df0704753b66675be
5
+ SHA512:
6
+ metadata.gz: 84d567daab10fb95f29a69bb76b41f9ba3e930b20a952a95d060164202004f26b8e425cf1ab0dbbf50c52ade34de963877e9b7c19a072f06985c0fe479f2e446
7
+ data.tar.gz: 097ef163ede375a243de3f1f6d37dfc5dae370041f5ffb2d61f7760b8bf5c72b768a0ecd7750be716f3a768fcfb281f88d6513d644a0325885b752b80a7160eb
data/.gitignore ADDED
@@ -0,0 +1,10 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /Gemfile.lock
4
+ /_yardoc/
5
+ /coverage/
6
+ /doc/
7
+ /pkg/
8
+ /spec/reports/
9
+ /tmp/
10
+ xcuserdata
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.3
4
+ before_install: gem install bundler -v 1.10.6
@@ -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 @@
1
+ {"app_group":"jp.mzp.app_group.example"}
@@ -0,0 +1,524 @@
1
+ // !$*UTF8*$!
2
+ {
3
+ archiveVersion = 1;
4
+ classes = {
5
+ };
6
+ objectVersion = 46;
7
+ objects = {
8
+
9
+ /* Begin PBXBuildFile section */
10
+ 139C57611BB16AFC0059D855 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 139C57601BB16AFC0059D855 /* AppDelegate.swift */; };
11
+ 139C57631BB16AFC0059D855 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 139C57621BB16AFC0059D855 /* ViewController.swift */; };
12
+ 139C57661BB16AFC0059D855 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 139C57641BB16AFC0059D855 /* Main.storyboard */; };
13
+ 139C57681BB16AFC0059D855 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 139C57671BB16AFC0059D855 /* Assets.xcassets */; };
14
+ 139C576B1BB16AFC0059D855 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 139C57691BB16AFC0059D855 /* LaunchScreen.storyboard */; };
15
+ 13B0ABFF1BB0070000891E04 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13B0ABFE1BB0070000891E04 /* AppDelegate.swift */; };
16
+ 13B0AC011BB0070000891E04 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13B0AC001BB0070000891E04 /* ViewController.swift */; };
17
+ 13B0AC041BB0070000891E04 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 13B0AC021BB0070000891E04 /* Main.storyboard */; };
18
+ 13B0AC061BB0070000891E04 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B0AC051BB0070000891E04 /* Assets.xcassets */; };
19
+ 13B0AC091BB0070000891E04 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 13B0AC071BB0070000891E04 /* LaunchScreen.storyboard */; };
20
+ 937CD733906146B1DC831873 /* Pods.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FD6BD77BA502B60328353F51 /* Pods.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
21
+ /* End PBXBuildFile section */
22
+
23
+ /* Begin PBXFileReference section */
24
+ 139C575E1BB16AFC0059D855 /* ReadFromAppGroup.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ReadFromAppGroup.app; sourceTree = BUILT_PRODUCTS_DIR; };
25
+ 139C57601BB16AFC0059D855 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
26
+ 139C57621BB16AFC0059D855 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
27
+ 139C57651BB16AFC0059D855 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
28
+ 139C57671BB16AFC0059D855 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
29
+ 139C576A1BB16AFC0059D855 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
30
+ 139C576C1BB16AFC0059D855 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
31
+ 139C57701BB16C3B0059D855 /* WriteToAppGroup.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = WriteToAppGroup.entitlements; sourceTree = SOURCE_ROOT; };
32
+ 139C57711BB16C8C0059D855 /* ReadFromAppGroup.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = ReadFromAppGroup.entitlements; sourceTree = "<group>"; };
33
+ 13B0ABFB1BB0070000891E04 /* WriteToAppGroup.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = WriteToAppGroup.app; sourceTree = BUILT_PRODUCTS_DIR; };
34
+ 13B0ABFE1BB0070000891E04 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
35
+ 13B0AC001BB0070000891E04 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
36
+ 13B0AC031BB0070000891E04 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
37
+ 13B0AC051BB0070000891E04 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
38
+ 13B0AC081BB0070000891E04 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
39
+ 13B0AC0A1BB0070000891E04 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
40
+ 199362C0770D0AEDA2380F94 /* 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>"; };
41
+ C6A6385851C8238546B62363 /* 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>"; };
42
+ FD6BD77BA502B60328353F51 /* Pods.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods.framework; sourceTree = BUILT_PRODUCTS_DIR; };
43
+ /* End PBXFileReference section */
44
+
45
+ /* Begin PBXFrameworksBuildPhase section */
46
+ 139C575B1BB16AFC0059D855 /* Frameworks */ = {
47
+ isa = PBXFrameworksBuildPhase;
48
+ buildActionMask = 2147483647;
49
+ files = (
50
+ );
51
+ runOnlyForDeploymentPostprocessing = 0;
52
+ };
53
+ 13B0ABF81BB0070000891E04 /* Frameworks */ = {
54
+ isa = PBXFrameworksBuildPhase;
55
+ buildActionMask = 2147483647;
56
+ files = (
57
+ 937CD733906146B1DC831873 /* Pods.framework in Frameworks */,
58
+ );
59
+ runOnlyForDeploymentPostprocessing = 0;
60
+ };
61
+ /* End PBXFrameworksBuildPhase section */
62
+
63
+ /* Begin PBXGroup section */
64
+ 139C575F1BB16AFC0059D855 /* ReadFromAppGroup */ = {
65
+ isa = PBXGroup;
66
+ children = (
67
+ 139C57711BB16C8C0059D855 /* ReadFromAppGroup.entitlements */,
68
+ 139C57601BB16AFC0059D855 /* AppDelegate.swift */,
69
+ 139C57621BB16AFC0059D855 /* ViewController.swift */,
70
+ 139C57641BB16AFC0059D855 /* Main.storyboard */,
71
+ 139C57671BB16AFC0059D855 /* Assets.xcassets */,
72
+ 139C57691BB16AFC0059D855 /* LaunchScreen.storyboard */,
73
+ 139C576C1BB16AFC0059D855 /* Info.plist */,
74
+ );
75
+ path = ReadFromAppGroup;
76
+ sourceTree = "<group>";
77
+ };
78
+ 13B0ABF21BB0070000891E04 = {
79
+ isa = PBXGroup;
80
+ children = (
81
+ 13B0ABFD1BB0070000891E04 /* WriteToAppGroup */,
82
+ 139C575F1BB16AFC0059D855 /* ReadFromAppGroup */,
83
+ 13B0ABFC1BB0070000891E04 /* Products */,
84
+ AC40A9C60D1686EF953721FF /* Pods */,
85
+ D7609B81352267838025367D /* Frameworks */,
86
+ );
87
+ sourceTree = "<group>";
88
+ };
89
+ 13B0ABFC1BB0070000891E04 /* Products */ = {
90
+ isa = PBXGroup;
91
+ children = (
92
+ 13B0ABFB1BB0070000891E04 /* WriteToAppGroup.app */,
93
+ 139C575E1BB16AFC0059D855 /* ReadFromAppGroup.app */,
94
+ );
95
+ name = Products;
96
+ sourceTree = "<group>";
97
+ };
98
+ 13B0ABFD1BB0070000891E04 /* WriteToAppGroup */ = {
99
+ isa = PBXGroup;
100
+ children = (
101
+ 139C57701BB16C3B0059D855 /* WriteToAppGroup.entitlements */,
102
+ 13B0ABFE1BB0070000891E04 /* AppDelegate.swift */,
103
+ 13B0AC001BB0070000891E04 /* ViewController.swift */,
104
+ 13B0AC021BB0070000891E04 /* Main.storyboard */,
105
+ 13B0AC051BB0070000891E04 /* Assets.xcassets */,
106
+ 13B0AC071BB0070000891E04 /* LaunchScreen.storyboard */,
107
+ 13B0AC0A1BB0070000891E04 /* Info.plist */,
108
+ );
109
+ name = WriteToAppGroup;
110
+ path = Example;
111
+ sourceTree = "<group>";
112
+ };
113
+ AC40A9C60D1686EF953721FF /* Pods */ = {
114
+ isa = PBXGroup;
115
+ children = (
116
+ C6A6385851C8238546B62363 /* Pods.debug.xcconfig */,
117
+ 199362C0770D0AEDA2380F94 /* Pods.release.xcconfig */,
118
+ );
119
+ name = Pods;
120
+ sourceTree = "<group>";
121
+ };
122
+ D7609B81352267838025367D /* Frameworks */ = {
123
+ isa = PBXGroup;
124
+ children = (
125
+ FD6BD77BA502B60328353F51 /* Pods.framework */,
126
+ );
127
+ name = Frameworks;
128
+ sourceTree = "<group>";
129
+ };
130
+ /* End PBXGroup section */
131
+
132
+ /* Begin PBXNativeTarget section */
133
+ 139C575D1BB16AFC0059D855 /* ReadFromAppGroup */ = {
134
+ isa = PBXNativeTarget;
135
+ buildConfigurationList = 139C576F1BB16AFC0059D855 /* Build configuration list for PBXNativeTarget "ReadFromAppGroup" */;
136
+ buildPhases = (
137
+ 139C575A1BB16AFC0059D855 /* Sources */,
138
+ 139C575B1BB16AFC0059D855 /* Frameworks */,
139
+ 139C575C1BB16AFC0059D855 /* Resources */,
140
+ );
141
+ buildRules = (
142
+ );
143
+ dependencies = (
144
+ );
145
+ name = ReadFromAppGroup;
146
+ productName = ReadFromAppGroup;
147
+ productReference = 139C575E1BB16AFC0059D855 /* ReadFromAppGroup.app */;
148
+ productType = "com.apple.product-type.application";
149
+ };
150
+ 13B0ABFA1BB0070000891E04 /* WriteToAppGroup */ = {
151
+ isa = PBXNativeTarget;
152
+ buildConfigurationList = 13B0AC0D1BB0070000891E04 /* Build configuration list for PBXNativeTarget "WriteToAppGroup" */;
153
+ buildPhases = (
154
+ 1ACF2B641F9CA9DE5ED80D7F /* Check Pods Manifest.lock */,
155
+ 13B0ABF71BB0070000891E04 /* Sources */,
156
+ 13B0ABF81BB0070000891E04 /* Frameworks */,
157
+ 13B0ABF91BB0070000891E04 /* Resources */,
158
+ 1D4678F4A22F28695A66A03C /* Embed Pods Frameworks */,
159
+ 837200B23B6F438ED10BA6FD /* Copy Pods Resources */,
160
+ );
161
+ buildRules = (
162
+ );
163
+ dependencies = (
164
+ );
165
+ name = WriteToAppGroup;
166
+ productName = Example;
167
+ productReference = 13B0ABFB1BB0070000891E04 /* WriteToAppGroup.app */;
168
+ productType = "com.apple.product-type.application";
169
+ };
170
+ /* End PBXNativeTarget section */
171
+
172
+ /* Begin PBXProject section */
173
+ 13B0ABF31BB0070000891E04 /* Project object */ = {
174
+ isa = PBXProject;
175
+ attributes = {
176
+ LastUpgradeCheck = 0700;
177
+ ORGANIZATIONNAME = mzp;
178
+ TargetAttributes = {
179
+ 139C575D1BB16AFC0059D855 = {
180
+ CreatedOnToolsVersion = 7.0;
181
+ DevelopmentTeam = VG2YYSKSHY;
182
+ SystemCapabilities = {
183
+ com.apple.ApplicationGroups.iOS = {
184
+ enabled = 1;
185
+ };
186
+ };
187
+ };
188
+ 13B0ABFA1BB0070000891E04 = {
189
+ CreatedOnToolsVersion = 7.0;
190
+ DevelopmentTeam = VG2YYSKSHY;
191
+ SystemCapabilities = {
192
+ com.apple.ApplicationGroups.iOS = {
193
+ enabled = 1;
194
+ };
195
+ };
196
+ };
197
+ };
198
+ };
199
+ buildConfigurationList = 13B0ABF61BB0070000891E04 /* Build configuration list for PBXProject "Example" */;
200
+ compatibilityVersion = "Xcode 3.2";
201
+ developmentRegion = English;
202
+ hasScannedForEncodings = 0;
203
+ knownRegions = (
204
+ en,
205
+ Base,
206
+ );
207
+ mainGroup = 13B0ABF21BB0070000891E04;
208
+ productRefGroup = 13B0ABFC1BB0070000891E04 /* Products */;
209
+ projectDirPath = "";
210
+ projectRoot = "";
211
+ targets = (
212
+ 13B0ABFA1BB0070000891E04 /* WriteToAppGroup */,
213
+ 139C575D1BB16AFC0059D855 /* ReadFromAppGroup */,
214
+ );
215
+ };
216
+ /* End PBXProject section */
217
+
218
+ /* Begin PBXResourcesBuildPhase section */
219
+ 139C575C1BB16AFC0059D855 /* Resources */ = {
220
+ isa = PBXResourcesBuildPhase;
221
+ buildActionMask = 2147483647;
222
+ files = (
223
+ 139C576B1BB16AFC0059D855 /* LaunchScreen.storyboard in Resources */,
224
+ 139C57681BB16AFC0059D855 /* Assets.xcassets in Resources */,
225
+ 139C57661BB16AFC0059D855 /* Main.storyboard in Resources */,
226
+ );
227
+ runOnlyForDeploymentPostprocessing = 0;
228
+ };
229
+ 13B0ABF91BB0070000891E04 /* Resources */ = {
230
+ isa = PBXResourcesBuildPhase;
231
+ buildActionMask = 2147483647;
232
+ files = (
233
+ 13B0AC091BB0070000891E04 /* LaunchScreen.storyboard in Resources */,
234
+ 13B0AC061BB0070000891E04 /* Assets.xcassets in Resources */,
235
+ 13B0AC041BB0070000891E04 /* Main.storyboard in Resources */,
236
+ );
237
+ runOnlyForDeploymentPostprocessing = 0;
238
+ };
239
+ /* End PBXResourcesBuildPhase section */
240
+
241
+ /* Begin PBXShellScriptBuildPhase section */
242
+ 1ACF2B641F9CA9DE5ED80D7F /* Check Pods Manifest.lock */ = {
243
+ isa = PBXShellScriptBuildPhase;
244
+ buildActionMask = 2147483647;
245
+ files = (
246
+ );
247
+ inputPaths = (
248
+ );
249
+ name = "Check Pods Manifest.lock";
250
+ outputPaths = (
251
+ );
252
+ runOnlyForDeploymentPostprocessing = 0;
253
+ shellPath = /bin/sh;
254
+ 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";
255
+ showEnvVarsInLog = 0;
256
+ };
257
+ 1D4678F4A22F28695A66A03C /* Embed Pods Frameworks */ = {
258
+ isa = PBXShellScriptBuildPhase;
259
+ buildActionMask = 2147483647;
260
+ files = (
261
+ );
262
+ inputPaths = (
263
+ );
264
+ name = "Embed Pods Frameworks";
265
+ outputPaths = (
266
+ );
267
+ runOnlyForDeploymentPostprocessing = 0;
268
+ shellPath = /bin/sh;
269
+ shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods/Pods-frameworks.sh\"\n";
270
+ showEnvVarsInLog = 0;
271
+ };
272
+ 837200B23B6F438ED10BA6FD /* Copy Pods Resources */ = {
273
+ isa = PBXShellScriptBuildPhase;
274
+ buildActionMask = 2147483647;
275
+ files = (
276
+ );
277
+ inputPaths = (
278
+ );
279
+ name = "Copy Pods Resources";
280
+ outputPaths = (
281
+ );
282
+ runOnlyForDeploymentPostprocessing = 0;
283
+ shellPath = /bin/sh;
284
+ shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods/Pods-resources.sh\"\n";
285
+ showEnvVarsInLog = 0;
286
+ };
287
+ /* End PBXShellScriptBuildPhase section */
288
+
289
+ /* Begin PBXSourcesBuildPhase section */
290
+ 139C575A1BB16AFC0059D855 /* Sources */ = {
291
+ isa = PBXSourcesBuildPhase;
292
+ buildActionMask = 2147483647;
293
+ files = (
294
+ 139C57631BB16AFC0059D855 /* ViewController.swift in Sources */,
295
+ 139C57611BB16AFC0059D855 /* AppDelegate.swift in Sources */,
296
+ );
297
+ runOnlyForDeploymentPostprocessing = 0;
298
+ };
299
+ 13B0ABF71BB0070000891E04 /* Sources */ = {
300
+ isa = PBXSourcesBuildPhase;
301
+ buildActionMask = 2147483647;
302
+ files = (
303
+ 13B0AC011BB0070000891E04 /* ViewController.swift in Sources */,
304
+ 13B0ABFF1BB0070000891E04 /* AppDelegate.swift in Sources */,
305
+ );
306
+ runOnlyForDeploymentPostprocessing = 0;
307
+ };
308
+ /* End PBXSourcesBuildPhase section */
309
+
310
+ /* Begin PBXVariantGroup section */
311
+ 139C57641BB16AFC0059D855 /* Main.storyboard */ = {
312
+ isa = PBXVariantGroup;
313
+ children = (
314
+ 139C57651BB16AFC0059D855 /* Base */,
315
+ );
316
+ name = Main.storyboard;
317
+ sourceTree = "<group>";
318
+ };
319
+ 139C57691BB16AFC0059D855 /* LaunchScreen.storyboard */ = {
320
+ isa = PBXVariantGroup;
321
+ children = (
322
+ 139C576A1BB16AFC0059D855 /* Base */,
323
+ );
324
+ name = LaunchScreen.storyboard;
325
+ sourceTree = "<group>";
326
+ };
327
+ 13B0AC021BB0070000891E04 /* Main.storyboard */ = {
328
+ isa = PBXVariantGroup;
329
+ children = (
330
+ 13B0AC031BB0070000891E04 /* Base */,
331
+ );
332
+ name = Main.storyboard;
333
+ sourceTree = "<group>";
334
+ };
335
+ 13B0AC071BB0070000891E04 /* LaunchScreen.storyboard */ = {
336
+ isa = PBXVariantGroup;
337
+ children = (
338
+ 13B0AC081BB0070000891E04 /* Base */,
339
+ );
340
+ name = LaunchScreen.storyboard;
341
+ sourceTree = "<group>";
342
+ };
343
+ /* End PBXVariantGroup section */
344
+
345
+ /* Begin XCBuildConfiguration section */
346
+ 139C576D1BB16AFC0059D855 /* Debug */ = {
347
+ isa = XCBuildConfiguration;
348
+ baseConfigurationReference = C6A6385851C8238546B62363 /* Pods.debug.xcconfig */;
349
+ buildSettings = {
350
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
351
+ CODE_SIGN_ENTITLEMENTS = ReadFromAppGroup/ReadFromAppGroup.entitlements;
352
+ CODE_SIGN_IDENTITY = "iPhone Developer";
353
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
354
+ INFOPLIST_FILE = ReadFromAppGroup/Info.plist;
355
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
356
+ PRODUCT_BUNDLE_IDENTIFIER = jp.mzp.ReadFromAppGroup;
357
+ PRODUCT_NAME = "$(TARGET_NAME)";
358
+ PROVISIONING_PROFILE = "";
359
+ };
360
+ name = Debug;
361
+ };
362
+ 139C576E1BB16AFC0059D855 /* Release */ = {
363
+ isa = XCBuildConfiguration;
364
+ baseConfigurationReference = 199362C0770D0AEDA2380F94 /* Pods.release.xcconfig */;
365
+ buildSettings = {
366
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
367
+ CODE_SIGN_ENTITLEMENTS = ReadFromAppGroup/ReadFromAppGroup.entitlements;
368
+ CODE_SIGN_IDENTITY = "iPhone Developer";
369
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
370
+ INFOPLIST_FILE = ReadFromAppGroup/Info.plist;
371
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
372
+ PRODUCT_BUNDLE_IDENTIFIER = jp.mzp.ReadFromAppGroup;
373
+ PRODUCT_NAME = "$(TARGET_NAME)";
374
+ PROVISIONING_PROFILE = "";
375
+ };
376
+ name = Release;
377
+ };
378
+ 13B0AC0B1BB0070000891E04 /* Debug */ = {
379
+ isa = XCBuildConfiguration;
380
+ buildSettings = {
381
+ ALWAYS_SEARCH_USER_PATHS = NO;
382
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
383
+ CLANG_CXX_LIBRARY = "libc++";
384
+ CLANG_ENABLE_MODULES = YES;
385
+ CLANG_ENABLE_OBJC_ARC = YES;
386
+ CLANG_WARN_BOOL_CONVERSION = YES;
387
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
388
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
389
+ CLANG_WARN_EMPTY_BODY = YES;
390
+ CLANG_WARN_ENUM_CONVERSION = YES;
391
+ CLANG_WARN_INT_CONVERSION = YES;
392
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
393
+ CLANG_WARN_UNREACHABLE_CODE = YES;
394
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
395
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
396
+ COPY_PHASE_STRIP = NO;
397
+ DEBUG_INFORMATION_FORMAT = dwarf;
398
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
399
+ ENABLE_TESTABILITY = YES;
400
+ GCC_C_LANGUAGE_STANDARD = gnu99;
401
+ GCC_DYNAMIC_NO_PIC = NO;
402
+ GCC_NO_COMMON_BLOCKS = YES;
403
+ GCC_OPTIMIZATION_LEVEL = 0;
404
+ GCC_PREPROCESSOR_DEFINITIONS = (
405
+ "DEBUG=1",
406
+ "$(inherited)",
407
+ );
408
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
409
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
410
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
411
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
412
+ GCC_WARN_UNUSED_FUNCTION = YES;
413
+ GCC_WARN_UNUSED_VARIABLE = YES;
414
+ IPHONEOS_DEPLOYMENT_TARGET = 9.0;
415
+ MTL_ENABLE_DEBUG_INFO = YES;
416
+ ONLY_ACTIVE_ARCH = YES;
417
+ SDKROOT = iphoneos;
418
+ SWIFT_OPTIMIZATION_LEVEL = "-Onone";
419
+ };
420
+ name = Debug;
421
+ };
422
+ 13B0AC0C1BB0070000891E04 /* Release */ = {
423
+ isa = XCBuildConfiguration;
424
+ buildSettings = {
425
+ ALWAYS_SEARCH_USER_PATHS = NO;
426
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
427
+ CLANG_CXX_LIBRARY = "libc++";
428
+ CLANG_ENABLE_MODULES = YES;
429
+ CLANG_ENABLE_OBJC_ARC = YES;
430
+ CLANG_WARN_BOOL_CONVERSION = YES;
431
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
432
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
433
+ CLANG_WARN_EMPTY_BODY = YES;
434
+ CLANG_WARN_ENUM_CONVERSION = YES;
435
+ CLANG_WARN_INT_CONVERSION = YES;
436
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
437
+ CLANG_WARN_UNREACHABLE_CODE = YES;
438
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
439
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
440
+ COPY_PHASE_STRIP = NO;
441
+ DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
442
+ ENABLE_NS_ASSERTIONS = NO;
443
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
444
+ GCC_C_LANGUAGE_STANDARD = gnu99;
445
+ GCC_NO_COMMON_BLOCKS = YES;
446
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
447
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
448
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
449
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
450
+ GCC_WARN_UNUSED_FUNCTION = YES;
451
+ GCC_WARN_UNUSED_VARIABLE = YES;
452
+ IPHONEOS_DEPLOYMENT_TARGET = 9.0;
453
+ MTL_ENABLE_DEBUG_INFO = NO;
454
+ SDKROOT = iphoneos;
455
+ VALIDATE_PRODUCT = YES;
456
+ };
457
+ name = Release;
458
+ };
459
+ 13B0AC0E1BB0070000891E04 /* Debug */ = {
460
+ isa = XCBuildConfiguration;
461
+ baseConfigurationReference = C6A6385851C8238546B62363 /* Pods.debug.xcconfig */;
462
+ buildSettings = {
463
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
464
+ CODE_SIGN_ENTITLEMENTS = WriteToAppGroup.entitlements;
465
+ CODE_SIGN_IDENTITY = "iPhone Developer";
466
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
467
+ INFOPLIST_FILE = Example/Info.plist;
468
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
469
+ PRODUCT_BUNDLE_IDENTIFIER = jp.mzp.Example;
470
+ PRODUCT_NAME = "$(TARGET_NAME)";
471
+ PROVISIONING_PROFILE = "";
472
+ };
473
+ name = Debug;
474
+ };
475
+ 13B0AC0F1BB0070000891E04 /* Release */ = {
476
+ isa = XCBuildConfiguration;
477
+ baseConfigurationReference = 199362C0770D0AEDA2380F94 /* Pods.release.xcconfig */;
478
+ buildSettings = {
479
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
480
+ CODE_SIGN_ENTITLEMENTS = WriteToAppGroup.entitlements;
481
+ CODE_SIGN_IDENTITY = "iPhone Developer";
482
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
483
+ INFOPLIST_FILE = Example/Info.plist;
484
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
485
+ PRODUCT_BUNDLE_IDENTIFIER = jp.mzp.Example;
486
+ PRODUCT_NAME = "$(TARGET_NAME)";
487
+ PROVISIONING_PROFILE = "";
488
+ };
489
+ name = Release;
490
+ };
491
+ /* End XCBuildConfiguration section */
492
+
493
+ /* Begin XCConfigurationList section */
494
+ 139C576F1BB16AFC0059D855 /* Build configuration list for PBXNativeTarget "ReadFromAppGroup" */ = {
495
+ isa = XCConfigurationList;
496
+ buildConfigurations = (
497
+ 139C576D1BB16AFC0059D855 /* Debug */,
498
+ 139C576E1BB16AFC0059D855 /* Release */,
499
+ );
500
+ defaultConfigurationIsVisible = 0;
501
+ defaultConfigurationName = Release;
502
+ };
503
+ 13B0ABF61BB0070000891E04 /* Build configuration list for PBXProject "Example" */ = {
504
+ isa = XCConfigurationList;
505
+ buildConfigurations = (
506
+ 13B0AC0B1BB0070000891E04 /* Debug */,
507
+ 13B0AC0C1BB0070000891E04 /* Release */,
508
+ );
509
+ defaultConfigurationIsVisible = 0;
510
+ defaultConfigurationName = Release;
511
+ };
512
+ 13B0AC0D1BB0070000891E04 /* Build configuration list for PBXNativeTarget "WriteToAppGroup" */ = {
513
+ isa = XCConfigurationList;
514
+ buildConfigurations = (
515
+ 13B0AC0E1BB0070000891E04 /* Debug */,
516
+ 13B0AC0F1BB0070000891E04 /* Release */,
517
+ );
518
+ defaultConfigurationIsVisible = 0;
519
+ defaultConfigurationName = Release;
520
+ };
521
+ /* End XCConfigurationList section */
522
+ };
523
+ rootObject = 13B0ABF31BB0070000891E04 /* Project object */;
524
+ }