Browse Source

Use appropriate bundle identifier

pull/557/head
Guillaume Vincent 4 years ago
parent
commit
6c75cb9926
2 changed files with 7 additions and 5 deletions
  1. +5
    -3
      mobile/ios/LessPass.xcodeproj/project.pbxproj
  2. +2
    -2
      mobile/ios/LessPass/Info.plist

+ 5
- 3
mobile/ios/LessPass.xcodeproj/project.pbxproj View File

@@ -702,12 +702,13 @@
); );
INFOPLIST_FILE = LessPass/Info.plist; INFOPLIST_FILE = LessPass/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 1.0;
OTHER_LDFLAGS = ( OTHER_LDFLAGS = (
"$(inherited)", "$(inherited)",
"-ObjC", "-ObjC",
"-lc++", "-lc++",
); );
PRODUCT_BUNDLE_IDENTIFIER = com.lesspass.mobile;
PRODUCT_BUNDLE_IDENTIFIER = com.lesspass.ios;
PRODUCT_NAME = LessPass; PRODUCT_NAME = LessPass;
PROVISIONING_PROFILE_SPECIFIER = ""; PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_OBJC_BRIDGING_HEADER = "LessPass-Bridging-Header.h"; SWIFT_OBJC_BRIDGING_HEADER = "LessPass-Bridging-Header.h";
@@ -729,14 +730,15 @@
DEVELOPMENT_TEAM = 5Y4MF2AT83; DEVELOPMENT_TEAM = 5Y4MF2AT83;
INFOPLIST_FILE = LessPass/Info.plist; INFOPLIST_FILE = LessPass/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 1.0;
OTHER_LDFLAGS = ( OTHER_LDFLAGS = (
"$(inherited)", "$(inherited)",
"-ObjC", "-ObjC",
"-lc++", "-lc++",
); );
PRODUCT_BUNDLE_IDENTIFIER = com.lesspass.mobile;
PRODUCT_BUNDLE_IDENTIFIER = com.lesspass.ios;
PRODUCT_NAME = LessPass; PRODUCT_NAME = LessPass;
PROVISIONING_PROFILE_SPECIFIER = "LessPass AppStore";
PROVISIONING_PROFILE_SPECIFIER = "LessPass Distribution Profile";
SWIFT_OBJC_BRIDGING_HEADER = "LessPass-Bridging-Header.h"; SWIFT_OBJC_BRIDGING_HEADER = "LessPass-Bridging-Header.h";
SWIFT_VERSION = 5.0; SWIFT_VERSION = 5.0;
VERSIONING_SYSTEM = "apple-generic"; VERSIONING_SYSTEM = "apple-generic";


+ 2
- 2
mobile/ios/LessPass/Info.plist View File

@@ -17,11 +17,11 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>1</string>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>LSRequiresIPhoneOS</key> <key>LSRequiresIPhoneOS</key>
<true/> <true/>
<key>NSAppTransportSecurity</key> <key>NSAppTransportSecurity</key>


Loading…
Cancel
Save