|
|
|
@ -3,7 +3,7 @@ |
|
|
|
|
archiveVersion = 1; |
|
|
|
|
classes = { |
|
|
|
|
}; |
|
|
|
|
objectVersion = 46; |
|
|
|
|
objectVersion = 51; |
|
|
|
|
objects = { |
|
|
|
|
|
|
|
|
|
/* Begin PBXBuildFile section */ |
|
|
|
@ -33,6 +33,8 @@ |
|
|
|
|
02BB87F67990BDBF46B33A99 /* 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>"; }; |
|
|
|
|
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>"; }; |
|
|
|
|
247FA89325766918005A3DE3 /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/Main.strings; sourceTree = "<group>"; }; |
|
|
|
|
247FA89425766918005A3DE3 /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/LaunchScreen.strings; sourceTree = "<group>"; }; |
|
|
|
|
3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; }; |
|
|
|
|
4F50D46E1FAD96D4DE911FF3 /* 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>"; }; |
|
|
|
|
5DAE4FF490544D49BC2DD9A3 /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
|
|
|
@ -121,7 +123,6 @@ |
|
|
|
|
F3A7AA4BF6A26F2649361520 /* Pods-Runner.release.xcconfig */, |
|
|
|
|
4F50D46E1FAD96D4DE911FF3 /* Pods-Runner.profile.xcconfig */, |
|
|
|
|
); |
|
|
|
|
name = Pods; |
|
|
|
|
path = Pods; |
|
|
|
|
sourceTree = "<group>"; |
|
|
|
|
}; |
|
|
|
@ -172,6 +173,7 @@ |
|
|
|
|
knownRegions = ( |
|
|
|
|
en, |
|
|
|
|
Base, |
|
|
|
|
ru, |
|
|
|
|
); |
|
|
|
|
mainGroup = 97C146E51CF9000F007C117D; |
|
|
|
|
productRefGroup = 97C146EF1CF9000F007C117D /* Products */; |
|
|
|
@ -284,6 +286,7 @@ |
|
|
|
|
isa = PBXVariantGroup; |
|
|
|
|
children = ( |
|
|
|
|
97C146FB1CF9000F007C117D /* Base */, |
|
|
|
|
247FA89325766918005A3DE3 /* ru */, |
|
|
|
|
); |
|
|
|
|
name = Main.storyboard; |
|
|
|
|
sourceTree = "<group>"; |
|
|
|
@ -292,6 +295,7 @@ |
|
|
|
|
isa = PBXVariantGroup; |
|
|
|
|
children = ( |
|
|
|
|
97C147001CF9000F007C117D /* Base */, |
|
|
|
|
247FA89425766918005A3DE3 /* ru */, |
|
|
|
|
); |
|
|
|
|
name = LaunchScreen.storyboard; |
|
|
|
|
sourceTree = "<group>"; |
|
|
|
@ -303,6 +307,7 @@ |
|
|
|
|
isa = XCBuildConfiguration; |
|
|
|
|
buildSettings = { |
|
|
|
|
ALWAYS_SEARCH_USER_PATHS = NO; |
|
|
|
|
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; |
|
|
|
|
CLANG_ANALYZER_NONNULL = YES; |
|
|
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; |
|
|
|
|
CLANG_CXX_LIBRARY = "libc++"; |
|
|
|
@ -362,7 +367,10 @@ |
|
|
|
|
"$(PROJECT_DIR)/Flutter", |
|
|
|
|
); |
|
|
|
|
INFOPLIST_FILE = Runner/Info.plist; |
|
|
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
|
|
|
|
LD_RUNPATH_SEARCH_PATHS = ( |
|
|
|
|
"$(inherited)", |
|
|
|
|
"@executable_path/Frameworks", |
|
|
|
|
); |
|
|
|
|
LIBRARY_SEARCH_PATHS = ( |
|
|
|
|
"$(inherited)", |
|
|
|
|
"$(PROJECT_DIR)/Flutter", |
|
|
|
@ -379,6 +387,7 @@ |
|
|
|
|
isa = XCBuildConfiguration; |
|
|
|
|
buildSettings = { |
|
|
|
|
ALWAYS_SEARCH_USER_PATHS = NO; |
|
|
|
|
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; |
|
|
|
|
CLANG_ANALYZER_NONNULL = YES; |
|
|
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; |
|
|
|
|
CLANG_CXX_LIBRARY = "libc++"; |
|
|
|
@ -434,6 +443,7 @@ |
|
|
|
|
isa = XCBuildConfiguration; |
|
|
|
|
buildSettings = { |
|
|
|
|
ALWAYS_SEARCH_USER_PATHS = NO; |
|
|
|
|
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; |
|
|
|
|
CLANG_ANALYZER_NONNULL = YES; |
|
|
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; |
|
|
|
|
CLANG_CXX_LIBRARY = "libc++"; |
|
|
|
@ -475,7 +485,8 @@ |
|
|
|
|
MTL_ENABLE_DEBUG_INFO = NO; |
|
|
|
|
SDKROOT = iphoneos; |
|
|
|
|
SUPPORTED_PLATFORMS = iphoneos; |
|
|
|
|
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; |
|
|
|
|
SWIFT_COMPILATION_MODE = wholemodule; |
|
|
|
|
SWIFT_OPTIMIZATION_LEVEL = "-O"; |
|
|
|
|
TARGETED_DEVICE_FAMILY = "1,2"; |
|
|
|
|
VALIDATE_PRODUCT = YES; |
|
|
|
|
}; |
|
|
|
@ -494,7 +505,10 @@ |
|
|
|
|
"$(PROJECT_DIR)/Flutter", |
|
|
|
|
); |
|
|
|
|
INFOPLIST_FILE = Runner/Info.plist; |
|
|
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
|
|
|
|
LD_RUNPATH_SEARCH_PATHS = ( |
|
|
|
|
"$(inherited)", |
|
|
|
|
"@executable_path/Frameworks", |
|
|
|
|
); |
|
|
|
|
LIBRARY_SEARCH_PATHS = ( |
|
|
|
|
"$(inherited)", |
|
|
|
|
"$(PROJECT_DIR)/Flutter", |
|
|
|
@ -521,7 +535,10 @@ |
|
|
|
|
"$(PROJECT_DIR)/Flutter", |
|
|
|
|
); |
|
|
|
|
INFOPLIST_FILE = Runner/Info.plist; |
|
|
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
|
|
|
|
LD_RUNPATH_SEARCH_PATHS = ( |
|
|
|
|
"$(inherited)", |
|
|
|
|
"@executable_path/Frameworks", |
|
|
|
|
); |
|
|
|
|
LIBRARY_SEARCH_PATHS = ( |
|
|
|
|
"$(inherited)", |
|
|
|
|
"$(PROJECT_DIR)/Flutter", |
|
|
|
@ -560,4 +577,4 @@ |
|
|
|
|
/* End XCConfigurationList section */ |
|
|
|
|
}; |
|
|
|
|
rootObject = 97C146E61CF9000F007C117D /* Project object */; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|