Skip to content

Commit

Permalink
(feat): Copyright statements, 3rd Onboarding View
Browse files Browse the repository at this point in the history
  • Loading branch information
N3v1 committed May 10, 2024
1 parent 71474bb commit b2c1774
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// ScribbleLab
//
// Copyright (c) 2023 - 2024 ScribbleLabApp.
// Copyright (c) 2024 Mcrich - All rights reserved.
// Copyright (c) 2024 Morris Richman (Mcrich23) - All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand All @@ -17,6 +17,9 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//
// Authors:
// - Mcrich: https://github.com/Mcrich23
// - NH: https://github.com/N3v1

import SwiftUI
import ScribbleCoreServices
Expand Down
2 changes: 1 addition & 1 deletion ScribbleLab/Core/Onboarding/onboardingData.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"id": 1002
},
{
"imageName": "",
"imageName": "people_grade_onboarding",
"title": "Boost Your Academic Performance",
"description": "Achieve academic excellence with our specialized tools and resources,\n tailored to help you improve your grades and overall performance in your studies.",
"id": 1003
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"images" : [
{
"filename" : "people_grade_onboarding@1x.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "people_grade_onboarding@1x 1.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "people_grade_onboarding@1x 2.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b2c1774

Please sign in to comment.