Skip to content

Commit 60d55f3

Browse files
committed
feat: Packaging additions for IOS
1 parent c9c608f commit 60d55f3

6 files changed

Lines changed: 178 additions & 16 deletions

File tree

ios/Podfile.lock

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
PODS:
2+
- Flutter (1.0.0)
3+
- flutter_secure_storage_darwin (10.0.0):
4+
- Flutter
5+
- FlutterMacOS
6+
- receive_sharing_intent (1.8.1):
7+
- Flutter
8+
- shared_preferences_foundation (0.0.1):
9+
- Flutter
10+
- FlutterMacOS
11+
- url_launcher_ios (0.0.1):
12+
- Flutter
13+
14+
DEPENDENCIES:
15+
- Flutter (from `Flutter`)
16+
- flutter_secure_storage_darwin (from `.symlinks/plugins/flutter_secure_storage_darwin/darwin`)
17+
- receive_sharing_intent (from `.symlinks/plugins/receive_sharing_intent/ios`)
18+
- shared_preferences_foundation (from `.symlinks/plugins/shared_preferences_foundation/darwin`)
19+
- url_launcher_ios (from `.symlinks/plugins/url_launcher_ios/ios`)
20+
21+
EXTERNAL SOURCES:
22+
Flutter:
23+
:path: Flutter
24+
flutter_secure_storage_darwin:
25+
:path: ".symlinks/plugins/flutter_secure_storage_darwin/darwin"
26+
receive_sharing_intent:
27+
:path: ".symlinks/plugins/receive_sharing_intent/ios"
28+
shared_preferences_foundation:
29+
:path: ".symlinks/plugins/shared_preferences_foundation/darwin"
30+
url_launcher_ios:
31+
:path: ".symlinks/plugins/url_launcher_ios/ios"
32+
33+
SPEC CHECKSUMS:
34+
Flutter: cabc95a1d2626b1b06e7179b784ebcf0c0cde467
35+
flutter_secure_storage_darwin: acdb3f316ed05a3e68f856e0353b133eec373a23
36+
receive_sharing_intent: 222384f00ffe7e952bbfabaa9e3967cb87e5fe00
37+
shared_preferences_foundation: 7036424c3d8ec98dfe75ff1667cb0cd531ec82bb
38+
url_launcher_ios: 7a95fa5b60cc718a708b8f2966718e93db0cef1b
39+
40+
PODFILE CHECKSUM: 3c63482e143d1b91d2d2560aee9fb04ecc74ac7e
41+
42+
COCOAPODS: 1.16.2

ios/Runner.xcodeproj/project.pbxproj

Lines changed: 120 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10+
0AA1133D0636A62EB9DA44D8 /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 899FF7C800EA3B27829F69C5 /* Pods_Runner.framework */; };
1011
1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; };
1112
331C808B294A63AB00263BE5 /* RunnerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 331C807B294A618700263BE5 /* RunnerTests.swift */; };
1213
3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
1314
74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74858FAE1ED2DC5600515810 /* AppDelegate.swift */; };
1415
7884E8682EC3CC0700C636F2 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7884E8672EC3CC0400C636F2 /* SceneDelegate.swift */; };
16+
8A4D1C6B804DA09B028F09FD /* Pods_RunnerTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AC57F65572D6932FBE5D401B /* Pods_RunnerTests.framework */; };
1517
97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; };
1618
97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; };
1719
97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; };
@@ -41,29 +43,46 @@
4143
/* End PBXCopyFilesBuildPhase section */
4244

4345
/* Begin PBXFileReference section */
46+
12CDFDD65DB73F8A43D85B93 /* 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>"; };
4447
1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = "<group>"; };
4548
1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = "<group>"; };
4649
331C807B294A618700263BE5 /* RunnerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RunnerTests.swift; sourceTree = "<group>"; };
4750
331C8081294A63A400263BE5 /* RunnerTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RunnerTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
4851
3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; };
52+
57BF3BF5AAADB623F86F6978 /* 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>"; };
53+
71FD4447CD6BBED6A367B104 /* 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>"; };
4954
74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = "<group>"; };
5055
74858FAE1ED2DC5600515810 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
5156
7884E8672EC3CC0400C636F2 /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
5257
7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; };
58+
899FF7C800EA3B27829F69C5 /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; };
5359
9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Flutter/Debug.xcconfig; sourceTree = "<group>"; };
5460
9740EEB31CF90195004384FC /* Generated.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Generated.xcconfig; path = Flutter/Generated.xcconfig; sourceTree = "<group>"; };
5561
97C146EE1CF9000F007C117D /* Runner.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Runner.app; sourceTree = BUILT_PRODUCTS_DIR; };
5662
97C146FB1CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
5763
97C146FD1CF9000F007C117D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
5864
97C147001CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
5965
97C147021CF9000F007C117D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
66+
A6694C3C3D7BCF8F61DEABB2 /* Pods-RunnerTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.release.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.release.xcconfig"; sourceTree = "<group>"; };
67+
AC57F65572D6932FBE5D401B /* Pods_RunnerTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_RunnerTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
68+
D8EF53DE70E21F85E8C62A1E /* Pods-RunnerTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.debug.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.debug.xcconfig"; sourceTree = "<group>"; };
69+
EDE2376F4213457C3EDFB53D /* Pods-RunnerTests.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.profile.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.profile.xcconfig"; sourceTree = "<group>"; };
6070
/* End PBXFileReference section */
6171

6272
/* Begin PBXFrameworksBuildPhase section */
73+
34A803CDAD6027805BEA474A /* Frameworks */ = {
74+
isa = PBXFrameworksBuildPhase;
75+
buildActionMask = 2147483647;
76+
files = (
77+
8A4D1C6B804DA09B028F09FD /* Pods_RunnerTests.framework in Frameworks */,
78+
);
79+
runOnlyForDeploymentPostprocessing = 0;
80+
};
6381
97C146EB1CF9000F007C117D /* Frameworks */ = {
6482
isa = PBXFrameworksBuildPhase;
6583
buildActionMask = 2147483647;
6684
files = (
85+
0AA1133D0636A62EB9DA44D8 /* Pods_Runner.framework in Frameworks */,
6786
);
6887
runOnlyForDeploymentPostprocessing = 0;
6988
};
@@ -78,6 +97,15 @@
7897
path = RunnerTests;
7998
sourceTree = "<group>";
8099
};
100+
50AFF49F09F702C5656DC80A /* Frameworks */ = {
101+
isa = PBXGroup;
102+
children = (
103+
899FF7C800EA3B27829F69C5 /* Pods_Runner.framework */,
104+
AC57F65572D6932FBE5D401B /* Pods_RunnerTests.framework */,
105+
);
106+
name = Frameworks;
107+
sourceTree = "<group>";
108+
};
81109
9740EEB11CF90186004384FC /* Flutter */ = {
82110
isa = PBXGroup;
83111
children = (
@@ -96,6 +124,8 @@
96124
97C146F01CF9000F007C117D /* Runner */,
97125
97C146EF1CF9000F007C117D /* Products */,
98126
331C8082294A63A400263BE5 /* RunnerTests */,
127+
CA4AFE1B5E0F3C115BDECEDD /* Pods */,
128+
50AFF49F09F702C5656DC80A /* Frameworks */,
99129
);
100130
sourceTree = "<group>";
101131
};
@@ -124,15 +154,30 @@
124154
path = Runner;
125155
sourceTree = "<group>";
126156
};
157+
CA4AFE1B5E0F3C115BDECEDD /* Pods */ = {
158+
isa = PBXGroup;
159+
children = (
160+
71FD4447CD6BBED6A367B104 /* Pods-Runner.debug.xcconfig */,
161+
57BF3BF5AAADB623F86F6978 /* Pods-Runner.release.xcconfig */,
162+
12CDFDD65DB73F8A43D85B93 /* Pods-Runner.profile.xcconfig */,
163+
D8EF53DE70E21F85E8C62A1E /* Pods-RunnerTests.debug.xcconfig */,
164+
A6694C3C3D7BCF8F61DEABB2 /* Pods-RunnerTests.release.xcconfig */,
165+
EDE2376F4213457C3EDFB53D /* Pods-RunnerTests.profile.xcconfig */,
166+
);
167+
path = Pods;
168+
sourceTree = "<group>";
169+
};
127170
/* End PBXGroup section */
128171

129172
/* Begin PBXNativeTarget section */
130173
331C8080294A63A400263BE5 /* RunnerTests */ = {
131174
isa = PBXNativeTarget;
132175
buildConfigurationList = 331C8087294A63A400263BE5 /* Build configuration list for PBXNativeTarget "RunnerTests" */;
133176
buildPhases = (
177+
0FB2E2AD904F3BF6ADF47917 /* [CP] Check Pods Manifest.lock */,
134178
331C807D294A63A400263BE5 /* Sources */,
135179
331C807F294A63A400263BE5 /* Resources */,
180+
34A803CDAD6027805BEA474A /* Frameworks */,
136181
);
137182
buildRules = (
138183
);
@@ -148,12 +193,14 @@
148193
isa = PBXNativeTarget;
149194
buildConfigurationList = 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */;
150195
buildPhases = (
196+
389FD368D5719B17CCCC9528 /* [CP] Check Pods Manifest.lock */,
151197
9740EEB61CF901F6004384FC /* Run Script */,
152198
97C146EA1CF9000F007C117D /* Sources */,
153199
97C146EB1CF9000F007C117D /* Frameworks */,
154200
97C146EC1CF9000F007C117D /* Resources */,
155201
9705A1C41CF9048500538489 /* Embed Frameworks */,
156202
3B06AD1E1E4923F5004D2608 /* Thin Binary */,
203+
5490B983C571CF5C7668DDE2 /* [CP] Embed Pods Frameworks */,
157204
);
158205
buildRules = (
159206
);
@@ -225,6 +272,50 @@
225272
/* End PBXResourcesBuildPhase section */
226273

227274
/* Begin PBXShellScriptBuildPhase section */
275+
0FB2E2AD904F3BF6ADF47917 /* [CP] Check Pods Manifest.lock */ = {
276+
isa = PBXShellScriptBuildPhase;
277+
buildActionMask = 2147483647;
278+
files = (
279+
);
280+
inputFileListPaths = (
281+
);
282+
inputPaths = (
283+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
284+
"${PODS_ROOT}/Manifest.lock",
285+
);
286+
name = "[CP] Check Pods Manifest.lock";
287+
outputFileListPaths = (
288+
);
289+
outputPaths = (
290+
"$(DERIVED_FILE_DIR)/Pods-RunnerTests-checkManifestLockResult.txt",
291+
);
292+
runOnlyForDeploymentPostprocessing = 0;
293+
shellPath = /bin/sh;
294+
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
295+
showEnvVarsInLog = 0;
296+
};
297+
389FD368D5719B17CCCC9528 /* [CP] Check Pods Manifest.lock */ = {
298+
isa = PBXShellScriptBuildPhase;
299+
buildActionMask = 2147483647;
300+
files = (
301+
);
302+
inputFileListPaths = (
303+
);
304+
inputPaths = (
305+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
306+
"${PODS_ROOT}/Manifest.lock",
307+
);
308+
name = "[CP] Check Pods Manifest.lock";
309+
outputFileListPaths = (
310+
);
311+
outputPaths = (
312+
"$(DERIVED_FILE_DIR)/Pods-Runner-checkManifestLockResult.txt",
313+
);
314+
runOnlyForDeploymentPostprocessing = 0;
315+
shellPath = /bin/sh;
316+
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
317+
showEnvVarsInLog = 0;
318+
};
228319
3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
229320
isa = PBXShellScriptBuildPhase;
230321
alwaysOutOfDate = 1;
@@ -241,6 +332,23 @@
241332
shellPath = /bin/sh;
242333
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" embed_and_thin";
243334
};
335+
5490B983C571CF5C7668DDE2 /* [CP] Embed Pods Frameworks */ = {
336+
isa = PBXShellScriptBuildPhase;
337+
buildActionMask = 2147483647;
338+
files = (
339+
);
340+
inputFileListPaths = (
341+
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist",
342+
);
343+
name = "[CP] Embed Pods Frameworks";
344+
outputFileListPaths = (
345+
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist",
346+
);
347+
runOnlyForDeploymentPostprocessing = 0;
348+
shellPath = /bin/sh;
349+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
350+
showEnvVarsInLog = 0;
351+
};
244352
9740EEB61CF901F6004384FC /* Run Script */ = {
245353
isa = PBXShellScriptBuildPhase;
246354
alwaysOutOfDate = 1;
@@ -366,13 +474,14 @@
366474
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
367475
CLANG_ENABLE_MODULES = YES;
368476
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
477+
DEVELOPMENT_TEAM = 9CF8T929TR;
369478
ENABLE_BITCODE = NO;
370479
INFOPLIST_FILE = Runner/Info.plist;
371480
LD_RUNPATH_SEARCH_PATHS = (
372481
"$(inherited)",
373482
"@executable_path/Frameworks",
374483
);
375-
PRODUCT_BUNDLE_IDENTIFIER = com.example.linkdqueue;
484+
PRODUCT_BUNDLE_IDENTIFIER = com.feoh.linkdqueue;
376485
PRODUCT_NAME = "$(TARGET_NAME)";
377486
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
378487
SWIFT_VERSION = 5.0;
@@ -382,13 +491,14 @@
382491
};
383492
331C8088294A63A400263BE5 /* Debug */ = {
384493
isa = XCBuildConfiguration;
494+
baseConfigurationReference = D8EF53DE70E21F85E8C62A1E /* Pods-RunnerTests.debug.xcconfig */;
385495
buildSettings = {
386496
BUNDLE_LOADER = "$(TEST_HOST)";
387497
CODE_SIGN_STYLE = Automatic;
388498
CURRENT_PROJECT_VERSION = 1;
389499
GENERATE_INFOPLIST_FILE = YES;
390500
MARKETING_VERSION = 1.0;
391-
PRODUCT_BUNDLE_IDENTIFIER = com.example.linkdqueue.RunnerTests;
501+
PRODUCT_BUNDLE_IDENTIFIER = com.feoh.linkdqueue.RunnerTests;
392502
PRODUCT_NAME = "$(TARGET_NAME)";
393503
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
394504
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
@@ -399,13 +509,14 @@
399509
};
400510
331C8089294A63A400263BE5 /* Release */ = {
401511
isa = XCBuildConfiguration;
512+
baseConfigurationReference = A6694C3C3D7BCF8F61DEABB2 /* Pods-RunnerTests.release.xcconfig */;
402513
buildSettings = {
403514
BUNDLE_LOADER = "$(TEST_HOST)";
404515
CODE_SIGN_STYLE = Automatic;
405516
CURRENT_PROJECT_VERSION = 1;
406517
GENERATE_INFOPLIST_FILE = YES;
407518
MARKETING_VERSION = 1.0;
408-
PRODUCT_BUNDLE_IDENTIFIER = com.example.linkdqueue.RunnerTests;
519+
PRODUCT_BUNDLE_IDENTIFIER = com.feoh.linkdqueue.RunnerTests;
409520
PRODUCT_NAME = "$(TARGET_NAME)";
410521
SWIFT_VERSION = 5.0;
411522
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner";
@@ -414,13 +525,14 @@
414525
};
415526
331C808A294A63A400263BE5 /* Profile */ = {
416527
isa = XCBuildConfiguration;
528+
baseConfigurationReference = EDE2376F4213457C3EDFB53D /* Pods-RunnerTests.profile.xcconfig */;
417529
buildSettings = {
418530
BUNDLE_LOADER = "$(TEST_HOST)";
419531
CODE_SIGN_STYLE = Automatic;
420532
CURRENT_PROJECT_VERSION = 1;
421533
GENERATE_INFOPLIST_FILE = YES;
422534
MARKETING_VERSION = 1.0;
423-
PRODUCT_BUNDLE_IDENTIFIER = com.example.linkdqueue.RunnerTests;
535+
PRODUCT_BUNDLE_IDENTIFIER = com.feoh.linkdqueue.RunnerTests;
424536
PRODUCT_NAME = "$(TARGET_NAME)";
425537
SWIFT_VERSION = 5.0;
426538
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner";
@@ -545,13 +657,14 @@
545657
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
546658
CLANG_ENABLE_MODULES = YES;
547659
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
660+
DEVELOPMENT_TEAM = 9CF8T929TR;
548661
ENABLE_BITCODE = NO;
549662
INFOPLIST_FILE = Runner/Info.plist;
550663
LD_RUNPATH_SEARCH_PATHS = (
551664
"$(inherited)",
552665
"@executable_path/Frameworks",
553666
);
554-
PRODUCT_BUNDLE_IDENTIFIER = com.example.linkdqueue;
667+
PRODUCT_BUNDLE_IDENTIFIER = com.feoh.linkdqueue;
555668
PRODUCT_NAME = "$(TARGET_NAME)";
556669
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
557670
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
@@ -567,13 +680,14 @@
567680
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
568681
CLANG_ENABLE_MODULES = YES;
569682
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
683+
DEVELOPMENT_TEAM = 9CF8T929TR;
570684
ENABLE_BITCODE = NO;
571685
INFOPLIST_FILE = Runner/Info.plist;
572686
LD_RUNPATH_SEARCH_PATHS = (
573687
"$(inherited)",
574688
"@executable_path/Frameworks",
575689
);
576-
PRODUCT_BUNDLE_IDENTIFIER = com.example.linkdqueue;
690+
PRODUCT_BUNDLE_IDENTIFIER = com.feoh.linkdqueue;
577691
PRODUCT_NAME = "$(TARGET_NAME)";
578692
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
579693
SWIFT_VERSION = 5.0;

ios/Runner.xcworkspace/contents.xcworkspacedata

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)