|
@@ -48,13 +48,15 @@
|
48
|
48
|
9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Flutter/Debug.xcconfig; sourceTree = "<group>"; };
|
49
|
49
|
9740EEB31CF90195004384FC /* Generated.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Generated.xcconfig; path = Flutter/Generated.xcconfig; sourceTree = "<group>"; };
|
50
|
50
|
9740EEBA1CF902C7004384FC /* Flutter.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Flutter.framework; path = Flutter/Flutter.framework; sourceTree = "<group>"; };
|
51
|
|
- 97C146EE1CF9000F007C117D /* Runner.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Runner.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
51
|
+ 97C146EE1CF9000F007C117D /* photo_example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = photo_example.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
52
|
52
|
97C146F21CF9000F007C117D /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
|
53
|
53
|
97C146FB1CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
|
54
|
54
|
97C146FD1CF9000F007C117D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
55
|
55
|
97C147001CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
56
|
56
|
97C147021CF9000F007C117D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
57
|
+ 9DAC079CBB3999833A0EAF83 /* Pods-Runner.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release.xcconfig"; path = "Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"; sourceTree = "<group>"; };
|
57
|
58
|
B01AC60EFE8E04B0E4D3E1C1 /* libPods-Runner.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-Runner.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
59
|
+ CCE4CADAA52D72A2FD3450C5 /* Pods-Runner.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"; sourceTree = "<group>"; };
|
58
|
60
|
/* End PBXFileReference section */
|
59
|
61
|
|
60
|
62
|
/* Begin PBXFrameworksBuildPhase section */
|
|
@@ -74,6 +76,8 @@
|
74
|
76
|
5CA87AA23185EF26B0BDF0EC /* Pods */ = {
|
75
|
77
|
isa = PBXGroup;
|
76
|
78
|
children = (
|
|
79
|
+ CCE4CADAA52D72A2FD3450C5 /* Pods-Runner.debug.xcconfig */,
|
|
80
|
+ 9DAC079CBB3999833A0EAF83 /* Pods-Runner.release.xcconfig */,
|
77
|
81
|
);
|
78
|
82
|
name = Pods;
|
79
|
83
|
sourceTree = "<group>";
|
|
@@ -105,7 +109,7 @@
|
105
|
109
|
97C146EF1CF9000F007C117D /* Products */ = {
|
106
|
110
|
isa = PBXGroup;
|
107
|
111
|
children = (
|
108
|
|
- 97C146EE1CF9000F007C117D /* Runner.app */,
|
|
112
|
+ 97C146EE1CF9000F007C117D /* photo_example.app */,
|
109
|
113
|
);
|
110
|
114
|
name = Products;
|
111
|
115
|
sourceTree = "<group>";
|
|
@@ -164,7 +168,7 @@
|
164
|
168
|
);
|
165
|
169
|
name = Runner;
|
166
|
170
|
productName = Runner;
|
167
|
|
- productReference = 97C146EE1CF9000F007C117D /* Runner.app */;
|
|
171
|
+ productReference = 97C146EE1CF9000F007C117D /* photo_example.app */;
|
168
|
172
|
productType = "com.apple.product-type.application";
|
169
|
173
|
};
|
170
|
174
|
/* End PBXNativeTarget section */
|
|
@@ -178,6 +182,7 @@
|
178
|
182
|
TargetAttributes = {
|
179
|
183
|
97C146ED1CF9000F007C117D = {
|
180
|
184
|
CreatedOnToolsVersion = 7.3.1;
|
|
185
|
+ DevelopmentTeam = 344756CAN4;
|
181
|
186
|
};
|
182
|
187
|
};
|
183
|
188
|
};
|
|
@@ -186,6 +191,7 @@
|
186
|
191
|
developmentRegion = English;
|
187
|
192
|
hasScannedForEncodings = 0;
|
188
|
193
|
knownRegions = (
|
|
194
|
+ English,
|
189
|
195
|
en,
|
190
|
196
|
Base,
|
191
|
197
|
);
|
|
@@ -220,21 +226,17 @@
|
220
|
226
|
buildActionMask = 2147483647;
|
221
|
227
|
files = (
|
222
|
228
|
);
|
223
|
|
- inputFileListPaths = (
|
224
|
|
- );
|
225
|
229
|
inputPaths = (
|
226
|
|
- "${SRCROOT}/Pods/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh",
|
|
230
|
+ "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh",
|
227
|
231
|
"${PODS_ROOT}/../.symlinks/flutter/ios/Flutter.framework",
|
228
|
232
|
);
|
229
|
233
|
name = "[CP] Embed Pods Frameworks";
|
230
|
|
- outputFileListPaths = (
|
231
|
|
- );
|
232
|
234
|
outputPaths = (
|
233
|
235
|
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Flutter.framework",
|
234
|
236
|
);
|
235
|
237
|
runOnlyForDeploymentPostprocessing = 0;
|
236
|
238
|
shellPath = /bin/sh;
|
237
|
|
- shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
|
|
239
|
+ shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
|
238
|
240
|
showEnvVarsInLog = 0;
|
239
|
241
|
};
|
240
|
242
|
3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
|
|
@@ -430,6 +432,7 @@
|
430
|
432
|
buildSettings = {
|
431
|
433
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
432
|
434
|
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
|
|
435
|
+ DEVELOPMENT_TEAM = 344756CAN4;
|
433
|
436
|
ENABLE_BITCODE = NO;
|
434
|
437
|
FRAMEWORK_SEARCH_PATHS = (
|
435
|
438
|
"$(inherited)",
|
|
@@ -441,8 +444,8 @@
|
441
|
444
|
"$(inherited)",
|
442
|
445
|
"$(PROJECT_DIR)/Flutter",
|
443
|
446
|
);
|
444
|
|
- PRODUCT_BUNDLE_IDENTIFIER = com.example.example;
|
445
|
|
- PRODUCT_NAME = "$(TARGET_NAME)";
|
|
447
|
+ PRODUCT_BUNDLE_IDENTIFIER = top.kikt.photo.manager;
|
|
448
|
+ PRODUCT_NAME = photo_example;
|
446
|
449
|
VERSIONING_SYSTEM = "apple-generic";
|
447
|
450
|
};
|
448
|
451
|
name = Debug;
|
|
@@ -453,6 +456,7 @@
|
453
|
456
|
buildSettings = {
|
454
|
457
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
455
|
458
|
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
|
|
459
|
+ DEVELOPMENT_TEAM = 344756CAN4;
|
456
|
460
|
ENABLE_BITCODE = NO;
|
457
|
461
|
FRAMEWORK_SEARCH_PATHS = (
|
458
|
462
|
"$(inherited)",
|
|
@@ -464,8 +468,8 @@
|
464
|
468
|
"$(inherited)",
|
465
|
469
|
"$(PROJECT_DIR)/Flutter",
|
466
|
470
|
);
|
467
|
|
- PRODUCT_BUNDLE_IDENTIFIER = com.example.example;
|
468
|
|
- PRODUCT_NAME = "$(TARGET_NAME)";
|
|
471
|
+ PRODUCT_BUNDLE_IDENTIFIER = top.kikt.photo.manager;
|
|
472
|
+ PRODUCT_NAME = photo_example;
|
469
|
473
|
VERSIONING_SYSTEM = "apple-generic";
|
470
|
474
|
};
|
471
|
475
|
name = Release;
|