-
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.
Merge pull request #20 from ElfenB:rename-application-for-user
Rename-application-for-user
- Loading branch information
Showing
8 changed files
with
111 additions
and
106 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
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "job-search-portal", | ||
"name": "Jobber", | ||
"integrations": { | ||
"capacitor": {} | ||
}, | ||
|
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 |
---|---|---|
@@ -1,62 +1,62 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>CFBundleDevelopmentRegion</key> | ||
<string>en</string> | ||
<key>CFBundleDisplayName</key> | ||
<string>job-search-portal</string> | ||
<key>CFBundleExecutable</key> | ||
<string>$(EXECUTABLE_NAME)</string> | ||
<key>CFBundleIdentifier</key> | ||
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> | ||
<key>CFBundleInfoDictionaryVersion</key> | ||
<string>6.0</string> | ||
<key>CFBundleName</key> | ||
<string>$(PRODUCT_NAME)</string> | ||
<key>CFBundlePackageType</key> | ||
<string>APPL</string> | ||
<key>CFBundleShortVersionString</key> | ||
<string>$(MARKETING_VERSION)</string> | ||
<key>CFBundleURLTypes</key> | ||
<array> | ||
<dict> | ||
<key>CFBundleTypeRole</key> | ||
<string>Viewer</string> | ||
<key>CFBundleURLName</key> | ||
<dict> | ||
<key>CFBundleDevelopmentRegion</key> | ||
<string>en</string> | ||
<key>CFBundleDisplayName</key> | ||
<string>Jobber</string> | ||
<key>CFBundleExecutable</key> | ||
<string>$(EXECUTABLE_NAME)</string> | ||
<key>CFBundleIdentifier</key> | ||
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> | ||
<key>CFBundleInfoDictionaryVersion</key> | ||
<string>6.0</string> | ||
<key>CFBundleName</key> | ||
<string>$(PRODUCT_NAME)</string> | ||
<key>CFBundlePackageType</key> | ||
<string>APPL</string> | ||
<key>CFBundleShortVersionString</key> | ||
<string>$(MARKETING_VERSION)</string> | ||
<key>CFBundleURLTypes</key> | ||
<array> | ||
<dict> | ||
<key>CFBundleTypeRole</key> | ||
<string>Viewer</string> | ||
<key>CFBundleURLName</key> | ||
<string>com.benelfen.jobsearchportal</string> | ||
<key>CFBundleURLSchemes</key> | ||
<array> | ||
<string>com.benelfen.jobsearchportal</string> | ||
<key>CFBundleURLSchemes</key> | ||
<array> | ||
<string>com.benelfen.jobsearchportal</string> | ||
</array> | ||
</dict> | ||
</array> | ||
<key>CFBundleVersion</key> | ||
<string>$(CURRENT_PROJECT_VERSION)</string> | ||
<key>LSRequiresIPhoneOS</key> | ||
<true/> | ||
<key>UILaunchStoryboardName</key> | ||
<string>LaunchScreen</string> | ||
<key>UIMainStoryboardFile</key> | ||
<string>Main</string> | ||
<key>UIRequiredDeviceCapabilities</key> | ||
<array> | ||
<string>armv7</string> | ||
</array> | ||
<key>UISupportedInterfaceOrientations</key> | ||
<array> | ||
<string>UIInterfaceOrientationPortrait</string> | ||
<string>UIInterfaceOrientationLandscapeLeft</string> | ||
<string>UIInterfaceOrientationLandscapeRight</string> | ||
</array> | ||
<key>UISupportedInterfaceOrientations~ipad</key> | ||
<array> | ||
<string>UIInterfaceOrientationPortrait</string> | ||
<string>UIInterfaceOrientationPortraitUpsideDown</string> | ||
<string>UIInterfaceOrientationLandscapeLeft</string> | ||
<string>UIInterfaceOrientationLandscapeRight</string> | ||
</array> | ||
<key>UIViewControllerBasedStatusBarAppearance</key> | ||
<true/> | ||
</dict> | ||
</plist> | ||
</array> | ||
</dict> | ||
</array> | ||
<key>CFBundleVersion</key> | ||
<string>$(CURRENT_PROJECT_VERSION)</string> | ||
<key>LSRequiresIPhoneOS</key> | ||
<true/> | ||
<key>UILaunchStoryboardName</key> | ||
<string>LaunchScreen</string> | ||
<key>UIMainStoryboardFile</key> | ||
<string>Main</string> | ||
<key>UIRequiredDeviceCapabilities</key> | ||
<array> | ||
<string>armv7</string> | ||
</array> | ||
<key>UISupportedInterfaceOrientations</key> | ||
<array> | ||
<string>UIInterfaceOrientationPortrait</string> | ||
<string>UIInterfaceOrientationLandscapeLeft</string> | ||
<string>UIInterfaceOrientationLandscapeRight</string> | ||
</array> | ||
<key>UISupportedInterfaceOrientations~ipad</key> | ||
<array> | ||
<string>UIInterfaceOrientationPortrait</string> | ||
<string>UIInterfaceOrientationPortraitUpsideDown</string> | ||
<string>UIInterfaceOrientationLandscapeLeft</string> | ||
<string>UIInterfaceOrientationLandscapeRight</string> | ||
</array> | ||
<key>UIViewControllerBasedStatusBarAppearance</key> | ||
<true/> | ||
</dict> | ||
</plist> |
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,21 +1,21 @@ | ||
{ | ||
"label.backbutton": "Zurück", | ||
"label.chatnotfound": "Chat konnte nicht gefunden werden.", | ||
"label.chats": "Unterhaltungen", | ||
"label.conversations": "Deine Unterhaltungen", | ||
"label.delete": "Löschen", | ||
"label.error": "Fehler", | ||
"label.errormessage": "Ups ... etwas ist schief gelaufen.", | ||
"label.login": "Login", | ||
"label.logout": "Abmelden", | ||
"label.offerdetails": "Angebotsdetails", | ||
"label.offernotfound": "Angebot konnte nicht gefunden werden", | ||
"label.overview": "Übersicht", | ||
"label.personal": "Persönlich", | ||
"label.profiledetails": "Dein Profil", | ||
"label.settings": "Einstellungen", | ||
"label.yourpicture": "Dein Profilbild", | ||
"offer": "Angebot", | ||
"request": "Gesuch", | ||
"welcomemessage": "Willkommen im Job Suche Portal!" | ||
"label.backbutton": "Zurück", | ||
"label.chatnotfound": "Chat konnte nicht gefunden werden.", | ||
"label.chats": "Unterhaltungen", | ||
"label.conversations": "Deine Unterhaltungen", | ||
"label.delete": "Löschen", | ||
"label.error": "Fehler", | ||
"label.errormessage": "Ups ... etwas ist schief gelaufen.", | ||
"label.login": "Login", | ||
"label.logout": "Abmelden", | ||
"label.offerdetails": "Angebotsdetails", | ||
"label.offernotfound": "Angebot konnte nicht gefunden werden", | ||
"label.overview": "Übersicht", | ||
"label.personal": "Persönlich", | ||
"label.profiledetails": "Dein Profil", | ||
"label.settings": "Einstellungen", | ||
"label.yourpicture": "Dein Profilbild", | ||
"offer": "Angebot", | ||
"request": "Gesuch", | ||
"welcomemessage": "Willkommen bei Jobber!" | ||
} |
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,21 +1,21 @@ | ||
{ | ||
"label.backbutton": "Back", | ||
"label.chatnotfound": "Chat could not be found.", | ||
"label.chats": "Chats", | ||
"label.conversations": "Your conversations", | ||
"label.delete": "Delete", | ||
"label.error": "Error", | ||
"label.errormessage": "Whoops ... something is wrong.", | ||
"label.login": "Login", | ||
"label.logout": "Logout", | ||
"label.offerdetails": "Offer details", | ||
"label.offernotfound": "Offer not found", | ||
"label.overview": "Overview", | ||
"label.personal": "Personal", | ||
"label.profiledetails": "Your details", | ||
"label.settings": "Settings", | ||
"label.yourpicture": "Your picture", | ||
"offer": "Offer", | ||
"request": "Request", | ||
"welcomemessage": "Welcome to the Job Search Portal!" | ||
"label.backbutton": "Back", | ||
"label.chatnotfound": "Chat could not be found.", | ||
"label.chats": "Chats", | ||
"label.conversations": "Your conversations", | ||
"label.delete": "Delete", | ||
"label.error": "Error", | ||
"label.errormessage": "Whoops ... something is wrong.", | ||
"label.login": "Login", | ||
"label.logout": "Logout", | ||
"label.offerdetails": "Offer details", | ||
"label.offernotfound": "Offer not found", | ||
"label.overview": "Overview", | ||
"label.personal": "Personal", | ||
"label.profiledetails": "Your details", | ||
"label.settings": "Settings", | ||
"label.yourpicture": "Your picture", | ||
"offer": "Offer", | ||
"request": "Request", | ||
"welcomemessage": "Welcome to Jobber!" | ||
} |
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