Skip to content
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.

Commit

Permalink
Updated Code To Version 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
markydoodled committed Feb 18, 2022
1 parent da35d7a commit 9cd820e
Show file tree
Hide file tree
Showing 17 changed files with 781 additions and 15 deletions.
Binary file modified Images/.DS_Store
Binary file not shown.
Binary file added Images/macOS/Journal.it macOS Audio.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/macOS/Journal.it macOS Camera.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/macOS/Journal.it macOS Notes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,26 @@ This Is A SwiftUI App That Allows You To Quickly Get Down Information That You N

## **Releases**

[Click Here...]()
[Click Here...](https://github.com/markydoodled/Journal.it/releases)

## **Features**

- Take Photos
- Make Notes
- Record Audio
- Share Files Outside Of The App
- A macOS App
- Audio To Text Conversion (iOS Only)
- Light Photo Editing/Filtering
- Recording Trimming

## **Features To Be Implemented**

- Light Photo Editing
- Recording Editing
- Audio To Text Conversion
- A macOS App
Any Suggestions...

## **Images**

[Click Here...]()
[Click Here...](https://github.com/markydoodled/Journal.it/tree/main/Images)

## **Things To Note**

Expand All @@ -37,3 +38,4 @@ This Is A SwiftUI App That Allows You To Quickly Get Down Information That You N

- danielsaidi [SwiftUIKit](https://github.com/danielsaidi/SwiftUIKit)
- kyle-n [HighlightedTextEditor](https://github.com/kyle-n/HighlightedTextEditor)
- Cay-Zhang [SwiftSpeech](https://github.com/Cay-Zhang/SwiftSpeech)
69 changes: 65 additions & 4 deletions Source Code/Journal.it/Journal.it.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,24 @@
D5B24D9327A9CB61006CCCF9 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D5B24D9227A9CB61006CCCF9 /* ContentView.swift */; };
D5B24D9527A9CB64006CCCF9 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D5B24D9427A9CB64006CCCF9 /* Assets.xcassets */; };
D5B24D9827A9CB64006CCCF9 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D5B24D9727A9CB64006CCCF9 /* Preview Assets.xcassets */; };
D5C2FCD727B85216005B9790 /* Settings.bundle in Resources */ = {isa = PBXBuildFile; fileRef = D5C2FCD627B85216005B9790 /* Settings.bundle */; };
D5C2FCDA27B96690005B9790 /* AudioToText.swift in Sources */ = {isa = PBXBuildFile; fileRef = D5C2FCD927B96690005B9790 /* AudioToText.swift */; };
D5C2FCDD27B966B6005B9790 /* SwiftSpeech in Frameworks */ = {isa = PBXBuildFile; productRef = D5C2FCDC27B966B6005B9790 /* SwiftSpeech */; };
/* End PBXBuildFile section */

/* Begin PBXCopyFilesBuildPhase section */
D5C2FCF327BD7DC2005B9790 /* Embed Libraries */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
dstSubfolderSpec = 10;
files = (
);
name = "Embed Libraries";
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
D512A46727AAFB5D00057524 /* SettingsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsView.swift; sourceTree = "<group>"; };
D512A46927AAFC9C00057524 /* Notes.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Notes.swift; sourceTree = "<group>"; };
Expand All @@ -42,6 +58,9 @@
D5B24D9227A9CB61006CCCF9 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
D5B24D9427A9CB64006CCCF9 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
D5B24D9727A9CB64006CCCF9 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
D5C2FCD627B85216005B9790 /* Settings.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = Settings.bundle; sourceTree = "<group>"; };
D5C2FCD827B8528E005B9790 /* Journal.it.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Journal.it.entitlements; sourceTree = "<group>"; };
D5C2FCD927B96690005B9790 /* AudioToText.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AudioToText.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand All @@ -50,6 +69,7 @@
buildActionMask = 2147483647;
files = (
D512A47127AAFD3A00057524 /* HighlightedTextEditor in Frameworks */,
D5C2FCDD27B966B6005B9790 /* SwiftSpeech in Frameworks */,
D512A47427AB076A00057524 /* SwiftUIKit in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand All @@ -75,6 +95,7 @@
children = (
D5B24D8F27A9CB61006CCCF9 /* Journal.it */,
D5B24D8E27A9CB61006CCCF9 /* Products */,
D5C2FCEE27BD7DC2005B9790 /* Frameworks */,
);
sourceTree = "<group>";
};
Expand All @@ -89,6 +110,7 @@
D5B24D8F27A9CB61006CCCF9 /* Journal.it */ = {
isa = PBXGroup;
children = (
D5C2FCD827B8528E005B9790 /* Journal.it.entitlements */,
D512A48227AC66FC00057524 /* Journal-it-Info.plist */,
D512A47527AB1D9700057524 /* Audio */,
D5B24D9027A9CB61006CCCF9 /* Journal_itApp.swift */,
Expand All @@ -99,6 +121,8 @@
D512A46927AAFC9C00057524 /* Notes.swift */,
D512A46B27AAFCA400057524 /* Audio.swift */,
D512A46D27AAFCAB00057524 /* Camera.swift */,
D5C2FCD627B85216005B9790 /* Settings.bundle */,
D5C2FCD927B96690005B9790 /* AudioToText.swift */,
);
path = Journal.it;
sourceTree = "<group>";
Expand All @@ -111,6 +135,13 @@
path = "Preview Content";
sourceTree = "<group>";
};
D5C2FCEE27BD7DC2005B9790 /* Frameworks */ = {
isa = PBXGroup;
children = (
);
name = Frameworks;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
Expand All @@ -121,6 +152,7 @@
D5B24D8927A9CB61006CCCF9 /* Sources */,
D5B24D8A27A9CB61006CCCF9 /* Frameworks */,
D5B24D8B27A9CB61006CCCF9 /* Resources */,
D5C2FCF327BD7DC2005B9790 /* Embed Libraries */,
);
buildRules = (
);
Expand All @@ -130,6 +162,7 @@
packageProductDependencies = (
D512A47027AAFD3A00057524 /* HighlightedTextEditor */,
D512A47327AB076A00057524 /* SwiftUIKit */,
D5C2FCDC27B966B6005B9790 /* SwiftSpeech */,
);
productName = Journal.it;
productReference = D5B24D8D27A9CB61006CCCF9 /* Journal.it.app */;
Expand Down Expand Up @@ -162,6 +195,7 @@
packageReferences = (
D512A46F27AAFD3A00057524 /* XCRemoteSwiftPackageReference "HighlightedTextEditor" */,
D512A47227AB076900057524 /* XCRemoteSwiftPackageReference "SwiftUIKit" */,
D5C2FCDB27B966B6005B9790 /* XCRemoteSwiftPackageReference "SwiftSpeech" */,
);
productRefGroup = D5B24D8E27A9CB61006CCCF9 /* Products */;
projectDirPath = "";
Expand All @@ -178,6 +212,7 @@
buildActionMask = 2147483647;
files = (
D5B24D9827A9CB64006CCCF9 /* Preview Assets.xcassets in Resources */,
D5C2FCD727B85216005B9790 /* Settings.bundle in Resources */,
D5B24D9527A9CB64006CCCF9 /* Assets.xcassets in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand All @@ -200,6 +235,7 @@
D512A46C27AAFCA400057524 /* Audio.swift in Sources */,
D512A47D27AB205400057524 /* Helper.swift in Sources */,
D512A47927AB1FE500057524 /* AudioRecorder.swift in Sources */,
D5C2FCDA27B96690005B9790 /* AudioToText.swift in Sources */,
D512A47727AB1FAA00057524 /* AudioPlayer.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down Expand Up @@ -328,18 +364,23 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = Journal.it/Journal.it.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 5;
DEVELOPMENT_ASSET_PATHS = "\"Journal.it/Preview Content\"";
DEVELOPMENT_TEAM = ZWASU9HFBU;
"ENABLE_HARDENED_RUNTIME[sdk=macosx*]" = YES;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = "Journal-it-Info.plist";
INFOPLIST_KEY_CFBundleDisplayName = Journal.it;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.productivity";
INFOPLIST_KEY_LSSupportsOpeningDocumentsInPlace = YES;
INFOPLIST_KEY_NSAppleEventsUsageDescription = "To Open App Folder Windows In Finder, You Must Allow Access.";
INFOPLIST_KEY_NSCameraUsageDescription = "To Take Pictures, You Must Allow Access To The Camera.";
INFOPLIST_KEY_NSMicrophoneUsageDescription = "To Record Audio, You Must Allow Access To The Microphone.";
INFOPLIST_KEY_NSPhotoLibraryAddUsageDescription = "To Save Photos To The Photo Library, You Must Allow Access.";
INFOPLIST_KEY_NSSpeechRecognitionUsageDescription = "To Use Audio To Text, You Must Allow Access To Speech Recognition.";
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
Expand All @@ -350,9 +391,10 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
MARKETING_VERSION = 1.1;
PRODUCT_BUNDLE_IDENTIFIER = "com.MSJ.Journal-it";
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTS_MACCATALYST = YES;
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
Expand All @@ -364,18 +406,23 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = Journal.it/Journal.it.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 5;
DEVELOPMENT_ASSET_PATHS = "\"Journal.it/Preview Content\"";
DEVELOPMENT_TEAM = ZWASU9HFBU;
"ENABLE_HARDENED_RUNTIME[sdk=macosx*]" = YES;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = "Journal-it-Info.plist";
INFOPLIST_KEY_CFBundleDisplayName = Journal.it;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.productivity";
INFOPLIST_KEY_LSSupportsOpeningDocumentsInPlace = YES;
INFOPLIST_KEY_NSAppleEventsUsageDescription = "To Open App Folder Windows In Finder, You Must Allow Access.";
INFOPLIST_KEY_NSCameraUsageDescription = "To Take Pictures, You Must Allow Access To The Camera.";
INFOPLIST_KEY_NSMicrophoneUsageDescription = "To Record Audio, You Must Allow Access To The Microphone.";
INFOPLIST_KEY_NSPhotoLibraryAddUsageDescription = "To Save Photos To The Photo Library, You Must Allow Access.";
INFOPLIST_KEY_NSSpeechRecognitionUsageDescription = "To Use Audio To Text, You Must Allow Access To Speech Recognition.";
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
Expand All @@ -386,9 +433,10 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
MARKETING_VERSION = 1.1;
PRODUCT_BUNDLE_IDENTIFIER = "com.MSJ.Journal-it";
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTS_MACCATALYST = YES;
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
Expand Down Expand Up @@ -435,6 +483,14 @@
minimumVersion = 2.0.0;
};
};
D5C2FCDB27B966B6005B9790 /* XCRemoteSwiftPackageReference "SwiftSpeech" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/Cay-Zhang/SwiftSpeech";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 0.9.3;
};
};
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
Expand All @@ -448,6 +504,11 @@
package = D512A47227AB076900057524 /* XCRemoteSwiftPackageReference "SwiftUIKit" */;
productName = SwiftUIKit;
};
D5C2FCDC27B966B6005B9790 /* SwiftSpeech */ = {
isa = XCSwiftPackageProductDependency;
package = D5C2FCDB27B966B6005B9790 /* XCRemoteSwiftPackageReference "SwiftSpeech" */;
productName = SwiftSpeech;
};
/* End XCSwiftPackageProductDependency section */
};
rootObject = D5B24D8527A9CB61006CCCF9 /* Project object */;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@
"version": "2.1.0"
}
},
{
"package": "SwiftSpeech",
"repositoryURL": "https://github.com/Cay-Zhang/SwiftSpeech",
"state": {
"branch": null,
"revision": "6e41f289f5ccc1751ef5674972d46b48b326c4c6",
"version": "0.9.3"
}
},
{
"package": "SwiftUIKit",
"repositoryURL": "https://github.com/danielsaidi/SwiftUIKit",
Expand Down
Loading

0 comments on commit 9cd820e

Please sign in to comment.