Skip to content

Commit

Permalink
donezo
Browse files Browse the repository at this point in the history
  • Loading branch information
kayrenliu committed Mar 17, 2017
1 parent ca0709b commit 9c3ea8c
Show file tree
Hide file tree
Showing 20 changed files with 276 additions and 59 deletions.
Binary file added .DS_Store
Binary file not shown.
Empty file modified README-images/camera-preview.gif
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Try building. You'll see an error pop up saying "Signing for "snapChatProject" r

![](/README-images/README-2.png)

Once you've set your Team as your Apple ID, try running your app again on your device. If everything's working, you'll see a blank gray view with some buttons (that don't work yet).
Once you've set your Team as your Apple ID, try running your app again on your device. If everything's working, you'll see a blank gray view with some buttons (that don't work yet). If you still are having an issue, try changing your bundle identifier to something unique (like your name).

## Part 2: Connecting Outlets ##
Just so you become more familiar with the which views are which, we left the outlets and actions in **ImagePickerViewController.swift** unconnected to storyboard. **Go ahead and connect these outlets and actions in ImagePickerViewController.swift to Main.storyboard**. Make sure to read the comments above each IBOutlet and IBAction, so that you are sure you are connecting the correct outlets and actions.
Expand Down Expand Up @@ -201,7 +201,7 @@ Once you have finished, please submit your files to [Gradescope](https://gradesc

To submit, please upload your code to either GitHub or Bitbucket, and use the "Github" or "Bitbucket" submission feature on Gradescope (we've experienced the fewest amount of bugs with students who have submitted this way). Please check out the [slides in Lecture 3](http://iosdecal.com/Lectures/Lecture3.pdf) for step-by-step submission instructions if you're confused about how to do this (or ask a TA!)

Checkoff Form for Akilesh's Lab -
Checkoff Form for Akilesh's Lab - https://goo.gl/forms/vZatBoxZlfLPAy9n2

Checkoff Form for Paige's Lab - https://goo.gl/forms/OqOShJa2FmdCbLoi1

Expand Down
9 changes: 5 additions & 4 deletions Snapchat Camera Lab.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@
TargetAttributes = {
4196F2C61E6509E8009916E4 = {
CreatedOnToolsVersion = 8.2.1;
DevelopmentTeam = 4H4AL42AFD;
ProvisioningStyle = Automatic;
};
};
Expand Down Expand Up @@ -341,10 +342,10 @@
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = "";
DEVELOPMENT_TEAM = 4H4AL42AFD;
INFOPLIST_FILE = "$(SRCROOT)/Snapchat Camera/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = org.iosdecal.SnapchatClone;
PRODUCT_BUNDLE_IDENTIFIER = org.iosdecal.SnapchatClone.eva;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 3.0;
};
Expand All @@ -354,10 +355,10 @@
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = "";
DEVELOPMENT_TEAM = 4H4AL42AFD;
INFOPLIST_FILE = "$(SRCROOT)/Snapchat Camera/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = org.iosdecal.SnapchatClone;
PRODUCT_BUNDLE_IDENTIFIER = org.iosdecal.SnapchatClone.eva;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 3.0;
};
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"DVTSourceControlWorkspaceBlueprintPrimaryRemoteRepositoryKey" : "353206E79D90CCC5C5A112F70F9B0B622F72E107",
"DVTSourceControlWorkspaceBlueprintWorkingCopyRepositoryLocationsKey" : {

},
"DVTSourceControlWorkspaceBlueprintWorkingCopyStatesKey" : {
"041E4D58F3077E6365789C068111BF006045279D" : 9223372036854775807,
"353206E79D90CCC5C5A112F70F9B0B622F72E107" : 9223372036854775807
},
"DVTSourceControlWorkspaceBlueprintIdentifierKey" : "FB38D6B7-8142-400D-B929-B24C1F8E6E3A",
"DVTSourceControlWorkspaceBlueprintWorkingCopyPathsKey" : {
"041E4D58F3077E6365789C068111BF006045279D" : "",
"353206E79D90CCC5C5A112F70F9B0B622F72E107" : "ios-decal-lab5\/"
},
"DVTSourceControlWorkspaceBlueprintNameKey" : "Snapchat Camera Lab",
"DVTSourceControlWorkspaceBlueprintVersion" : 204,
"DVTSourceControlWorkspaceBlueprintRelativePathToProjectKey" : "Snapchat Camera Lab.xcodeproj",
"DVTSourceControlWorkspaceBlueprintRemoteRepositoriesKey" : [
{
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "github.com:kayrenliu\/iOSDecal.git",
"DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git",
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "041E4D58F3077E6365789C068111BF006045279D"
},
{
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "https:\/\/github.com\/kayrenliu\/ios-decal-lab5.git",
"DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git",
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "353206E79D90CCC5C5A112F70F9B0B622F72E107"
}
]
}
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<Bucket
type = "1"
version = "2.0">
</Bucket>
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0820"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "4196F2C61E6509E8009916E4"
BuildableName = "snapChatProject.app"
BlueprintName = "snapChatProject"
ReferencedContainer = "container:Snapchat Camera Lab.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "4196F2C61E6509E8009916E4"
BuildableName = "snapChatProject.app"
BlueprintName = "snapChatProject"
ReferencedContainer = "container:Snapchat Camera Lab.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "4196F2C61E6509E8009916E4"
BuildableName = "snapChatProject.app"
BlueprintName = "snapChatProject"
ReferencedContainer = "container:Snapchat Camera Lab.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "4196F2C61E6509E8009916E4"
BuildableName = "snapChatProject.app"
BlueprintName = "snapChatProject"
ReferencedContainer = "container:Snapchat Camera Lab.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>SchemeUserState</key>
<dict>
<key>snapChatProject.xcscheme</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
</dict>
</dict>
<key>SuppressBuildableAutocreation</key>
<dict>
<key>4196F2C61E6509E8009916E4</key>
<dict>
<key>primary</key>
<true/>
</dict>
</dict>
</dict>
</plist>
40 changes: 4 additions & 36 deletions ...at Camera Lab.xcodeproj/xcuserdata/paige.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
endingColumnNumber = "9223372036854775807"
startingLineNumber = "64"
endingLineNumber = "64"
landmarkName = "takePhoto(_:)"
landmarkType = "7">
landmarkName = "ImagePickerViewController"
landmarkType = "3">
</BreakpointContent>
</BreakpointProxy>
<BreakpointProxy
Expand All @@ -31,40 +31,8 @@
endingColumnNumber = "9223372036854775807"
startingLineNumber = "62"
endingLineNumber = "62"
landmarkName = "takePhoto(_:)"
landmarkType = "7">
<Locations>
<Location
shouldBeEnabled = "Yes"
ignoreCount = "0"
continueAfterRunningActions = "No"
symbolName = "snapChatProject.ImagePickerViewController.takePhoto (__ObjC.UIButton) -&gt; ()"
moduleName = "snapChatProject"
usesParentBreakpointCondition = "Yes"
urlString = "file:///Users/paige/Desktop/lab5/Snapchat%20Camera/ImagePickerViewController.swift"
timestampString = "511266357.288632"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "63"
endingLineNumber = "63"
offsetFromSymbolStart = "20">
</Location>
<Location
shouldBeEnabled = "Yes"
ignoreCount = "0"
continueAfterRunningActions = "No"
symbolName = "snapChatProject.ImagePickerViewController.takePhoto (__ObjC.UIButton) -&gt; ()"
moduleName = "snapChatProject"
usesParentBreakpointCondition = "Yes"
urlString = "file:///Users/paige/Desktop/lab5/Snapchat%20Camera/ImagePickerViewController.swift"
timestampString = "511266357.291085"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "63"
endingLineNumber = "63"
offsetFromSymbolStart = "96">
</Location>
</Locations>
landmarkName = "ImagePickerViewController"
landmarkType = "3">
</BreakpointContent>
</BreakpointProxy>
</Breakpoints>
Expand Down
Empty file modified Snapchat Camera/Assets.xcassets/cancel.imageset/Contents.json
100644 → 100755
Empty file.
Empty file modified Snapchat Camera/Assets.xcassets/cancel.imageset/cancel.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified Snapchat Camera/Assets.xcassets/goButton.imageset/Contents.json
100644 → 100755
Empty file.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified Snapchat Camera/Assets.xcassets/squirrel.imageset/Contents.json
100644 → 100755
Empty file.
Empty file modified Snapchat Camera/Assets.xcassets/squirrel.imageset/squirrel.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 9c3ea8c

Please sign in to comment.