|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | 607FACD61AFB9204008FA782 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACD51AFB9204008FA782 /* AppDelegate.swift */; }; |
11 | | - 607FACD81AFB9204008FA782 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACD71AFB9204008FA782 /* ViewController.swift */; }; |
| 11 | + 607FACD81AFB9204008FA782 /* ExampleViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACD71AFB9204008FA782 /* ExampleViewController.swift */; }; |
12 | 12 | 607FACDB1AFB9204008FA782 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 607FACD91AFB9204008FA782 /* Main.storyboard */; }; |
13 | 13 | 607FACDD1AFB9204008FA782 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 607FACDC1AFB9204008FA782 /* Images.xcassets */; }; |
14 | 14 | 607FACE01AFB9204008FA782 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 607FACDE1AFB9204008FA782 /* LaunchScreen.xib */; }; |
|
29 | 29 |
|
30 | 30 | /* Begin PBXFileReference section */ |
31 | 31 | 12FEEB85CB27F217C1F18E80 /* Pods_BlueCompass_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_BlueCompass_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
32 | | - 2099A8284452314E85D62319 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; }; |
| 32 | + 2099A8284452314E85D62319 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; }; |
33 | 33 | 27C08807BD8AE672984E6E5C /* Pods-BlueCompass_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BlueCompass_Example.debug.xcconfig"; path = "Target Support Files/Pods-BlueCompass_Example/Pods-BlueCompass_Example.debug.xcconfig"; sourceTree = "<group>"; }; |
34 | 34 | 607FACD01AFB9204008FA782 /* BlueCompass_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = BlueCompass_Example.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
35 | 35 | 607FACD41AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
36 | 36 | 607FACD51AFB9204008FA782 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
37 | | - 607FACD71AFB9204008FA782 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; }; |
| 37 | + 607FACD71AFB9204008FA782 /* ExampleViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExampleViewController.swift; sourceTree = "<group>"; }; |
38 | 38 | 607FACDA1AFB9204008FA782 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; }; |
39 | 39 | 607FACDC1AFB9204008FA782 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; }; |
40 | 40 | 607FACDF1AFB9204008FA782 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; }; |
|
44 | 44 | 841627A0D3B2431AC5BF7DA5 /* Pods-BlueCompass_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BlueCompass_Tests.release.xcconfig"; path = "Target Support Files/Pods-BlueCompass_Tests/Pods-BlueCompass_Tests.release.xcconfig"; sourceTree = "<group>"; }; |
45 | 45 | 9B12090BB9AD6EE989106D8B /* Pods-BlueCompass_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BlueCompass_Example.release.xcconfig"; path = "Target Support Files/Pods-BlueCompass_Example/Pods-BlueCompass_Example.release.xcconfig"; sourceTree = "<group>"; }; |
46 | 46 | B66DC8489303D8C348BE83D1 /* Pods_BlueCompass_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_BlueCompass_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
47 | | - CB6055ADA8F67307D550D949 /* BlueCompass.podspec */ = {isa = PBXFileReference; includeInIndex = 1; name = BlueCompass.podspec; path = ../BlueCompass.podspec; sourceTree = "<group>"; }; |
48 | | - DB62A7E5A55B889A09203EAE /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; name = README.md; path = ../README.md; sourceTree = "<group>"; }; |
| 47 | + CB6055ADA8F67307D550D949 /* BlueCompass.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = BlueCompass.podspec; path = ../BlueCompass.podspec; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; |
| 48 | + DB62A7E5A55B889A09203EAE /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; }; |
49 | 49 | E7493A945B8DC207119F2987 /* Pods-BlueCompass_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BlueCompass_Tests.debug.xcconfig"; path = "Target Support Files/Pods-BlueCompass_Tests/Pods-BlueCompass_Tests.debug.xcconfig"; sourceTree = "<group>"; }; |
50 | 50 | /* End PBXFileReference section */ |
51 | 51 |
|
|
77 | 77 | E7493A945B8DC207119F2987 /* Pods-BlueCompass_Tests.debug.xcconfig */, |
78 | 78 | 841627A0D3B2431AC5BF7DA5 /* Pods-BlueCompass_Tests.release.xcconfig */, |
79 | 79 | ); |
80 | | - name = Pods; |
81 | 80 | path = Pods; |
82 | 81 | sourceTree = "<group>"; |
83 | 82 | }; |
|
106 | 105 | isa = PBXGroup; |
107 | 106 | children = ( |
108 | 107 | 607FACD51AFB9204008FA782 /* AppDelegate.swift */, |
109 | | - 607FACD71AFB9204008FA782 /* ViewController.swift */, |
| 108 | + 607FACD71AFB9204008FA782 /* ExampleViewController.swift */, |
110 | 109 | 607FACD91AFB9204008FA782 /* Main.storyboard */, |
111 | 110 | 607FACDC1AFB9204008FA782 /* Images.xcassets */, |
112 | 111 | 607FACDE1AFB9204008FA782 /* LaunchScreen.xib */, |
|
228 | 227 | developmentRegion = English; |
229 | 228 | hasScannedForEncodings = 0; |
230 | 229 | knownRegions = ( |
| 230 | + English, |
231 | 231 | en, |
232 | 232 | Base, |
233 | 233 | ); |
|
271 | 271 | inputPaths = ( |
272 | 272 | "${PODS_ROOT}/Target Support Files/Pods-BlueCompass_Example/Pods-BlueCompass_Example-frameworks.sh", |
273 | 273 | "${BUILT_PRODUCTS_DIR}/BlueCompass/BlueCompass.framework", |
| 274 | + "${BUILT_PRODUCTS_DIR}/RxSwift/RxSwift.framework", |
274 | 275 | ); |
275 | 276 | name = "[CP] Embed Pods Frameworks"; |
276 | 277 | outputPaths = ( |
277 | 278 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/BlueCompass.framework", |
| 279 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RxSwift.framework", |
278 | 280 | ); |
279 | 281 | runOnlyForDeploymentPostprocessing = 0; |
280 | 282 | shellPath = /bin/sh; |
|
356 | 358 | isa = PBXSourcesBuildPhase; |
357 | 359 | buildActionMask = 2147483647; |
358 | 360 | files = ( |
359 | | - 607FACD81AFB9204008FA782 /* ViewController.swift in Sources */, |
| 361 | + 607FACD81AFB9204008FA782 /* ExampleViewController.swift in Sources */, |
360 | 362 | 607FACD61AFB9204008FA782 /* AppDelegate.swift in Sources */, |
361 | 363 | ); |
362 | 364 | runOnlyForDeploymentPostprocessing = 0; |
|
0 commit comments