Skip to content
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
356 changes: 356 additions & 0 deletions InterAppCommunication.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,356 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {

/* Begin PBXBuildFile section */
543B1F001CC5D8D10004F3F7 /* Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 543B1EFF1CC5D8D10004F3F7 /* Info.plist */; };
543B1F011CC5F8F90004F3F7 /* IACClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 543B1EE61CC5D8590004F3F7 /* IACClient.m */; };
543B1F021CC5F8FC0004F3F7 /* IACManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 543B1EE91CC5D8590004F3F7 /* IACManager.m */; };
543B1F031CC5F8FE0004F3F7 /* IACRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 543B1EEB1CC5D8590004F3F7 /* IACRequest.m */; };
543B1F041CC5F9000004F3F7 /* NSString+IACExtensions.m in Sources */ = {isa = PBXBuildFile; fileRef = 543B1EED1CC5D8590004F3F7 /* NSString+IACExtensions.m */; };
543B1F051CC5F9250004F3F7 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A9D56A3F16CED7D400BD22D1 /* UIKit.framework */; };
543B1F061CC5F9370004F3F7 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A9D56A4116CED7D400BD22D1 /* Foundation.framework */; };
543B1F0E1CC5FD2E0004F3F7 /* InterAppCommunication.h in Headers */ = {isa = PBXBuildFile; fileRef = 543B1F0B1CC5FBF50004F3F7 /* InterAppCommunication.h */; settings = {ATTRIBUTES = (Public, ); }; };
543B1F0F1CC5FD300004F3F7 /* IACClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 543B1EE51CC5D8590004F3F7 /* IACClient.h */; settings = {ATTRIBUTES = (Public, ); }; };
543B1F101CC5FD370004F3F7 /* IACDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 543B1EE71CC5D8590004F3F7 /* IACDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; };
543B1F111CC5FD3A0004F3F7 /* IACManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 543B1EE81CC5D8590004F3F7 /* IACManager.h */; settings = {ATTRIBUTES = (Public, ); }; };
543B1F121CC5FD3D0004F3F7 /* IACRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 543B1EEA1CC5D8590004F3F7 /* IACRequest.h */; settings = {ATTRIBUTES = (Public, ); }; };
543B1F131CC5FD3F0004F3F7 /* NSString+IACExtensions.h in Headers */ = {isa = PBXBuildFile; fileRef = 543B1EEC1CC5D8590004F3F7 /* NSString+IACExtensions.h */; settings = {ATTRIBUTES = (Public, ); }; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
543B1EE51CC5D8590004F3F7 /* IACClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = IACClient.h; path = InterAppCommunication/IACClient.h; sourceTree = SOURCE_ROOT; };
543B1EE61CC5D8590004F3F7 /* IACClient.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = IACClient.m; path = InterAppCommunication/IACClient.m; sourceTree = SOURCE_ROOT; };
543B1EE71CC5D8590004F3F7 /* IACDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = IACDelegate.h; path = InterAppCommunication/IACDelegate.h; sourceTree = SOURCE_ROOT; };
543B1EE81CC5D8590004F3F7 /* IACManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = IACManager.h; path = InterAppCommunication/IACManager.h; sourceTree = SOURCE_ROOT; };
543B1EE91CC5D8590004F3F7 /* IACManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = IACManager.m; path = InterAppCommunication/IACManager.m; sourceTree = SOURCE_ROOT; };
543B1EEA1CC5D8590004F3F7 /* IACRequest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = IACRequest.h; path = InterAppCommunication/IACRequest.h; sourceTree = SOURCE_ROOT; };
543B1EEB1CC5D8590004F3F7 /* IACRequest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = IACRequest.m; path = InterAppCommunication/IACRequest.m; sourceTree = SOURCE_ROOT; };
543B1EEC1CC5D8590004F3F7 /* NSString+IACExtensions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "NSString+IACExtensions.h"; path = "InterAppCommunication/NSString+IACExtensions.h"; sourceTree = SOURCE_ROOT; };
543B1EED1CC5D8590004F3F7 /* NSString+IACExtensions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "NSString+IACExtensions.m"; path = "InterAppCommunication/NSString+IACExtensions.m"; sourceTree = SOURCE_ROOT; };
543B1EF71CC5D8A80004F3F7 /* InterAppCommunication.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = InterAppCommunication.framework; sourceTree = BUILT_PRODUCTS_DIR; };
543B1EFF1CC5D8D10004F3F7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = InterAppCommunication/Info.plist; sourceTree = SOURCE_ROOT; };
543B1F0B1CC5FBF50004F3F7 /* InterAppCommunication.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = InterAppCommunication.h; path = InterAppCommunication/InterAppCommunication.h; sourceTree = SOURCE_ROOT; };
A9D56A3F16CED7D400BD22D1 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
A9D56A4116CED7D400BD22D1 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
A9D56A4316CED7D400BD22D1 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
A9D56A7A16CEDBA400BD22D1 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; };
A9D56A7C16CEDBD700BD22D1 /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
543B1EF31CC5D8A80004F3F7 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
543B1F061CC5F9370004F3F7 /* Foundation.framework in Frameworks */,
543B1F051CC5F9250004F3F7 /* UIKit.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
A9D56A3316CED7D400BD22D1 = {
isa = PBXGroup;
children = (
A9D56A6216CED7F000BD22D1 /* InterAppCommunication */,
A9D56A3E16CED7D400BD22D1 /* Frameworks */,
A9D56A3D16CED7D400BD22D1 /* Products */,
);
sourceTree = "<group>";
};
A9D56A3D16CED7D400BD22D1 /* Products */ = {
isa = PBXGroup;
children = (
543B1EF71CC5D8A80004F3F7 /* InterAppCommunication.framework */,
);
name = Products;
sourceTree = "<group>";
};
A9D56A3E16CED7D400BD22D1 /* Frameworks */ = {
isa = PBXGroup;
children = (
A9D56A7C16CEDBD700BD22D1 /* AVFoundation.framework */,
A9D56A7A16CEDBA400BD22D1 /* AudioToolbox.framework */,
A9D56A3F16CED7D400BD22D1 /* UIKit.framework */,
A9D56A4116CED7D400BD22D1 /* Foundation.framework */,
A9D56A4316CED7D400BD22D1 /* CoreGraphics.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
A9D56A6216CED7F000BD22D1 /* InterAppCommunication */ = {
isa = PBXGroup;
children = (
543B1EFF1CC5D8D10004F3F7 /* Info.plist */,
543B1F0B1CC5FBF50004F3F7 /* InterAppCommunication.h */,
543B1EE51CC5D8590004F3F7 /* IACClient.h */,
543B1EE61CC5D8590004F3F7 /* IACClient.m */,
543B1EE71CC5D8590004F3F7 /* IACDelegate.h */,
543B1EE81CC5D8590004F3F7 /* IACManager.h */,
543B1EE91CC5D8590004F3F7 /* IACManager.m */,
543B1EEA1CC5D8590004F3F7 /* IACRequest.h */,
543B1EEB1CC5D8590004F3F7 /* IACRequest.m */,
543B1EEC1CC5D8590004F3F7 /* NSString+IACExtensions.h */,
543B1EED1CC5D8590004F3F7 /* NSString+IACExtensions.m */,
);
name = InterAppCommunication;
path = ../../../InterAppCommunication;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXHeadersBuildPhase section */
543B1F0C1CC5FC260004F3F7 /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
543B1F0E1CC5FD2E0004F3F7 /* InterAppCommunication.h in Headers */,
543B1F0F1CC5FD300004F3F7 /* IACClient.h in Headers */,
543B1F101CC5FD370004F3F7 /* IACDelegate.h in Headers */,
543B1F111CC5FD3A0004F3F7 /* IACManager.h in Headers */,
543B1F121CC5FD3D0004F3F7 /* IACRequest.h in Headers */,
543B1F131CC5FD3F0004F3F7 /* NSString+IACExtensions.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXHeadersBuildPhase section */

/* Begin PBXNativeTarget section */
543B1EF61CC5D8A80004F3F7 /* InterAppCommunication */ = {
isa = PBXNativeTarget;
buildConfigurationList = 543B1EFC1CC5D8A80004F3F7 /* Build configuration list for PBXNativeTarget "InterAppCommunication" */;
buildPhases = (
543B1EF21CC5D8A80004F3F7 /* Sources */,
543B1EF31CC5D8A80004F3F7 /* Frameworks */,
543B1EF51CC5D8A80004F3F7 /* Resources */,
543B1F0C1CC5FC260004F3F7 /* Headers */,
);
buildRules = (
);
dependencies = (
);
name = InterAppCommunication;
productName = InterAppCommunications;
productReference = 543B1EF71CC5D8A80004F3F7 /* InterAppCommunication.framework */;
productType = "com.apple.product-type.framework";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
A9D56A3416CED7D400BD22D1 /* Project object */ = {
isa = PBXProject;
attributes = {
CLASSPREFIX = SP;
LastUpgradeCheck = 0460;
ORGANIZATIONNAME = "Antonio Cabezuelo Vivo";
TargetAttributes = {
543B1EF61CC5D8A80004F3F7 = {
CreatedOnToolsVersion = 7.3;
};
};
};
buildConfigurationList = A9D56A3716CED7D400BD22D1 /* Build configuration list for PBXProject "InterAppCommunication" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = A9D56A3316CED7D400BD22D1;
productRefGroup = A9D56A3D16CED7D400BD22D1 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
543B1EF61CC5D8A80004F3F7 /* InterAppCommunication */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
543B1EF51CC5D8A80004F3F7 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
543B1F001CC5D8D10004F3F7 /* Info.plist in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
543B1EF21CC5D8A80004F3F7 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
543B1F011CC5F8F90004F3F7 /* IACClient.m in Sources */,
543B1F021CC5F8FC0004F3F7 /* IACManager.m in Sources */,
543B1F031CC5F8FE0004F3F7 /* IACRequest.m in Sources */,
543B1F041CC5F9000004F3F7 /* NSString+IACExtensions.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin XCBuildConfiguration section */
543B1EFD1CC5D8A80004F3F7 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ANALYZER_NONNULL = YES;
CLANG_ENABLE_MODULES = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_UNREACHABLE_CODE = YES;
CURRENT_PROJECT_VERSION = 1;
DEBUG_INFORMATION_FORMAT = dwarf;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
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;
INFOPLIST_FILE = InterAppCommunication/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MTL_ENABLE_DEBUG_INFO = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.tapsandswipes.InterAppCommunications;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
TARGETED_DEVICE_FAMILY = "1,2";
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Debug;
};
543B1EFE1CC5D8A80004F3F7 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ANALYZER_NONNULL = YES;
CLANG_ENABLE_MODULES = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_UNREACHABLE_CODE = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
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;
INFOPLIST_FILE = InterAppCommunication/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MTL_ENABLE_DEBUG_INFO = NO;
PRODUCT_BUNDLE_IDENTIFIER = com.tapsandswipes.InterAppCommunications;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
TARGETED_DEVICE_FAMILY = "1,2";
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Release;
};
A9D56A5D16CED7D400BD22D1 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
};
name = Debug;
};
A9D56A5E16CED7D400BD22D1 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
SDKROOT = iphoneos;
VALIDATE_PRODUCT = YES;
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
543B1EFC1CC5D8A80004F3F7 /* Build configuration list for PBXNativeTarget "InterAppCommunication" */ = {
isa = XCConfigurationList;
buildConfigurations = (
543B1EFD1CC5D8A80004F3F7 /* Debug */,
543B1EFE1CC5D8A80004F3F7 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
A9D56A3716CED7D400BD22D1 /* Build configuration list for PBXProject "InterAppCommunication" */ = {
isa = XCConfigurationList;
buildConfigurations = (
A9D56A5D16CED7D400BD22D1 /* Debug */,
A9D56A5E16CED7D400BD22D1 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = A9D56A3416CED7D400BD22D1 /* Project object */;
}
Loading