Skip to content

Commit 6c49cbd

Browse files
refactor: 💡 [HCPSDKFIORIUIKIT-2882] WelcomeScreen refactor (SAP#1019)
* refactor: 💡 [HCPSDKFIORIUIKIT-2882] WelcomeScreen refactor * refactor: 💡 [HCPSDKFIORIUIKIT-2882] WelcomeScreen refactor * refactor: 💡 [HCPSDKFIORIUIKIT-2882] WelcomeScreen refactor --------- Co-authored-by: dyongxu <61523257+dyongxu@users.noreply.github.com>
1 parent e06264b commit 6c49cbd

File tree

51 files changed

+1882
-194
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+1882
-194
lines changed

Apps/Examples/Examples.xcodeproj/project.pbxproj

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
6D3A3DE92CDB5F1E004D4597 /* ObjectCellEnhancementExample.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D3A3DE82CDB5F1E004D4597 /* ObjectCellEnhancementExample.swift */; };
4747
6D66D7F12D02FC7B00F7A97D /* ActivityItemExample.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D66D7EF2D02FC7B00F7A97D /* ActivityItemExample.swift */; };
4848
6D6E256D2D378025009A62CA /* FilterFormViewExamples.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D6E256C2D378025009A62CA /* FilterFormViewExamples.swift */; };
49+
6D6E25672D364F78009A62CA /* OnBoardingWelcomeScreenExamples.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D6E25662D364F78009A62CA /* OnBoardingWelcomeScreenExamples.swift */; };
4950
6D6E86252C50D42000EDB6F4 /* FioriButtonInListExample.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D6E86242C50D42000EDB6F4 /* FioriButtonInListExample.swift */; };
5051
6D6E86292C50E5F900EDB6F4 /* FioriButtonInListMultipleLineExample.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D6E86282C50E5F900EDB6F4 /* FioriButtonInListMultipleLineExample.swift */; };
5152
6D6E86672C50FDBE00EDB6F4 /* FioriButtonInCollectionExample.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D6E86662C50FDBE00EDB6F4 /* FioriButtonInCollectionExample.swift */; };
@@ -284,6 +285,7 @@
284285
6D3A3DE82CDB5F1E004D4597 /* ObjectCellEnhancementExample.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ObjectCellEnhancementExample.swift; sourceTree = "<group>"; };
285286
6D66D7EF2D02FC7B00F7A97D /* ActivityItemExample.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActivityItemExample.swift; sourceTree = "<group>"; };
286287
6D6E256C2D378025009A62CA /* FilterFormViewExamples.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FilterFormViewExamples.swift; sourceTree = "<group>"; };
288+
6D6E25662D364F78009A62CA /* OnBoardingWelcomeScreenExamples.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OnBoardingWelcomeScreenExamples.swift; sourceTree = "<group>"; };
287289
6D6E86242C50D42000EDB6F4 /* FioriButtonInListExample.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FioriButtonInListExample.swift; sourceTree = "<group>"; };
288290
6D6E86282C50E5F900EDB6F4 /* FioriButtonInListMultipleLineExample.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FioriButtonInListMultipleLineExample.swift; sourceTree = "<group>"; };
289291
6D6E86662C50FDBE00EDB6F4 /* FioriButtonInCollectionExample.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FioriButtonInCollectionExample.swift; sourceTree = "<group>"; };
@@ -620,6 +622,14 @@
620622
path = ActivityItem;
621623
sourceTree = "<group>";
622624
};
625+
6D6E25652D364A64009A62CA /* WelcomScreen */ = {
626+
isa = PBXGroup;
627+
children = (
628+
6D6E25662D364F78009A62CA /* OnBoardingWelcomeScreenExamples.swift */,
629+
);
630+
path = WelcomScreen;
631+
sourceTree = "<group>";
632+
};
623633
8732C2C32C35092D002110E9 /* Timeline */ = {
624634
isa = PBXGroup;
625635
children = (
@@ -954,6 +964,7 @@
954964
B80DA9C32612A54E00C0B2E9 /* Onboarding */ = {
955965
isa = PBXGroup;
956966
children = (
967+
6D6E25652D364A64009A62CA /* WelcomScreen */,
957968
993A122C26A726AC0018028B /* PrivacyText.html */,
958969
993A122D26A726AC0018028B /* PrivacyText.rtf */,
959970
9996CCFD262EB4E7001B99AE /* EULAText.html */,
@@ -1278,6 +1289,7 @@
12781289
6D66D7F12D02FC7B00F7A97D /* ActivityItemExample.swift in Sources */,
12791290
6DEC32042C4E49C70084DD20 /* CardFixedWidthButtonsExample.swift in Sources */,
12801291
B1C7DC8129FBB13F00DC5EEB /* SPIModelExample.swift in Sources */,
1292+
6D6E25672D364F78009A62CA /* OnBoardingWelcomeScreenExamples.swift in Sources */,
12811293
C106AD462B338D1300FE8B35 /* SearchWithToken.swift in Sources */,
12821294
99193C852B719B8800F33BAF /* InformationViewExample.swift in Sources */,
12831295
8A5579D824C1293C0098003A /* SettingsIndexSet.swift in Sources */,
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"images" : [
3+
{
4+
"filename" : "HimilayanCat.png",
5+
"idiom" : "universal",
6+
"scale" : "1x"
7+
},
8+
{
9+
"idiom" : "universal",
10+
"scale" : "2x"
11+
},
12+
{
13+
"idiom" : "universal",
14+
"scale" : "3x"
15+
}
16+
],
17+
"info" : {
18+
"author" : "xcode",
19+
"version" : 1
20+
}
21+
}
22.1 KB
Loading
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"images" : [
3+
{
4+
"filename" : "IllustrationImage.png",
5+
"idiom" : "universal",
6+
"scale" : "1x"
7+
},
8+
{
9+
"idiom" : "universal",
10+
"scale" : "2x"
11+
},
12+
{
13+
"idiom" : "universal",
14+
"scale" : "3x"
15+
}
16+
],
17+
"info" : {
18+
"author" : "xcode",
19+
"version" : 1
20+
}
21+
}
21.6 KB
Loading

Apps/Examples/Examples/Assets.xcassets/SAPLogo.imageset/Contents.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
{
22
"images" : [
33
{
4-
"filename" : "SAP_grad_C_min_1x.png",
4+
"filename" : "SAP_R_grad_scrn S.svg",
55
"idiom" : "universal",
66
"scale" : "1x"
77
},
88
{
9+
"filename" : "SAP_R_grad_scrn M.svg",
910
"idiom" : "universal",
1011
"scale" : "2x"
1112
},
1213
{
14+
"filename" : "SAP_R_grad_scrn L.svg",
1315
"idiom" : "universal",
1416
"scale" : "3x"
1517
}
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 19 additions & 0 deletions
Loading
Lines changed: 19 additions & 0 deletions
Loading
Binary file not shown.

0 commit comments

Comments
 (0)