Skip to content

Commit

Permalink
fix: add iOS App scheme removed after the version upgrade & fix some …
Browse files Browse the repository at this point in the history
…button css after upgrade
  • Loading branch information
Aashu-Dubey committed Jun 22, 2024
1 parent eb92696 commit b4a6264
Show file tree
Hide file tree
Showing 6 changed files with 86 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1530"
version = "1.7">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES"
buildArchitectures = "Automatic">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "504EC3031FED79650016851F"
BuildableName = "App.app"
BlueprintName = "App"
ReferencedContainer = "container:App.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES"
shouldAutocreateTestPlan = "YES">
</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 = "504EC3031FED79650016851F"
BuildableName = "App.app"
BlueprintName = "App"
ReferencedContainer = "container:App.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "504EC3031FED79650016851F"
BuildableName = "App.app"
BlueprintName = "App"
ReferencedContainer = "container:App.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
4 changes: 2 additions & 2 deletions ionic_ui_templates/src/app/drawer/feedback/feedback.page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ ion-img {
ion-button {
text-transform: none;
font-family: WorkSans-Medium;
width: 120px;
height: 40px;
min-width: 120px;
min-height: 40px;
--background: rgb(33, 150, 243);
--border-radius: 4px;
--box-shadow: 4px 4px 8px 0px var(--shadow-color2);
Expand Down
4 changes: 2 additions & 2 deletions ionic_ui_templates/src/app/drawer/help/help.page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ ion-img {
ion-button {
text-transform: none;
font-family: WorkSans-Medium;
width: 140px;
height: 40px;
min-width: 140px;
min-height: 40px;
--background: rgb(33, 150, 243);
--border-radius: 4px;
--box-shadow: 4px 4px 8px 0px var(--shadow-color2);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ ion-img {
ion-button {
text-transform: none;
font-family: WorkSans-Medium;
width: 120px;
height: 40px;
min-height: 120px;
min-height: 40px;
--background: rgb(33, 150, 243);
--border-radius: 4px;
--box-shadow: 4px 4px 8px 0px var(--shadow-color2);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,7 @@ div.content-container {
--padding-end: 0;
--padding-bottom: 0;
width: 36px;
height: 36px;
min-height: auto;
min-height: 36px;
color: white;
position: absolute;
top: calc(var(--safe-area-inset-top) + 100px);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,7 @@ div.sign-in-container {

ion-button {
width: 36px;
height: 36px;
min-height: auto;
min-height: 36px;
--background: white;
--background-hover: white;
--background-activated: lightgrey;
Expand Down

0 comments on commit b4a6264

Please sign in to comment.