Skip to content

Commit

Permalink
Merge pull request #10 from EOSLaoMao/feature/update-bundle-id
Browse files Browse the repository at this point in the history
Feature/update bundle
  • Loading branch information
JohnnyZhao committed Aug 13, 2020
2 parents 5471096 + b349e40 commit b6b223c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Eosio/Application/Constants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ import Foundation
struct Constants {

/// Change this to the the app group for your application
static let vaultAccessGroup = "group.com.eoslaomao" // <- CHANGE THIS FOR YOUR APPLICATION
static let vaultAccessGroup = "group.jp.laomao" // <- CHANGE THIS FOR YOUR APPLICATION

}
2 changes: 1 addition & 1 deletion Eosio/Eosio.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<string>$(TeamIdentifierPrefix)$(CFBundleIdentifier)</string>
<key>com.apple.security.application-groups</key>
<array>
<string>group.com.eoslaomao</string>
<string>group.jp.laomao</string>
</array>
</dict>
</plist>
16 changes: 8 additions & 8 deletions EosioReferenceAuthenticator.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1173,9 +1173,9 @@
CODE_SIGN_ENTITLEMENTS = Eosio/Eosio.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 18;
CURRENT_PROJECT_VERSION = 1;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = 43J4XXA46A;
DEVELOPMENT_TEAM = GX8D77F5S4;
ENABLE_BITCODE = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -1188,13 +1188,13 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.0.7;
MARKETING_VERSION = 1.0.0;
OTHER_LDFLAGS = (
"$(inherited)",
"-framework",
"\"openssl\"",
);
PRODUCT_BUNDLE_IDENTIFIER = com.eoslaomao.authenticator;
PRODUCT_BUNDLE_IDENTIFIER = jp.laomao.authenticator;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_ENABLE_BATCH_MODE = NO;
Expand All @@ -1212,9 +1212,9 @@
CODE_SIGN_ENTITLEMENTS = Eosio/Eosio.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 18;
CURRENT_PROJECT_VERSION = 1;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = 43J4XXA46A;
DEVELOPMENT_TEAM = GX8D77F5S4;
ENABLE_BITCODE = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -1227,13 +1227,13 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.0.7;
MARKETING_VERSION = 1.0.0;
OTHER_LDFLAGS = (
"$(inherited)",
"-framework",
"\"openssl\"",
);
PRODUCT_BUNDLE_IDENTIFIER = com.eoslaomao.authenticator;
PRODUCT_BUNDLE_IDENTIFIER = jp.laomao.authenticator;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_ENABLE_BATCH_MODE = NO;
Expand Down

0 comments on commit b6b223c

Please sign in to comment.