|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
| 10 | +4A7C015A1CEAA2480011C504 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 4A7C01591CEAA2480011C504 /* Images.xcassets */; }; |
10 | 11 | 520BC0391C869159008CFBC3 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 520BC0381C869159008CFBC3 /* GoogleService-Info.plist */; }; |
11 | 12 | 529226D61C85F68000C89379 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 529226D51C85F68000C89379 /* Foundation.framework */; }; |
12 | 13 | 529226D81C85F68000C89379 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 529226D71C85F68000C89379 /* CoreGraphics.framework */; }; |
13 | 14 | 529226DA1C85F68000C89379 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 529226D91C85F68000C89379 /* UIKit.framework */; }; |
14 | 15 | 529227211C85FB6A00C89379 /* common_main.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5292271F1C85FB6A00C89379 /* common_main.cc */; }; |
15 | 16 | 529227241C85FB7600C89379 /* ios_main.mm in Sources */ = {isa = PBXBuildFile; fileRef = 529227221C85FB7600C89379 /* ios_main.mm */; }; |
16 | | -52B71EBB1C8600B600398745 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 52B71EBA1C8600B600398745 /* Images.xcassets */; }; |
17 | 17 | D66B16871CE46E8900E5638A /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D66B16861CE46E8900E5638A /* LaunchScreen.storyboard */; }; |
18 | 18 | /* End PBXBuildFile section */ |
19 | 19 |
|
20 | 20 | /* Begin PBXFileReference section */ |
| 21 | +4A7C01591CEAA2480011C504 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = testapp/Images.xcassets; sourceTree = "<group>"; }; |
21 | 22 | 520BC0381C869159008CFBC3 /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = "<group>"; }; |
22 | 23 | 529226D21C85F68000C89379 /* testapp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = testapp.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
23 | 24 | 529226D51C85F68000C89379 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; |
|
27 | 28 | 5292271F1C85FB6A00C89379 /* common_main.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = common_main.cc; path = src/common_main.cc; sourceTree = "<group>"; }; |
28 | 29 | 529227201C85FB6A00C89379 /* main.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = main.h; path = src/main.h; sourceTree = "<group>"; }; |
29 | 30 | 529227221C85FB7600C89379 /* ios_main.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = ios_main.mm; path = src/ios/ios_main.mm; sourceTree = "<group>"; }; |
30 | | -52B71EBA1C8600B600398745 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = testapp/Images.xcassets; sourceTree = "<group>"; }; |
31 | 31 | 52FD1FF81C85FFA000BC68E3 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = testapp/Info.plist; sourceTree = "<group>"; }; |
32 | 32 | D66B16861CE46E8900E5638A /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = LaunchScreen.storyboard; sourceTree = "<group>"; }; |
33 | 33 | /* End PBXFileReference section */ |
|
49 | 49 | 529226C91C85F68000C89379 = { |
50 | 50 | isa = PBXGroup; |
51 | 51 | children = ( |
| 52 | +4A7C01591CEAA2480011C504 /* Images.xcassets */, |
52 | 53 | D66B16861CE46E8900E5638A /* LaunchScreen.storyboard */, |
53 | 54 | 520BC0381C869159008CFBC3 /* GoogleService-Info.plist */, |
54 | | -52B71EBA1C8600B600398745 /* Images.xcassets */, |
55 | 55 | 52FD1FF81C85FFA000BC68E3 /* Info.plist */, |
56 | 56 | 5292271D1C85FB5500C89379 /* src */, |
57 | 57 | 529226D41C85F68000C89379 /* Frameworks */, |
|
153 | 153 | buildActionMask = 2147483647; |
154 | 154 | files = ( |
155 | 155 | D66B16871CE46E8900E5638A /* LaunchScreen.storyboard in Resources */, |
156 | | -52B71EBB1C8600B600398745 /* Images.xcassets in Resources */, |
| 156 | +4A7C015A1CEAA2480011C504 /* Images.xcassets in Resources */, |
157 | 157 | 520BC0391C869159008CFBC3 /* GoogleService-Info.plist in Resources */, |
158 | 158 | ); |
159 | 159 | runOnlyForDeploymentPostprocessing = 0; |
|
0 commit comments