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