Skip to content

Commit

Permalink
Add framework project
Browse files Browse the repository at this point in the history
  • Loading branch information
vadymmarkov committed Dec 15, 2015
1 parent ca4ea47 commit acc2d99
Show file tree
Hide file tree
Showing 9 changed files with 419 additions and 507 deletions.
391 changes: 391 additions & 0 deletions ImagePicker.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,391 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {

/* Begin PBXBuildFile section */
D5DC598F1C201BE1003BD79B /* ImagePicker.h in Headers */ = {isa = PBXBuildFile; fileRef = D5DC598E1C201BE1003BD79B /* ImagePicker.h */; settings = {ATTRIBUTES = (Public, ); }; };
D5DC59961C201BE1003BD79B /* ImagePicker.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D5DC598B1C201BE1003BD79B /* ImagePicker.framework */; };
D5DC599B1C201BE1003BD79B /* ImagePickerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D5DC599A1C201BE1003BD79B /* ImagePickerTests.swift */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
D5DC59971C201BE1003BD79B /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = D5DC59821C201BE1003BD79B /* Project object */;
proxyType = 1;
remoteGlobalIDString = D5DC598A1C201BE1003BD79B;
remoteInfo = ImagePicker;
};
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
D5DC598B1C201BE1003BD79B /* ImagePicker.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = ImagePicker.framework; sourceTree = BUILT_PRODUCTS_DIR; };
D5DC598E1C201BE1003BD79B /* ImagePicker.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ImagePicker.h; sourceTree = "<group>"; };
D5DC59901C201BE1003BD79B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
D5DC59951C201BE1003BD79B /* ImagePickerTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ImagePickerTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
D5DC599A1C201BE1003BD79B /* ImagePickerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ImagePickerTests.swift; sourceTree = "<group>"; };
D5DC599C1C201BE1003BD79B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
D5DC59871C201BE1003BD79B /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
D5DC59921C201BE1003BD79B /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
D5DC59961C201BE1003BD79B /* ImagePicker.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
D5DC59811C201BE1003BD79B = {
isa = PBXGroup;
children = (
D5DC598D1C201BE1003BD79B /* ImagePicker */,
D5DC59991C201BE1003BD79B /* ImagePickerTests */,
D5DC598C1C201BE1003BD79B /* Products */,
);
sourceTree = "<group>";
};
D5DC598C1C201BE1003BD79B /* Products */ = {
isa = PBXGroup;
children = (
D5DC598B1C201BE1003BD79B /* ImagePicker.framework */,
D5DC59951C201BE1003BD79B /* ImagePickerTests.xctest */,
);
name = Products;
sourceTree = "<group>";
};
D5DC598D1C201BE1003BD79B /* ImagePicker */ = {
isa = PBXGroup;
children = (
D5DC598E1C201BE1003BD79B /* ImagePicker.h */,
D5DC59901C201BE1003BD79B /* Info.plist */,
);
path = ImagePicker;
sourceTree = "<group>";
};
D5DC59991C201BE1003BD79B /* ImagePickerTests */ = {
isa = PBXGroup;
children = (
D5DC599A1C201BE1003BD79B /* ImagePickerTests.swift */,
D5DC599C1C201BE1003BD79B /* Info.plist */,
);
path = ImagePickerTests;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXHeadersBuildPhase section */
D5DC59881C201BE1003BD79B /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
D5DC598F1C201BE1003BD79B /* ImagePicker.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXHeadersBuildPhase section */

/* Begin PBXNativeTarget section */
D5DC598A1C201BE1003BD79B /* ImagePicker */ = {
isa = PBXNativeTarget;
buildConfigurationList = D5DC599F1C201BE1003BD79B /* Build configuration list for PBXNativeTarget "ImagePicker" */;
buildPhases = (
D5DC59861C201BE1003BD79B /* Sources */,
D5DC59871C201BE1003BD79B /* Frameworks */,
D5DC59881C201BE1003BD79B /* Headers */,
D5DC59891C201BE1003BD79B /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = ImagePicker;
productName = ImagePicker;
productReference = D5DC598B1C201BE1003BD79B /* ImagePicker.framework */;
productType = "com.apple.product-type.framework";
};
D5DC59941C201BE1003BD79B /* ImagePickerTests */ = {
isa = PBXNativeTarget;
buildConfigurationList = D5DC59A21C201BE1003BD79B /* Build configuration list for PBXNativeTarget "ImagePickerTests" */;
buildPhases = (
D5DC59911C201BE1003BD79B /* Sources */,
D5DC59921C201BE1003BD79B /* Frameworks */,
D5DC59931C201BE1003BD79B /* Resources */,
);
buildRules = (
);
dependencies = (
D5DC59981C201BE1003BD79B /* PBXTargetDependency */,
);
name = ImagePickerTests;
productName = ImagePickerTests;
productReference = D5DC59951C201BE1003BD79B /* ImagePickerTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
D5DC59821C201BE1003BD79B /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0720;
LastUpgradeCheck = 0720;
ORGANIZATIONNAME = "Hyper Interaktiv AS";
TargetAttributes = {
D5DC598A1C201BE1003BD79B = {
CreatedOnToolsVersion = 7.2;
};
D5DC59941C201BE1003BD79B = {
CreatedOnToolsVersion = 7.2;
};
};
};
buildConfigurationList = D5DC59851C201BE1003BD79B /* Build configuration list for PBXProject "ImagePicker" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = D5DC59811C201BE1003BD79B;
productRefGroup = D5DC598C1C201BE1003BD79B /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
D5DC598A1C201BE1003BD79B /* ImagePicker */,
D5DC59941C201BE1003BD79B /* ImagePickerTests */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
D5DC59891C201BE1003BD79B /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
D5DC59931C201BE1003BD79B /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
D5DC59861C201BE1003BD79B /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
D5DC59911C201BE1003BD79B /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
D5DC599B1C201BE1003BD79B /* ImagePickerTests.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXTargetDependency section */
D5DC59981C201BE1003BD79B /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = D5DC598A1C201BE1003BD79B /* ImagePicker */;
targetProxy = D5DC59971C201BE1003BD79B /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */

/* Begin XCBuildConfiguration section */
D5DC599D1C201BE1003BD79B /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
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_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1;
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 = 9.2;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
TARGETED_DEVICE_FAMILY = "1,2";
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Debug;
};
D5DC599E1C201BE1003BD79B /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
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_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1;
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 = 9.2;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Release;
};
D5DC59A01C201BE1003BD79B /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = ImagePicker/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = no.hyper.ImagePicker;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
};
name = Debug;
};
D5DC59A11C201BE1003BD79B /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = ImagePicker/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = no.hyper.ImagePicker;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
};
name = Release;
};
D5DC59A31C201BE1003BD79B /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
INFOPLIST_FILE = ImagePickerTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = no.hyper.ImagePickerTests;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
};
D5DC59A41C201BE1003BD79B /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
INFOPLIST_FILE = ImagePickerTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = no.hyper.ImagePickerTests;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
D5DC59851C201BE1003BD79B /* Build configuration list for PBXProject "ImagePicker" */ = {
isa = XCConfigurationList;
buildConfigurations = (
D5DC599D1C201BE1003BD79B /* Debug */,
D5DC599E1C201BE1003BD79B /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
D5DC599F1C201BE1003BD79B /* Build configuration list for PBXNativeTarget "ImagePicker" */ = {
isa = XCConfigurationList;
buildConfigurations = (
D5DC59A01C201BE1003BD79B /* Debug */,
D5DC59A11C201BE1003BD79B /* Release */,
);
defaultConfigurationIsVisible = 0;
};
D5DC59A21C201BE1003BD79B /* Build configuration list for PBXNativeTarget "ImagePickerTests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
D5DC59A31C201BE1003BD79B /* Debug */,
D5DC59A41C201BE1003BD79B /* Release */,
);
defaultConfigurationIsVisible = 0;
};
/* End XCConfigurationList section */
};
rootObject = D5DC59821C201BE1003BD79B /* Project object */;
}

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

Loading

0 comments on commit acc2d99

Please sign in to comment.