Skip to content

Commit

Permalink
Add Presentation Layer's ABC Everyday application
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin Gourlay committed Feb 3, 2021
1 parent c5d0346 commit 9770bef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export enum APPLICATIONS {
P2 = 'p2',
PLA = 'pla',
PLC = 'plc',
PLE = 'ple',
PLL = 'pll',
PLN = 'pln',
}
Expand Down Expand Up @@ -105,6 +106,8 @@ export const getApplication = memoize(
? APPLICATIONS.P1S
: isGeneratedBy('WCMS FTL')
? APPLICATIONS.P2
: isGeneratedBy('PL Everyday')
? APPLICATIONS.PLE
: isGeneratedBy('PL LIFE')
? APPLICATIONS.PLL
: isGeneratedBy('PL CORE')
Expand All @@ -122,6 +125,7 @@ export const getGeneration = memoize(
switch (getApplication()) {
case APPLICATIONS.PLA:
case APPLICATIONS.PLC:
case APPLICATIONS.PLE:
case APPLICATIONS.PLL:
case APPLICATIONS.PLN:
return GENERATIONS.PL;
Expand Down

0 comments on commit 9770bef

Please sign in to comment.