|
| 1 | +// !$*UTF8*$! |
| 2 | +{ |
| 3 | + archiveVersion = 1; |
| 4 | + classes = { |
| 5 | + }; |
| 6 | + objectVersion = 46; |
| 7 | + objects = { |
| 8 | + |
| 9 | +/* Begin PBXBuildFile section */ |
| 10 | + 0C1A0ECA1D07E18700441684 /* RCTVLCPlayerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C1A0EC81D07E18700441684 /* RCTVLCPlayerManager.m */; }; |
| 11 | + 0CA30C481D07E0DB003B09F9 /* RCTVLCPlayer.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 0CA30C471D07E0DB003B09F9 /* RCTVLCPlayer.h */; }; |
| 12 | + 0CA30C4A1D07E0DB003B09F9 /* RCTVLCPlayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 0CA30C491D07E0DB003B09F9 /* RCTVLCPlayer.m */; }; |
| 13 | +/* End PBXBuildFile section */ |
| 14 | + |
| 15 | +/* Begin PBXCopyFilesBuildPhase section */ |
| 16 | + 0CA30C421D07E0DB003B09F9 /* CopyFiles */ = { |
| 17 | + isa = PBXCopyFilesBuildPhase; |
| 18 | + buildActionMask = 2147483647; |
| 19 | + dstPath = "include/$(PRODUCT_NAME)"; |
| 20 | + dstSubfolderSpec = 16; |
| 21 | + files = ( |
| 22 | + 0CA30C481D07E0DB003B09F9 /* RCTVLCPlayer.h in CopyFiles */, |
| 23 | + ); |
| 24 | + runOnlyForDeploymentPostprocessing = 0; |
| 25 | + }; |
| 26 | +/* End PBXCopyFilesBuildPhase section */ |
| 27 | + |
| 28 | +/* Begin PBXFileReference section */ |
| 29 | + 0C1A0EC81D07E18700441684 /* RCTVLCPlayerManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RCTVLCPlayerManager.m; sourceTree = "<group>"; }; |
| 30 | + 0C1A0EC91D07E18700441684 /* RCTVLCPlayerManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCTVLCPlayerManager.h; sourceTree = "<group>"; }; |
| 31 | + 0CA30C441D07E0DB003B09F9 /* libRCTVLCPlayer.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRCTVLCPlayer.a; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 32 | + 0CA30C471D07E0DB003B09F9 /* RCTVLCPlayer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RCTVLCPlayer.h; sourceTree = "<group>"; }; |
| 33 | + 0CA30C491D07E0DB003B09F9 /* RCTVLCPlayer.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RCTVLCPlayer.m; sourceTree = "<group>"; }; |
| 34 | +/* End PBXFileReference section */ |
| 35 | + |
| 36 | +/* Begin PBXFrameworksBuildPhase section */ |
| 37 | + 0CA30C411D07E0DB003B09F9 /* Frameworks */ = { |
| 38 | + isa = PBXFrameworksBuildPhase; |
| 39 | + buildActionMask = 2147483647; |
| 40 | + files = ( |
| 41 | + ); |
| 42 | + runOnlyForDeploymentPostprocessing = 0; |
| 43 | + }; |
| 44 | +/* End PBXFrameworksBuildPhase section */ |
| 45 | + |
| 46 | +/* Begin PBXGroup section */ |
| 47 | + 0CA30C3B1D07E0DB003B09F9 = { |
| 48 | + isa = PBXGroup; |
| 49 | + children = ( |
| 50 | + 0CA30C461D07E0DB003B09F9 /* RCTVLCPlayer */, |
| 51 | + 0CA30C451D07E0DB003B09F9 /* Products */, |
| 52 | + ); |
| 53 | + sourceTree = "<group>"; |
| 54 | + }; |
| 55 | + 0CA30C451D07E0DB003B09F9 /* Products */ = { |
| 56 | + isa = PBXGroup; |
| 57 | + children = ( |
| 58 | + 0CA30C441D07E0DB003B09F9 /* libRCTVLCPlayer.a */, |
| 59 | + ); |
| 60 | + name = Products; |
| 61 | + sourceTree = "<group>"; |
| 62 | + }; |
| 63 | + 0CA30C461D07E0DB003B09F9 /* RCTVLCPlayer */ = { |
| 64 | + isa = PBXGroup; |
| 65 | + children = ( |
| 66 | + 0C1A0EC81D07E18700441684 /* RCTVLCPlayerManager.m */, |
| 67 | + 0C1A0EC91D07E18700441684 /* RCTVLCPlayerManager.h */, |
| 68 | + 0CA30C471D07E0DB003B09F9 /* RCTVLCPlayer.h */, |
| 69 | + 0CA30C491D07E0DB003B09F9 /* RCTVLCPlayer.m */, |
| 70 | + ); |
| 71 | + path = RCTVLCPlayer; |
| 72 | + sourceTree = "<group>"; |
| 73 | + }; |
| 74 | +/* End PBXGroup section */ |
| 75 | + |
| 76 | +/* Begin PBXNativeTarget section */ |
| 77 | + 0CA30C431D07E0DB003B09F9 /* RCTVLCPlayer */ = { |
| 78 | + isa = PBXNativeTarget; |
| 79 | + buildConfigurationList = 0CA30C4D1D07E0DB003B09F9 /* Build configuration list for PBXNativeTarget "RCTVLCPlayer" */; |
| 80 | + buildPhases = ( |
| 81 | + 0CA30C401D07E0DB003B09F9 /* Sources */, |
| 82 | + 0CA30C411D07E0DB003B09F9 /* Frameworks */, |
| 83 | + 0CA30C421D07E0DB003B09F9 /* CopyFiles */, |
| 84 | + ); |
| 85 | + buildRules = ( |
| 86 | + ); |
| 87 | + dependencies = ( |
| 88 | + ); |
| 89 | + name = RCTVLCPlayer; |
| 90 | + productName = RCTVLCPlayer; |
| 91 | + productReference = 0CA30C441D07E0DB003B09F9 /* libRCTVLCPlayer.a */; |
| 92 | + productType = "com.apple.product-type.library.static"; |
| 93 | + }; |
| 94 | +/* End PBXNativeTarget section */ |
| 95 | + |
| 96 | +/* Begin PBXProject section */ |
| 97 | + 0CA30C3C1D07E0DB003B09F9 /* Project object */ = { |
| 98 | + isa = PBXProject; |
| 99 | + attributes = { |
| 100 | + LastUpgradeCheck = 0730; |
| 101 | + ORGANIZATIONNAME = "熊川"; |
| 102 | + TargetAttributes = { |
| 103 | + 0CA30C431D07E0DB003B09F9 = { |
| 104 | + CreatedOnToolsVersion = 7.3.1; |
| 105 | + }; |
| 106 | + }; |
| 107 | + }; |
| 108 | + buildConfigurationList = 0CA30C3F1D07E0DB003B09F9 /* Build configuration list for PBXProject "RCTVLCPlayer" */; |
| 109 | + compatibilityVersion = "Xcode 3.2"; |
| 110 | + developmentRegion = English; |
| 111 | + hasScannedForEncodings = 0; |
| 112 | + knownRegions = ( |
| 113 | + en, |
| 114 | + ); |
| 115 | + mainGroup = 0CA30C3B1D07E0DB003B09F9; |
| 116 | + productRefGroup = 0CA30C451D07E0DB003B09F9 /* Products */; |
| 117 | + projectDirPath = ""; |
| 118 | + projectRoot = ""; |
| 119 | + targets = ( |
| 120 | + 0CA30C431D07E0DB003B09F9 /* RCTVLCPlayer */, |
| 121 | + ); |
| 122 | + }; |
| 123 | +/* End PBXProject section */ |
| 124 | + |
| 125 | +/* Begin PBXSourcesBuildPhase section */ |
| 126 | + 0CA30C401D07E0DB003B09F9 /* Sources */ = { |
| 127 | + isa = PBXSourcesBuildPhase; |
| 128 | + buildActionMask = 2147483647; |
| 129 | + files = ( |
| 130 | + 0C1A0ECA1D07E18700441684 /* RCTVLCPlayerManager.m in Sources */, |
| 131 | + 0CA30C4A1D07E0DB003B09F9 /* RCTVLCPlayer.m in Sources */, |
| 132 | + ); |
| 133 | + runOnlyForDeploymentPostprocessing = 0; |
| 134 | + }; |
| 135 | +/* End PBXSourcesBuildPhase section */ |
| 136 | + |
| 137 | +/* Begin XCBuildConfiguration section */ |
| 138 | + 0CA30C4B1D07E0DB003B09F9 /* Debug */ = { |
| 139 | + isa = XCBuildConfiguration; |
| 140 | + buildSettings = { |
| 141 | + ALWAYS_SEARCH_USER_PATHS = NO; |
| 142 | + CLANG_ANALYZER_NONNULL = YES; |
| 143 | + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; |
| 144 | + CLANG_CXX_LIBRARY = "libc++"; |
| 145 | + CLANG_ENABLE_MODULES = YES; |
| 146 | + CLANG_ENABLE_OBJC_ARC = YES; |
| 147 | + CLANG_WARN_BOOL_CONVERSION = YES; |
| 148 | + CLANG_WARN_CONSTANT_CONVERSION = YES; |
| 149 | + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; |
| 150 | + CLANG_WARN_EMPTY_BODY = YES; |
| 151 | + CLANG_WARN_ENUM_CONVERSION = YES; |
| 152 | + CLANG_WARN_INT_CONVERSION = YES; |
| 153 | + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; |
| 154 | + CLANG_WARN_UNREACHABLE_CODE = YES; |
| 155 | + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; |
| 156 | + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; |
| 157 | + COPY_PHASE_STRIP = NO; |
| 158 | + DEBUG_INFORMATION_FORMAT = dwarf; |
| 159 | + ENABLE_STRICT_OBJC_MSGSEND = YES; |
| 160 | + ENABLE_TESTABILITY = YES; |
| 161 | + GCC_C_LANGUAGE_STANDARD = gnu99; |
| 162 | + GCC_DYNAMIC_NO_PIC = NO; |
| 163 | + GCC_NO_COMMON_BLOCKS = YES; |
| 164 | + GCC_OPTIMIZATION_LEVEL = 0; |
| 165 | + GCC_PREPROCESSOR_DEFINITIONS = ( |
| 166 | + "DEBUG=1", |
| 167 | + "$(inherited)", |
| 168 | + ); |
| 169 | + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; |
| 170 | + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; |
| 171 | + GCC_WARN_UNDECLARED_SELECTOR = YES; |
| 172 | + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
| 173 | + GCC_WARN_UNUSED_FUNCTION = YES; |
| 174 | + GCC_WARN_UNUSED_VARIABLE = YES; |
| 175 | + IPHONEOS_DEPLOYMENT_TARGET = 8.0; |
| 176 | + MTL_ENABLE_DEBUG_INFO = YES; |
| 177 | + ONLY_ACTIVE_ARCH = YES; |
| 178 | + SDKROOT = iphoneos; |
| 179 | + VALID_ARCHS = "arm64 armv7 armv7s"; |
| 180 | + }; |
| 181 | + name = Debug; |
| 182 | + }; |
| 183 | + 0CA30C4C1D07E0DB003B09F9 /* Release */ = { |
| 184 | + isa = XCBuildConfiguration; |
| 185 | + buildSettings = { |
| 186 | + ALWAYS_SEARCH_USER_PATHS = NO; |
| 187 | + CLANG_ANALYZER_NONNULL = YES; |
| 188 | + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; |
| 189 | + CLANG_CXX_LIBRARY = "libc++"; |
| 190 | + CLANG_ENABLE_MODULES = YES; |
| 191 | + CLANG_ENABLE_OBJC_ARC = YES; |
| 192 | + CLANG_WARN_BOOL_CONVERSION = YES; |
| 193 | + CLANG_WARN_CONSTANT_CONVERSION = YES; |
| 194 | + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; |
| 195 | + CLANG_WARN_EMPTY_BODY = YES; |
| 196 | + CLANG_WARN_ENUM_CONVERSION = YES; |
| 197 | + CLANG_WARN_INT_CONVERSION = YES; |
| 198 | + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; |
| 199 | + CLANG_WARN_UNREACHABLE_CODE = YES; |
| 200 | + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; |
| 201 | + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; |
| 202 | + COPY_PHASE_STRIP = NO; |
| 203 | + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; |
| 204 | + ENABLE_NS_ASSERTIONS = NO; |
| 205 | + ENABLE_STRICT_OBJC_MSGSEND = YES; |
| 206 | + GCC_C_LANGUAGE_STANDARD = gnu99; |
| 207 | + GCC_NO_COMMON_BLOCKS = YES; |
| 208 | + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; |
| 209 | + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; |
| 210 | + GCC_WARN_UNDECLARED_SELECTOR = YES; |
| 211 | + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
| 212 | + GCC_WARN_UNUSED_FUNCTION = YES; |
| 213 | + GCC_WARN_UNUSED_VARIABLE = YES; |
| 214 | + IPHONEOS_DEPLOYMENT_TARGET = 8.0; |
| 215 | + MTL_ENABLE_DEBUG_INFO = NO; |
| 216 | + SDKROOT = iphoneos; |
| 217 | + VALIDATE_PRODUCT = YES; |
| 218 | + VALID_ARCHS = "arm64 armv7 armv7s"; |
| 219 | + }; |
| 220 | + name = Release; |
| 221 | + }; |
| 222 | + 0CA30C4E1D07E0DB003B09F9 /* Debug */ = { |
| 223 | + isa = XCBuildConfiguration; |
| 224 | + buildSettings = { |
| 225 | + FRAMEWORK_SEARCH_PATHS = ( |
| 226 | + "$(SRCROOT)/../../../vlcKit", |
| 227 | + "\"$(SRCROOT)/../../../ios/Pods/MobileVLCKit-unstable/MobileVLCKit-binary\"", |
| 228 | + ); |
| 229 | + HEADER_SEARCH_PATHS = ( |
| 230 | + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include, |
| 231 | + "$(SRCROOT)/../../react-native/React/**", |
| 232 | + "$(SRCROOT)/node_modules/react-native/React/**", |
| 233 | + "$(inherited)", |
| 234 | + ); |
| 235 | + ONLY_ACTIVE_ARCH = YES; |
| 236 | + OTHER_LDFLAGS = "-ObjC"; |
| 237 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 238 | + SKIP_INSTALL = YES; |
| 239 | + VALID_ARCHS = "arm64 armv7 armv7s"; |
| 240 | + }; |
| 241 | + name = Debug; |
| 242 | + }; |
| 243 | + 0CA30C4F1D07E0DB003B09F9 /* Release */ = { |
| 244 | + isa = XCBuildConfiguration; |
| 245 | + buildSettings = { |
| 246 | + FRAMEWORK_SEARCH_PATHS = ( |
| 247 | + "$(SRCROOT)/../../../vlcKit", |
| 248 | + "\"$(SRCROOT)/../../../ios/Pods/MobileVLCKit-unstable/MobileVLCKit-binary\"", |
| 249 | + ); |
| 250 | + HEADER_SEARCH_PATHS = ( |
| 251 | + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include, |
| 252 | + "$(SRCROOT)/../../react-native/React/**", |
| 253 | + "$(SRCROOT)/node_modules/react-native/React/**", |
| 254 | + "$(inherited)", |
| 255 | + ); |
| 256 | + ONLY_ACTIVE_ARCH = NO; |
| 257 | + OTHER_LDFLAGS = "-ObjC"; |
| 258 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 259 | + SKIP_INSTALL = YES; |
| 260 | + VALID_ARCHS = "arm64 armv7 armv7s"; |
| 261 | + }; |
| 262 | + name = Release; |
| 263 | + }; |
| 264 | +/* End XCBuildConfiguration section */ |
| 265 | + |
| 266 | +/* Begin XCConfigurationList section */ |
| 267 | + 0CA30C3F1D07E0DB003B09F9 /* Build configuration list for PBXProject "RCTVLCPlayer" */ = { |
| 268 | + isa = XCConfigurationList; |
| 269 | + buildConfigurations = ( |
| 270 | + 0CA30C4B1D07E0DB003B09F9 /* Debug */, |
| 271 | + 0CA30C4C1D07E0DB003B09F9 /* Release */, |
| 272 | + ); |
| 273 | + defaultConfigurationIsVisible = 0; |
| 274 | + defaultConfigurationName = Release; |
| 275 | + }; |
| 276 | + 0CA30C4D1D07E0DB003B09F9 /* Build configuration list for PBXNativeTarget "RCTVLCPlayer" */ = { |
| 277 | + isa = XCConfigurationList; |
| 278 | + buildConfigurations = ( |
| 279 | + 0CA30C4E1D07E0DB003B09F9 /* Debug */, |
| 280 | + 0CA30C4F1D07E0DB003B09F9 /* Release */, |
| 281 | + ); |
| 282 | + defaultConfigurationIsVisible = 0; |
| 283 | + defaultConfigurationName = Release; |
| 284 | + }; |
| 285 | +/* End XCConfigurationList section */ |
| 286 | + }; |
| 287 | + rootObject = 0CA30C3C1D07E0DB003B09F9 /* Project object */; |
| 288 | +} |
0 commit comments