Skip to content

Commit 5b7b15e

Browse files
committed
Run pod deintegrate and pod install
1 parent c68d310 commit 5b7b15e

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

Example/ImaginaryForMac/ImaginaryForMac.xcodeproj/project.pbxproj

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

99
/* Begin PBXBuildFile section */
10-
78D3FFC6CEE43584B83524A7 /* Pods_ImaginaryForMac.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 703EB04E6634A3186CCD8E52 /* Pods_ImaginaryForMac.framework */; };
10+
B79DB08593EE4EFC63A78563 /* Pods_ImaginaryForMac.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3BA2C8B137EAFB2B633C3103 /* Pods_ImaginaryForMac.framework */; };
1111
D28838FC1D2113A3005FBFE8 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = D28838FB1D2113A3005FBFE8 /* AppDelegate.swift */; };
1212
D28838FE1D2113A3005FBFE8 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D28838FD1D2113A3005FBFE8 /* ViewController.swift */; };
1313
D28839001D2113A3005FBFE8 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D28838FF1D2113A3005FBFE8 /* Assets.xcassets */; };
@@ -17,8 +17,9 @@
1717
/* End PBXBuildFile section */
1818

1919
/* Begin PBXFileReference section */
20-
703EB04E6634A3186CCD8E52 /* Pods_ImaginaryForMac.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_ImaginaryForMac.framework; sourceTree = BUILT_PRODUCTS_DIR; };
21-
C2903F74703615995C59EBED /* Pods-ImaginaryForMac.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ImaginaryForMac.debug.xcconfig"; path = "Pods/Target Support Files/Pods-ImaginaryForMac/Pods-ImaginaryForMac.debug.xcconfig"; sourceTree = "<group>"; };
20+
043CAD6662E05A93CF72F48D /* Pods-ImaginaryForMac.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ImaginaryForMac.release.xcconfig"; path = "Pods/Target Support Files/Pods-ImaginaryForMac/Pods-ImaginaryForMac.release.xcconfig"; sourceTree = "<group>"; };
21+
3BA2C8B137EAFB2B633C3103 /* Pods_ImaginaryForMac.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_ImaginaryForMac.framework; sourceTree = BUILT_PRODUCTS_DIR; };
22+
9B812B849966115446D32BEC /* Pods-ImaginaryForMac.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ImaginaryForMac.debug.xcconfig"; path = "Pods/Target Support Files/Pods-ImaginaryForMac/Pods-ImaginaryForMac.debug.xcconfig"; sourceTree = "<group>"; };
2223
D28838F81D2113A3005FBFE8 /* ImaginaryForMac.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ImaginaryForMac.app; sourceTree = BUILT_PRODUCTS_DIR; };
2324
D28838FB1D2113A3005FBFE8 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
2425
D28838FD1D2113A3005FBFE8 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
@@ -27,36 +28,44 @@
2728
D28839041D2113A3005FBFE8 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
2829
D288390A1D211522005FBFE8 /* Cell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Cell.swift; sourceTree = "<group>"; };
2930
D288390B1D211522005FBFE8 /* Cell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = Cell.xib; sourceTree = "<group>"; };
30-
F352B24B95F67FCE8E31323A /* Pods-ImaginaryForMac.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ImaginaryForMac.release.xcconfig"; path = "Pods/Target Support Files/Pods-ImaginaryForMac/Pods-ImaginaryForMac.release.xcconfig"; sourceTree = "<group>"; };
3131
/* End PBXFileReference section */
3232

3333
/* Begin PBXFrameworksBuildPhase section */
3434
D28838F51D2113A3005FBFE8 /* Frameworks */ = {
3535
isa = PBXFrameworksBuildPhase;
3636
buildActionMask = 2147483647;
3737
files = (
38-
78D3FFC6CEE43584B83524A7 /* Pods_ImaginaryForMac.framework in Frameworks */,
38+
B79DB08593EE4EFC63A78563 /* Pods_ImaginaryForMac.framework in Frameworks */,
3939
);
4040
runOnlyForDeploymentPostprocessing = 0;
4141
};
4242
/* End PBXFrameworksBuildPhase section */
4343

4444
/* Begin PBXGroup section */
45-
31FDF6D46C1C400C275B82C1 /* Frameworks */ = {
45+
7BA70C804F06A549B67C1796 /* Frameworks */ = {
4646
isa = PBXGroup;
4747
children = (
48-
703EB04E6634A3186CCD8E52 /* Pods_ImaginaryForMac.framework */,
48+
3BA2C8B137EAFB2B633C3103 /* Pods_ImaginaryForMac.framework */,
4949
);
5050
name = Frameworks;
5151
sourceTree = "<group>";
5252
};
53+
87A7B1AEB948E39AB1211F8F /* Pods */ = {
54+
isa = PBXGroup;
55+
children = (
56+
9B812B849966115446D32BEC /* Pods-ImaginaryForMac.debug.xcconfig */,
57+
043CAD6662E05A93CF72F48D /* Pods-ImaginaryForMac.release.xcconfig */,
58+
);
59+
name = Pods;
60+
sourceTree = "<group>";
61+
};
5362
D28838EF1D2113A3005FBFE8 = {
5463
isa = PBXGroup;
5564
children = (
5665
D28838FA1D2113A3005FBFE8 /* ImaginaryForMac */,
5766
D28838F91D2113A3005FBFE8 /* Products */,
58-
D94B243ADFC942E9B8A92856 /* Pods */,
59-
31FDF6D46C1C400C275B82C1 /* Frameworks */,
67+
87A7B1AEB948E39AB1211F8F /* Pods */,
68+
7BA70C804F06A549B67C1796 /* Frameworks */,
6069
);
6170
sourceTree = "<group>";
6271
};
@@ -82,28 +91,19 @@
8291
path = ImaginaryForMac;
8392
sourceTree = "<group>";
8493
};
85-
D94B243ADFC942E9B8A92856 /* Pods */ = {
86-
isa = PBXGroup;
87-
children = (
88-
C2903F74703615995C59EBED /* Pods-ImaginaryForMac.debug.xcconfig */,
89-
F352B24B95F67FCE8E31323A /* Pods-ImaginaryForMac.release.xcconfig */,
90-
);
91-
name = Pods;
92-
sourceTree = "<group>";
93-
};
9494
/* End PBXGroup section */
9595

9696
/* Begin PBXNativeTarget section */
9797
D28838F71D2113A3005FBFE8 /* ImaginaryForMac */ = {
9898
isa = PBXNativeTarget;
9999
buildConfigurationList = D28839071D2113A3005FBFE8 /* Build configuration list for PBXNativeTarget "ImaginaryForMac" */;
100100
buildPhases = (
101-
55A2ACC7C6304E095220777D /* [CP] Check Pods Manifest.lock */,
101+
40CCA429685DD255AA363E98 /* [CP] Check Pods Manifest.lock */,
102102
D28838F41D2113A3005FBFE8 /* Sources */,
103103
D28838F51D2113A3005FBFE8 /* Frameworks */,
104104
D28838F61D2113A3005FBFE8 /* Resources */,
105-
53BC74B406E8FA8CA24B5873 /* [CP] Embed Pods Frameworks */,
106-
D66AF2BE601A8F9708469D8F /* [CP] Copy Pods Resources */,
105+
03141398B338940A1BF90C20 /* [CP] Embed Pods Frameworks */,
106+
E3DAFB0252505F0C09FD0D71 /* [CP] Copy Pods Resources */,
107107
);
108108
buildRules = (
109109
);
@@ -162,7 +162,7 @@
162162
/* End PBXResourcesBuildPhase section */
163163

164164
/* Begin PBXShellScriptBuildPhase section */
165-
53BC74B406E8FA8CA24B5873 /* [CP] Embed Pods Frameworks */ = {
165+
03141398B338940A1BF90C20 /* [CP] Embed Pods Frameworks */ = {
166166
isa = PBXShellScriptBuildPhase;
167167
buildActionMask = 2147483647;
168168
files = (
@@ -184,7 +184,7 @@
184184
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-ImaginaryForMac/Pods-ImaginaryForMac-frameworks.sh\"\n";
185185
showEnvVarsInLog = 0;
186186
};
187-
55A2ACC7C6304E095220777D /* [CP] Check Pods Manifest.lock */ = {
187+
40CCA429685DD255AA363E98 /* [CP] Check Pods Manifest.lock */ = {
188188
isa = PBXShellScriptBuildPhase;
189189
buildActionMask = 2147483647;
190190
files = (
@@ -202,7 +202,7 @@
202202
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";
203203
showEnvVarsInLog = 0;
204204
};
205-
D66AF2BE601A8F9708469D8F /* [CP] Copy Pods Resources */ = {
205+
E3DAFB0252505F0C09FD0D71 /* [CP] Copy Pods Resources */ = {
206206
isa = PBXShellScriptBuildPhase;
207207
buildActionMask = 2147483647;
208208
files = (
@@ -347,7 +347,7 @@
347347
};
348348
D28839081D2113A3005FBFE8 /* Debug */ = {
349349
isa = XCBuildConfiguration;
350-
baseConfigurationReference = C2903F74703615995C59EBED /* Pods-ImaginaryForMac.debug.xcconfig */;
350+
baseConfigurationReference = 9B812B849966115446D32BEC /* Pods-ImaginaryForMac.debug.xcconfig */;
351351
buildSettings = {
352352
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
353353
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
@@ -361,7 +361,7 @@
361361
};
362362
D28839091D2113A3005FBFE8 /* Release */ = {
363363
isa = XCBuildConfiguration;
364-
baseConfigurationReference = F352B24B95F67FCE8E31323A /* Pods-ImaginaryForMac.release.xcconfig */;
364+
baseConfigurationReference = 043CAD6662E05A93CF72F48D /* Pods-ImaginaryForMac.release.xcconfig */;
365365
buildSettings = {
366366
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
367367
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;

0 commit comments

Comments
 (0)