Skip to content
This repository was archived by the owner on Sep 5, 2025. It is now read-only.

Commit b4c3dff

Browse files
committed
pbxproj was updated while updating CocoaPods
1 parent 54d74d3 commit b4c3dff

File tree

2 files changed

+12
-16
lines changed

2 files changed

+12
-16
lines changed

Podfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ pod 'MatrixKit', :git => 'https://github.com/matrix-org/matrix-ios-kit.git', :br
2222
#pod 'MatrixKit', :path => '../matrix-ios-kit/MatrixKit.podspec'
2323
#pod 'MatrixSDK', :path => '../matrix-ios-sdk/MatrixSDK.podspec'
2424

25-
pod 'GBDeviceInfo', '~> 3.4.0'
25+
pod 'GBDeviceInfo', '~> 4.1.0'
2626

2727
### OpenWebRTC call stack ###
2828
# The wrapper lib between MatrixSDK and OpenWebRTC-SDK
@@ -32,7 +32,3 @@ pod 'OpenWebRTC-SDK', :git => 'https://github.com/matrix-org/openwebrtc-ios-sdk.
3232

3333
end
3434

35-
target "matrixConsole" do
36-
37-
end
38-

matrixConsole.xcodeproj/project.pbxproj

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
F013EEEC1A40D437002BB093 /* matrixConsole-Defaults.plist in Resources */ = {isa = PBXBuildFile; fileRef = F013EEEB1A40D437002BB093 /* matrixConsole-Defaults.plist */; };
1616
F01449A31B53E06A00EA7D73 /* GlobalNotificationSettingsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F01449A21B53E06A00EA7D73 /* GlobalNotificationSettingsViewController.m */; };
1717
F01449B41B56B14D00EA7D73 /* AccountDetailsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F01449B31B56B14D00EA7D73 /* AccountDetailsViewController.m */; };
18-
F01C113F1BCEA23E00FCDE1E /* matrixConsole.png in Resources */ = {isa = PBXBuildFile; fileRef = F01C113E1BCEA23E00FCDE1E /* matrixConsole.png */; settings = {ASSET_TAGS = (); }; };
19-
F01C11411BCEA27C00FCDE1E /* matrixConsole@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = F01C11401BCEA27C00FCDE1E /* matrixConsole@2x.png */; settings = {ASSET_TAGS = (); }; };
18+
F01C113F1BCEA23E00FCDE1E /* matrixConsole.png in Resources */ = {isa = PBXBuildFile; fileRef = F01C113E1BCEA23E00FCDE1E /* matrixConsole.png */; };
19+
F01C11411BCEA27C00FCDE1E /* matrixConsole@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = F01C11401BCEA27C00FCDE1E /* matrixConsole@2x.png */; };
2020
F03EF5F619F171EB00A0EE52 /* HomeViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F03EF5EB19F171EB00A0EE52 /* HomeViewController.m */; };
2121
F03EF5F719F171EB00A0EE52 /* AuthenticationViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F03EF5ED19F171EB00A0EE52 /* AuthenticationViewController.m */; };
2222
F03EF5F819F171EB00A0EE52 /* MasterTabBarController.m in Sources */ = {isa = PBXBuildFile; fileRef = F03EF5EF19F171EB00A0EE52 /* MasterTabBarController.m */; };
@@ -308,12 +308,12 @@
308308
isa = PBXNativeTarget;
309309
buildConfigurationList = F07A80F819DD9DE700B621A1 /* Build configuration list for PBXNativeTarget "matrixConsole" */;
310310
buildPhases = (
311-
A063750719371855C7755702 /* Check Pods Manifest.lock */,
311+
A063750719371855C7755702 /* [CP] Check Pods Manifest.lock */,
312312
F07A80CE19DD9DE700B621A1 /* Sources */,
313313
F07A80CF19DD9DE700B621A1 /* Frameworks */,
314314
F07A80D019DD9DE700B621A1 /* Resources */,
315-
3496B335A95D95AB2A8DCEF4 /* Copy Pods Resources */,
316-
56D720977680A8858FD17E8D /* Embed Pods Frameworks */,
315+
3496B335A95D95AB2A8DCEF4 /* [CP] Copy Pods Resources */,
316+
56D720977680A8858FD17E8D /* [CP] Embed Pods Frameworks */,
317317
);
318318
buildRules = (
319319
);
@@ -415,44 +415,44 @@
415415
/* End PBXResourcesBuildPhase section */
416416

417417
/* Begin PBXShellScriptBuildPhase section */
418-
3496B335A95D95AB2A8DCEF4 /* Copy Pods Resources */ = {
418+
3496B335A95D95AB2A8DCEF4 /* [CP] Copy Pods Resources */ = {
419419
isa = PBXShellScriptBuildPhase;
420420
buildActionMask = 2147483647;
421421
files = (
422422
);
423423
inputPaths = (
424424
);
425-
name = "Copy Pods Resources";
425+
name = "[CP] Copy Pods Resources";
426426
outputPaths = (
427427
);
428428
runOnlyForDeploymentPostprocessing = 0;
429429
shellPath = /bin/sh;
430430
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-matrixConsole/Pods-matrixConsole-resources.sh\"\n";
431431
showEnvVarsInLog = 0;
432432
};
433-
56D720977680A8858FD17E8D /* Embed Pods Frameworks */ = {
433+
56D720977680A8858FD17E8D /* [CP] Embed Pods Frameworks */ = {
434434
isa = PBXShellScriptBuildPhase;
435435
buildActionMask = 2147483647;
436436
files = (
437437
);
438438
inputPaths = (
439439
);
440-
name = "Embed Pods Frameworks";
440+
name = "[CP] Embed Pods Frameworks";
441441
outputPaths = (
442442
);
443443
runOnlyForDeploymentPostprocessing = 0;
444444
shellPath = /bin/sh;
445445
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-matrixConsole/Pods-matrixConsole-frameworks.sh\"\n";
446446
showEnvVarsInLog = 0;
447447
};
448-
A063750719371855C7755702 /* Check Pods Manifest.lock */ = {
448+
A063750719371855C7755702 /* [CP] Check Pods Manifest.lock */ = {
449449
isa = PBXShellScriptBuildPhase;
450450
buildActionMask = 2147483647;
451451
files = (
452452
);
453453
inputPaths = (
454454
);
455-
name = "Check Pods Manifest.lock";
455+
name = "[CP] Check Pods Manifest.lock";
456456
outputPaths = (
457457
);
458458
runOnlyForDeploymentPostprocessing = 0;

0 commit comments

Comments
 (0)