|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | | - 1AE6039D65546B2A47BFAE42 /* Pods_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 92CBAD4B39E24EF1764F1983 /* Pods_Example.framework */; }; |
11 | 10 | 607FACD61AFB9204008FA782 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACD51AFB9204008FA782 /* AppDelegate.swift */; }; |
12 | 11 | 607FACD81AFB9204008FA782 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACD71AFB9204008FA782 /* ViewController.swift */; }; |
13 | 12 | 607FACDB1AFB9204008FA782 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 607FACD91AFB9204008FA782 /* Main.storyboard */; }; |
14 | 13 | 607FACDD1AFB9204008FA782 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 607FACDC1AFB9204008FA782 /* Images.xcassets */; }; |
15 | 14 | 607FACE01AFB9204008FA782 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 607FACDE1AFB9204008FA782 /* LaunchScreen.xib */; }; |
| 15 | + 74CBD5DF3691A05E022A7E99 /* Pods_Example_iOS_Cocoapods.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0567860752D9A504DE0FF176 /* Pods_Example_iOS_Cocoapods.framework */; }; |
16 | 16 | D49855392461FB0B00D54270 /* ExampleFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = D49855182461FB0B00D54270 /* ExampleFactory.swift */; }; |
17 | 17 | D498553A2461FB0B00D54270 /* TimeUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = D49855192461FB0B00D54270 /* TimeUtils.swift */; }; |
18 | 18 | D498553B2461FB0B00D54270 /* LoremIpsum.swift in Sources */ = {isa = PBXBuildFile; fileRef = D498551A2461FB0B00D54270 /* LoremIpsum.swift */; }; |
|
46 | 46 | /* End PBXBuildFile section */ |
47 | 47 |
|
48 | 48 | /* Begin PBXFileReference section */ |
| 49 | + 0567860752D9A504DE0FF176 /* Pods_Example_iOS_Cocoapods.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Example_iOS_Cocoapods.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 50 | + 4819AECE971BBAE3FF3E2DD2 /* Pods-Example_iOS-Cocoapods.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Example_iOS-Cocoapods.release.xcconfig"; path = "Target Support Files/Pods-Example_iOS-Cocoapods/Pods-Example_iOS-Cocoapods.release.xcconfig"; sourceTree = "<group>"; }; |
49 | 51 | 4A563E64F9EAA2CFA08F14DB /* Pods-TPPDF_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-TPPDF_Example.release.xcconfig"; path = "Target Support Files/Pods-TPPDF_Example/Pods-TPPDF_Example.release.xcconfig"; sourceTree = "<group>"; }; |
| 52 | + 4EAAB7D6321D79F8F6CD4F44 /* Pods-Example_iOS-Cocoapods.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Example_iOS-Cocoapods.debug.xcconfig"; path = "Target Support Files/Pods-Example_iOS-Cocoapods/Pods-Example_iOS-Cocoapods.debug.xcconfig"; sourceTree = "<group>"; }; |
50 | 53 | 53E4A2A5504D7EA42E9FAB88 /* Pods-TPPDF_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-TPPDF_Example.debug.xcconfig"; path = "Target Support Files/Pods-TPPDF_Example/Pods-TPPDF_Example.debug.xcconfig"; sourceTree = "<group>"; }; |
51 | 54 | 607FACD01AFB9204008FA782 /* Example_iOS-Cocoapods.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Example_iOS-Cocoapods.app"; sourceTree = BUILT_PRODUCTS_DIR; }; |
52 | 55 | 607FACD41AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
|
55 | 58 | 607FACDA1AFB9204008FA782 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; }; |
56 | 59 | 607FACDC1AFB9204008FA782 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; }; |
57 | 60 | 607FACDF1AFB9204008FA782 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; }; |
58 | | - 92CBAD4B39E24EF1764F1983 /* Pods_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
59 | 61 | D49855182461FB0B00D54270 /* ExampleFactory.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ExampleFactory.swift; sourceTree = "<group>"; }; |
60 | 62 | D49855192461FB0B00D54270 /* TimeUtils.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TimeUtils.swift; sourceTree = "<group>"; }; |
61 | 63 | D498551A2461FB0B00D54270 /* LoremIpsum.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LoremIpsum.swift; sourceTree = "<group>"; }; |
|
95 | 97 | isa = PBXFrameworksBuildPhase; |
96 | 98 | buildActionMask = 2147483647; |
97 | 99 | files = ( |
98 | | - 1AE6039D65546B2A47BFAE42 /* Pods_Example.framework in Frameworks */, |
| 100 | + 74CBD5DF3691A05E022A7E99 /* Pods_Example_iOS_Cocoapods.framework in Frameworks */, |
99 | 101 | ); |
100 | 102 | runOnlyForDeploymentPostprocessing = 0; |
101 | 103 | }; |
|
109 | 111 | 4A563E64F9EAA2CFA08F14DB /* Pods-TPPDF_Example.release.xcconfig */, |
110 | 112 | EFCAB3FEC631A49F5625B2A1 /* Pods-Example.debug.xcconfig */, |
111 | 113 | D64C495E25CC3359766E02CE /* Pods-Example.release.xcconfig */, |
| 114 | + 4EAAB7D6321D79F8F6CD4F44 /* Pods-Example_iOS-Cocoapods.debug.xcconfig */, |
| 115 | + 4819AECE971BBAE3FF3E2DD2 /* Pods-Example_iOS-Cocoapods.release.xcconfig */, |
112 | 116 | ); |
113 | 117 | path = Pods; |
114 | 118 | sourceTree = "<group>"; |
|
153 | 157 | 9B6E20EC5D56BBD192BCBFFD /* Frameworks */ = { |
154 | 158 | isa = PBXGroup; |
155 | 159 | children = ( |
156 | | - 92CBAD4B39E24EF1764F1983 /* Pods_Example.framework */, |
| 160 | + 0567860752D9A504DE0FF176 /* Pods_Example_iOS_Cocoapods.framework */, |
157 | 161 | ); |
158 | 162 | name = Frameworks; |
159 | 163 | sourceTree = "<group>"; |
|
342 | 346 | files = ( |
343 | 347 | ); |
344 | 348 | inputPaths = ( |
345 | | - "${PODS_ROOT}/Target Support Files/Pods-Example/Pods-Example-frameworks.sh", |
| 349 | + "${PODS_ROOT}/Target Support Files/Pods-Example_iOS-Cocoapods/Pods-Example_iOS-Cocoapods-frameworks.sh", |
346 | 350 | "${BUILT_PRODUCTS_DIR}/TPPDF/TPPDF.framework", |
347 | 351 | ); |
348 | 352 | name = "[CP] Embed Pods Frameworks"; |
|
351 | 355 | ); |
352 | 356 | runOnlyForDeploymentPostprocessing = 0; |
353 | 357 | shellPath = /bin/sh; |
354 | | - shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Example/Pods-Example-frameworks.sh\"\n"; |
| 358 | + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Example_iOS-Cocoapods/Pods-Example_iOS-Cocoapods-frameworks.sh\"\n"; |
355 | 359 | showEnvVarsInLog = 0; |
356 | 360 | }; |
357 | 361 | E638F0EEF355F6576E268BF8 /* [CP] Check Pods Manifest.lock */ = { |
|
369 | 373 | outputFileListPaths = ( |
370 | 374 | ); |
371 | 375 | outputPaths = ( |
372 | | - "$(DERIVED_FILE_DIR)/Pods-Example-checkManifestLockResult.txt", |
| 376 | + "$(DERIVED_FILE_DIR)/Pods-Example_iOS-Cocoapods-checkManifestLockResult.txt", |
373 | 377 | ); |
374 | 378 | runOnlyForDeploymentPostprocessing = 0; |
375 | 379 | shellPath = /bin/sh; |
|
541 | 545 | }; |
542 | 546 | 607FACF01AFB9204008FA782 /* Debug */ = { |
543 | 547 | isa = XCBuildConfiguration; |
544 | | - baseConfigurationReference = EFCAB3FEC631A49F5625B2A1 /* Pods-Example.debug.xcconfig */; |
| 548 | + baseConfigurationReference = 4EAAB7D6321D79F8F6CD4F44 /* Pods-Example_iOS-Cocoapods.debug.xcconfig */; |
545 | 549 | buildSettings = { |
546 | 550 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
547 | 551 | CODE_SIGN_IDENTITY = "iPhone Developer"; |
|
562 | 566 | }; |
563 | 567 | 607FACF11AFB9204008FA782 /* Release */ = { |
564 | 568 | isa = XCBuildConfiguration; |
565 | | - baseConfigurationReference = D64C495E25CC3359766E02CE /* Pods-Example.release.xcconfig */; |
| 569 | + baseConfigurationReference = 4819AECE971BBAE3FF3E2DD2 /* Pods-Example_iOS-Cocoapods.release.xcconfig */; |
566 | 570 | buildSettings = { |
567 | 571 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
568 | 572 | CODE_SIGN_IDENTITY = "iPhone Developer"; |
|
0 commit comments