Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 11 additions & 4 deletions MLeaksFinder.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -151,11 +151,11 @@
isa = PBXNativeTarget;
buildConfigurationList = B3ADE1751C1BD1D600AA4F63 /* Build configuration list for PBXNativeTarget "MLeaksFinder" */;
buildPhases = (
9E0BBC368849AFF24D69A961 /* [CP] Check Pods Manifest.lock */,
1E51A1E3538164E48103EBFB /* 📦 Check Pods Manifest.lock */,
B3ADE1681C1BD1D600AA4F63 /* Sources */,
B3ADE1691C1BD1D600AA4F63 /* Frameworks */,
B3ADE16A1C1BD1D600AA4F63 /* CopyFiles */,
C5C5444B869098CC15440C05 /* 📦 Copy Pods Resources */,
);
buildRules = (
);
Expand Down Expand Up @@ -213,19 +213,26 @@
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";
showEnvVarsInLog = 0;
};
C5C5444B869098CC15440C05 /* 📦 Copy Pods Resources */ = {
9E0BBC368849AFF24D69A961 /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
"${PODS_ROOT}/Manifest.lock",
);
name = "[CP] Check Pods Manifest.lock";
outputFileListPaths = (
);
name = "📦 Copy Pods Resources";
outputPaths = (
"$(DERIVED_FILE_DIR)/Pods-MLeaksFinder-checkManifestLockResult.txt",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-MLeaksFinder/Pods-MLeaksFinder-resources.sh\"\n";
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";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
1 change: 1 addition & 0 deletions MLeaksFinder/UIViewController+MemoryLeak.m
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ - (BOOL)willDealloc {

if (self.isViewLoaded) {
[self willReleaseChild:self.view];
[self willReleaseChild:self.navigationItem.titleView];
}

return YES;
Expand Down
6 changes: 5 additions & 1 deletion Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ PODS:
DEPENDENCIES:
- FBRetainCycleDetector

SPEC REPOS:
trunk:
- FBRetainCycleDetector

SPEC CHECKSUMS:
FBRetainCycleDetector: 45462f9ed1af0cd77224a4cc4e6dacaca47371b4

PODFILE CHECKSUM: 38741d1572d2c8740a441bc6562c61fa2ce1ef2e

COCOAPODS: 1.0.0
COCOAPODS: 1.11.2