Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

Commit

Permalink
Updated to use latest samples.
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueRiverInteractive committed Mar 2, 2015
1 parent 6049901 commit a63abc0
Show file tree
Hide file tree
Showing 4,386 changed files with 245,091 additions and 36,730 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
Original file line number Diff line number Diff line change
@@ -0,0 +1,311 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {

/* Begin PBXBuildFile section */
2F360BB017692C4700D9A404 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 2F360BAE17692C4700D9A404 /* InfoPlist.strings */; };
2F360BB217692C4700D9A404 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F360BB117692C4700D9A404 /* main.m */; };
2F360BB617692C4700D9A404 /* AAPLAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F360BB517692C4700D9A404 /* AAPLAppDelegate.m */; };
2F360BBF17692C4700D9A404 /* AAPLCameraViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F360BBE17692C4700D9A404 /* AAPLCameraViewController.m */; };
2F360BC117692C4700D9A404 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 2F360BC017692C4700D9A404 /* Images.xcassets */; };
2F45C1D5177676670052A7F9 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 2F360BB717692C4700D9A404 /* Main.storyboard */; };
2FDA781D176DB79700509279 /* AAPLPreviewView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2FDA781C176DB79700509279 /* AAPLPreviewView.m */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
2F360BA217692C4700D9A404 /* AVCamManual.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AVCamManual.app; sourceTree = BUILT_PRODUCTS_DIR; };
2F360BAD17692C4700D9A404 /* AVCamManual-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; name = "AVCamManual-Info.plist"; path = "AVCamManual/AVCamManual-Info.plist"; sourceTree = "<group>"; };
2F360BAF17692C4700D9A404 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
2F360BB117692C4700D9A404 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = main.m; path = AVCamManual/main.m; sourceTree = "<group>"; };
2F360BB417692C4700D9A404 /* AAPLAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = AAPLAppDelegate.h; path = AVCamManual/AAPLAppDelegate.h; sourceTree = "<group>"; };
2F360BB517692C4700D9A404 /* AAPLAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = AAPLAppDelegate.m; path = AVCamManual/AAPLAppDelegate.m; sourceTree = "<group>"; };
2F360BB817692C4700D9A404 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
2F360BBD17692C4700D9A404 /* AAPLCameraViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = AAPLCameraViewController.h; path = AVCamManual/AAPLCameraViewController.h; sourceTree = "<group>"; };
2F360BBE17692C4700D9A404 /* AAPLCameraViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = AAPLCameraViewController.m; path = AVCamManual/AAPLCameraViewController.m; sourceTree = "<group>"; };
2F360BC017692C4700D9A404 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = AVCamManual/Images.xcassets; sourceTree = "<group>"; };
2FDA781B176DB79700509279 /* AAPLPreviewView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AAPLPreviewView.h; path = AVCamManual/AAPLPreviewView.h; sourceTree = "<group>"; };
2FDA781C176DB79700509279 /* AAPLPreviewView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AAPLPreviewView.m; path = AVCamManual/AAPLPreviewView.m; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXGroup section */
2F360B9917692C4700D9A404 = {
isa = PBXGroup;
children = (
2F360BAB17692C4700D9A404 /* AVCamManual */,
2F360BA317692C4700D9A404 /* Products */,
);
sourceTree = "<group>";
};
2F360BA317692C4700D9A404 /* Products */ = {
isa = PBXGroup;
children = (
2F360BA217692C4700D9A404 /* AVCamManual.app */,
);
name = Products;
sourceTree = "<group>";
};
2F360BAB17692C4700D9A404 /* AVCamManual */ = {
isa = PBXGroup;
children = (
2F360BB417692C4700D9A404 /* AAPLAppDelegate.h */,
2F360BB517692C4700D9A404 /* AAPLAppDelegate.m */,
2F360BBD17692C4700D9A404 /* AAPLCameraViewController.h */,
2F360BBE17692C4700D9A404 /* AAPLCameraViewController.m */,
2FDA781B176DB79700509279 /* AAPLPreviewView.h */,
2FDA781C176DB79700509279 /* AAPLPreviewView.m */,
2F360BB717692C4700D9A404 /* Main.storyboard */,
2F360BC017692C4700D9A404 /* Images.xcassets */,
2F360BAC17692C4700D9A404 /* Supporting Files */,
);
name = AVCamManual;
sourceTree = "<group>";
};
2F360BAC17692C4700D9A404 /* Supporting Files */ = {
isa = PBXGroup;
children = (
2F360BAD17692C4700D9A404 /* AVCamManual-Info.plist */,
2F360BAE17692C4700D9A404 /* InfoPlist.strings */,
2F360BB117692C4700D9A404 /* main.m */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
2F360BA117692C4700D9A404 /* AVCamManual */ = {
isa = PBXNativeTarget;
buildConfigurationList = 2F360BD717692C4700D9A404 /* Build configuration list for PBXNativeTarget "AVCamManual" */;
buildPhases = (
2F360B9E17692C4700D9A404 /* Sources */,
2F360BA017692C4700D9A404 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = AVCamManual;
productName = AVCamManual;
productReference = 2F360BA217692C4700D9A404 /* AVCamManual.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
2F360B9A17692C4700D9A404 /* Project object */ = {
isa = PBXProject;
attributes = {
CLASSPREFIX = AVC;
LastUpgradeCheck = 0500;
ORGANIZATIONNAME = "Apple Inc";
TargetAttributes = {
2F360BA117692C4700D9A404 = {
DevelopmentTeam = XPSUQMMH5W;
SystemCapabilities = {
com.apple.InterAppAudio = {
enabled = 0;
};
};
};
};
};
buildConfigurationList = 2F360B9D17692C4700D9A404 /* Build configuration list for PBXProject "AVCamManual" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 2F360B9917692C4700D9A404;
productRefGroup = 2F360BA317692C4700D9A404 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
2F360BA117692C4700D9A404 /* AVCamManual */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
2F360BA017692C4700D9A404 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
2F360BC117692C4700D9A404 /* Images.xcassets in Resources */,
2F360BB017692C4700D9A404 /* InfoPlist.strings in Resources */,
2F45C1D5177676670052A7F9 /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
2F360B9E17692C4700D9A404 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
2F360BB217692C4700D9A404 /* main.m in Sources */,
2F360BBF17692C4700D9A404 /* AAPLCameraViewController.m in Sources */,
2FDA781D176DB79700509279 /* AAPLPreviewView.m in Sources */,
2F360BB617692C4700D9A404 /* AAPLAppDelegate.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
2F360BAE17692C4700D9A404 /* InfoPlist.strings */ = {
isa = PBXVariantGroup;
children = (
2F360BAF17692C4700D9A404 /* en */,
);
name = InfoPlist.strings;
path = AVCamManual;
sourceTree = "<group>";
};
2F360BB717692C4700D9A404 /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
2F360BB817692C4700D9A404 /* Base */,
);
name = Main.storyboard;
path = AVCamManual;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
2F360BD517692C4700D9A404 /* 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__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
"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_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;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
2F360BD617692C4700D9A404 /* 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__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = YES;
ENABLE_NS_ASSERTIONS = NO;
GCC_C_LANGUAGE_STANDARD = gnu99;
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;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
};
name = Release;
};
2F360BD817692C4700D9A404 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
GCC_PRECOMPILE_PREFIX_HEADER = YES;
INFOPLIST_FILE = "AVCamManual/AVCamManual-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
PRODUCT_NAME = AVCamManual;
PROVISIONING_PROFILE = "";
WRAPPER_EXTENSION = app;
};
name = Debug;
};
2F360BD917692C4700D9A404 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
GCC_PRECOMPILE_PREFIX_HEADER = YES;
INFOPLIST_FILE = "AVCamManual/AVCamManual-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
PRODUCT_NAME = AVCamManual;
PROVISIONING_PROFILE = "";
WRAPPER_EXTENSION = app;
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
2F360B9D17692C4700D9A404 /* Build configuration list for PBXProject "AVCamManual" */ = {
isa = XCConfigurationList;
buildConfigurations = (
2F360BD517692C4700D9A404 /* Debug */,
2F360BD617692C4700D9A404 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
2F360BD717692C4700D9A404 /* Build configuration list for PBXNativeTarget "AVCamManual" */ = {
isa = XCConfigurationList;
buildConfigurations = (
2F360BD817692C4700D9A404 /* Debug */,
2F360BD917692C4700D9A404 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 2F360B9A17692C4700D9A404 /* Project object */;
}
17 changes: 17 additions & 0 deletions AVCamManualUsingtheManualCaptureAPI/AVCamManual/AAPLAppDelegate.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
/*
Copyright (C) 2014 Apple Inc. All Rights Reserved.
See LICENSE.txt for this sample’s licensing information
Abstract:
Application delegate.
*/

@import UIKit;

@interface AAPLAppDelegate : UIResponder <UIApplicationDelegate>

@property (nonatomic) UIWindow *window;

@end
15 changes: 15 additions & 0 deletions AVCamManualUsingtheManualCaptureAPI/AVCamManual/AAPLAppDelegate.m
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/*
Copyright (C) 2014 Apple Inc. All Rights Reserved.
See LICENSE.txt for this sample’s licensing information
Abstract:
Application delegate.
*/

#import "AAPLAppDelegate.h"

@implementation AAPLAppDelegate

@end
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/*
Copyright (C) 2014 Apple Inc. All Rights Reserved.
See LICENSE.txt for this sample’s licensing information
Abstract:
Control of camera functions.
*/

@import UIKit;

@interface AAPLCameraViewController : UIViewController

@end
Loading

0 comments on commit a63abc0

Please sign in to comment.