cocoapods-packager-m 1.6.1 → 1.6.2

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of cocoapods-packager-m might be problematic. Click here for more details.

Files changed (72) hide show
  1. checksums.yaml +4 -4
  2. metadata +6 -123
  3. data/.coveralls.yml +0 -1
  4. data/.gitignore +0 -3
  5. data/.rubocop-cocoapods.yml +0 -71
  6. data/.rubocop.yml +0 -38
  7. data/.travis.yml +0 -9
  8. data/Gemfile +0 -12
  9. data/Gemfile.lock +0 -121
  10. data/LICENSE +0 -22
  11. data/README.md +0 -42
  12. data/Rakefile +0 -12
  13. data/cocoapods-packager.gemspec +0 -19
  14. data/lib/cocoapods-packager/builder.rb +0 -312
  15. data/lib/cocoapods-packager/framework.rb +0 -66
  16. data/lib/cocoapods-packager/mangle.rb +0 -32
  17. data/lib/cocoapods-packager/pod_utils.rb +0 -252
  18. data/lib/cocoapods-packager/spec_builder.rb +0 -63
  19. data/lib/cocoapods-packager/symbols.rb +0 -35
  20. data/lib/cocoapods-packager/user_interface/build_failed_report.rb +0 -15
  21. data/lib/cocoapods_packager.rb +0 -5
  22. data/lib/cocoapods_plugin.rb +0 -8
  23. data/lib/pod/command/package.rb +0 -165
  24. data/scripts/lstconst.sh +0 -9
  25. data/scripts/lstsym.sh +0 -8
  26. data/spec/command/error_spec.rb +0 -74
  27. data/spec/command/package_spec.rb +0 -359
  28. data/spec/command/subspecs_spec.rb +0 -30
  29. data/spec/fixtures/Builder.podspec +0 -25
  30. data/spec/fixtures/CPDColors.podspec +0 -19
  31. data/spec/fixtures/FH.podspec +0 -18
  32. data/spec/fixtures/KFData.podspec +0 -73
  33. data/spec/fixtures/LibraryConsumerDemo/.gitignore +0 -22
  34. data/spec/fixtures/LibraryConsumerDemo/LibraryConsumer.xcodeproj/project.pbxproj +0 -340
  35. data/spec/fixtures/LibraryConsumerDemo/LibraryConsumer.xcodeproj/project.xcworkspace/contents.xcworkspacedata +0 -7
  36. data/spec/fixtures/LibraryConsumerDemo/LibraryConsumer.xcodeproj/xcshareddata/xcschemes/LibraryConsumer.xcscheme +0 -100
  37. data/spec/fixtures/LibraryConsumerDemo/LibraryConsumer/AppDelegate.h +0 -17
  38. data/spec/fixtures/LibraryConsumerDemo/LibraryConsumer/AppDelegate.m +0 -27
  39. data/spec/fixtures/LibraryConsumerDemo/LibraryConsumer/Info.plist +0 -40
  40. data/spec/fixtures/LibraryConsumerDemo/LibraryConsumer/main.m +0 -16
  41. data/spec/fixtures/LibraryConsumerDemo/Podfile +0 -5
  42. data/spec/fixtures/LibraryDemo.podspec +0 -14
  43. data/spec/fixtures/NikeKit.podspec +0 -19
  44. data/spec/fixtures/OpenSans.podspec +0 -18
  45. data/spec/fixtures/PackagerTest/.gitignore +0 -21
  46. data/spec/fixtures/PackagerTest/PackagerTest.xcodeproj/project.pbxproj +0 -536
  47. data/spec/fixtures/PackagerTest/PackagerTest.xcodeproj/project.xcworkspace/contents.xcworkspacedata +0 -7
  48. data/spec/fixtures/PackagerTest/PackagerTest.xcodeproj/xcshareddata/xcschemes/PackagerTest.xcscheme +0 -110
  49. data/spec/fixtures/PackagerTest/PackagerTest.xcworkspace/contents.xcworkspacedata +0 -1
  50. data/spec/fixtures/PackagerTest/PackagerTest/CPDAppDelegate.h +0 -15
  51. data/spec/fixtures/PackagerTest/PackagerTest/CPDAppDelegate.m +0 -49
  52. data/spec/fixtures/PackagerTest/PackagerTest/Images.xcassets/AppIcon.appiconset/Contents.json +0 -23
  53. data/spec/fixtures/PackagerTest/PackagerTest/Images.xcassets/LaunchImage.launchimage/Contents.json +0 -23
  54. data/spec/fixtures/PackagerTest/PackagerTest/PackagerTest-Info.plist +0 -38
  55. data/spec/fixtures/PackagerTest/PackagerTest/PackagerTest-Prefix.pch +0 -16
  56. data/spec/fixtures/PackagerTest/PackagerTest/en.lproj/InfoPlist.strings +0 -2
  57. data/spec/fixtures/PackagerTest/PackagerTest/main.m +0 -18
  58. data/spec/fixtures/PackagerTest/PackagerTestTests/PackagerTestTests-Info.plist +0 -22
  59. data/spec/fixtures/PackagerTest/PackagerTestTests/PackagerTestTests.m +0 -34
  60. data/spec/fixtures/PackagerTest/PackagerTestTests/en.lproj/InfoPlist.strings +0 -2
  61. data/spec/fixtures/PackagerTest/Podfile +0 -10
  62. data/spec/fixtures/PackagerTest/Podfile.lock +0 -32
  63. data/spec/fixtures/Weakly.podspec +0 -13
  64. data/spec/fixtures/a.podspec +0 -19
  65. data/spec/fixtures/foo-bar.podspec +0 -19
  66. data/spec/fixtures/layer-client-messaging-schema.podspec +0 -13
  67. data/spec/integration/project_spec.rb +0 -70
  68. data/spec/pod/utils_spec.rb +0 -58
  69. data/spec/spec_helper.rb +0 -50
  70. data/spec/specification/builder_spec.rb +0 -40
  71. data/spec/specification/spec_builder_spec.rb +0 -61
  72. data/spec/user_interface/build_failed_report_spec.rb +0 -11
@@ -1,30 +0,0 @@
1
- require File.expand_path('../../spec_helper', __FILE__)
2
-
3
- module Pod
4
- describe Command::Spec::Package do
5
- describe 'Subspecs' do
6
- after do
7
- Dir.glob("KFData-*").each { |dir| Pathname.new(dir).rmtree }
8
- end
9
-
10
- it 'can package a single subspec' do
11
- Pod::Config.instance.sources_manager.stubs(:search).returns(nil)
12
-
13
- command = Command.parse(%w{ package spec/fixtures/KFData.podspec --subspecs=Core})
14
- command.run
15
-
16
- true.should == true # To make the test pass without any shoulds
17
- end
18
-
19
- it 'can package a list of subspecs' do
20
- Pod::Config.instance.sources_manager.stubs(:search).returns(nil)
21
-
22
- command = Command.parse(%w{ package spec/fixtures/KFData.podspec --subspecs=Core,Compatibility})
23
- command.run
24
-
25
- true.should == true # To make the test pass without any shoulds
26
- end
27
- end
28
- end
29
- end
30
-
@@ -1,25 +0,0 @@
1
- Pod::Spec.new do |s|
2
- s.name = 'Builder'
3
- s.version = '0.0.1'
4
- s.summary = 'Yo'
5
- s.homepage = 'https://github.com/CocoaPods/cocoapods-packager'
6
- s.license = {:type => 'MIT'}
7
- s.authors = { 'Boris Bügling' => 'http://buegling.com' }
8
- s.source = { :git => 'https://github.com/CocoaPods/cocoapods-packager.git',
9
- :tag => s.version.to_s }
10
-
11
- s.libraries = 'xml2'
12
- s.requires_arc = true
13
- s.xcconfig = { 'OTHER_LDFLAGS' => '-lObjC' }
14
- s.compiler_flag = "-DBASE_FLAG"
15
-
16
- s.ios.frameworks = 'Foundation'
17
- s.ios.deployment_target = '8.0'
18
- s.ios.compiler_flag = "-DIOS_FLAG"
19
-
20
- s.osx.frameworks = 'AppKit'
21
- s.osx.deployment_target = "10.8"
22
- s.osx.requires_arc = false
23
- s.osx.xcconfig = { 'CFLAGS' => '-I.' }
24
- s.osx.compiler_flag = "-DOSX_FLAG"
25
- end
@@ -1,19 +0,0 @@
1
- Pod::Spec.new do |s|
2
- s.name = "CPDColors"
3
- s.version = "0.1.0"
4
- s.summary = "Stay true to the brand with these orta-sanctioned colors."
5
- s.homepage = "https://github.com/neonichu/CPDColors"
6
- s.screenshots = "https://raw.githubusercontent.com/neonichu/CPDColors/master/screenshot.png"
7
- s.license = 'MIT'
8
- s.author = { "Boris Bügling" => "boris@icculus.org" }
9
- s.source = { :git => "https://github.com/neonichu/CPDColors.git", :tag => s.version.to_s }
10
- s.social_media_url = 'https://twitter.com/NeoNacho'
11
-
12
- s.platform = :ios, '6.0'
13
-
14
- s.requires_arc = true
15
- s.source_files = 'Code'
16
- s.public_header_files = 'Code/**/*.h'
17
-
18
- s.dependency 'Parse-iOS-SDK'
19
- end
@@ -1,18 +0,0 @@
1
- Pod::Spec.new do |s|
2
- s.name = 'FH'
3
- s.version = '2.2.8'
4
- s.summary = 'FeedHenry iOS Software Development Kit'
5
- s.homepage = 'https://www.feedhenry.com'
6
- s.social_media_url = 'https://twitter.com/feedhenry'
7
- s.license = 'FeedHenry'
8
- s.author = 'Red Hat, Inc.'
9
- s.source = { :git => 'https://github.com/cvasilak/fh-ios-sdk.git', :branch => 'module_map' }
10
- s.platform = :ios, 7.0
11
- s.source_files = 'fh-ios-sdk/**/*.{h,m}'
12
- s.public_header_files = 'fh-ios-sdk/FeedHenry.h', 'fh-ios-sdk/FH.h', 'fh-ios-sdk/FHAct.h', 'fh-ios-sdk/FHActRequest.h', 'fh-ios-sdk/FHAuthRequest.h', 'fh-ios-sdk/FHCloudProps.h', 'fh-ios-sdk/FHCloudRequest.h', 'fh-ios-sdk/FHConfig.h', 'fh-ios-sdk/FHResponse.h', 'fh-ios-sdk/FHResponseDelegate.h', 'fh-ios-sdk/Sync/FHSyncClient.h', 'fh-ios-sdk/Sync/FHSyncConfig.h', 'fh-ios-sdk/Sync/FHSyncNotificationMessage.h', 'fh-ios-sdk/Sync/FHSyncDelegate.h', 'fh-ios-sdk/Categories/JSON/FHJSON.h', 'fh-ios-sdk/FHDataManager.h'
13
- s.module_map = 'fh-ios-sdk/module.modulemap'
14
- s.requires_arc = true
15
- s.libraries = 'xml2', 'z'
16
- s.dependency 'ASIHTTPRequest/Core', '1.8.2'
17
- s.dependency 'Reachability', '3.2'
18
- end
@@ -1,73 +0,0 @@
1
- Pod::Spec.new do |s|
2
- s.name = 'KFData'
3
- s.version = '1.0.5'
4
- s.license = 'BSD'
5
- s.summary = 'Lightweight Core Data wrapper.'
6
- s.homepage = 'https://github.com/kylef/KFData'
7
- s.authors = { 'Kyle Fuller' => 'inbox@kylefuller.co.uk' }
8
- s.social_media_url = 'https://twitter.com/kylefuller'
9
- s.source = { :git => 'https://github.com/neonichu/KFData.git', :commit => '68ee9d94fbfa4e12db9401dd0dea205c18ad1c01' }
10
-
11
- s.requires_arc = true
12
-
13
- s.osx.deployment_target = '10.7'
14
- s.ios.deployment_target = '6.0'
15
-
16
- s.default_subspec = 'Essentials'
17
- s.header_dir = 'KFData'
18
-
19
- s.subspec 'Attribute' do |attribute_spec|
20
- attribute_spec.dependency 'QueryKit', '~> 0.8.3'
21
- attribute_spec.ios.source_files = 'KFData/Attribute/*.{h,m}'
22
- attribute_spec.osx.source_files = 'KFData/Attribute/*.{h,m}'
23
- end
24
-
25
- s.subspec 'Manager' do |manager_spec|
26
- manager_spec.dependency 'QueryKit', '~> 0.8.3'
27
- manager_spec.ios.source_files = 'KFData/Manager/*.{h,m}'
28
- manager_spec.osx.source_files = 'KFData/Manager/*.{h,m}'
29
- end
30
-
31
- s.subspec 'Core' do |corespec|
32
- corespec.ios.frameworks = 'CoreData'
33
- corespec.ios.source_files = 'KFData/KFData.h', 'KFData/Core/*.{h,m}'
34
-
35
- corespec.osx.frameworks = 'CoreData'
36
- corespec.osx.source_files = 'KFData/Core/*.{h,m}'
37
- end
38
-
39
- s.subspec 'Store' do |storespec|
40
- storespec.ios.frameworks = 'CoreData'
41
- storespec.ios.source_files = 'KFData/Store/*.{h,m}'
42
- storespec.ios.public_header_files = 'KFData/Store/KFDataStore.h'
43
- storespec.ios.private_header_files = 'KFData/Store/KFDataStoreInternal.h'
44
-
45
- storespec.osx.frameworks = 'CoreData'
46
- storespec.osx.source_files = 'KFData/Store/*.{h,m}'
47
- storespec.osx.public_header_files = 'KFData/Store/KFDataStore.h'
48
- storespec.osx.private_header_files = 'KFData/Store/KFDataStoreInternal.h'
49
- end
50
-
51
- s.subspec 'UI' do |uispec|
52
- uispec.dependency 'KFData/Manager'
53
- uispec.platform = :ios
54
- uispec.ios.frameworks = 'UIKit'
55
- uispec.ios.source_files = 'KFData/UI/*.{h,m}'
56
- end
57
-
58
- s.subspec 'Essentials' do |essentialsspec|
59
- essentialsspec.dependency 'KFData/Core'
60
- essentialsspec.dependency 'KFData/Store'
61
- essentialsspec.dependency 'KFData/Attribute'
62
- essentialsspec.dependency 'KFData/Manager'
63
- essentialsspec.ios.dependency 'KFData/UI'
64
- end
65
-
66
- s.subspec 'Compatibility' do |cspec|
67
- cspec.dependency 'KFData/Core'
68
- cspec.dependency 'KFData/Manager'
69
- cspec.header_dir = 'KFData/Compatibility'
70
- cspec.source_files = 'KFData/Compatibility/*.{h,m}'
71
- end
72
- end
73
-
@@ -1,22 +0,0 @@
1
- ## CocoaPods
2
-
3
- Pods
4
- Podfile.lock
5
- LibraryConsumer.xcworkspace
6
-
7
- ## Node
8
-
9
- node_modules
10
-
11
- ## OS X
12
-
13
- .DS_Store
14
-
15
- ## Other
16
-
17
- .pt
18
-
19
- ## Xcode
20
-
21
- *.xccheckout
22
- xcuserdata
@@ -1,340 +0,0 @@
1
- // !$*UTF8*$!
2
- {
3
- archiveVersion = 1;
4
- classes = {
5
- };
6
- objectVersion = 46;
7
- objects = {
8
-
9
- /* Begin PBXBuildFile section */
10
- 7CE4CCEF5BF27FD4FBB972EB /* libPods-LibraryConsumer.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 34AD1A407B865D05B65A5301 /* libPods-LibraryConsumer.a */; };
11
- 9B89D2E019EFC04D00803D42 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B89D2DF19EFC04D00803D42 /* main.m */; };
12
- 9B89D2E319EFC04D00803D42 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B89D2E219EFC04D00803D42 /* AppDelegate.m */; };
13
- /* End PBXBuildFile section */
14
-
15
- /* Begin PBXFileReference section */
16
- 0AA277EF1097393AE42174B8 /* Pods-LibraryConsumer.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-LibraryConsumer.release.xcconfig"; path = "Pods/Target Support Files/Pods-LibraryConsumer/Pods-LibraryConsumer.release.xcconfig"; sourceTree = "<group>"; };
17
- 34AD1A407B865D05B65A5301 /* libPods-LibraryConsumer.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-LibraryConsumer.a"; sourceTree = BUILT_PRODUCTS_DIR; };
18
- 4A66E303CCF429F9D7C502D1 /* Pods-LibraryConsumer.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-LibraryConsumer.debug.xcconfig"; path = "Pods/Target Support Files/Pods-LibraryConsumer/Pods-LibraryConsumer.debug.xcconfig"; sourceTree = "<group>"; };
19
- 9B89D2DA19EFC04D00803D42 /* LibraryConsumer.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = LibraryConsumer.app; sourceTree = BUILT_PRODUCTS_DIR; };
20
- 9B89D2DE19EFC04D00803D42 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
21
- 9B89D2DF19EFC04D00803D42 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
22
- 9B89D2E119EFC04D00803D42 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
23
- 9B89D2E219EFC04D00803D42 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
24
- /* End PBXFileReference section */
25
-
26
- /* Begin PBXFrameworksBuildPhase section */
27
- 9B89D2D719EFC04D00803D42 /* Frameworks */ = {
28
- isa = PBXFrameworksBuildPhase;
29
- buildActionMask = 2147483647;
30
- files = (
31
- 7CE4CCEF5BF27FD4FBB972EB /* libPods-LibraryConsumer.a in Frameworks */,
32
- );
33
- runOnlyForDeploymentPostprocessing = 0;
34
- };
35
- /* End PBXFrameworksBuildPhase section */
36
-
37
- /* Begin PBXGroup section */
38
- 1CFA5E012476526B947AF945 /* Frameworks */ = {
39
- isa = PBXGroup;
40
- children = (
41
- 34AD1A407B865D05B65A5301 /* libPods-LibraryConsumer.a */,
42
- );
43
- name = Frameworks;
44
- sourceTree = "<group>";
45
- };
46
- 6DC8E89A3E645F7841B27894 /* Pods */ = {
47
- isa = PBXGroup;
48
- children = (
49
- 4A66E303CCF429F9D7C502D1 /* Pods-LibraryConsumer.debug.xcconfig */,
50
- 0AA277EF1097393AE42174B8 /* Pods-LibraryConsumer.release.xcconfig */,
51
- );
52
- name = Pods;
53
- sourceTree = "<group>";
54
- };
55
- 9B89D2D119EFC04D00803D42 = {
56
- isa = PBXGroup;
57
- children = (
58
- 9B89D2DC19EFC04D00803D42 /* LibraryConsumer */,
59
- 9B89D2DB19EFC04D00803D42 /* Products */,
60
- 6DC8E89A3E645F7841B27894 /* Pods */,
61
- 1CFA5E012476526B947AF945 /* Frameworks */,
62
- );
63
- sourceTree = "<group>";
64
- };
65
- 9B89D2DB19EFC04D00803D42 /* Products */ = {
66
- isa = PBXGroup;
67
- children = (
68
- 9B89D2DA19EFC04D00803D42 /* LibraryConsumer.app */,
69
- );
70
- name = Products;
71
- sourceTree = "<group>";
72
- };
73
- 9B89D2DC19EFC04D00803D42 /* LibraryConsumer */ = {
74
- isa = PBXGroup;
75
- children = (
76
- 9B89D2E119EFC04D00803D42 /* AppDelegate.h */,
77
- 9B89D2E219EFC04D00803D42 /* AppDelegate.m */,
78
- 9B89D2DD19EFC04D00803D42 /* Supporting Files */,
79
- );
80
- path = LibraryConsumer;
81
- sourceTree = "<group>";
82
- };
83
- 9B89D2DD19EFC04D00803D42 /* Supporting Files */ = {
84
- isa = PBXGroup;
85
- children = (
86
- 9B89D2DE19EFC04D00803D42 /* Info.plist */,
87
- 9B89D2DF19EFC04D00803D42 /* main.m */,
88
- );
89
- name = "Supporting Files";
90
- sourceTree = "<group>";
91
- };
92
- /* End PBXGroup section */
93
-
94
- /* Begin PBXNativeTarget section */
95
- 9B89D2D919EFC04D00803D42 /* LibraryConsumer */ = {
96
- isa = PBXNativeTarget;
97
- buildConfigurationList = 9B89D2FD19EFC04D00803D42 /* Build configuration list for PBXNativeTarget "LibraryConsumer" */;
98
- buildPhases = (
99
- 170A030C4EB518D9349852B9 /* [CP] Check Pods Manifest.lock */,
100
- 9B89D2D619EFC04D00803D42 /* Sources */,
101
- 9B89D2D719EFC04D00803D42 /* Frameworks */,
102
- 9B89D2D819EFC04D00803D42 /* Resources */,
103
- 66E97541EE256003BD711EDA /* [CP] Embed Pods Frameworks */,
104
- DFB55D7B0E04E9E06397977F /* [CP] Copy Pods Resources */,
105
- );
106
- buildRules = (
107
- );
108
- dependencies = (
109
- );
110
- name = LibraryConsumer;
111
- productName = LibraryConsumer;
112
- productReference = 9B89D2DA19EFC04D00803D42 /* LibraryConsumer.app */;
113
- productType = "com.apple.product-type.application";
114
- };
115
- /* End PBXNativeTarget section */
116
-
117
- /* Begin PBXProject section */
118
- 9B89D2D219EFC04D00803D42 /* Project object */ = {
119
- isa = PBXProject;
120
- attributes = {
121
- LastUpgradeCheck = 0600;
122
- ORGANIZATIONNAME = "Shape A/S";
123
- TargetAttributes = {
124
- 9B89D2D919EFC04D00803D42 = {
125
- CreatedOnToolsVersion = 6.0.1;
126
- };
127
- };
128
- };
129
- buildConfigurationList = 9B89D2D519EFC04D00803D42 /* Build configuration list for PBXProject "LibraryConsumer" */;
130
- compatibilityVersion = "Xcode 3.2";
131
- developmentRegion = English;
132
- hasScannedForEncodings = 0;
133
- knownRegions = (
134
- en,
135
- Base,
136
- );
137
- mainGroup = 9B89D2D119EFC04D00803D42;
138
- productRefGroup = 9B89D2DB19EFC04D00803D42 /* Products */;
139
- projectDirPath = "";
140
- projectRoot = "";
141
- targets = (
142
- 9B89D2D919EFC04D00803D42 /* LibraryConsumer */,
143
- );
144
- };
145
- /* End PBXProject section */
146
-
147
- /* Begin PBXResourcesBuildPhase section */
148
- 9B89D2D819EFC04D00803D42 /* Resources */ = {
149
- isa = PBXResourcesBuildPhase;
150
- buildActionMask = 2147483647;
151
- files = (
152
- );
153
- runOnlyForDeploymentPostprocessing = 0;
154
- };
155
- /* End PBXResourcesBuildPhase section */
156
-
157
- /* Begin PBXShellScriptBuildPhase section */
158
- 170A030C4EB518D9349852B9 /* [CP] Check Pods Manifest.lock */ = {
159
- isa = PBXShellScriptBuildPhase;
160
- buildActionMask = 2147483647;
161
- files = (
162
- );
163
- inputPaths = (
164
- );
165
- name = "[CP] Check Pods Manifest.lock";
166
- outputPaths = (
167
- );
168
- runOnlyForDeploymentPostprocessing = 0;
169
- shellPath = /bin/sh;
170
- shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n";
171
- showEnvVarsInLog = 0;
172
- };
173
- 66E97541EE256003BD711EDA /* [CP] Embed Pods Frameworks */ = {
174
- isa = PBXShellScriptBuildPhase;
175
- buildActionMask = 2147483647;
176
- files = (
177
- );
178
- inputPaths = (
179
- );
180
- name = "[CP] Embed Pods Frameworks";
181
- outputPaths = (
182
- );
183
- runOnlyForDeploymentPostprocessing = 0;
184
- shellPath = /bin/sh;
185
- shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-LibraryConsumer/Pods-LibraryConsumer-frameworks.sh\"\n";
186
- showEnvVarsInLog = 0;
187
- };
188
- DFB55D7B0E04E9E06397977F /* [CP] Copy Pods Resources */ = {
189
- isa = PBXShellScriptBuildPhase;
190
- buildActionMask = 2147483647;
191
- files = (
192
- );
193
- inputPaths = (
194
- );
195
- name = "[CP] Copy Pods Resources";
196
- outputPaths = (
197
- );
198
- runOnlyForDeploymentPostprocessing = 0;
199
- shellPath = /bin/sh;
200
- shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-LibraryConsumer/Pods-LibraryConsumer-resources.sh\"\n";
201
- showEnvVarsInLog = 0;
202
- };
203
- /* End PBXShellScriptBuildPhase section */
204
-
205
- /* Begin PBXSourcesBuildPhase section */
206
- 9B89D2D619EFC04D00803D42 /* Sources */ = {
207
- isa = PBXSourcesBuildPhase;
208
- buildActionMask = 2147483647;
209
- files = (
210
- 9B89D2E319EFC04D00803D42 /* AppDelegate.m in Sources */,
211
- 9B89D2E019EFC04D00803D42 /* main.m in Sources */,
212
- );
213
- runOnlyForDeploymentPostprocessing = 0;
214
- };
215
- /* End PBXSourcesBuildPhase section */
216
-
217
- /* Begin XCBuildConfiguration section */
218
- 9B89D2FB19EFC04D00803D42 /* Debug */ = {
219
- isa = XCBuildConfiguration;
220
- buildSettings = {
221
- ALWAYS_SEARCH_USER_PATHS = NO;
222
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
223
- CLANG_CXX_LIBRARY = "libc++";
224
- CLANG_ENABLE_MODULES = YES;
225
- CLANG_ENABLE_OBJC_ARC = YES;
226
- CLANG_WARN_BOOL_CONVERSION = YES;
227
- CLANG_WARN_CONSTANT_CONVERSION = YES;
228
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
229
- CLANG_WARN_EMPTY_BODY = YES;
230
- CLANG_WARN_ENUM_CONVERSION = YES;
231
- CLANG_WARN_INT_CONVERSION = YES;
232
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
233
- CLANG_WARN_UNREACHABLE_CODE = YES;
234
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
235
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
236
- COPY_PHASE_STRIP = NO;
237
- ENABLE_STRICT_OBJC_MSGSEND = YES;
238
- GCC_C_LANGUAGE_STANDARD = gnu99;
239
- GCC_DYNAMIC_NO_PIC = NO;
240
- GCC_OPTIMIZATION_LEVEL = 0;
241
- GCC_PREPROCESSOR_DEFINITIONS = (
242
- "DEBUG=1",
243
- "$(inherited)",
244
- );
245
- GCC_SYMBOLS_PRIVATE_EXTERN = NO;
246
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
247
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
248
- GCC_WARN_UNDECLARED_SELECTOR = YES;
249
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
250
- GCC_WARN_UNUSED_FUNCTION = YES;
251
- GCC_WARN_UNUSED_VARIABLE = YES;
252
- IPHONEOS_DEPLOYMENT_TARGET = 8.0;
253
- MTL_ENABLE_DEBUG_INFO = YES;
254
- ONLY_ACTIVE_ARCH = YES;
255
- SDKROOT = iphoneos;
256
- };
257
- name = Debug;
258
- };
259
- 9B89D2FC19EFC04D00803D42 /* Release */ = {
260
- isa = XCBuildConfiguration;
261
- buildSettings = {
262
- ALWAYS_SEARCH_USER_PATHS = NO;
263
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
264
- CLANG_CXX_LIBRARY = "libc++";
265
- CLANG_ENABLE_MODULES = YES;
266
- CLANG_ENABLE_OBJC_ARC = YES;
267
- CLANG_WARN_BOOL_CONVERSION = YES;
268
- CLANG_WARN_CONSTANT_CONVERSION = YES;
269
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
270
- CLANG_WARN_EMPTY_BODY = YES;
271
- CLANG_WARN_ENUM_CONVERSION = YES;
272
- CLANG_WARN_INT_CONVERSION = YES;
273
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
274
- CLANG_WARN_UNREACHABLE_CODE = YES;
275
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
276
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
277
- COPY_PHASE_STRIP = YES;
278
- ENABLE_NS_ASSERTIONS = NO;
279
- ENABLE_STRICT_OBJC_MSGSEND = YES;
280
- GCC_C_LANGUAGE_STANDARD = gnu99;
281
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
282
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
283
- GCC_WARN_UNDECLARED_SELECTOR = YES;
284
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
285
- GCC_WARN_UNUSED_FUNCTION = YES;
286
- GCC_WARN_UNUSED_VARIABLE = YES;
287
- IPHONEOS_DEPLOYMENT_TARGET = 8.0;
288
- MTL_ENABLE_DEBUG_INFO = NO;
289
- SDKROOT = iphoneos;
290
- VALIDATE_PRODUCT = YES;
291
- };
292
- name = Release;
293
- };
294
- 9B89D2FE19EFC04D00803D42 /* Debug */ = {
295
- isa = XCBuildConfiguration;
296
- baseConfigurationReference = 4A66E303CCF429F9D7C502D1 /* Pods-LibraryConsumer.debug.xcconfig */;
297
- buildSettings = {
298
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
299
- INFOPLIST_FILE = LibraryConsumer/Info.plist;
300
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
301
- PRODUCT_NAME = "$(TARGET_NAME)";
302
- };
303
- name = Debug;
304
- };
305
- 9B89D2FF19EFC04D00803D42 /* Release */ = {
306
- isa = XCBuildConfiguration;
307
- baseConfigurationReference = 0AA277EF1097393AE42174B8 /* Pods-LibraryConsumer.release.xcconfig */;
308
- buildSettings = {
309
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
310
- INFOPLIST_FILE = LibraryConsumer/Info.plist;
311
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
312
- PRODUCT_NAME = "$(TARGET_NAME)";
313
- };
314
- name = Release;
315
- };
316
- /* End XCBuildConfiguration section */
317
-
318
- /* Begin XCConfigurationList section */
319
- 9B89D2D519EFC04D00803D42 /* Build configuration list for PBXProject "LibraryConsumer" */ = {
320
- isa = XCConfigurationList;
321
- buildConfigurations = (
322
- 9B89D2FB19EFC04D00803D42 /* Debug */,
323
- 9B89D2FC19EFC04D00803D42 /* Release */,
324
- );
325
- defaultConfigurationIsVisible = 0;
326
- defaultConfigurationName = Release;
327
- };
328
- 9B89D2FD19EFC04D00803D42 /* Build configuration list for PBXNativeTarget "LibraryConsumer" */ = {
329
- isa = XCConfigurationList;
330
- buildConfigurations = (
331
- 9B89D2FE19EFC04D00803D42 /* Debug */,
332
- 9B89D2FF19EFC04D00803D42 /* Release */,
333
- );
334
- defaultConfigurationIsVisible = 0;
335
- defaultConfigurationName = Release;
336
- };
337
- /* End XCConfigurationList section */
338
- };
339
- rootObject = 9B89D2D219EFC04D00803D42 /* Project object */;
340
- }