This commit is contained in:
Dain Nilsson 2022-01-26 11:11:53 +01:00
commit 08938a4ef6
No known key found for this signature in database
GPG Key ID: F04367096FBA95E8
7 changed files with 24 additions and 19 deletions

View File

@ -43,7 +43,7 @@ jobs:
run: |
export REF=$(echo ${GITHUB_REF} | cut -d '/' -f 3)
mkdir deploy
tar -czf deploy/yubioath-desktop-${REF}.app.tar.gz -C build/macos/Build/Products/Release yubico_authenticator.app
tar -czf deploy/yubioath-desktop-${REF}.app.tar.gz -C build/macos/Build/Products/Release "Yubico Authenticator.app"
- name: Upload artifact
uses: actions/upload-artifact@v1

View File

@ -1,8 +1,8 @@
cmake_minimum_required(VERSION 3.10)
project(runner LANGUAGES CXX)
set(BINARY_NAME "yubico_authenticator")
set(APPLICATION_ID "com.example.yubico_authenticator")
set(BINARY_NAME "authenticator")
set(APPLICATION_ID "com.yubico.yubioath")
cmake_policy(SET CMP0063 NEW)

View File

@ -56,7 +56,7 @@
/* Begin PBXFileReference section */
333000ED22D3DE5D00554162 /* Warnings.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Warnings.xcconfig; sourceTree = "<group>"; };
335BBD1A22A9A15E00E9071D /* GeneratedPluginRegistrant.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GeneratedPluginRegistrant.swift; sourceTree = "<group>"; };
33CC10ED2044A3C60003C045 /* yubico_authenticator.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = yubico_authenticator.app; sourceTree = BUILT_PRODUCTS_DIR; };
33CC10ED2044A3C60003C045 /* Yubico Authenticator.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Yubico Authenticator.app"; sourceTree = BUILT_PRODUCTS_DIR; };
33CC10F02044A3C60003C045 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
33CC10F22044A3C60003C045 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Assets.xcassets; path = Runner/Assets.xcassets; sourceTree = "<group>"; };
33CC10F52044A3C60003C045 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = "<group>"; };
@ -114,7 +114,7 @@
33CC10EE2044A3C60003C045 /* Products */ = {
isa = PBXGroup;
children = (
33CC10ED2044A3C60003C045 /* yubico_authenticator.app */,
33CC10ED2044A3C60003C045 /* Yubico Authenticator.app */,
);
name = Products;
sourceTree = "<group>";
@ -162,7 +162,6 @@
FFD2BDD751CD366AEDC4D417 /* Pods-Runner.release.xcconfig */,
F18D61C5361D1EF615E824EE /* Pods-Runner.profile.xcconfig */,
);
name = Pods;
path = Pods;
sourceTree = "<group>";
};
@ -196,7 +195,7 @@
);
name = Runner;
productName = Runner;
productReference = 33CC10ED2044A3C60003C045 /* yubico_authenticator.app */;
productReference = 33CC10ED2044A3C60003C045 /* Yubico Authenticator.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
@ -430,6 +429,8 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = com.yubico.authenticator;
PRODUCT_NAME = "Yubico Authenticator";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_VERSION = 5.0;
};
@ -556,6 +557,8 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = com.yubico.authenticator;
PRODUCT_NAME = "Yubico Authenticator";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0;
@ -576,6 +579,8 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = com.yubico.authenticator;
PRODUCT_NAME = "Yubico Authenticator";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_VERSION = 5.0;
};

View File

@ -15,7 +15,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "33CC10EC2044A3C60003C045"
BuildableName = "yubico_authenticator.app"
BuildableName = "Yubico Authenticator.app"
BlueprintName = "Runner"
ReferencedContainer = "container:Runner.xcodeproj">
</BuildableReference>
@ -31,7 +31,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "33CC10EC2044A3C60003C045"
BuildableName = "yubico_authenticator.app"
BuildableName = "Yubico Authenticator.app"
BlueprintName = "Runner"
ReferencedContainer = "container:Runner.xcodeproj">
</BuildableReference>
@ -54,7 +54,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "33CC10EC2044A3C60003C045"
BuildableName = "yubico_authenticator.app"
BuildableName = "Yubico Authenticator.app"
BlueprintName = "Runner"
ReferencedContainer = "container:Runner.xcodeproj">
</BuildableReference>
@ -71,7 +71,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "33CC10EC2044A3C60003C045"
BuildableName = "yubico_authenticator.app"
BuildableName = "Yubico Authenticator.app"
BlueprintName = "Runner"
ReferencedContainer = "container:Runner.xcodeproj">
</BuildableReference>

View File

@ -5,10 +5,10 @@
// 'flutter create' template.
// The application's name. By default this is also the title of the Flutter window.
PRODUCT_NAME = yubico_authenticator
PRODUCT_NAME = Yubico Authenticator
// The application's bundle identifier
PRODUCT_BUNDLE_IDENTIFIER = com.example.yubicoAuthenticator
PRODUCT_BUNDLE_IDENTIFIER = com.yubico.yubioath
// The copyright displayed in application information
PRODUCT_COPYRIGHT = Copyright © 2021 com.example. All rights reserved.
PRODUCT_COPYRIGHT = Copyright © 2021 Yubico. All rights reserved.

View File

@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.14)
project(yubico_authenticator LANGUAGES CXX)
project(authenticator LANGUAGES CXX)
set(BINARY_NAME "yubico_authenticator")
set(BINARY_NAME "authenticator")
cmake_policy(SET CMP0063 NEW)

View File

@ -92,10 +92,10 @@ BEGIN
VALUE "CompanyName", "Yubico" "\0"
VALUE "FileDescription", "Yubico Authenticator" "\0"
VALUE "FileVersion", VERSION_AS_STRING "\0"
VALUE "InternalName", "yubico_authenticator" "\0"
VALUE "InternalName", "authenticator" "\0"
VALUE "LegalCopyright", "Copyright (C) 2021 Yubico. All rights reserved." "\0"
VALUE "OriginalFilename", "yubico_authenticator.exe" "\0"
VALUE "ProductName", "yubico_authenticator" "\0"
VALUE "OriginalFilename", "authenticator.exe" "\0"
VALUE "ProductName", "Yubico Authenticator" "\0"
VALUE "ProductVersion", VERSION_AS_STRING "\0"
END
END