forked from open-eid/esteid-ctk-tokend
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove Gemalto card support and fix warnings
IB-7701 Signed-off-by: Raul Metsma <[email protected]>
- Loading branch information
Showing
25 changed files
with
979 additions
and
638 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,16 @@ | ||
name: CI | ||
on: [push, pull_request] | ||
env: | ||
BUILD_NUMBER: ${{ github.run_number }} | ||
jobs: | ||
macos: | ||
name: Build on macOS | ||
runs-on: macos-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v2 | ||
with: | ||
submodules: 'true' | ||
uses: actions/checkout@v4 | ||
- name: Build | ||
run: | | ||
xcodebuild -project EstEIDTokenApp.xcodeproj -target package CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO DSTROOT=$PWD/tmp install | ||
mkdir upload | ||
mv *pkg upload | ||
run: xcodebuild -project EstEIDTokenApp.xcodeproj -target package CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO DSTROOT=$PWD/tmp CURRENT_PROJECT_VERSION=${{ github.run_number }} install | ||
- name: Archive artifacts | ||
uses: actions/upload-artifact@v2 | ||
uses: actions/upload-artifact@v4 | ||
with: | ||
name: pkg | ||
path: upload | ||
path: ./*.pkg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,241 @@ | ||
{ | ||
"sourceLanguage" : "en", | ||
"strings" : { | ||
"AUTH_CERT" : { | ||
"comment" : "Localizable.strings\n CryptoTokenKit", | ||
"extractionState" : "manual", | ||
"localizations" : { | ||
"en" : { | ||
"stringUnit" : { | ||
"state" : "translated", | ||
"value" : "Certificate For Card Authentication" | ||
} | ||
}, | ||
"et" : { | ||
"stringUnit" : { | ||
"state" : "translated", | ||
"value" : "Certificate For Card Authentication" | ||
} | ||
}, | ||
"ru" : { | ||
"stringUnit" : { | ||
"state" : "translated", | ||
"value" : "Certificate For Card Authentication" | ||
} | ||
} | ||
} | ||
}, | ||
"AUTH_KEY" : { | ||
"extractionState" : "manual", | ||
"localizations" : { | ||
"en" : { | ||
"stringUnit" : { | ||
"state" : "translated", | ||
"value" : "Key For Card Authentication" | ||
} | ||
}, | ||
"et" : { | ||
"stringUnit" : { | ||
"state" : "translated", | ||
"value" : "Key For Card Authentication" | ||
} | ||
}, | ||
"ru" : { | ||
"stringUnit" : { | ||
"state" : "translated", | ||
"value" : "Key For Card Authentication" | ||
} | ||
} | ||
} | ||
}, | ||
"ENTER_PINPAD" : { | ||
"localizations" : { | ||
"en" : { | ||
"stringUnit" : { | ||
"state" : "translated", | ||
"value" : "Please enter PIN code on PinPAD" | ||
} | ||
}, | ||
"et" : { | ||
"stringUnit" : { | ||
"state" : "translated", | ||
"value" : "Palun sisestada PIN kaardilugeja sõrmistikult" | ||
} | ||
}, | ||
"ru" : { | ||
"stringUnit" : { | ||
"state" : "translated", | ||
"value" : "Please enter PIN code on PinPAD" | ||
} | ||
} | ||
} | ||
}, | ||
"INVALID_PIN" : { | ||
"localizations" : { | ||
"en" : { | ||
"stringUnit" : { | ||
"state" : "translated", | ||
"value" : "Invalid PIN entered" | ||
} | ||
}, | ||
"et" : { | ||
"stringUnit" : { | ||
"state" : "translated", | ||
"value" : "Sisestati ebakorrektne PIN" | ||
} | ||
}, | ||
"ru" : { | ||
"stringUnit" : { | ||
"state" : "translated", | ||
"value" : "Invalid PIN entered" | ||
} | ||
} | ||
} | ||
}, | ||
"SIGN_CERT" : { | ||
"extractionState" : "manual", | ||
"localizations" : { | ||
"en" : { | ||
"stringUnit" : { | ||
"state" : "translated", | ||
"value" : "Certificate For Digital Signature" | ||
} | ||
}, | ||
"et" : { | ||
"stringUnit" : { | ||
"state" : "translated", | ||
"value" : "Certificate For Digital Signature" | ||
} | ||
}, | ||
"ru" : { | ||
"stringUnit" : { | ||
"state" : "translated", | ||
"value" : "Certificate For Digital Signature" | ||
} | ||
} | ||
} | ||
}, | ||
"SIGN_KEY" : { | ||
"extractionState" : "manual", | ||
"localizations" : { | ||
"en" : { | ||
"stringUnit" : { | ||
"state" : "translated", | ||
"value" : "Key For Digital Signature" | ||
} | ||
}, | ||
"et" : { | ||
"stringUnit" : { | ||
"state" : "translated", | ||
"value" : "Key For Digital Signature" | ||
} | ||
}, | ||
"ru" : { | ||
"stringUnit" : { | ||
"state" : "translated", | ||
"value" : "Key For Digital Signature" | ||
} | ||
} | ||
} | ||
}, | ||
"VERIFY_TRY_LEFT" : { | ||
"localizations" : { | ||
"en" : { | ||
"variations" : { | ||
"plural" : { | ||
"one" : { | ||
"stringUnit" : { | ||
"state" : "translated", | ||
"value" : "PIN Incorrect.\nPIN will be locked next failed attempt." | ||
} | ||
}, | ||
"other" : { | ||
"stringUnit" : { | ||
"state" : "translated", | ||
"value" : "PIN Incorrect.\n%d tries left" | ||
} | ||
}, | ||
"zero" : { | ||
"stringUnit" : { | ||
"state" : "translated", | ||
"value" : "PIN locked.\nUnblock to reuse PIN." | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"et" : { | ||
"variations" : { | ||
"plural" : { | ||
"one" : { | ||
"stringUnit" : { | ||
"state" : "translated", | ||
"value" : "Vale PIN.\nJärgmise vale koodi sisestamisel PIN lukustub." | ||
} | ||
}, | ||
"other" : { | ||
"stringUnit" : { | ||
"state" : "translated", | ||
"value" : "Vale PIN.\n%d katset jäänud" | ||
} | ||
}, | ||
"zero" : { | ||
"stringUnit" : { | ||
"state" : "translated", | ||
"value" : "PIN on lukus.\nTühista blokeering, et PIN-i taas kasutada." | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"ru" : { | ||
"variations" : { | ||
"plural" : { | ||
"one" : { | ||
"stringUnit" : { | ||
"state" : "translated", | ||
"value" : "Неверный PIN.\nPIN будет заблокирован при следующей неудачной попытке" | ||
} | ||
}, | ||
"other" : { | ||
"stringUnit" : { | ||
"state" : "translated", | ||
"value" : "Неправильный PIN.\nОсталось %d попыток" | ||
} | ||
}, | ||
"zero" : { | ||
"stringUnit" : { | ||
"state" : "translated", | ||
"value" : "PIN заблокирован.\nРазблокируйте его для повторного использования PIN." | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"WRONG_CONSTR" : { | ||
"localizations" : { | ||
"en" : { | ||
"stringUnit" : { | ||
"state" : "translated", | ||
"value" : "Unexpected constraint" | ||
} | ||
}, | ||
"et" : { | ||
"stringUnit" : { | ||
"state" : "translated", | ||
"value" : "Unexpected constraint" | ||
} | ||
}, | ||
"ru" : { | ||
"stringUnit" : { | ||
"state" : "translated", | ||
"value" : "Unexpected constraint" | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"version" : "1.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.