Skip to content

Commit

Permalink
Version 1.0
Browse files Browse the repository at this point in the history
Creates the UIScannerView object and the related sample app.
  • Loading branch information
iRare Media committed Dec 6, 2013
1 parent 01d7ca7 commit 95edbfc
Show file tree
Hide file tree
Showing 18 changed files with 1,180 additions and 0 deletions.
328 changes: 328 additions & 0 deletions Scanner App/Scanner App.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,328 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {

/* Begin PBXBuildFile section */
99A314E41850253F000917FA /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 99A314E31850253F000917FA /* Foundation.framework */; };
99A314E618502540000917FA /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 99A314E518502540000917FA /* CoreGraphics.framework */; };
99A314E818502540000917FA /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 99A314E718502540000917FA /* UIKit.framework */; };
99A314EE18502540000917FA /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 99A314EC18502540000917FA /* InfoPlist.strings */; };
99A314F018502540000917FA /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 99A314EF18502540000917FA /* main.m */; };
99A314F418502540000917FA /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 99A314F318502540000917FA /* AppDelegate.m */; };
99A314F718502540000917FA /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 99A314F518502540000917FA /* Main.storyboard */; };
99A314FA18502540000917FA /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 99A314F918502540000917FA /* ViewController.m */; };
99A314FC18502540000917FA /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 99A314FB18502540000917FA /* Images.xcassets */; };
99A3151A18502551000917FA /* UIScannerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 99A3151918502551000917FA /* UIScannerView.m */; };
99A3151C18502576000917FA /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 99A3151B18502576000917FA /* AVFoundation.framework */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
99A314E01850253F000917FA /* Scanner App.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Scanner App.app"; sourceTree = BUILT_PRODUCTS_DIR; };
99A314E31850253F000917FA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
99A314E518502540000917FA /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
99A314E718502540000917FA /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
99A314EB18502540000917FA /* Scanner App-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Scanner App-Info.plist"; sourceTree = "<group>"; };
99A314ED18502540000917FA /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
99A314EF18502540000917FA /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
99A314F118502540000917FA /* Scanner App-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Scanner App-Prefix.pch"; sourceTree = "<group>"; };
99A314F218502540000917FA /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
99A314F318502540000917FA /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
99A314F618502540000917FA /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
99A314F818502540000917FA /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
99A314F918502540000917FA /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
99A314FB18502540000917FA /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
99A3151818502551000917FA /* UIScannerView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = UIScannerView.h; path = ../UIScannerView.h; sourceTree = "<group>"; };
99A3151918502551000917FA /* UIScannerView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = UIScannerView.m; path = ../UIScannerView.m; sourceTree = "<group>"; };
99A3151B18502576000917FA /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
99A314DD1850253F000917FA /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
99A3151C18502576000917FA /* AVFoundation.framework in Frameworks */,
99A314E618502540000917FA /* CoreGraphics.framework in Frameworks */,
99A314E818502540000917FA /* UIKit.framework in Frameworks */,
99A314E41850253F000917FA /* Foundation.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
99A314D71850253F000917FA = {
isa = PBXGroup;
children = (
99A3151818502551000917FA /* UIScannerView.h */,
99A3151918502551000917FA /* UIScannerView.m */,
99A314E918502540000917FA /* Scanner App */,
99A314E21850253F000917FA /* Frameworks */,
99A314E11850253F000917FA /* Products */,
);
sourceTree = "<group>";
};
99A314E11850253F000917FA /* Products */ = {
isa = PBXGroup;
children = (
99A314E01850253F000917FA /* Scanner App.app */,
);
name = Products;
sourceTree = "<group>";
};
99A314E21850253F000917FA /* Frameworks */ = {
isa = PBXGroup;
children = (
99A3151B18502576000917FA /* AVFoundation.framework */,
99A314E31850253F000917FA /* Foundation.framework */,
99A314E518502540000917FA /* CoreGraphics.framework */,
99A314E718502540000917FA /* UIKit.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
99A314E918502540000917FA /* Scanner App */ = {
isa = PBXGroup;
children = (
99A314F218502540000917FA /* AppDelegate.h */,
99A314F318502540000917FA /* AppDelegate.m */,
99A314F518502540000917FA /* Main.storyboard */,
99A314F818502540000917FA /* ViewController.h */,
99A314F918502540000917FA /* ViewController.m */,
99A314FB18502540000917FA /* Images.xcassets */,
99A314EA18502540000917FA /* Supporting Files */,
);
path = "Scanner App";
sourceTree = "<group>";
};
99A314EA18502540000917FA /* Supporting Files */ = {
isa = PBXGroup;
children = (
99A314EB18502540000917FA /* Scanner App-Info.plist */,
99A314EC18502540000917FA /* InfoPlist.strings */,
99A314EF18502540000917FA /* main.m */,
99A314F118502540000917FA /* Scanner App-Prefix.pch */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
99A314DF1850253F000917FA /* Scanner App */ = {
isa = PBXNativeTarget;
buildConfigurationList = 99A3151218502540000917FA /* Build configuration list for PBXNativeTarget "Scanner App" */;
buildPhases = (
99A314DC1850253F000917FA /* Sources */,
99A314DD1850253F000917FA /* Frameworks */,
99A314DE1850253F000917FA /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = "Scanner App";
productName = "Scanner App";
productReference = 99A314E01850253F000917FA /* Scanner App.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
99A314D81850253F000917FA /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0500;
ORGANIZATIONNAME = "iRare Media";
};
buildConfigurationList = 99A314DB1850253F000917FA /* Build configuration list for PBXProject "Scanner App" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 99A314D71850253F000917FA;
productRefGroup = 99A314E11850253F000917FA /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
99A314DF1850253F000917FA /* Scanner App */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
99A314DE1850253F000917FA /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
99A314FC18502540000917FA /* Images.xcassets in Resources */,
99A314EE18502540000917FA /* InfoPlist.strings in Resources */,
99A314F718502540000917FA /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
99A314DC1850253F000917FA /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
99A314FA18502540000917FA /* ViewController.m in Sources */,
99A3151A18502551000917FA /* UIScannerView.m in Sources */,
99A314F418502540000917FA /* AppDelegate.m in Sources */,
99A314F018502540000917FA /* main.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
99A314EC18502540000917FA /* InfoPlist.strings */ = {
isa = PBXVariantGroup;
children = (
99A314ED18502540000917FA /* en */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
};
99A314F518502540000917FA /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
99A314F618502540000917FA /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
99A3151018502540000917FA /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
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__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_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
};
name = Debug;
};
99A3151118502540000917FA /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
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__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = YES;
ENABLE_NS_ASSERTIONS = NO;
GCC_C_LANGUAGE_STANDARD = gnu99;
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;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
SDKROOT = iphoneos;
VALIDATE_PRODUCT = YES;
};
name = Release;
};
99A3151318502540000917FA /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "Scanner App/Scanner App-Prefix.pch";
INFOPLIST_FILE = "Scanner App/Scanner App-Info.plist";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
};
name = Debug;
};
99A3151418502540000917FA /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "Scanner App/Scanner App-Prefix.pch";
INFOPLIST_FILE = "Scanner App/Scanner App-Info.plist";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
99A314DB1850253F000917FA /* Build configuration list for PBXProject "Scanner App" */ = {
isa = XCConfigurationList;
buildConfigurations = (
99A3151018502540000917FA /* Debug */,
99A3151118502540000917FA /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
99A3151218502540000917FA /* Build configuration list for PBXNativeTarget "Scanner App" */ = {
isa = XCConfigurationList;
buildConfigurations = (
99A3151318502540000917FA /* Debug */,
99A3151418502540000917FA /* Release */,
);
defaultConfigurationIsVisible = 0;
};
/* End XCConfigurationList section */
};
rootObject = 99A314D81850253F000917FA /* Project object */;
}

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

Binary file not shown.
Loading

0 comments on commit 95edbfc

Please sign in to comment.