Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Develop #24

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,268 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {

/* Begin PBXBuildFile section */
35A411201E92ECFB008B7F42 /* JSONKit.m in Sources */ = {isa = PBXBuildFile; fileRef = 35A4111F1E92ECFB008B7F42 /* JSONKit.m */; };
35A411361E932213008B7F42 /* JSONKit.h in Sources */ = {isa = PBXBuildFile; fileRef = 35A4111E1E92ECFB008B7F42 /* JSONKit.h */; };
/* End PBXBuildFile section */

/* Begin PBXCopyFilesBuildPhase section */
35A411041E92EBA1008B7F42 /* CopyFiles */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "include/$(PRODUCT_NAME)";
dstSubfolderSpec = 16;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
35A411061E92EBA1008B7F42 /* libJSONKit.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libJSONKit.a; sourceTree = BUILT_PRODUCTS_DIR; };
35A4111E1E92ECFB008B7F42 /* JSONKit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSONKit.h; sourceTree = "<group>"; };
35A4111F1E92ECFB008B7F42 /* JSONKit.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = JSONKit.m; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
35A411031E92EBA1008B7F42 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
35A410FD1E92EBA1008B7F42 = {
isa = PBXGroup;
children = (
35A411081E92EBA1008B7F42 /* JSONKit */,
35A411071E92EBA1008B7F42 /* Products */,
);
sourceTree = "<group>";
};
35A411071E92EBA1008B7F42 /* Products */ = {
isa = PBXGroup;
children = (
35A411061E92EBA1008B7F42 /* libJSONKit.a */,
);
name = Products;
sourceTree = "<group>";
};
35A411081E92EBA1008B7F42 /* JSONKit */ = {
isa = PBXGroup;
children = (
35A4111E1E92ECFB008B7F42 /* JSONKit.h */,
35A4111F1E92ECFB008B7F42 /* JSONKit.m */,
);
path = JSONKit;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
35A411051E92EBA1008B7F42 /* JSONKit */ = {
isa = PBXNativeTarget;
buildConfigurationList = 35A4110F1E92EBA1008B7F42 /* Build configuration list for PBXNativeTarget "JSONKit" */;
buildPhases = (
35A411021E92EBA1008B7F42 /* Sources */,
35A411031E92EBA1008B7F42 /* Frameworks */,
35A411041E92EBA1008B7F42 /* CopyFiles */,
);
buildRules = (
);
dependencies = (
);
name = JSONKit;
productName = JSONKit;
productReference = 35A411061E92EBA1008B7F42 /* libJSONKit.a */;
productType = "com.apple.product-type.library.static";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
35A410FE1E92EBA1008B7F42 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0820;
ORGANIZATIONNAME = microsoft;
TargetAttributes = {
35A411051E92EBA1008B7F42 = {
CreatedOnToolsVersion = 8.2.1;
DevelopmentTeam = UBF8T346G9;
ProvisioningStyle = Automatic;
};
};
};
buildConfigurationList = 35A411011E92EBA1008B7F42 /* Build configuration list for PBXProject "JSONKit" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = 35A410FD1E92EBA1008B7F42;
productRefGroup = 35A411071E92EBA1008B7F42 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
35A411051E92EBA1008B7F42 /* JSONKit */,
);
};
/* End PBXProject section */

/* Begin PBXSourcesBuildPhase section */
35A411021E92EBA1008B7F42 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
35A411361E932213008B7F42 /* JSONKit.h in Sources */,
35A411201E92ECFB008B7F42 /* JSONKit.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin XCBuildConfiguration section */
35A4110D1E92EBA1008B7F42 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_NO_COMMON_BLOCKS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 10.2;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
};
name = Debug;
};
35A4110E1E92EBA1008B7F42 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_NO_COMMON_BLOCKS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 10.2;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
VALIDATE_PRODUCT = YES;
};
name = Release;
};
35A411101E92EBA1008B7F42 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_OBJC_ARC = NO;
DEVELOPMENT_TEAM = UBF8T346G9;
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
};
name = Debug;
};
35A411111E92EBA1008B7F42 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_OBJC_ARC = NO;
DEVELOPMENT_TEAM = UBF8T346G9;
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
35A411011E92EBA1008B7F42 /* Build configuration list for PBXProject "JSONKit" */ = {
isa = XCConfigurationList;
buildConfigurations = (
35A4110D1E92EBA1008B7F42 /* Debug */,
35A4110E1E92EBA1008B7F42 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
35A4110F1E92EBA1008B7F42 /* Build configuration list for PBXNativeTarget "JSONKit" */ = {
isa = XCConfigurationList;
buildConfigurations = (
35A411101E92EBA1008B7F42 /* Debug */,
35A411111E92EBA1008B7F42 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 35A410FE1E92EBA1008B7F42 /* Project object */;
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading