|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
| 10 | + FB56D8A31BA2C0C0001FB4B7 /* ibsupport in Resources */ = {isa = PBXBuildFile; fileRef = FB56D8A11BA2C0C0001FB4B7 /* ibsupport */; settings = {ASSET_TAGS = (); }; }; |
| 11 | + FB56D8A41BA2C0C0001FB4B7 /* libOneSkyOTAPlugin.a in Frameworks */ = {isa = PBXBuildFile; fileRef = FB56D8A21BA2C0C0001FB4B7 /* libOneSkyOTAPlugin.a */; settings = {ASSET_TAGS = (); }; }; |
10 | 12 | FB6757DD19933E1C00E96A12 /* Storyboard.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = FB6757DB19933E1C00E96A12 /* Storyboard.storyboard */; }; |
11 | 13 | FB6757E019933E3100E96A12 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = FB6757DE19933E3100E96A12 /* Localizable.strings */; }; |
12 | 14 | FB7344F01980C9E40062424F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FB7344EF1980C9E40062424F /* Foundation.framework */; }; |
|
16 | 18 | FB7344FC1980C9E40062424F /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = FB7344FB1980C9E40062424F /* main.m */; }; |
17 | 19 | FB7345001980C9E40062424F /* OSAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = FB7344FF1980C9E40062424F /* OSAppDelegate.m */; }; |
18 | 20 | FB7345021980C9E40062424F /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = FB7345011980C9E40062424F /* Images.xcassets */; }; |
19 | | - FB73451F1980CA770062424F /* OneSkyOTAPlugin.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FB73451E1980CA770062424F /* OneSkyOTAPlugin.framework */; }; |
20 | 21 | /* End PBXBuildFile section */ |
21 | 22 |
|
22 | 23 | /* Begin PBXFileReference section */ |
| 24 | + FB56D8A01BA2C0C0001FB4B7 /* OneSkyOTAPlugin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OneSkyOTAPlugin.h; sourceTree = "<group>"; }; |
| 25 | + FB56D8A11BA2C0C0001FB4B7 /* ibsupport */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.executable"; path = ibsupport; sourceTree = "<group>"; }; |
| 26 | + FB56D8A21BA2C0C0001FB4B7 /* libOneSkyOTAPlugin.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libOneSkyOTAPlugin.a; sourceTree = "<group>"; }; |
23 | 27 | FB6757DC19933E1C00E96A12 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Storyboard.storyboard; sourceTree = "<group>"; }; |
24 | 28 | FB6757DF19933E3100E96A12 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = "<group>"; }; |
25 | 29 | FB6757E419933E4300E96A12 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Storyboard.strings; sourceTree = "<group>"; }; |
|
35 | 39 | FB7344FF1980C9E40062424F /* OSAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = OSAppDelegate.m; sourceTree = "<group>"; }; |
36 | 40 | FB7345011980C9E40062424F /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; }; |
37 | 41 | FB7345081980C9E40062424F /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; }; |
38 | | - FB73451E1980CA770062424F /* OneSkyOTAPlugin.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = OneSkyOTAPlugin.framework; sourceTree = "<group>"; }; |
39 | 42 | /* End PBXFileReference section */ |
40 | 43 |
|
41 | 44 | /* Begin PBXFrameworksBuildPhase section */ |
|
44 | 47 | buildActionMask = 2147483647; |
45 | 48 | files = ( |
46 | 49 | FB7344F21980C9E40062424F /* CoreGraphics.framework in Frameworks */, |
47 | | - FB73451F1980CA770062424F /* OneSkyOTAPlugin.framework in Frameworks */, |
48 | 50 | FB7344F41980C9E40062424F /* UIKit.framework in Frameworks */, |
49 | 51 | FB7344F01980C9E40062424F /* Foundation.framework in Frameworks */, |
| 52 | + FB56D8A41BA2C0C0001FB4B7 /* libOneSkyOTAPlugin.a in Frameworks */, |
50 | 53 | ); |
51 | 54 | runOnlyForDeploymentPostprocessing = 0; |
52 | 55 | }; |
53 | 56 | /* End PBXFrameworksBuildPhase section */ |
54 | 57 |
|
55 | 58 | /* Begin PBXGroup section */ |
| 59 | + FB56D89E1BA2C0C0001FB4B7 /* OneSkyOTAPlugin */ = { |
| 60 | + isa = PBXGroup; |
| 61 | + children = ( |
| 62 | + FB56D89F1BA2C0C0001FB4B7 /* Headers */, |
| 63 | + FB56D8A11BA2C0C0001FB4B7 /* ibsupport */, |
| 64 | + FB56D8A21BA2C0C0001FB4B7 /* libOneSkyOTAPlugin.a */, |
| 65 | + ); |
| 66 | + path = OneSkyOTAPlugin; |
| 67 | + sourceTree = "<group>"; |
| 68 | + }; |
| 69 | + FB56D89F1BA2C0C0001FB4B7 /* Headers */ = { |
| 70 | + isa = PBXGroup; |
| 71 | + children = ( |
| 72 | + FB56D8A01BA2C0C0001FB4B7 /* OneSkyOTAPlugin.h */, |
| 73 | + ); |
| 74 | + path = Headers; |
| 75 | + sourceTree = "<group>"; |
| 76 | + }; |
56 | 77 | FB7344E31980C9E40062424F = { |
57 | 78 | isa = PBXGroup; |
58 | 79 | children = ( |
59 | 80 | FB7344F51980C9E40062424F /* OneSkyOTADemo */, |
| 81 | + FB56D89E1BA2C0C0001FB4B7 /* OneSkyOTAPlugin */, |
60 | 82 | FB7344EE1980C9E40062424F /* Frameworks */, |
61 | 83 | FB7344ED1980C9E40062424F /* Products */, |
62 | 84 | ); |
|
73 | 95 | FB7344EE1980C9E40062424F /* Frameworks */ = { |
74 | 96 | isa = PBXGroup; |
75 | 97 | children = ( |
76 | | - FB73451E1980CA770062424F /* OneSkyOTAPlugin.framework */, |
77 | 98 | FB7344EF1980C9E40062424F /* Foundation.framework */, |
78 | 99 | FB7344F11980C9E40062424F /* CoreGraphics.framework */, |
79 | 100 | FB7344F31980C9E40062424F /* UIKit.framework */, |
|
162 | 183 | files = ( |
163 | 184 | FB7344FA1980C9E40062424F /* InfoPlist.strings in Resources */, |
164 | 185 | FB6757E019933E3100E96A12 /* Localizable.strings in Resources */, |
| 186 | + FB56D8A31BA2C0C0001FB4B7 /* ibsupport in Resources */, |
165 | 187 | FB7345021980C9E40062424F /* Images.xcassets in Resources */, |
166 | 188 | FB6757DD19933E1C00E96A12 /* Storyboard.storyboard in Resources */, |
167 | 189 | ); |
|
182 | 204 | ); |
183 | 205 | runOnlyForDeploymentPostprocessing = 0; |
184 | 206 | shellPath = /bin/sh; |
185 | | - shellScript = ./OneSkyOTAPlugin.framework/ibsupport; |
| 207 | + shellScript = ./OneSkyOTAPlugin/ibsupport; |
186 | 208 | }; |
187 | 209 | /* End PBXShellScriptBuildPhase section */ |
188 | 210 |
|
|
309 | 331 | GCC_PRECOMPILE_PREFIX_HEADER = YES; |
310 | 332 | GCC_PREFIX_HEADER = "OneSkyOTADemo/OneSkyOTADemo-Prefix.pch"; |
311 | 333 | INFOPLIST_FILE = "OneSkyOTADemo/OneSkyOTADemo-Info.plist"; |
| 334 | + LIBRARY_SEARCH_PATHS = ( |
| 335 | + "$(inherited)", |
| 336 | + "$(PROJECT_DIR)/OneSkyOTAPlugin", |
| 337 | + ); |
312 | 338 | OTHER_LDFLAGS = "-ObjC"; |
313 | 339 | PRODUCT_NAME = "$(TARGET_NAME)"; |
314 | 340 | WRAPPER_EXTENSION = app; |
|
327 | 353 | GCC_PRECOMPILE_PREFIX_HEADER = YES; |
328 | 354 | GCC_PREFIX_HEADER = "OneSkyOTADemo/OneSkyOTADemo-Prefix.pch"; |
329 | 355 | INFOPLIST_FILE = "OneSkyOTADemo/OneSkyOTADemo-Info.plist"; |
| 356 | + LIBRARY_SEARCH_PATHS = ( |
| 357 | + "$(inherited)", |
| 358 | + "$(PROJECT_DIR)/OneSkyOTAPlugin", |
| 359 | + ); |
330 | 360 | OTHER_LDFLAGS = "-ObjC"; |
331 | 361 | PRODUCT_NAME = "$(TARGET_NAME)"; |
332 | 362 | WRAPPER_EXTENSION = app; |
|
0 commit comments