|
@@ -229,6 +229,7 @@
|
|
|
8810F5A22BFF448C00346FD4 /* ASMyCartNoDataView.m in Sources */ = {isa = PBXBuildFile; fileRef = 8810F5A12BFF448C00346FD4 /* ASMyCartNoDataView.m */; };
|
|
|
8810F5A82C01849C00346FD4 /* ASGoodsReviewFootCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 8810F5A72C01849C00346FD4 /* ASGoodsReviewFootCell.m */; };
|
|
|
8810F5AB2C045FD600346FD4 /* ToolStripePayment.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8810F5AA2C045FD600346FD4 /* ToolStripePayment.swift */; };
|
|
|
+ 884A49EF2C36896E001B8449 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 884A49EE2C36896E001B8449 /* GoogleService-Info.plist */; };
|
|
|
88516B6E2C12E51600F2E396 /* ASLoginBindingC.m in Sources */ = {isa = PBXBuildFile; fileRef = 88516B6D2C12E51600F2E396 /* ASLoginBindingC.m */; };
|
|
|
8C24ECE114420CDEE7B9B22B /* Pods_Asteria.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 54DCE8001991D89B696E7D44 /* Pods_Asteria.framework */; };
|
|
|
9A1247942A1B082300126226 /* Fuction_Tool.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A1247932A1B082300126226 /* Fuction_Tool.m */; };
|
|
@@ -809,6 +810,7 @@
|
|
|
8810F5A72C01849C00346FD4 /* ASGoodsReviewFootCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ASGoodsReviewFootCell.m; sourceTree = "<group>"; };
|
|
|
8810F5A92C045FD600346FD4 /* Asteria-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Asteria-Bridging-Header.h"; sourceTree = "<group>"; };
|
|
|
8810F5AA2C045FD600346FD4 /* ToolStripePayment.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ToolStripePayment.swift; sourceTree = "<group>"; };
|
|
|
+ 884A49EE2C36896E001B8449 /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = "<group>"; };
|
|
|
88516B6C2C12E51600F2E396 /* ASLoginBindingC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ASLoginBindingC.h; sourceTree = "<group>"; };
|
|
|
88516B6D2C12E51600F2E396 /* ASLoginBindingC.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ASLoginBindingC.m; sourceTree = "<group>"; };
|
|
|
9A1247922A1B082300126226 /* Fuction_Tool.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Fuction_Tool.h; sourceTree = "<group>"; };
|
|
@@ -1545,6 +1547,7 @@
|
|
|
817244A929F3B2EE005FA9C9 /* Assets.xcassets */,
|
|
|
817244AB29F3B2EE005FA9C9 /* LaunchScreen.storyboard */,
|
|
|
817244AE29F3B2EE005FA9C9 /* Info.plist */,
|
|
|
+ 884A49EE2C36896E001B8449 /* GoogleService-Info.plist */,
|
|
|
817244AF29F3B2EE005FA9C9 /* main.m */,
|
|
|
);
|
|
|
path = Asteria;
|
|
@@ -2779,6 +2782,7 @@
|
|
|
814F5D0E2A11B76F003847A9 /* Roboto-BlackItalic.ttf in Resources */,
|
|
|
9A3F5CB22B3BF63A00DDB6A7 /* Goods.xcassets in Resources */,
|
|
|
814F5D072A11B76F003847A9 /* Roboto-Regular.ttf in Resources */,
|
|
|
+ 884A49EF2C36896E001B8449 /* GoogleService-Info.plist in Resources */,
|
|
|
817244AD29F3B2EE005FA9C9 /* LaunchScreen.storyboard in Resources */,
|
|
|
9AD6A53E2A120CC3001DE3D9 /* Login.xcassets in Resources */,
|
|
|
814F5D0D2A11B76F003847A9 /* LICENSE.txt in Resources */,
|
|
@@ -3355,11 +3359,14 @@
|
|
|
CODE_SIGN_ENTITLEMENTS = Asteria/Asteria.entitlements;
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
|
- DEVELOPMENT_TEAM = BUGL3DWWB7;
|
|
|
+ DEVELOPMENT_TEAM = 6749KGSMFB;
|
|
|
GCC_PREFIX_HEADER = "$(SRCROOT)/Asteria/PreFixHeader.h";
|
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
|
INFOPLIST_FILE = Asteria/Info.plist;
|
|
|
INFOPLIST_KEY_CFBundleDisplayName = Asteria;
|
|
|
+ INFOPLIST_KEY_NSCameraUsageDescription = "\"Asteria\"Your consent is required to access the camera.";
|
|
|
+ INFOPLIST_KEY_NSPhotoLibraryAddUsageDescription = "\"Asteria\"Your consent is required to access the album.";
|
|
|
+ INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "\"Asteria\"Your consent is required to access the album.";
|
|
|
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
|
|
|
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
|
|
|
INFOPLIST_KEY_UIMainStoryboardFile = "";
|
|
@@ -3372,7 +3379,7 @@
|
|
|
);
|
|
|
MARKETING_VERSION = 1.0;
|
|
|
ONLY_ACTIVE_ARCH = NO;
|
|
|
- PRODUCT_BUNDLE_IDENTIFIER = com.info.LYAsteria.Asteria;
|
|
|
+ PRODUCT_BUNDLE_IDENTIFIER = com.asteriahair.app;
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
SWIFT_EMIT_LOC_STRINGS = YES;
|
|
|
SWIFT_OBJC_BRIDGING_HEADER = "Asteria/Fuction/Cart/PayManager/Asteria-Bridging-Header.h";
|
|
@@ -3394,11 +3401,14 @@
|
|
|
CODE_SIGN_ENTITLEMENTS = Asteria/Asteria.entitlements;
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
|
- DEVELOPMENT_TEAM = BUGL3DWWB7;
|
|
|
+ DEVELOPMENT_TEAM = 6749KGSMFB;
|
|
|
GCC_PREFIX_HEADER = "$(SRCROOT)/Asteria/PreFixHeader.h";
|
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
|
INFOPLIST_FILE = Asteria/Info.plist;
|
|
|
INFOPLIST_KEY_CFBundleDisplayName = Asteria;
|
|
|
+ INFOPLIST_KEY_NSCameraUsageDescription = "\"Asteria\"Your consent is required to access the camera.";
|
|
|
+ INFOPLIST_KEY_NSPhotoLibraryAddUsageDescription = "\"Asteria\"Your consent is required to access the album.";
|
|
|
+ INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "\"Asteria\"Your consent is required to access the album.";
|
|
|
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
|
|
|
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
|
|
|
INFOPLIST_KEY_UIMainStoryboardFile = "";
|
|
@@ -3410,7 +3420,7 @@
|
|
|
"@executable_path/Frameworks",
|
|
|
);
|
|
|
MARKETING_VERSION = 1.0;
|
|
|
- PRODUCT_BUNDLE_IDENTIFIER = com.info.LYAsteria.Asteria;
|
|
|
+ PRODUCT_BUNDLE_IDENTIFIER = com.asteriahair.app;
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
SWIFT_EMIT_LOC_STRINGS = YES;
|
|
|
SWIFT_OBJC_BRIDGING_HEADER = "Asteria/Fuction/Cart/PayManager/Asteria-Bridging-Header.h";
|
|
@@ -3426,7 +3436,7 @@
|
|
|
CODE_SIGN_IDENTITY = "Apple Development";
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
|
- DEVELOPMENT_TEAM = BUGL3DWWB7;
|
|
|
+ DEVELOPMENT_TEAM = 6749KGSMFB;
|
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
|
INFOPLIST_FILE = NotificationServiceExtension/Info.plist;
|
|
|
INFOPLIST_KEY_CFBundleDisplayName = NotificationServiceExtension;
|
|
@@ -3437,7 +3447,7 @@
|
|
|
"@executable_path/../../Frameworks",
|
|
|
);
|
|
|
MARKETING_VERSION = 1.0;
|
|
|
- PRODUCT_BUNDLE_IDENTIFIER = com.info.LYAsteria.Asteria.NotificationServiceExtension;
|
|
|
+ PRODUCT_BUNDLE_IDENTIFIER = com.asteriahair.app.NotificationServiceExtension;
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
PROVISIONING_PROFILE_SPECIFIER = "";
|
|
|
SKIP_INSTALL = YES;
|
|
@@ -3453,7 +3463,7 @@
|
|
|
CODE_SIGN_IDENTITY = "Apple Development";
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
|
- DEVELOPMENT_TEAM = BUGL3DWWB7;
|
|
|
+ DEVELOPMENT_TEAM = 6749KGSMFB;
|
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
|
INFOPLIST_FILE = NotificationServiceExtension/Info.plist;
|
|
|
INFOPLIST_KEY_CFBundleDisplayName = NotificationServiceExtension;
|
|
@@ -3464,7 +3474,7 @@
|
|
|
"@executable_path/../../Frameworks",
|
|
|
);
|
|
|
MARKETING_VERSION = 1.0;
|
|
|
- PRODUCT_BUNDLE_IDENTIFIER = com.info.LYAsteria.Asteria.NotificationServiceExtension;
|
|
|
+ PRODUCT_BUNDLE_IDENTIFIER = com.asteriahair.app.NotificationServiceExtension;
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
PROVISIONING_PROFILE_SPECIFIER = "";
|
|
|
SKIP_INSTALL = YES;
|