Skip to content

Commit bf19326

Browse files
committed
reinstall pods
1 parent ab2cbc8 commit bf19326

2 files changed

Lines changed: 35 additions & 28 deletions

File tree

ExampleProject/CodeGenerationExample/CodeGenerationExample.xcodeproj/project.pbxproj

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

99
/* Begin PBXBuildFile section */
10+
33CAAEB6C179A144128BF84F /* Pods_CodeGenerationExample.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FD73605662ECA84FC3EAF4D4 /* Pods_CodeGenerationExample.framework */; };
1011
840B7FE11CDBA373008CA97E /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 840B7FE01CDBA373008CA97E /* AppDelegate.swift */; };
1112
840B7FE31CDBA373008CA97E /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 840B7FE21CDBA373008CA97E /* ViewController.swift */; };
1213
840B7FE61CDBA373008CA97E /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 840B7FE41CDBA373008CA97E /* Main.storyboard */; };
@@ -23,7 +24,6 @@
2324
8431D8A31CDBAB4800BB0679 /* CodeGenerationDefinition.csv in Resources */ = {isa = PBXBuildFile; fileRef = 8431D8A21CDBAB4800BB0679 /* CodeGenerationDefinition.csv */; };
2425
8431D8A61CDBAC7100BB0679 /* ExampleContainer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8431D8A51CDBAC7100BB0679 /* ExampleContainer.swift */; };
2526
8431D8AE1CDBB47E00BB0679 /* CodeGenerationExampleTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8431D8AD1CDBB47E00BB0679 /* CodeGenerationExampleTests.swift */; };
26-
EB11BF958F6A888FEC7598D2 /* Pods_CodeGenerationExample.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1835EE378081E9C8CAC576A5 /* Pods_CodeGenerationExample.framework */; };
2727
/* End PBXBuildFile section */
2828

2929
/* Begin PBXContainerItemProxy section */
@@ -37,9 +37,7 @@
3737
/* End PBXContainerItemProxy section */
3838

3939
/* Begin PBXFileReference section */
40-
143F4F7AB02FBB2D7D18032B /* Pods-CodeGenerationExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-CodeGenerationExample.debug.xcconfig"; path = "Pods/Target Support Files/Pods-CodeGenerationExample/Pods-CodeGenerationExample.debug.xcconfig"; sourceTree = "<group>"; };
41-
1835EE378081E9C8CAC576A5 /* Pods_CodeGenerationExample.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_CodeGenerationExample.framework; sourceTree = BUILT_PRODUCTS_DIR; };
42-
7B6430225DC0CBE5F18BB1D8 /* Pods-CodeGenerationExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-CodeGenerationExample.release.xcconfig"; path = "Pods/Target Support Files/Pods-CodeGenerationExample/Pods-CodeGenerationExample.release.xcconfig"; sourceTree = "<group>"; };
40+
278CB160078A5F46226D1DF1 /* Pods-CodeGenerationExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-CodeGenerationExample.debug.xcconfig"; path = "Pods/Target Support Files/Pods-CodeGenerationExample/Pods-CodeGenerationExample.debug.xcconfig"; sourceTree = "<group>"; };
4341
840B7FDD1CDBA373008CA97E /* CodeGenerationExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = CodeGenerationExample.app; sourceTree = BUILT_PRODUCTS_DIR; };
4442
840B7FE01CDBA373008CA97E /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
4543
840B7FE21CDBA373008CA97E /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
@@ -60,14 +58,16 @@
6058
8431D8AB1CDBB47E00BB0679 /* CodeGenerationExampleTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = CodeGenerationExampleTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
6159
8431D8AD1CDBB47E00BB0679 /* CodeGenerationExampleTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CodeGenerationExampleTests.swift; sourceTree = "<group>"; };
6260
8431D8AF1CDBB47E00BB0679 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
61+
B53C73B83EE93F03F8DBFE12 /* Pods-CodeGenerationExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-CodeGenerationExample.release.xcconfig"; path = "Pods/Target Support Files/Pods-CodeGenerationExample/Pods-CodeGenerationExample.release.xcconfig"; sourceTree = "<group>"; };
62+
FD73605662ECA84FC3EAF4D4 /* Pods_CodeGenerationExample.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_CodeGenerationExample.framework; sourceTree = BUILT_PRODUCTS_DIR; };
6363
/* End PBXFileReference section */
6464

6565
/* Begin PBXFrameworksBuildPhase section */
6666
840B7FDA1CDBA373008CA97E /* Frameworks */ = {
6767
isa = PBXFrameworksBuildPhase;
6868
buildActionMask = 2147483647;
6969
files = (
70-
EB11BF958F6A888FEC7598D2 /* Pods_CodeGenerationExample.framework in Frameworks */,
70+
33CAAEB6C179A144128BF84F /* Pods_CodeGenerationExample.framework in Frameworks */,
7171
);
7272
runOnlyForDeploymentPostprocessing = 0;
7373
};
@@ -81,10 +81,10 @@
8181
/* End PBXFrameworksBuildPhase section */
8282

8383
/* Begin PBXGroup section */
84-
47FBD271FB037943E42471E7 /* Frameworks */ = {
84+
325EACE6E3F7363A4A78F5E4 /* Frameworks */ = {
8585
isa = PBXGroup;
8686
children = (
87-
1835EE378081E9C8CAC576A5 /* Pods_CodeGenerationExample.framework */,
87+
FD73605662ECA84FC3EAF4D4 /* Pods_CodeGenerationExample.framework */,
8888
);
8989
name = Frameworks;
9090
sourceTree = "<group>";
@@ -95,8 +95,8 @@
9595
840B7FDF1CDBA373008CA97E /* CodeGenerationExample */,
9696
8431D8AC1CDBB47E00BB0679 /* CodeGenerationExampleTests */,
9797
840B7FDE1CDBA373008CA97E /* Products */,
98-
9C90A5DDE5ECF84F38B92C3F /* Pods */,
99-
47FBD271FB037943E42471E7 /* Frameworks */,
98+
CA9544A51692E2D855FCF3C4 /* Pods */,
99+
325EACE6E3F7363A4A78F5E4 /* Frameworks */,
100100
);
101101
sourceTree = "<group>";
102102
};
@@ -149,11 +149,11 @@
149149
path = CodeGenerationExampleTests;
150150
sourceTree = "<group>";
151151
};
152-
9C90A5DDE5ECF84F38B92C3F /* Pods */ = {
152+
CA9544A51692E2D855FCF3C4 /* Pods */ = {
153153
isa = PBXGroup;
154154
children = (
155-
143F4F7AB02FBB2D7D18032B /* Pods-CodeGenerationExample.debug.xcconfig */,
156-
7B6430225DC0CBE5F18BB1D8 /* Pods-CodeGenerationExample.release.xcconfig */,
155+
278CB160078A5F46226D1DF1 /* Pods-CodeGenerationExample.debug.xcconfig */,
156+
B53C73B83EE93F03F8DBFE12 /* Pods-CodeGenerationExample.release.xcconfig */,
157157
);
158158
name = Pods;
159159
sourceTree = "<group>";
@@ -165,13 +165,13 @@
165165
isa = PBXNativeTarget;
166166
buildConfigurationList = 840B7FEF1CDBA373008CA97E /* Build configuration list for PBXNativeTarget "CodeGenerationExample" */;
167167
buildPhases = (
168+
225D6A5931B94CC443608E88 /* [CP] Check Pods Manifest.lock */,
168169
8431D8A41CDBAB5F00BB0679 /* Swinject Codegeneration */,
169-
87668E43493E1F8B77F96925 /* Check Pods Manifest.lock */,
170170
840B7FD91CDBA373008CA97E /* Sources */,
171171
840B7FDA1CDBA373008CA97E /* Frameworks */,
172172
840B7FDB1CDBA373008CA97E /* Resources */,
173-
0AE892BC6DF6F5EC87622CAB /* Embed Pods Frameworks */,
174-
4D3504C6073B5B8D15282CD4 /* Copy Pods Resources */,
173+
33554BBDD15CA7B6D2A92324 /* [CP] Embed Pods Frameworks */,
174+
8C9F43EDFD8315E965D0C7D6 /* [CP] Copy Pods Resources */,
175175
);
176176
buildRules = (
177177
);
@@ -207,7 +207,7 @@
207207
isa = PBXProject;
208208
attributes = {
209209
LastSwiftUpdateCheck = 0730;
210-
LastUpgradeCheck = 0730;
210+
LastUpgradeCheck = 0800;
211211
ORGANIZATIONNAME = swinject;
212212
TargetAttributes = {
213213
840B7FDC1CDBA373008CA97E = {
@@ -262,34 +262,34 @@
262262
/* End PBXResourcesBuildPhase section */
263263

264264
/* Begin PBXShellScriptBuildPhase section */
265-
0AE892BC6DF6F5EC87622CAB /* Embed Pods Frameworks */ = {
265+
225D6A5931B94CC443608E88 /* [CP] Check Pods Manifest.lock */ = {
266266
isa = PBXShellScriptBuildPhase;
267267
buildActionMask = 2147483647;
268268
files = (
269269
);
270270
inputPaths = (
271271
);
272-
name = "Embed Pods Frameworks";
272+
name = "[CP] Check Pods Manifest.lock";
273273
outputPaths = (
274274
);
275275
runOnlyForDeploymentPostprocessing = 0;
276276
shellPath = /bin/sh;
277277
shellScript = "diff \"${PODS_ROOT}/../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";
278278
showEnvVarsInLog = 0;
279279
};
280-
4D3504C6073B5B8D15282CD4 /* Copy Pods Resources */ = {
280+
33554BBDD15CA7B6D2A92324 /* [CP] Embed Pods Frameworks */ = {
281281
isa = PBXShellScriptBuildPhase;
282282
buildActionMask = 2147483647;
283283
files = (
284284
);
285285
inputPaths = (
286286
);
287-
name = "Copy Pods Resources";
287+
name = "[CP] Embed Pods Frameworks";
288288
outputPaths = (
289289
);
290290
runOnlyForDeploymentPostprocessing = 0;
291291
shellPath = /bin/sh;
292-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-CodeGenerationExample/Pods-CodeGenerationExample-resources.sh\"\n";
292+
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-CodeGenerationExample/Pods-CodeGenerationExample-frameworks.sh\"\n";
293293
showEnvVarsInLog = 0;
294294
};
295295
8431D8A41CDBAB5F00BB0679 /* Swinject Codegeneration */ = {
@@ -304,21 +304,21 @@
304304
);
305305
runOnlyForDeploymentPostprocessing = 0;
306306
shellPath = /bin/sh;
307-
shellScript = "$PODS_ROOT/Swinject-CodeGen/swinject_codegen -i \"${SRCROOT}/CodeGenerationExample/CodeGenerationDefinition.csv\" -o \"${SRCROOT}/CodeGenerationExample/ExampleContainer.swift\"";
307+
shellScript = "# Uncomment this for usage with cocoapods\n#$PODS_ROOT/Swinject-CodeGen/swinject_codegen -i \"${SRCROOT}/CodeGenerationExample/CodeGenerationDefinition.csv\" -o \"${SRCROOT}/CodeGenerationExample/ExampleContainer.swift\"\n\n# Use local bin\n../../bin/swinject_codegen -i \"${SRCROOT}/CodeGenerationExample/CodeGenerationDefinition.csv\" -o \"${SRCROOT}/CodeGenerationExample/ExampleContainer.swift\"";
308308
};
309-
87668E43493E1F8B77F96925 /* Check Pods Manifest.lock */ = {
309+
8C9F43EDFD8315E965D0C7D6 /* [CP] Copy Pods Resources */ = {
310310
isa = PBXShellScriptBuildPhase;
311311
buildActionMask = 2147483647;
312312
files = (
313313
);
314314
inputPaths = (
315315
);
316-
name = "Check Pods Manifest.lock";
316+
name = "[CP] Copy Pods Resources";
317317
outputPaths = (
318318
);
319319
runOnlyForDeploymentPostprocessing = 0;
320320
shellPath = /bin/sh;
321-
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n";
321+
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-CodeGenerationExample/Pods-CodeGenerationExample-resources.sh\"\n";
322322
showEnvVarsInLog = 0;
323323
};
324324
/* End PBXShellScriptBuildPhase section */
@@ -394,8 +394,10 @@
394394
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
395395
CLANG_WARN_EMPTY_BODY = YES;
396396
CLANG_WARN_ENUM_CONVERSION = YES;
397+
CLANG_WARN_INFINITE_RECURSION = YES;
397398
CLANG_WARN_INT_CONVERSION = YES;
398399
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
400+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
399401
CLANG_WARN_UNREACHABLE_CODE = YES;
400402
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
401403
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
@@ -440,8 +442,10 @@
440442
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
441443
CLANG_WARN_EMPTY_BODY = YES;
442444
CLANG_WARN_ENUM_CONVERSION = YES;
445+
CLANG_WARN_INFINITE_RECURSION = YES;
443446
CLANG_WARN_INT_CONVERSION = YES;
444447
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
448+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
445449
CLANG_WARN_UNREACHABLE_CODE = YES;
446450
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
447451
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
@@ -460,15 +464,17 @@
460464
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
461465
MTL_ENABLE_DEBUG_INFO = NO;
462466
SDKROOT = iphoneos;
467+
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
463468
TARGETED_DEVICE_FAMILY = "1,2";
464469
VALIDATE_PRODUCT = YES;
465470
};
466471
name = Release;
467472
};
468473
840B7FF01CDBA373008CA97E /* Debug */ = {
469474
isa = XCBuildConfiguration;
470-
baseConfigurationReference = 143F4F7AB02FBB2D7D18032B /* Pods-CodeGenerationExample.debug.xcconfig */;
475+
baseConfigurationReference = 278CB160078A5F46226D1DF1 /* Pods-CodeGenerationExample.debug.xcconfig */;
471476
buildSettings = {
477+
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
472478
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
473479
INFOPLIST_FILE = CodeGenerationExample/Info.plist;
474480
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
@@ -480,8 +486,9 @@
480486
};
481487
840B7FF11CDBA373008CA97E /* Release */ = {
482488
isa = XCBuildConfiguration;
483-
baseConfigurationReference = 7B6430225DC0CBE5F18BB1D8 /* Pods-CodeGenerationExample.release.xcconfig */;
489+
baseConfigurationReference = B53C73B83EE93F03F8DBFE12 /* Pods-CodeGenerationExample.release.xcconfig */;
484490
buildSettings = {
491+
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
485492
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
486493
INFOPLIST_FILE = CodeGenerationExample/Info.plist;
487494
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";

ExampleProject/CodeGenerationExample/CodeGenerationExample.xcodeproj/xcshareddata/xcschemes/CodeGenerationExample.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0730"
3+
LastUpgradeVersion = "0800"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

0 commit comments

Comments
 (0)