Skip to content

save recorded file as audio and text and textfile #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
Binary file added .DS_Store
Binary file not shown.
22 changes: 18 additions & 4 deletions Siri.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
objects = {

/* Begin PBXBuildFile section */
52619C0420CBCE0B00912C95 /* FilesListVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 52619C0320CBCE0B00912C95 /* FilesListVC.swift */; };
52619C0620CBCF7E00912C95 /* FileModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 52619C0520CBCF7E00912C95 /* FileModel.swift */; };
805027EB1D389E5700CE3F1F /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 805027EA1D389E5700CE3F1F /* AppDelegate.swift */; };
805027ED1D389E5700CE3F1F /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 805027EC1D389E5700CE3F1F /* ViewController.swift */; };
805027F01D389E5700CE3F1F /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 805027EE1D389E5700CE3F1F /* Main.storyboard */; };
Expand All @@ -15,6 +17,8 @@
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
52619C0320CBCE0B00912C95 /* FilesListVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FilesListVC.swift; sourceTree = "<group>"; };
52619C0520CBCF7E00912C95 /* FileModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FileModel.swift; sourceTree = "<group>"; };
805027E71D389E5700CE3F1F /* Siri.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Siri.app; sourceTree = BUILT_PRODUCTS_DIR; };
805027EA1D389E5700CE3F1F /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
805027EC1D389E5700CE3F1F /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -56,6 +60,8 @@
children = (
805027EA1D389E5700CE3F1F /* AppDelegate.swift */,
805027EC1D389E5700CE3F1F /* ViewController.swift */,
52619C0520CBCF7E00912C95 /* FileModel.swift */,
52619C0320CBCE0B00912C95 /* FilesListVC.swift */,
805027EE1D389E5700CE3F1F /* Main.storyboard */,
805027F11D389E5700CE3F1F /* Assets.xcassets */,
805027F31D389E5700CE3F1F /* LaunchScreen.storyboard */,
Expand Down Expand Up @@ -96,9 +102,9 @@
TargetAttributes = {
805027E61D389E5700CE3F1F = {
CreatedOnToolsVersion = 8.0;
DevelopmentTeam = YZP52RND5S;
DevelopmentTeam = 6JB9XW3D3N;
DevelopmentTeamName = "Stephen Edrisian";
ProvisioningStyle = Automatic;
ProvisioningStyle = Manual;
};
};
};
Expand Down Expand Up @@ -139,7 +145,9 @@
buildActionMask = 2147483647;
files = (
805027ED1D389E5700CE3F1F /* ViewController.swift in Sources */,
52619C0420CBCE0B00912C95 /* FilesListVC.swift in Sources */,
805027EB1D389E5700CE3F1F /* AppDelegate.swift in Sources */,
52619C0620CBCF7E00912C95 /* FileModel.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -256,11 +264,14 @@
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = YZP52RND5S;
CODE_SIGN_STYLE = Manual;
DEVELOPMENT_TEAM = 6JB9XW3D3N;
INFOPLIST_FILE = Siri/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.appcoda.Siri;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "46710618-664d-440e-a32e-0df58da69993";
PROVISIONING_PROFILE_SPECIFIER = "HBDevelopment Profile";
SWIFT_VERSION = 3.0;
};
name = Debug;
Expand All @@ -269,11 +280,14 @@
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = YZP52RND5S;
CODE_SIGN_STYLE = Manual;
DEVELOPMENT_TEAM = 6JB9XW3D3N;
INFOPLIST_FILE = Siri/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.appcoda.Siri;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "46710618-664d-440e-a32e-0df58da69993";
PROVISIONING_PROFILE_SPECIFIER = "HBDevelopment Profile";
SWIFT_VERSION = 3.0;
};
name = Release;
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?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>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
<Bucket
type = "1"
version = "2.0">
<Breakpoints>
<BreakpointProxy
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
<BreakpointContent
shouldBeEnabled = "Yes"
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "Siri/FilesListVC.swift"
timestampString = "550238987.175244"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "59"
endingLineNumber = "59"
landmarkName = "deleteAllTapped(_:)"
landmarkType = "7">
</BreakpointContent>
</BreakpointProxy>
<BreakpointProxy
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
<BreakpointContent
shouldBeEnabled = "Yes"
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "Siri/FilesListVC.swift"
timestampString = "550238987.176235"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "57"
endingLineNumber = "57"
landmarkName = "deleteAllTapped(_:)"
landmarkType = "7">
</BreakpointContent>
</BreakpointProxy>
</Breakpoints>
</Bucket>
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,5 @@
<integer>0</integer>
</dict>
</dict>
<key>SuppressBuildableAutocreation</key>
<dict>
<key>805027E61D389E5700CE3F1F</key>
<dict>
<key>primary</key>
<true/>
</dict>
</dict>
</dict>
</plist>

This file was deleted.

15 changes: 15 additions & 0 deletions Siri/Assets.xcassets/AppIcon.appiconset/Contents.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
{
"images" : [
{
"idiom" : "iphone",
"size" : "20x20",
"scale" : "2x"
},
{
"idiom" : "iphone",
"size" : "20x20",
"scale" : "3x"
},
{
"idiom" : "iphone",
"size" : "29x29",
Expand Down Expand Up @@ -29,6 +39,11 @@
"idiom" : "iphone",
"size" : "60x60",
"scale" : "3x"
},
{
"idiom" : "ios-marketing",
"size" : "1024x1024",
"scale" : "1x"
}
],
"info" : {
Expand Down
Loading