Skip to content

Commit 18be519

Browse files
authored
ref: Cleanup broken references and paths on Cocoapods project (#5858)
* ref: Cleanup broken references and paths on Cocoapods project * Silence `Generated duplicate UUIDs` warning
1 parent 1bf432b commit 18be519

File tree

2 files changed

+6
-35
lines changed

2 files changed

+6
-35
lines changed

Samples/iOS-Cocoapods-Swift6/Podfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
platform :ios, '11.0'
22
use_frameworks!
33

4+
install! 'cocoapods', :deterministic_uuids => false
5+
46
target 'App' do
57
pod 'Sentry', :path => "../../"
68
end

Samples/iOS-Cocoapods-Swift6/iOS-Cocoapods-Swift6.xcodeproj/project.pbxproj

Lines changed: 4 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
7CA106457CC640CDCEDB05E5 /* Pods_TestKeyboardExtension.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_TestKeyboardExtension.framework; sourceTree = BUILT_PRODUCTS_DIR; };
5959
D46156852D63555100D7C33D /* App.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = App.app; sourceTree = BUILT_PRODUCTS_DIR; };
6060
D4DC1E7A2D6F0FAD00F562AA /* UITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = UITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
61-
D4DC1E852D6F0FD400F562AA /* iOS-Cocoapods-Swift6_Base.xctestplan */ = {isa = PBXFileReference; lastKnownFileType = text; name = "iOS-Cocoapods-Swift6_Base.xctestplan"; path = "../../../Plans/iOS-Cocoapods-Swift6_Base.xctestplan"; sourceTree = "<group>"; };
61+
D4DC1E852D6F0FD400F562AA /* iOS-Cocoapods-Swift6_Base.xctestplan */ = {isa = PBXFileReference; lastKnownFileType = text; path = "iOS-Cocoapods-Swift6_Base.xctestplan"; sourceTree = "<group>"; };
6262
D4DC1E8B2D6F0FDE00F562AA /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
6363
D4DC1E8C2D6F0FDE00F562AA /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
6464
D4DC1E8D2D6F0FDE00F562AA /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
@@ -163,41 +163,9 @@
163163
name = Products;
164164
sourceTree = "<group>";
165165
};
166-
D4DC1E872D6F0FDE00F562AA /* Headers */ = {
167-
isa = PBXGroup;
168-
children = (
169-
);
170-
path = Headers;
171-
sourceTree = "<group>";
172-
};
173-
D4DC1E882D6F0FDE00F562AA /* Local Podspecs */ = {
174-
isa = PBXGroup;
175-
children = (
176-
);
177-
path = "Local Podspecs";
178-
sourceTree = "<group>";
179-
};
180-
D4DC1E892D6F0FDE00F562AA /* Target Support Files */ = {
181-
isa = PBXGroup;
182-
children = (
183-
);
184-
path = "Target Support Files";
185-
sourceTree = "<group>";
186-
};
187-
D4DC1E8A2D6F0FDE00F562AA /* Pods */ = {
188-
isa = PBXGroup;
189-
children = (
190-
D4DC1E872D6F0FDE00F562AA /* Headers */,
191-
D4DC1E882D6F0FDE00F562AA /* Local Podspecs */,
192-
D4DC1E892D6F0FDE00F562AA /* Target Support Files */,
193-
);
194-
path = Pods;
195-
sourceTree = "<group>";
196-
};
197166
D4DC1E942D6F0FDE00F562AA /* Sources */ = {
198167
isa = PBXGroup;
199168
children = (
200-
D4DC1E8A2D6F0FDE00F562AA /* Pods */,
201169
D4DC1E8B2D6F0FDE00F562AA /* AppDelegate.swift */,
202170
D4DC1E8C2D6F0FDE00F562AA /* Assets.xcassets */,
203171
D4DC1E8D2D6F0FDE00F562AA /* Info.plist */,
@@ -217,12 +185,13 @@
217185
path = UITests;
218186
sourceTree = "<group>";
219187
};
220-
D4DC1EA12D6F0FEB00F562AA /* Test Plans */ = {
188+
D4DC1EA12D6F0FEB00F562AA /* Plans */ = {
221189
isa = PBXGroup;
222190
children = (
223191
D4DC1E852D6F0FD400F562AA /* iOS-Cocoapods-Swift6_Base.xctestplan */,
224192
);
225-
path = "Test Plans";
193+
name = Plans;
194+
path = ../../Plans;
226195
sourceTree = "<group>";
227196
};
228197
/* End PBXGroup section */

0 commit comments

Comments
 (0)