Repo created
This commit is contained in:
parent
4af19165ec
commit
68073add76
12458 changed files with 12350765 additions and 2 deletions
|
|
@ -0,0 +1,215 @@
|
|||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 46;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
FACB769826B88C7100810C9C /* openlocationcode.cc in Sources */ = {isa = PBXBuildFile; fileRef = FACB769326B88C7100810C9C /* openlocationcode.cc */; };
|
||||
FACB769926B88C7100810C9C /* codearea.h in Headers */ = {isa = PBXBuildFile; fileRef = FACB769426B88C7100810C9C /* codearea.h */; };
|
||||
FACB769A26B88C7100810C9C /* openlocationcode.h in Headers */ = {isa = PBXBuildFile; fileRef = FACB769526B88C7100810C9C /* openlocationcode.h */; };
|
||||
FACB769B26B88C7100810C9C /* codearea.cc in Sources */ = {isa = PBXBuildFile; fileRef = FACB769626B88C7100810C9C /* codearea.cc */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXCopyFilesBuildPhase section */
|
||||
1D5F8AAA207616D300CAADFC /* CopyFiles */ = {
|
||||
isa = PBXCopyFilesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
dstPath = "include/$(PRODUCT_NAME)";
|
||||
dstSubfolderSpec = 16;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXCopyFilesBuildPhase section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
1D5F8AAC207616D300CAADFC /* libopen_location_code.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libopen_location_code.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
1D5F8AC32076182E00CAADFC /* common-debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = "common-debug.xcconfig"; path = "../common-debug.xcconfig"; sourceTree = "<group>"; };
|
||||
1D5F8AC42076182E00CAADFC /* common-release.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = "common-release.xcconfig"; path = "../common-release.xcconfig"; sourceTree = "<group>"; };
|
||||
FACB769326B88C7100810C9C /* openlocationcode.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = openlocationcode.cc; sourceTree = "<group>"; };
|
||||
FACB769426B88C7100810C9C /* codearea.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = codearea.h; sourceTree = "<group>"; };
|
||||
FACB769526B88C7100810C9C /* openlocationcode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = openlocationcode.h; sourceTree = "<group>"; };
|
||||
FACB769626B88C7100810C9C /* codearea.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = codearea.cc; sourceTree = "<group>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
1D5F8AA9207616D300CAADFC /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
1D5F8AA3207616D300CAADFC = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
FACB768F26B88C7100810C9C /* open-location-code */,
|
||||
1D5F8AC32076182E00CAADFC /* common-debug.xcconfig */,
|
||||
1D5F8AC42076182E00CAADFC /* common-release.xcconfig */,
|
||||
1D5F8AAD207616D300CAADFC /* Products */,
|
||||
);
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
1D5F8AAD207616D300CAADFC /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1D5F8AAC207616D300CAADFC /* libopen_location_code.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
FACB768F26B88C7100810C9C /* open-location-code */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
FACB769626B88C7100810C9C /* codearea.cc */,
|
||||
FACB769426B88C7100810C9C /* codearea.h */,
|
||||
FACB769326B88C7100810C9C /* openlocationcode.cc */,
|
||||
FACB769526B88C7100810C9C /* openlocationcode.h */,
|
||||
);
|
||||
name = "open-location-code";
|
||||
path = "../../3party/open-location-code";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXHeadersBuildPhase section */
|
||||
1D5F8AC0207617E900CAADFC /* Headers */ = {
|
||||
isa = PBXHeadersBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
FACB769A26B88C7100810C9C /* openlocationcode.h in Headers */,
|
||||
FACB769926B88C7100810C9C /* codearea.h in Headers */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXHeadersBuildPhase section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
1D5F8AAB207616D300CAADFC /* open_location_code */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 1D5F8AB5207616D300CAADFC /* Build configuration list for PBXNativeTarget "open_location_code" */;
|
||||
buildPhases = (
|
||||
1D5F8AA8207616D300CAADFC /* Sources */,
|
||||
1D5F8AA9207616D300CAADFC /* Frameworks */,
|
||||
1D5F8AAA207616D300CAADFC /* CopyFiles */,
|
||||
1D5F8AC0207617E900CAADFC /* Headers */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
);
|
||||
name = open_location_code;
|
||||
productName = open_location_code;
|
||||
productReference = 1D5F8AAC207616D300CAADFC /* libopen_location_code.a */;
|
||||
productType = "com.apple.product-type.library.static";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
1D5F8AA4207616D300CAADFC /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
attributes = {
|
||||
BuildIndependentTargetsInParallel = YES;
|
||||
DefaultBuildSystemTypeForWorkspace = Latest;
|
||||
LastUpgradeCheck = 1510;
|
||||
TargetAttributes = {
|
||||
1D5F8AAB207616D300CAADFC = {
|
||||
CreatedOnToolsVersion = 9.2;
|
||||
ProvisioningStyle = Automatic;
|
||||
};
|
||||
};
|
||||
};
|
||||
buildConfigurationList = 1D5F8AA7207616D300CAADFC /* Build configuration list for PBXProject "open_location_code" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
developmentRegion = en;
|
||||
hasScannedForEncodings = 0;
|
||||
knownRegions = (
|
||||
en,
|
||||
Base,
|
||||
);
|
||||
mainGroup = 1D5F8AA3207616D300CAADFC;
|
||||
productRefGroup = 1D5F8AAD207616D300CAADFC /* Products */;
|
||||
projectDirPath = "";
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
1D5F8AAB207616D300CAADFC /* open_location_code */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
1D5F8AA8207616D300CAADFC /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
FACB769826B88C7100810C9C /* openlocationcode.cc in Sources */,
|
||||
FACB769B26B88C7100810C9C /* codearea.cc in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
1D5F8AB3207616D300CAADFC /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = 1D5F8AC32076182E00CAADFC /* common-debug.xcconfig */;
|
||||
buildSettings = {
|
||||
SKIP_INSTALL = YES;
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
1D5F8AB4207616D300CAADFC /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = 1D5F8AC42076182E00CAADFC /* common-release.xcconfig */;
|
||||
buildSettings = {
|
||||
SKIP_INSTALL = YES;
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
1D5F8AB6207616D300CAADFC /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
GCC_WARN_INHIBIT_ALL_WARNINGS = YES;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
1D5F8AB7207616D300CAADFC /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
GCC_WARN_INHIBIT_ALL_WARNINGS = YES;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
1D5F8AA7207616D300CAADFC /* Build configuration list for PBXProject "open_location_code" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
1D5F8AB3207616D300CAADFC /* Debug */,
|
||||
1D5F8AB4207616D300CAADFC /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
1D5F8AB5207616D300CAADFC /* Build configuration list for PBXNativeTarget "open_location_code" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
1D5F8AB6207616D300CAADFC /* Debug */,
|
||||
1D5F8AB7207616D300CAADFC /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
};
|
||||
rootObject = 1D5F8AA4207616D300CAADFC /* Project object */;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue