Files
flipper/iOS/Tutorial/Tutorial.xcodeproj/project.pbxproj
Pritesh Nandgaonkar a2c43653cf Update podfile for Cocoapods 1.9 (#892)
Summary:
Updates the instructions to integrate iOS pods for the case with the usage of `use_frameworks!` for cocoapods 1.9. Also changed our podfile for Tutorial app and add travis test for the same, so that in future if there are any further changes with the API in new releases of cocoapods, we can catch it.
## Changelog

- Added travis test for iOS Tutorial app
- Updated the getting started guide for iOS
Pull Request resolved: https://github.com/facebook/flipper/pull/892

Test Plan: Travis test passed and also tested that tutorial app builds with cocoapods 1.9

Reviewed By: mweststrate

Differential Revision: D20587989

Pulled By: priteshrnandgaonkar

fbshipit-source-id: b297e6b1298a20a9279ad6414e9d099917876fb1
2020-03-23 04:55:52 -07:00

445 lines
18 KiB
Plaintext

// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 50;
objects = {
/* Begin PBXBuildFile section */
1204DA422E43277DBB40BBFA /* Pods_Tutorial.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0E3A6E261C10838EC7072553 /* Pods_Tutorial.framework */; };
533A2543227B37310071C64B /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 533A2542227B37310071C64B /* AppDelegate.swift */; };
533A2545227B37310071C64B /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 533A2544227B37310071C64B /* ViewController.swift */; };
533A2548227B37310071C64B /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 533A2546227B37310071C64B /* Main.storyboard */; };
533A254A227B37320071C64B /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 533A2549227B37320071C64B /* Assets.xcassets */; };
533A254D227B37320071C64B /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 533A254B227B37320071C64B /* LaunchScreen.storyboard */; };
533A2556227B3D100071C64B /* MarineMammalCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 533A2555227B3D100071C64B /* MarineMammalCell.swift */; };
539F85DD227C84C400550671 /* SeaMammalsPlugin.swift in Sources */ = {isa = PBXBuildFile; fileRef = 539F85DC227C84C400550671 /* SeaMammalsPlugin.swift */; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
0E3A6E261C10838EC7072553 /* Pods_Tutorial.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Tutorial.framework; sourceTree = BUILT_PRODUCTS_DIR; };
533A253F227B37310071C64B /* Tutorial.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Tutorial.app; sourceTree = BUILT_PRODUCTS_DIR; };
533A2542227B37310071C64B /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
533A2544227B37310071C64B /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
533A2547227B37310071C64B /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
533A2549227B37320071C64B /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
533A254C227B37320071C64B /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
533A254E227B37320071C64B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
533A2555227B3D100071C64B /* MarineMammalCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MarineMammalCell.swift; sourceTree = "<group>"; };
539F85DC227C84C400550671 /* SeaMammalsPlugin.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SeaMammalsPlugin.swift; sourceTree = "<group>"; };
53E07ED4228C98B0009921FF /* Tutorial.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Tutorial.entitlements; sourceTree = "<group>"; };
B14D8AEA011B6C69C5A98D1D /* Pods-Tutorial.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Tutorial.debug.xcconfig"; path = "Target Support Files/Pods-Tutorial/Pods-Tutorial.debug.xcconfig"; sourceTree = "<group>"; };
DF66E1E9571ECA3C080AD62D /* Pods-Tutorial.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Tutorial.release.xcconfig"; path = "Target Support Files/Pods-Tutorial/Pods-Tutorial.release.xcconfig"; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
533A253C227B37310071C64B /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
1204DA422E43277DBB40BBFA /* Pods_Tutorial.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
2D5500554DCCE7BEBC0D2A8E /* Frameworks */ = {
isa = PBXGroup;
children = (
0E3A6E261C10838EC7072553 /* Pods_Tutorial.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
533A2536227B37310071C64B = {
isa = PBXGroup;
children = (
533A2541227B37310071C64B /* Tutorial */,
533A2540227B37310071C64B /* Products */,
AE26F081C73AB96CEDDDC6F1 /* Pods */,
2D5500554DCCE7BEBC0D2A8E /* Frameworks */,
);
sourceTree = "<group>";
};
533A2540227B37310071C64B /* Products */ = {
isa = PBXGroup;
children = (
533A253F227B37310071C64B /* Tutorial.app */,
);
name = Products;
sourceTree = "<group>";
};
533A2541227B37310071C64B /* Tutorial */ = {
isa = PBXGroup;
children = (
53E07ED4228C98B0009921FF /* Tutorial.entitlements */,
533A2554227B3AF20071C64B /* Cards */,
533A2542227B37310071C64B /* AppDelegate.swift */,
533A2544227B37310071C64B /* ViewController.swift */,
533A2546227B37310071C64B /* Main.storyboard */,
533A2549227B37320071C64B /* Assets.xcassets */,
533A254B227B37320071C64B /* LaunchScreen.storyboard */,
533A254E227B37320071C64B /* Info.plist */,
539F85DC227C84C400550671 /* SeaMammalsPlugin.swift */,
);
path = Tutorial;
sourceTree = "<group>";
};
533A2554227B3AF20071C64B /* Cards */ = {
isa = PBXGroup;
children = (
533A2555227B3D100071C64B /* MarineMammalCell.swift */,
);
path = Cards;
sourceTree = "<group>";
};
AE26F081C73AB96CEDDDC6F1 /* Pods */ = {
isa = PBXGroup;
children = (
B14D8AEA011B6C69C5A98D1D /* Pods-Tutorial.debug.xcconfig */,
DF66E1E9571ECA3C080AD62D /* Pods-Tutorial.release.xcconfig */,
);
path = Pods;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
533A253E227B37310071C64B /* Tutorial */ = {
isa = PBXNativeTarget;
buildConfigurationList = 533A2551227B37320071C64B /* Build configuration list for PBXNativeTarget "Tutorial" */;
buildPhases = (
BEED3735306EE52F8D24480B /* [CP] Check Pods Manifest.lock */,
533A253B227B37310071C64B /* Sources */,
533A253C227B37310071C64B /* Frameworks */,
533A253D227B37310071C64B /* Resources */,
02B9FBC5809EF6A74307DC9A /* [CP] Embed Pods Frameworks */,
);
buildRules = (
);
dependencies = (
);
name = Tutorial;
productName = Tutorial;
productReference = 533A253F227B37310071C64B /* Tutorial.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
533A2537227B37310071C64B /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 1020;
LastUpgradeCheck = 1020;
ORGANIZATIONNAME = Facebook;
TargetAttributes = {
533A253E227B37310071C64B = {
CreatedOnToolsVersion = 10.2.1;
SystemCapabilities = {
com.apple.ApplePay = {
enabled = 0;
};
};
};
};
};
buildConfigurationList = 533A253A227B37310071C64B /* Build configuration list for PBXProject "Tutorial" */;
compatibilityVersion = "Xcode 9.3";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 533A2536227B37310071C64B;
productRefGroup = 533A2540227B37310071C64B /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
533A253E227B37310071C64B /* Tutorial */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
533A253D227B37310071C64B /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
533A254D227B37320071C64B /* LaunchScreen.storyboard in Resources */,
533A254A227B37320071C64B /* Assets.xcassets in Resources */,
533A2548227B37310071C64B /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXShellScriptBuildPhase section */
02B9FBC5809EF6A74307DC9A /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-Tutorial/Pods-Tutorial-frameworks-${CONFIGURATION}-input-files.xcfilelist",
);
name = "[CP] Embed Pods Frameworks";
outputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-Tutorial/Pods-Tutorial-frameworks-${CONFIGURATION}-output-files.xcfilelist",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Tutorial/Pods-Tutorial-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
BEED3735306EE52F8D24480B /* [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 = (
);
outputPaths = (
"$(DERIVED_FILE_DIR)/Pods-Tutorial-checkManifestLockResult.txt",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
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 */
533A253B227B37310071C64B /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
533A2556227B3D100071C64B /* MarineMammalCell.swift in Sources */,
533A2545227B37310071C64B /* ViewController.swift in Sources */,
533A2543227B37310071C64B /* AppDelegate.swift in Sources */,
539F85DD227C84C400550671 /* SeaMammalsPlugin.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXVariantGroup section */
533A2546227B37310071C64B /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
533A2547227B37310071C64B /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
533A254B227B37320071C64B /* LaunchScreen.storyboard */ = {
isa = PBXVariantGroup;
children = (
533A254C227B37320071C64B /* Base */,
);
name = LaunchScreen.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
533A254F227B37320071C64B /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
GCC_DYNAMIC_NO_PIC = NO;
GCC_NO_COMMON_BLOCKS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 12.2;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
"OTHER_CFLAGS[arch=*]" = "-DFLKD";
SDKROOT = iphoneos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
};
name = Debug;
};
533A2550227B37320071C64B /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
GCC_NO_COMMON_BLOCKS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 12.2;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SDKROOT = iphoneos;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-O";
VALIDATE_PRODUCT = YES;
};
name = Release;
};
533A2552227B37320071C64B /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = B14D8AEA011B6C69C5A98D1D /* Pods-Tutorial.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = 4T37NFKTGK;
INFOPLIST_FILE = Tutorial/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
OTHER_CFLAGS = (
"$(inherited)",
"-fmodule-map-file=\"${PODS_CONFIGURATION_BUILD_DIR}/YogaKit/YogaKit.modulemap\"",
"-fmodule-map-file=\"${PODS_ROOT}/Headers/Public/FlipperKit/FlipperKit.modulemap\"",
"-fmodule-map-file=\"${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap\"",
);
"OTHER_CFLAGS[arch=*]" = "";
OTHER_SWIFT_FLAGS = "$(inherited) -Xcc -DFB_SONARKIT_ENABLED -DFSKJF";
PRODUCT_BUNDLE_IDENTIFIER = FB.Tutorial;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
533A2553227B37320071C64B /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = DF66E1E9571ECA3C080AD62D /* Pods-Tutorial.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = 4T37NFKTGK;
INFOPLIST_FILE = Tutorial/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
OTHER_SWIFT_FLAGS = "$(inherited) -Xcc -DFB_SONARKIT_ENABLED -DFSKJF";
PRODUCT_BUNDLE_IDENTIFIER = FB.Tutorial;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
533A253A227B37310071C64B /* Build configuration list for PBXProject "Tutorial" */ = {
isa = XCConfigurationList;
buildConfigurations = (
533A254F227B37320071C64B /* Debug */,
533A2550227B37320071C64B /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
533A2551227B37320071C64B /* Build configuration list for PBXNativeTarget "Tutorial" */ = {
isa = XCConfigurationList;
buildConfigurations = (
533A2552227B37320071C64B /* Debug */,
533A2553227B37320071C64B /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 533A2537227B37310071C64B /* Project object */;
}