|
@@ -33,6 +33,7 @@
|
|
|
13379305CA5EBBB16BC4C66E /* Pods-Runner.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.profile.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig"; sourceTree = "<group>"; };
|
|
13379305CA5EBBB16BC4C66E /* Pods-Runner.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.profile.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig"; sourceTree = "<group>"; };
|
|
|
1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = "<group>"; };
|
|
1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = "<group>"; };
|
|
|
1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = "<group>"; };
|
|
1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = "<group>"; };
|
|
|
|
|
+ 2010D8CD262E773D008B135F /* RunnerProfile.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = RunnerProfile.entitlements; sourceTree = "<group>"; };
|
|
|
33E7AF973C95B574E8320095 /* Pods-Runner.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"; sourceTree = "<group>"; };
|
|
33E7AF973C95B574E8320095 /* Pods-Runner.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"; sourceTree = "<group>"; };
|
|
|
3479575A3E5A2A4F7223AB9D /* Pods-Runner.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"; sourceTree = "<group>"; };
|
|
3479575A3E5A2A4F7223AB9D /* Pods-Runner.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"; sourceTree = "<group>"; };
|
|
|
3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; };
|
|
3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; };
|
|
@@ -102,6 +103,7 @@
|
|
|
97C146F01CF9000F007C117D /* Runner */ = {
|
|
97C146F01CF9000F007C117D /* Runner */ = {
|
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
children = (
|
|
|
|
|
+ 2010D8CD262E773D008B135F /* RunnerProfile.entitlements */,
|
|
|
97C146FA1CF9000F007C117D /* Main.storyboard */,
|
|
97C146FA1CF9000F007C117D /* Main.storyboard */,
|
|
|
97C146FD1CF9000F007C117D /* Assets.xcassets */,
|
|
97C146FD1CF9000F007C117D /* Assets.xcassets */,
|
|
|
97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */,
|
|
97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */,
|
|
@@ -372,7 +374,8 @@
|
|
|
buildSettings = {
|
|
buildSettings = {
|
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CLANG_ENABLE_MODULES = YES;
|
|
|
- CURRENT_PROJECT_VERSION = 4;
|
|
|
|
|
|
|
+ CODE_SIGN_ENTITLEMENTS = Runner/RunnerProfile.entitlements;
|
|
|
|
|
+ CURRENT_PROJECT_VERSION = 8;
|
|
|
DEVELOPMENT_TEAM = 4699C5C3US;
|
|
DEVELOPMENT_TEAM = 4699C5C3US;
|
|
|
ENABLE_BITCODE = NO;
|
|
ENABLE_BITCODE = NO;
|
|
|
FRAMEWORK_SEARCH_PATHS = (
|
|
FRAMEWORK_SEARCH_PATHS = (
|
|
@@ -388,7 +391,7 @@
|
|
|
"$(inherited)",
|
|
"$(inherited)",
|
|
|
"$(PROJECT_DIR)/Flutter",
|
|
"$(PROJECT_DIR)/Flutter",
|
|
|
);
|
|
);
|
|
|
- MARKETING_VERSION = 1.0.3;
|
|
|
|
|
|
|
+ MARKETING_VERSION = 1.0.4;
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.bh.bbyyy;
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.bh.bbyyy;
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
|
|
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
|
|
@@ -511,7 +514,7 @@
|
|
|
buildSettings = {
|
|
buildSettings = {
|
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CLANG_ENABLE_MODULES = YES;
|
|
|
- CURRENT_PROJECT_VERSION = 4;
|
|
|
|
|
|
|
+ CURRENT_PROJECT_VERSION = 8;
|
|
|
DEVELOPMENT_TEAM = 4699C5C3US;
|
|
DEVELOPMENT_TEAM = 4699C5C3US;
|
|
|
ENABLE_BITCODE = NO;
|
|
ENABLE_BITCODE = NO;
|
|
|
FRAMEWORK_SEARCH_PATHS = (
|
|
FRAMEWORK_SEARCH_PATHS = (
|
|
@@ -527,7 +530,7 @@
|
|
|
"$(inherited)",
|
|
"$(inherited)",
|
|
|
"$(PROJECT_DIR)/Flutter",
|
|
"$(PROJECT_DIR)/Flutter",
|
|
|
);
|
|
);
|
|
|
- MARKETING_VERSION = 1.0.3;
|
|
|
|
|
|
|
+ MARKETING_VERSION = 1.0.4;
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.bh.bbyyy;
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.bh.bbyyy;
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
|
|
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
|
|
@@ -544,7 +547,7 @@
|
|
|
buildSettings = {
|
|
buildSettings = {
|
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CLANG_ENABLE_MODULES = YES;
|
|
|
- CURRENT_PROJECT_VERSION = 4;
|
|
|
|
|
|
|
+ CURRENT_PROJECT_VERSION = 8;
|
|
|
DEVELOPMENT_TEAM = 4699C5C3US;
|
|
DEVELOPMENT_TEAM = 4699C5C3US;
|
|
|
ENABLE_BITCODE = NO;
|
|
ENABLE_BITCODE = NO;
|
|
|
FRAMEWORK_SEARCH_PATHS = (
|
|
FRAMEWORK_SEARCH_PATHS = (
|
|
@@ -560,7 +563,7 @@
|
|
|
"$(inherited)",
|
|
"$(inherited)",
|
|
|
"$(PROJECT_DIR)/Flutter",
|
|
"$(PROJECT_DIR)/Flutter",
|
|
|
);
|
|
);
|
|
|
- MARKETING_VERSION = 1.0.3;
|
|
|
|
|
|
|
+ MARKETING_VERSION = 1.0.4;
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.bh.bbyyy;
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.bh.bbyyy;
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
|
|
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
|