# The dSYM was not stripped at all, in this case touch a fake folder so the input/output paths from Xcode do not reexecute this script because the file is missing.
9203CB9B2023D51A006ACC3B/* IconSelectionTableViewCell.swift in Sources */={isa=PBXBuildFile;fileRef=92FF6C7420016CF900D836AE/* IconSelectionTableViewCell.swift */;};
9203CB9C2023D51A006ACC3B/* SwitchingTableViewCell.swift in Sources */={isa=PBXBuildFile;fileRef=9270A4DA1EB5565400DFBDA3/* SwitchingTableViewCell.swift */;};
9203CB9D2023D51A006ACC3B/* AppDelegate.swift in Sources */={isa=PBXBuildFile;fileRef=CD81F51C1DC0334600009FBD/* AppDelegate.swift */;};
9203CB9F2023D51A006ACC3B/* Pods_WhatsOpen.framework in Frameworks */={isa=PBXBuildFile;fileRef=927A8466141434969CE74044/* Pods_WhatsOpen.framework */;};
9203CBA12023D51A006ACC3B/* LaunchScreen.storyboard in Resources */={isa=PBXBuildFile;fileRef=CD81F5251DC0334600009FBD/* LaunchScreen.storyboard */;};
9203CBA22023D51A006ACC3B/* Assets.xcassets in Resources */={isa=PBXBuildFile;fileRef=CD81F5231DC0334600009FBD/* Assets.xcassets */;};
9203CBA32023D51A006ACC3B/* Settings.bundle in Resources */={isa=PBXBuildFile;fileRef=92F681591FC137CF00393DF4/* Settings.bundle */;};
...
...
@@ -59,6 +58,7 @@
92F6815A1FC137CF00393DF4/* Settings.bundle in Resources */={isa=PBXBuildFile;fileRef=92F681591FC137CF00393DF4/* Settings.bundle */;};
92FF6C731FFEEEE900D836AE/* AlertCollectionViewCell.swift in Sources */={isa=PBXBuildFile;fileRef=92FF6C721FFEEEE900D836AE/* AlertCollectionViewCell.swift */;};
92FF6C7520016CF900D836AE/* IconSelectionTableViewCell.swift in Sources */={isa=PBXBuildFile;fileRef=92FF6C7420016CF900D836AE/* IconSelectionTableViewCell.swift */;};
A59CFF110A3F520FC73EF32E/* Pods_WhatsOpen.framework in Frameworks */={isa=PBXBuildFile;fileRef=927A8466141434969CE74044/* Pods_WhatsOpen.framework */;};
CD3C97491DC18AB300A84434/* SRCTNetworkController.swift in Sources */={isa=PBXBuildFile;fileRef=CD3C97481DC18AB300A84434/* SRCTNetworkController.swift */;};
CD466DD21DC12E1200E44DF5/* MainTableViewController.swift in Sources */={isa=PBXBuildFile;fileRef=CD466DD11DC12E1200E44DF5/* MainTableViewController.swift */;};
CD763A7A1DE24EF100ADFD6B/* examplejson.swift in Sources */={isa=PBXBuildFile;fileRef=CD763A791DE24EF100ADFD6B/* examplejson.swift */;};
...
...
@@ -81,11 +81,10 @@
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
2A5CE0045EF9683B296DF70C/* Pods-WhatsOpen.app store.xcconfig */={isa=PBXFileReference;includeInIndex=1;lastKnownFileType=text.xcconfig;name="Pods-WhatsOpen.app store.xcconfig";path="Pods/Target Support Files/Pods-WhatsOpen/Pods-WhatsOpen.app store.xcconfig";sourceTree="<group>";};
4CB5379771C173448AFCB711/* Pods-WhatsOpen.release.xcconfig */={isa=PBXFileReference;includeInIndex=1;lastKnownFileType=text.xcconfig;name="Pods-WhatsOpen.release.xcconfig";path="Pods/Target Support Files/Pods-WhatsOpen/Pods-WhatsOpen.release.xcconfig";sourceTree="<group>";};
850A3B437386146F08E37C9C/* Pods-WhatsOpen.release.xcconfig */={isa=PBXFileReference;includeInIndex=1;lastKnownFileType=text.xcconfig;name="Pods-WhatsOpen.release.xcconfig";path="Pods/Target Support Files/Pods-WhatsOpen/Pods-WhatsOpen.release.xcconfig";sourceTree="<group>";};
872CF49056BDED7BF0032929/* Pods-WhatsOpen.debug.xcconfig */={isa=PBXFileReference;includeInIndex=1;lastKnownFileType=text.xcconfig;name="Pods-WhatsOpen.debug.xcconfig";path="Pods/Target Support Files/Pods-WhatsOpen/Pods-WhatsOpen.debug.xcconfig";sourceTree="<group>";};
8F015127235262238FB6B04D/* Pods-WhatsOpen.app store.xcconfig */={isa=PBXFileReference;includeInIndex=1;lastKnownFileType=text.xcconfig;name="Pods-WhatsOpen.app store.xcconfig";path="Pods/Target Support Files/Pods-WhatsOpen/Pods-WhatsOpen.app store.xcconfig";sourceTree="<group>";};
CD81F5261DC0334600009FBD/* Base */={isa=PBXFileReference;lastKnownFileType=file.storyboard;name=Base;path=Base.lproj/LaunchScreen.storyboard;sourceTree="<group>";};
F92A491DB8E91DDE3DCB7ED2/* Pods-WhatsOpen.debug.xcconfig */={isa=PBXFileReference;includeInIndex=1;lastKnownFileType=text.xcconfig;name="Pods-WhatsOpen.debug.xcconfig";path="Pods/Target Support Files/Pods-WhatsOpen/Pods-WhatsOpen.debug.xcconfig";sourceTree="<group>";};
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
...
...
@@ -133,7 +133,6 @@
isa=PBXFrameworksBuildPhase;
buildActionMask=2147483647;
files=(
9203CB9F2023D51A006ACC3B/* Pods_WhatsOpen.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing=0;
};
...
...
@@ -142,6 +141,7 @@
buildActionMask=2147483647;
files=(
230EC5797C17C0F859125EEE/* Pods_WhatsOpen.framework in Frameworks */,
A59CFF110A3F520FC73EF32E/* Pods_WhatsOpen.framework in Frameworks */,
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";
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";
// Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state.