168DA950D7D6CF91EBF70A17/* Pods_paddle_mobile_unit_test.framework in Frameworks */={isa=PBXBuildFile;fileRef=8BCD4792E483BFEE9F5523DE/* Pods_paddle_mobile_unit_test.framework */;};
FC91818D211DAE9A00B6F354/* paddle_mobile.framework in Frameworks */={isa=PBXBuildFile;fileRef=FC91818C211DAE9A00B6F354/* paddle_mobile.framework */;};
FC91818E211DAE9A00B6F354/* paddle_mobile.framework in Embed Frameworks */={isa=PBXBuildFile;fileRef=FC91818C211DAE9A00B6F354/* paddle_mobile.framework */;settings={ATTRIBUTES=(CodeSignOnCopy,RemoveHeadersOnCopy,);};};
FCDFD409211D9185005AB38B/* AppDelegate.swift in Sources */={isa=PBXBuildFile;fileRef=FCDFD408211D9185005AB38B/* AppDelegate.swift */;};
FCDFD40B211D9185005AB38B/* ViewController.swift in Sources */={isa=PBXBuildFile;fileRef=FCDFD40A211D9185005AB38B/* ViewController.swift */;};
FCDFD40E211D9185005AB38B/* Main.storyboard in Resources */={isa=PBXBuildFile;fileRef=FCDFD40C211D9185005AB38B/* Main.storyboard */;};
FCDFD410211D9187005AB38B/* Assets.xcassets in Resources */={isa=PBXBuildFile;fileRef=FCDFD40F211D9187005AB38B/* Assets.xcassets */;};
FCDFD413211D9187005AB38B/* LaunchScreen.storyboard in Resources */={isa=PBXBuildFile;fileRef=FCDFD411211D9187005AB38B/* LaunchScreen.storyboard */;};
/* End PBXBuildFile section */
/* Begin PBXCopyFilesBuildPhase section */
FC91818F211DAE9B00B6F354/* Embed Frameworks */={
isa=PBXCopyFilesBuildPhase;
buildActionMask=2147483647;
dstPath="";
dstSubfolderSpec=10;
files=(
FC91818E211DAE9A00B6F354/* paddle_mobile.framework in Embed Frameworks */,
);
name="Embed Frameworks";
runOnlyForDeploymentPostprocessing=0;
};
/* End PBXCopyFilesBuildPhase section */
/* Begin PBXFileReference section */
5CC132C848027BE970FB2637/* Pods-paddle-mobile-unit-test.debug.xcconfig */={isa=PBXFileReference;includeInIndex=1;lastKnownFileType=text.xcconfig;name="Pods-paddle-mobile-unit-test.debug.xcconfig";path="../Pods/Target Support Files/Pods-paddle-mobile-unit-test/Pods-paddle-mobile-unit-test.debug.xcconfig";sourceTree="<group>";};
72F34AE9677943FC580DE7F4/* Pods-paddle-mobile-unit-test.release.xcconfig */={isa=PBXFileReference;includeInIndex=1;lastKnownFileType=text.xcconfig;name="Pods-paddle-mobile-unit-test.release.xcconfig";path="../Pods/Target Support Files/Pods-paddle-mobile-unit-test/Pods-paddle-mobile-unit-test.release.xcconfig";sourceTree="<group>";};
FCDFD40D211D9185005AB38B/* Base */={isa=PBXFileReference;lastKnownFileType=file.storyboard;name=Base;path=Base.lproj/Main.storyboard;sourceTree="<group>";};
FCDFD412211D9187005AB38B/* Base */={isa=PBXFileReference;lastKnownFileType=file.storyboard;name=Base;path=Base.lproj/LaunchScreen.storyboard;sourceTree="<group>";};
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 */
/* Begin PBXSourcesBuildPhase section */
FCDFD401211D9185005AB38B/* Sources */={
isa=PBXSourcesBuildPhase;
buildActionMask=2147483647;
files=(
FCDFD40B211D9185005AB38B/* ViewController.swift in Sources */,
FCDFD409211D9185005AB38B/* AppDelegate.swift in Sources */,
// 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.
// Use this method to pause ongoing tasks, disable timers, and invalidate graphics rendering callbacks. Games should use this method to pause the game.
// Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later.
// If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits.
// Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface.