github.com/SahandAslani/gomobile@v0.0.0-20210909130135-2cb2d44c09b2/example/bind/ios/bind.xcodeproj/project.pbxproj (about) 1 // !$*UTF8*$! 2 3 // Copyright 2015 The Go Authors. All rights reserved. 4 // Use of this source code is governed by a BSD-style 5 // license that can be found in the LICENSE file. 6 7 { 8 archiveVersion = 1; 9 classes = { 10 }; 11 objectVersion = 46; 12 objects = { 13 14 /* Begin PBXBuildFile section */ 15 64F44A6F1E2D433D009A4747 /* Hello.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 64F44A6E1E2D433D009A4747 /* Hello.framework */; }; 16 EBA3E2861B681AFA00018449 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = EBA3E2851B681AFA00018449 /* main.m */; }; 17 EBA3E2891B681AFA00018449 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = EBA3E2881B681AFA00018449 /* AppDelegate.m */; }; 18 EBA3E28C1B681AFA00018449 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = EBA3E28B1B681AFA00018449 /* ViewController.m */; }; 19 EBA3E28F1B681AFA00018449 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = EBA3E28D1B681AFA00018449 /* Main.storyboard */; }; 20 EBA3E2941B681AFA00018449 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = EBA3E2921B681AFA00018449 /* LaunchScreen.xib */; }; 21 /* End PBXBuildFile section */ 22 23 /* Begin PBXFileReference section */ 24 64F44A6E1E2D433D009A4747 /* Hello.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Hello.framework; sourceTree = "<group>"; }; 25 EBA3E2801B681AFA00018449 /* bind.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = bind.app; sourceTree = BUILT_PRODUCTS_DIR; }; 26 EBA3E2841B681AFA00018449 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; 27 EBA3E2851B681AFA00018449 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; }; 28 EBA3E2871B681AFA00018449 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; }; 29 EBA3E2881B681AFA00018449 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; }; 30 EBA3E28A1B681AFA00018449 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; }; 31 EBA3E28B1B681AFA00018449 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; }; 32 EBA3E28E1B681AFA00018449 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; }; 33 EBA3E2931B681AFA00018449 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; }; 34 /* End PBXFileReference section */ 35 36 /* Begin PBXFrameworksBuildPhase section */ 37 EBA3E27D1B681AFA00018449 /* Frameworks */ = { 38 isa = PBXFrameworksBuildPhase; 39 buildActionMask = 2147483647; 40 files = ( 41 64F44A6F1E2D433D009A4747 /* Hello.framework in Frameworks */, 42 ); 43 runOnlyForDeploymentPostprocessing = 0; 44 }; 45 /* End PBXFrameworksBuildPhase section */ 46 47 /* Begin PBXGroup section */ 48 EBA3E2771B681AFA00018449 = { 49 isa = PBXGroup; 50 children = ( 51 EBA3E2821B681AFA00018449 /* bind */, 52 EBA3E2811B681AFA00018449 /* Products */, 53 64F44A6E1E2D433D009A4747 /* Hello.framework */, 54 ); 55 sourceTree = "<group>"; 56 }; 57 EBA3E2811B681AFA00018449 /* Products */ = { 58 isa = PBXGroup; 59 children = ( 60 EBA3E2801B681AFA00018449 /* bind.app */, 61 ); 62 name = Products; 63 sourceTree = "<group>"; 64 }; 65 EBA3E2821B681AFA00018449 /* bind */ = { 66 isa = PBXGroup; 67 children = ( 68 EBA3E2871B681AFA00018449 /* AppDelegate.h */, 69 EBA3E2881B681AFA00018449 /* AppDelegate.m */, 70 EBA3E28A1B681AFA00018449 /* ViewController.h */, 71 EBA3E28B1B681AFA00018449 /* ViewController.m */, 72 EBA3E28D1B681AFA00018449 /* Main.storyboard */, 73 EBA3E2921B681AFA00018449 /* LaunchScreen.xib */, 74 EBA3E2831B681AFA00018449 /* Supporting Files */, 75 ); 76 path = bind; 77 sourceTree = "<group>"; 78 }; 79 EBA3E2831B681AFA00018449 /* Supporting Files */ = { 80 isa = PBXGroup; 81 children = ( 82 EBA3E2841B681AFA00018449 /* Info.plist */, 83 EBA3E2851B681AFA00018449 /* main.m */, 84 ); 85 name = "Supporting Files"; 86 sourceTree = "<group>"; 87 }; 88 /* End PBXGroup section */ 89 90 /* Begin PBXNativeTarget section */ 91 EBA3E27F1B681AFA00018449 /* bind */ = { 92 isa = PBXNativeTarget; 93 buildConfigurationList = EBA3E2A31B681AFB00018449 /* Build configuration list for PBXNativeTarget "bind" */; 94 buildPhases = ( 95 EBA3E27C1B681AFA00018449 /* Sources */, 96 EBA3E27D1B681AFA00018449 /* Frameworks */, 97 EBA3E27E1B681AFA00018449 /* Resources */, 98 ); 99 buildRules = ( 100 ); 101 dependencies = ( 102 ); 103 name = bind; 104 productName = bind; 105 productReference = EBA3E2801B681AFA00018449 /* bind.app */; 106 productType = "com.apple.product-type.application"; 107 }; 108 /* End PBXNativeTarget section */ 109 110 /* Begin PBXProject section */ 111 EBA3E2781B681AFA00018449 /* Project object */ = { 112 isa = PBXProject; 113 attributes = { 114 LastUpgradeCheck = 0630; 115 ORGANIZATIONNAME = "Hana (Hyang-Ah) Kim"; 116 TargetAttributes = { 117 EBA3E27F1B681AFA00018449 = { 118 CreatedOnToolsVersion = 6.3.2; 119 }; 120 }; 121 }; 122 buildConfigurationList = EBA3E27B1B681AFA00018449 /* Build configuration list for PBXProject "bind" */; 123 compatibilityVersion = "Xcode 3.2"; 124 developmentRegion = English; 125 hasScannedForEncodings = 0; 126 knownRegions = ( 127 en, 128 Base, 129 ); 130 mainGroup = EBA3E2771B681AFA00018449; 131 productRefGroup = EBA3E2811B681AFA00018449 /* Products */; 132 projectDirPath = ""; 133 projectRoot = ""; 134 targets = ( 135 EBA3E27F1B681AFA00018449 /* bind */, 136 ); 137 }; 138 /* End PBXProject section */ 139 140 /* Begin PBXResourcesBuildPhase section */ 141 EBA3E27E1B681AFA00018449 /* Resources */ = { 142 isa = PBXResourcesBuildPhase; 143 buildActionMask = 2147483647; 144 files = ( 145 EBA3E28F1B681AFA00018449 /* Main.storyboard in Resources */, 146 EBA3E2941B681AFA00018449 /* LaunchScreen.xib in Resources */, 147 ); 148 runOnlyForDeploymentPostprocessing = 0; 149 }; 150 /* End PBXResourcesBuildPhase section */ 151 152 /* Begin PBXSourcesBuildPhase section */ 153 EBA3E27C1B681AFA00018449 /* Sources */ = { 154 isa = PBXSourcesBuildPhase; 155 buildActionMask = 2147483647; 156 files = ( 157 EBA3E28C1B681AFA00018449 /* ViewController.m in Sources */, 158 EBA3E2891B681AFA00018449 /* AppDelegate.m in Sources */, 159 EBA3E2861B681AFA00018449 /* main.m in Sources */, 160 ); 161 runOnlyForDeploymentPostprocessing = 0; 162 }; 163 /* End PBXSourcesBuildPhase section */ 164 165 /* Begin PBXVariantGroup section */ 166 EBA3E28D1B681AFA00018449 /* Main.storyboard */ = { 167 isa = PBXVariantGroup; 168 children = ( 169 EBA3E28E1B681AFA00018449 /* Base */, 170 ); 171 name = Main.storyboard; 172 sourceTree = "<group>"; 173 }; 174 EBA3E2921B681AFA00018449 /* LaunchScreen.xib */ = { 175 isa = PBXVariantGroup; 176 children = ( 177 EBA3E2931B681AFA00018449 /* Base */, 178 ); 179 name = LaunchScreen.xib; 180 sourceTree = "<group>"; 181 }; 182 /* End PBXVariantGroup section */ 183 184 /* Begin XCBuildConfiguration section */ 185 EBA3E2A11B681AFB00018449 /* Debug */ = { 186 isa = XCBuildConfiguration; 187 buildSettings = { 188 ALWAYS_SEARCH_USER_PATHS = NO; 189 CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; 190 CLANG_CXX_LIBRARY = "libc++"; 191 CLANG_ENABLE_MODULES = YES; 192 CLANG_ENABLE_OBJC_ARC = YES; 193 CLANG_WARN_BOOL_CONVERSION = YES; 194 CLANG_WARN_CONSTANT_CONVERSION = YES; 195 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; 196 CLANG_WARN_EMPTY_BODY = YES; 197 CLANG_WARN_ENUM_CONVERSION = YES; 198 CLANG_WARN_INT_CONVERSION = YES; 199 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; 200 CLANG_WARN_UNREACHABLE_CODE = YES; 201 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; 202 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; 203 COPY_PHASE_STRIP = NO; 204 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; 205 ENABLE_BITCODE = NO; 206 ENABLE_STRICT_OBJC_MSGSEND = YES; 207 GCC_C_LANGUAGE_STANDARD = gnu99; 208 GCC_DYNAMIC_NO_PIC = NO; 209 GCC_NO_COMMON_BLOCKS = YES; 210 GCC_OPTIMIZATION_LEVEL = 0; 211 GCC_PREPROCESSOR_DEFINITIONS = ( 212 "DEBUG=1", 213 "$(inherited)", 214 ); 215 GCC_SYMBOLS_PRIVATE_EXTERN = NO; 216 GCC_WARN_64_TO_32_BIT_CONVERSION = YES; 217 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; 218 GCC_WARN_UNDECLARED_SELECTOR = YES; 219 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; 220 GCC_WARN_UNUSED_FUNCTION = YES; 221 GCC_WARN_UNUSED_VARIABLE = YES; 222 IPHONEOS_DEPLOYMENT_TARGET = 8.3; 223 MTL_ENABLE_DEBUG_INFO = YES; 224 ONLY_ACTIVE_ARCH = YES; 225 SDKROOT = iphoneos; 226 TARGETED_DEVICE_FAMILY = "1,2"; 227 }; 228 name = Debug; 229 }; 230 EBA3E2A21B681AFB00018449 /* Release */ = { 231 isa = XCBuildConfiguration; 232 buildSettings = { 233 ALWAYS_SEARCH_USER_PATHS = NO; 234 CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; 235 CLANG_CXX_LIBRARY = "libc++"; 236 CLANG_ENABLE_MODULES = YES; 237 CLANG_ENABLE_OBJC_ARC = YES; 238 CLANG_WARN_BOOL_CONVERSION = YES; 239 CLANG_WARN_CONSTANT_CONVERSION = YES; 240 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; 241 CLANG_WARN_EMPTY_BODY = YES; 242 CLANG_WARN_ENUM_CONVERSION = YES; 243 CLANG_WARN_INT_CONVERSION = YES; 244 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; 245 CLANG_WARN_UNREACHABLE_CODE = YES; 246 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; 247 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; 248 COPY_PHASE_STRIP = NO; 249 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; 250 ENABLE_BITCODE = NO; 251 ENABLE_NS_ASSERTIONS = NO; 252 ENABLE_STRICT_OBJC_MSGSEND = YES; 253 GCC_C_LANGUAGE_STANDARD = gnu99; 254 GCC_NO_COMMON_BLOCKS = YES; 255 GCC_WARN_64_TO_32_BIT_CONVERSION = YES; 256 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; 257 GCC_WARN_UNDECLARED_SELECTOR = YES; 258 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; 259 GCC_WARN_UNUSED_FUNCTION = YES; 260 GCC_WARN_UNUSED_VARIABLE = YES; 261 IPHONEOS_DEPLOYMENT_TARGET = 8.3; 262 MTL_ENABLE_DEBUG_INFO = NO; 263 SDKROOT = iphoneos; 264 TARGETED_DEVICE_FAMILY = "1,2"; 265 VALIDATE_PRODUCT = YES; 266 }; 267 name = Release; 268 }; 269 EBA3E2A41B681AFB00018449 /* Debug */ = { 270 isa = XCBuildConfiguration; 271 buildSettings = { 272 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; 273 ENABLE_BITCODE = NO; 274 FRAMEWORK_SEARCH_PATHS = ( 275 "$(inherited)", 276 "$(PROJECT_DIR)", 277 ); 278 INFOPLIST_FILE = bind/Info.plist; 279 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; 280 PRODUCT_NAME = "$(TARGET_NAME)"; 281 }; 282 name = Debug; 283 }; 284 EBA3E2A51B681AFB00018449 /* Release */ = { 285 isa = XCBuildConfiguration; 286 buildSettings = { 287 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; 288 ENABLE_BITCODE = NO; 289 FRAMEWORK_SEARCH_PATHS = ( 290 "$(inherited)", 291 "$(PROJECT_DIR)", 292 ); 293 INFOPLIST_FILE = bind/Info.plist; 294 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; 295 PRODUCT_NAME = "$(TARGET_NAME)"; 296 }; 297 name = Release; 298 }; 299 /* End XCBuildConfiguration section */ 300 301 /* Begin XCConfigurationList section */ 302 EBA3E27B1B681AFA00018449 /* Build configuration list for PBXProject "bind" */ = { 303 isa = XCConfigurationList; 304 buildConfigurations = ( 305 EBA3E2A11B681AFB00018449 /* Debug */, 306 EBA3E2A21B681AFB00018449 /* Release */, 307 ); 308 defaultConfigurationIsVisible = 0; 309 defaultConfigurationName = Release; 310 }; 311 EBA3E2A31B681AFB00018449 /* Build configuration list for PBXNativeTarget "bind" */ = { 312 isa = XCConfigurationList; 313 buildConfigurations = ( 314 EBA3E2A41B681AFB00018449 /* Debug */, 315 EBA3E2A51B681AFB00018449 /* Release */, 316 ); 317 defaultConfigurationIsVisible = 0; 318 defaultConfigurationName = Release; 319 }; 320 /* End XCConfigurationList section */ 321 }; 322 rootObject = EBA3E2781B681AFA00018449 /* Project object */; 323 }