Skip to content

Commit e39b339

Browse files
author
Mikael Wills
committed
WIP
1 parent a31fc33 commit e39b339

File tree

4 files changed

+295
-14
lines changed

4 files changed

+295
-14
lines changed

example/ios/Podfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PODS:
22
- Flutter (1.0.0)
3-
- flutter_webrtc (0.12.2):
3+
- flutter_webrtc (0.12.6):
44
- Flutter
55
- WebRTC-SDK (= 125.6422.06)
66
- path_provider_foundation (0.0.1):
@@ -38,12 +38,12 @@ EXTERNAL SOURCES:
3838

3939
SPEC CHECKSUMS:
4040
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
41-
flutter_webrtc: 1a53bd24f97bcfeff512f13699e721897f261563
42-
path_provider_foundation: 2b6b4c569c0fb62ec74538f866245ac84301af46
43-
permission_handler_apple: 9878588469a2b0d0fc1e048d9f43605f92e6cec2
44-
shared_preferences_foundation: fcdcbc04712aee1108ac7fda236f363274528f78
41+
flutter_webrtc: 57f32415b8744e806f9c2a96ccdb60c6a627ba33
42+
path_provider_foundation: 080d55be775b7414fd5a5ef3ac137b97b097e564
43+
permission_handler_apple: 4ed2196e43d0651e8ff7ca3483a069d469701f2d
44+
shared_preferences_foundation: 9e1978ff2562383bd5676f64ec4e9aa8fa06a6f7
4545
WebRTC-SDK: 79942c006ea64f6fb48d7da8a4786dfc820bc1db
4646

4747
PODFILE CHECKSUM: a5dd15803c05a42a9ae1068254e24631f03bf853
4848

49-
COCOAPODS: 1.15.2
49+
COCOAPODS: 1.16.2

example/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 124 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88

99
/* Begin PBXBuildFile section */
1010
1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; };
11+
248614C6975C84295C985569 /* libPods-Runner.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 056518FB34189D83DD452376 /* libPods-Runner.a */; };
1112
331C80F4294D02FB00263BE5 /* RunnerTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 331C80F3294D02FB00263BE5 /* RunnerTests.m */; };
13+
398E239C6807508382A432CA /* libPods-RunnerTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 50BAF798673F5A25CDEC16D0 /* libPods-RunnerTests.a */; };
1214
3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
1315
978B8F6F1D3862AE00F588F7 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 7AFFD8EE1D35381100E5BB4D /* AppDelegate.m */; };
1416
97C146F31CF9000F007C117D /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 97C146F21CF9000F007C117D /* main.m */; };
@@ -41,14 +43,20 @@
4143
/* End PBXCopyFilesBuildPhase section */
4244

4345
/* Begin PBXFileReference section */
46+
056518FB34189D83DD452376 /* libPods-Runner.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-Runner.a"; sourceTree = BUILT_PRODUCTS_DIR; };
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
331C80F1294D02FB00263BE5 /* RunnerTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RunnerTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
4750
331C80F3294D02FB00263BE5 /* RunnerTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RunnerTests.m; sourceTree = "<group>"; };
51+
333122E918E747C01DA4F639 /* 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>"; };
4852
3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; };
53+
50BAF798673F5A25CDEC16D0 /* libPods-RunnerTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-RunnerTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
54+
6E48C7C7108DA547A99CF70A /* 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>"; };
55+
746DBD7A001507E035219456 /* 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>"; };
4956
7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; };
5057
7AFFD8ED1D35381100E5BB4D /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
5158
7AFFD8EE1D35381100E5BB4D /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
59+
8BDE2DA5FB0AFABF00FFF9FF /* 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>"; };
5260
9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Flutter/Debug.xcconfig; sourceTree = "<group>"; };
5361
9740EEB31CF90195004384FC /* Generated.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Generated.xcconfig; path = Flutter/Generated.xcconfig; sourceTree = "<group>"; };
5462
97C146EE1CF9000F007C117D /* Runner.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Runner.app; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -57,26 +65,39 @@
5765
97C146FD1CF9000F007C117D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
5866
97C147001CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
5967
97C147021CF9000F007C117D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
68+
D8E80EF71182E262717195F8 /* 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>"; };
69+
E751BE2DDAAC6F5BBFEDF797 /* 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>"; };
6070
/* End PBXFileReference section */
6171

6272
/* Begin PBXFrameworksBuildPhase section */
6373
331C80EE294D02FB00263BE5 /* Frameworks */ = {
6474
isa = PBXFrameworksBuildPhase;
6575
buildActionMask = 2147483647;
6676
files = (
77+
398E239C6807508382A432CA /* libPods-RunnerTests.a in Frameworks */,
6778
);
6879
runOnlyForDeploymentPostprocessing = 0;
6980
};
7081
97C146EB1CF9000F007C117D /* Frameworks */ = {
7182
isa = PBXFrameworksBuildPhase;
7283
buildActionMask = 2147483647;
7384
files = (
85+
248614C6975C84295C985569 /* libPods-Runner.a in Frameworks */,
7486
);
7587
runOnlyForDeploymentPostprocessing = 0;
7688
};
7789
/* End PBXFrameworksBuildPhase section */
7890

7991
/* Begin PBXGroup section */
92+
05B53C00849E93EF6CA1713A /* Frameworks */ = {
93+
isa = PBXGroup;
94+
children = (
95+
056518FB34189D83DD452376 /* libPods-Runner.a */,
96+
50BAF798673F5A25CDEC16D0 /* libPods-RunnerTests.a */,
97+
);
98+
name = Frameworks;
99+
sourceTree = "<group>";
100+
};
80101
331C80F2294D02FB00263BE5 /* RunnerTests */ = {
81102
isa = PBXGroup;
82103
children = (
@@ -103,6 +124,8 @@
103124
97C146F01CF9000F007C117D /* Runner */,
104125
331C80F2294D02FB00263BE5 /* RunnerTests */,
105126
97C146EF1CF9000F007C117D /* Products */,
127+
FB8B6DDB036C391CF522F475 /* Pods */,
128+
05B53C00849E93EF6CA1713A /* Frameworks */,
106129
);
107130
sourceTree = "<group>";
108131
};
@@ -139,13 +162,27 @@
139162
name = "Supporting Files";
140163
sourceTree = "<group>";
141164
};
165+
FB8B6DDB036C391CF522F475 /* Pods */ = {
166+
isa = PBXGroup;
167+
children = (
168+
D8E80EF71182E262717195F8 /* Pods-Runner.debug.xcconfig */,
169+
E751BE2DDAAC6F5BBFEDF797 /* Pods-Runner.release.xcconfig */,
170+
746DBD7A001507E035219456 /* Pods-Runner.profile.xcconfig */,
171+
6E48C7C7108DA547A99CF70A /* Pods-RunnerTests.debug.xcconfig */,
172+
333122E918E747C01DA4F639 /* Pods-RunnerTests.release.xcconfig */,
173+
8BDE2DA5FB0AFABF00FFF9FF /* Pods-RunnerTests.profile.xcconfig */,
174+
);
175+
path = Pods;
176+
sourceTree = "<group>";
177+
};
142178
/* End PBXGroup section */
143179

144180
/* Begin PBXNativeTarget section */
145181
331C80F0294D02FB00263BE5 /* RunnerTests */ = {
146182
isa = PBXNativeTarget;
147183
buildConfigurationList = 331C80F7294D02FB00263BE5 /* Build configuration list for PBXNativeTarget "RunnerTests" */;
148184
buildPhases = (
185+
2783F5FC1E3D07D9790AC9D4 /* [CP] Check Pods Manifest.lock */,
149186
331C80ED294D02FB00263BE5 /* Sources */,
150187
331C80EE294D02FB00263BE5 /* Frameworks */,
151188
331C80EF294D02FB00263BE5 /* Resources */,
@@ -164,12 +201,15 @@
164201
isa = PBXNativeTarget;
165202
buildConfigurationList = 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */;
166203
buildPhases = (
204+
C079A895C57BE2A449C52284 /* [CP] Check Pods Manifest.lock */,
167205
9740EEB61CF901F6004384FC /* Run Script */,
168206
97C146EA1CF9000F007C117D /* Sources */,
169207
97C146EB1CF9000F007C117D /* Frameworks */,
170208
97C146EC1CF9000F007C117D /* Resources */,
171209
9705A1C41CF9048500538489 /* Embed Frameworks */,
172210
3B06AD1E1E4923F5004D2608 /* Thin Binary */,
211+
0E6F6768F555EA4C4C75FB99 /* [CP] Embed Pods Frameworks */,
212+
5D6EFC03A994CD261604955B /* [CP] Copy Pods Resources */,
173213
);
174214
buildRules = (
175215
);
@@ -240,6 +280,45 @@
240280
/* End PBXResourcesBuildPhase section */
241281

242282
/* Begin PBXShellScriptBuildPhase section */
283+
0E6F6768F555EA4C4C75FB99 /* [CP] Embed Pods Frameworks */ = {
284+
isa = PBXShellScriptBuildPhase;
285+
buildActionMask = 2147483647;
286+
files = (
287+
);
288+
inputFileListPaths = (
289+
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist",
290+
);
291+
name = "[CP] Embed Pods Frameworks";
292+
outputFileListPaths = (
293+
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist",
294+
);
295+
runOnlyForDeploymentPostprocessing = 0;
296+
shellPath = /bin/sh;
297+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
298+
showEnvVarsInLog = 0;
299+
};
300+
2783F5FC1E3D07D9790AC9D4 /* [CP] Check Pods Manifest.lock */ = {
301+
isa = PBXShellScriptBuildPhase;
302+
buildActionMask = 2147483647;
303+
files = (
304+
);
305+
inputFileListPaths = (
306+
);
307+
inputPaths = (
308+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
309+
"${PODS_ROOT}/Manifest.lock",
310+
);
311+
name = "[CP] Check Pods Manifest.lock";
312+
outputFileListPaths = (
313+
);
314+
outputPaths = (
315+
"$(DERIVED_FILE_DIR)/Pods-RunnerTests-checkManifestLockResult.txt",
316+
);
317+
runOnlyForDeploymentPostprocessing = 0;
318+
shellPath = /bin/sh;
319+
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";
320+
showEnvVarsInLog = 0;
321+
};
243322
3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
244323
isa = PBXShellScriptBuildPhase;
245324
alwaysOutOfDate = 1;
@@ -256,6 +335,23 @@
256335
shellPath = /bin/sh;
257336
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" embed_and_thin";
258337
};
338+
5D6EFC03A994CD261604955B /* [CP] Copy Pods Resources */ = {
339+
isa = PBXShellScriptBuildPhase;
340+
buildActionMask = 2147483647;
341+
files = (
342+
);
343+
inputFileListPaths = (
344+
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-input-files.xcfilelist",
345+
);
346+
name = "[CP] Copy Pods Resources";
347+
outputFileListPaths = (
348+
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-output-files.xcfilelist",
349+
);
350+
runOnlyForDeploymentPostprocessing = 0;
351+
shellPath = /bin/sh;
352+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources.sh\"\n";
353+
showEnvVarsInLog = 0;
354+
};
259355
9740EEB61CF901F6004384FC /* Run Script */ = {
260356
isa = PBXShellScriptBuildPhase;
261357
alwaysOutOfDate = 1;
@@ -271,6 +367,28 @@
271367
shellPath = /bin/sh;
272368
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build";
273369
};
370+
C079A895C57BE2A449C52284 /* [CP] Check Pods Manifest.lock */ = {
371+
isa = PBXShellScriptBuildPhase;
372+
buildActionMask = 2147483647;
373+
files = (
374+
);
375+
inputFileListPaths = (
376+
);
377+
inputPaths = (
378+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
379+
"${PODS_ROOT}/Manifest.lock",
380+
);
381+
name = "[CP] Check Pods Manifest.lock";
382+
outputFileListPaths = (
383+
);
384+
outputPaths = (
385+
"$(DERIVED_FILE_DIR)/Pods-Runner-checkManifestLockResult.txt",
386+
);
387+
runOnlyForDeploymentPostprocessing = 0;
388+
shellPath = /bin/sh;
389+
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";
390+
showEnvVarsInLog = 0;
391+
};
274392
/* End PBXShellScriptBuildPhase section */
275393

276394
/* Begin PBXSourcesBuildPhase section */
@@ -380,7 +498,7 @@
380498
buildSettings = {
381499
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
382500
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
383-
DEVELOPMENT_TEAM = 954G8NSFLG;
501+
DEVELOPMENT_TEAM = S99A8V4KCR;
384502
ENABLE_BITCODE = NO;
385503
INFOPLIST_FILE = Runner/Info.plist;
386504
LD_RUNPATH_SEARCH_PATHS = (
@@ -395,6 +513,7 @@
395513
};
396514
331C80F8294D02FB00263BE5 /* Debug */ = {
397515
isa = XCBuildConfiguration;
516+
baseConfigurationReference = 6E48C7C7108DA547A99CF70A /* Pods-RunnerTests.debug.xcconfig */;
398517
buildSettings = {
399518
BUNDLE_LOADER = "$(TEST_HOST)";
400519
CURRENT_PROJECT_VERSION = 1;
@@ -408,6 +527,7 @@
408527
};
409528
331C80F9294D02FB00263BE5 /* Release */ = {
410529
isa = XCBuildConfiguration;
530+
baseConfigurationReference = 333122E918E747C01DA4F639 /* Pods-RunnerTests.release.xcconfig */;
411531
buildSettings = {
412532
BUNDLE_LOADER = "$(TEST_HOST)";
413533
CURRENT_PROJECT_VERSION = 1;
@@ -421,6 +541,7 @@
421541
};
422542
331C80FA294D02FB00263BE5 /* Profile */ = {
423543
isa = XCBuildConfiguration;
544+
baseConfigurationReference = 8BDE2DA5FB0AFABF00FFF9FF /* Pods-RunnerTests.profile.xcconfig */;
424545
buildSettings = {
425546
BUNDLE_LOADER = "$(TEST_HOST)";
426547
CURRENT_PROJECT_VERSION = 1;
@@ -547,7 +668,7 @@
547668
buildSettings = {
548669
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
549670
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
550-
DEVELOPMENT_TEAM = 954G8NSFLG;
671+
DEVELOPMENT_TEAM = S99A8V4KCR;
551672
ENABLE_BITCODE = NO;
552673
INFOPLIST_FILE = Runner/Info.plist;
553674
LD_RUNPATH_SEARCH_PATHS = (
@@ -566,7 +687,7 @@
566687
buildSettings = {
567688
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
568689
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
569-
DEVELOPMENT_TEAM = 954G8NSFLG;
690+
DEVELOPMENT_TEAM = S99A8V4KCR;
570691
ENABLE_BITCODE = NO;
571692
INFOPLIST_FILE = Runner/Info.plist;
572693
LD_RUNPATH_SEARCH_PATHS = (

example/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)