Skip to content

Commit 7663ee0

Browse files
committed
Refactor Podfile to streamline target definitions and update Podfile.lock for consistency with new dependencies
1 parent c057bb4 commit 7663ee0

3 files changed

Lines changed: 18 additions & 14 deletions

File tree

Example/Podfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
platform :ios, '12.0'
44

55
target 'arclight-event-tracker' do
6-
use_frameworks!
6+
pod 'arclight-event-tracker', path: '../'
7+
end
78

9+
target 'Tests' do
810
pod 'arclight-event-tracker', path: '../'
911

10-
target 'Tests' do
11-
pod 'Specta', '~> 0.2.1'
12-
pod 'Expecta'
13-
end
12+
pod 'Specta', '~> 0.2.1'
13+
pod 'Expecta'
1414
end

Example/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ SPEC CHECKSUMS:
2222
Expecta: 3b6bd90a64b9a1dcb0b70aa0e10a7f8f631667d5
2323
Specta: 15a276a6343867b426d5ed135d5aa4d04123a573
2424

25-
PODFILE CHECKSUM: b2bddeab5da08cb59351a06817e974f2f31be084
25+
PODFILE CHECKSUM: a307177a021c547ed3d034b21b08826fde59607c
2626

2727
COCOAPODS: 1.16.2

Example/arclight-event-tracker.xcodeproj/project.pbxproj

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

99
/* Begin PBXBuildFile section */
10+
00F8C5AE0CA7CBD1491A1828 /* libPods-Tests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 9A23851BFFA326843BB64C89 /* libPods-Tests.a */; };
1011
6003F58E195388D20070C39A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58D195388D20070C39A /* Foundation.framework */; };
1112
6003F590195388D20070C39A /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58F195388D20070C39A /* CoreGraphics.framework */; };
1213
6003F592195388D20070C39A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F591195388D20070C39A /* UIKit.framework */; };
@@ -22,8 +23,7 @@
2223
6003F5B2195388D20070C39A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F591195388D20070C39A /* UIKit.framework */; };
2324
6003F5BA195388D20070C39A /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 6003F5B8195388D20070C39A /* InfoPlist.strings */; };
2425
6003F5BC195388D20070C39A /* Tests.m in Sources */ = {isa = PBXBuildFile; fileRef = 6003F5BB195388D20070C39A /* Tests.m */; };
25-
AA0F0A8207764AF95144A29D /* libPods-Tests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E6742C3E60E9F32CF646F606 /* libPods-Tests.a */; };
26-
D799332B2FBE90FBE96703BC /* libPods-arclight-event-tracker.a in Frameworks */ = {isa = PBXBuildFile; fileRef = A689E0177F57167F295092E3 /* libPods-arclight-event-tracker.a */; };
26+
9FF48969CE307A8BBAF77F75 /* libPods-arclight-event-tracker.a in Frameworks */ = {isa = PBXBuildFile; fileRef = A8AADE68A38B1851F3F12F89 /* libPods-arclight-event-tracker.a */; };
2727
/* End PBXBuildFile section */
2828

2929
/* Begin PBXContainerItemProxy section */
@@ -63,11 +63,13 @@
6363
6F43F0BE56CA2273E22E842F /* Pods-Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Tests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Tests/Pods-Tests.debug.xcconfig"; sourceTree = "<group>"; };
6464
7D273BE4C79941FF6949BA34 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; };
6565
89F5A495560FD585C8D6B5BB /* Pods-Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Tests.release.xcconfig"; path = "Pods/Target Support Files/Pods-Tests/Pods-Tests.release.xcconfig"; sourceTree = "<group>"; };
66-
A689E0177F57167F295092E3 /* libPods-arclight-event-tracker.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-arclight-event-tracker.a"; sourceTree = BUILT_PRODUCTS_DIR; };
66+
92E5F38F3AB2350357DEFEF1 /* Pods-arclight-event-tracker-Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-arclight-event-tracker-Tests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-arclight-event-tracker-Tests/Pods-arclight-event-tracker-Tests.debug.xcconfig"; sourceTree = "<group>"; };
67+
9A23851BFFA326843BB64C89 /* libPods-Tests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-Tests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
68+
A8AADE68A38B1851F3F12F89 /* libPods-arclight-event-tracker.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-arclight-event-tracker.a"; sourceTree = BUILT_PRODUCTS_DIR; };
6769
BBCF6CB3A15874BCAA80CA53 /* Pods-arclight-event-tracker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-arclight-event-tracker.release.xcconfig"; path = "Pods/Target Support Files/Pods-arclight-event-tracker/Pods-arclight-event-tracker.release.xcconfig"; sourceTree = "<group>"; };
6870
C1B9B71D637108E42436B929 /* arclight-event-tracker.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = "arclight-event-tracker.podspec"; path = "../arclight-event-tracker.podspec"; sourceTree = "<group>"; };
71+
C5371A6E17948064A3A5C15B /* Pods-arclight-event-tracker-Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-arclight-event-tracker-Tests.release.xcconfig"; path = "Pods/Target Support Files/Pods-arclight-event-tracker-Tests/Pods-arclight-event-tracker-Tests.release.xcconfig"; sourceTree = "<group>"; };
6972
CB1EA65F19E70C1800AC662F /* libsqlite3.0.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libsqlite3.0.dylib; path = usr/lib/libsqlite3.0.dylib; sourceTree = SDKROOT; };
70-
E6742C3E60E9F32CF646F606 /* libPods-Tests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-Tests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
7173
/* End PBXFileReference section */
7274

7375
/* Begin PBXFrameworksBuildPhase section */
@@ -78,7 +80,7 @@
7880
6003F590195388D20070C39A /* CoreGraphics.framework in Frameworks */,
7981
6003F592195388D20070C39A /* UIKit.framework in Frameworks */,
8082
6003F58E195388D20070C39A /* Foundation.framework in Frameworks */,
81-
D799332B2FBE90FBE96703BC /* libPods-arclight-event-tracker.a in Frameworks */,
83+
9FF48969CE307A8BBAF77F75 /* libPods-arclight-event-tracker.a in Frameworks */,
8284
);
8385
runOnlyForDeploymentPostprocessing = 0;
8486
};
@@ -89,7 +91,7 @@
8991
6003F5B0195388D20070C39A /* XCTest.framework in Frameworks */,
9092
6003F5B2195388D20070C39A /* UIKit.framework in Frameworks */,
9193
6003F5B1195388D20070C39A /* Foundation.framework in Frameworks */,
92-
AA0F0A8207764AF95144A29D /* libPods-Tests.a in Frameworks */,
94+
00F8C5AE0CA7CBD1491A1828 /* libPods-Tests.a in Frameworks */,
9395
);
9496
runOnlyForDeploymentPostprocessing = 0;
9597
};
@@ -103,6 +105,8 @@
103105
89F5A495560FD585C8D6B5BB /* Pods-Tests.release.xcconfig */,
104106
24F2815E2A96336A1FCEE14D /* Pods-arclight-event-tracker.debug.xcconfig */,
105107
BBCF6CB3A15874BCAA80CA53 /* Pods-arclight-event-tracker.release.xcconfig */,
108+
92E5F38F3AB2350357DEFEF1 /* Pods-arclight-event-tracker-Tests.debug.xcconfig */,
109+
C5371A6E17948064A3A5C15B /* Pods-arclight-event-tracker-Tests.release.xcconfig */,
106110
);
107111
name = Pods;
108112
sourceTree = "<group>";
@@ -136,8 +140,8 @@
136140
6003F58F195388D20070C39A /* CoreGraphics.framework */,
137141
6003F591195388D20070C39A /* UIKit.framework */,
138142
6003F5AF195388D20070C39A /* XCTest.framework */,
139-
E6742C3E60E9F32CF646F606 /* libPods-Tests.a */,
140-
A689E0177F57167F295092E3 /* libPods-arclight-event-tracker.a */,
143+
9A23851BFFA326843BB64C89 /* libPods-Tests.a */,
144+
A8AADE68A38B1851F3F12F89 /* libPods-arclight-event-tracker.a */,
141145
);
142146
name = Frameworks;
143147
sourceTree = "<group>";

0 commit comments

Comments
 (0)