Skip to content

Commit

Permalink
refactor company id
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesbrandenburger authored Mar 5, 2024
1 parent c1c8b5d commit e2dd6b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/macos/Runner/Configs/AppInfo.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ PRODUCT_NAME = frontend
PRODUCT_BUNDLE_IDENTIFIER = com.mobilearning.frontend

// The copyright displayed in application information
PRODUCT_COPYRIGHT = Copyright © 2023 com.example. All rights reserved.
PRODUCT_COPYRIGHT = Copyright © 2023 com.mobilearning. All rights reserved.
4 changes: 2 additions & 2 deletions frontend/windows/runner/Runner.rc
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,11 @@ BEGIN
BEGIN
BLOCK "040904e4"
BEGIN
VALUE "CompanyName", "com.example" "\0"
VALUE "CompanyName", "com.mobilearning" "\0"
VALUE "FileDescription", "frontend" "\0"
VALUE "FileVersion", VERSION_AS_STRING "\0"
VALUE "InternalName", "frontend" "\0"
VALUE "LegalCopyright", "Copyright (C) 2023 com.example. All rights reserved." "\0"
VALUE "LegalCopyright", "Copyright (C) 2023 com.mobilearning. All rights reserved." "\0"
VALUE "OriginalFilename", "frontend.exe" "\0"
VALUE "ProductName", "frontend" "\0"
VALUE "ProductVersion", VERSION_AS_STRING "\0"
Expand Down

0 comments on commit e2dd6b3

Please sign in to comment.