Files

435 lines
20 KiB
Plaintext

// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 56;
objects = {
/* Begin PBXBuildFile section */
23252B5629D739E400BB0370 /* HelloConnectionsApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23252B5529D739E400BB0370 /* HelloConnectionsApp.swift */; };
23252B5829D739E400BB0370 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23252B5729D739E400BB0370 /* ContentView.swift */; };
23252B5A29D739E500BB0370 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 23252B5929D739E500BB0370 /* Assets.xcassets */; };
23252B5D29D739E500BB0370 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 23252B5C29D739E500BB0370 /* Preview Assets.xcassets */; };
23D1FD2429D8A73200620802 /* Config.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23D1FD2329D8A73200620802 /* Config.swift */; };
23D1FD2629D8A9FF00620802 /* DiscoveredEndpoint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23D1FD2529D8A9FF00620802 /* DiscoveredEndpoint.swift */; };
23D1FD2829D8AA2200620802 /* ConnectionRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23D1FD2729D8AA2200620802 /* ConnectionRequest.swift */; };
23D1FD2A29D8AA3E00620802 /* ConnectedEndpoint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23D1FD2929D8AA3E00620802 /* ConnectedEndpoint.swift */; };
23D1FD2C29D8AA5100620802 /* Payload.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23D1FD2B29D8AA5100620802 /* Payload.swift */; };
23D1FD2E29D8AC0C00620802 /* DiscoveredEndpointView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23D1FD2D29D8AC0C00620802 /* DiscoveredEndpointView.swift */; };
23D1FD3029D8AC2E00620802 /* ConnectionRequestView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23D1FD2F29D8AC2E00620802 /* ConnectionRequestView.swift */; };
23D1FD3229D8AC4900620802 /* ConnectedView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23D1FD3129D8AC4900620802 /* ConnectedView.swift */; };
23D1FD3429D8AC5E00620802 /* PayloadView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23D1FD3329D8AC5E00620802 /* PayloadView.swift */; };
23F6A70829D7621F00558F56 /* Model.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23F6A70729D7621F00558F56 /* Model.swift */; };
23F6A71129D772B800558F56 /* NearbyConnections in Frameworks */ = {isa = PBXBuildFile; productRef = 23F6A71029D772B800558F56 /* NearbyConnections */; };
23F6A71329D7ADCE00558F56 /* EndpointDetail.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23F6A71229D7ADCE00558F56 /* EndpointDetail.swift */; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
23252B5229D739E400BB0370 /* iOS Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "iOS Example.app"; sourceTree = BUILT_PRODUCTS_DIR; };
23252B5529D739E400BB0370 /* HelloConnectionsApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HelloConnectionsApp.swift; sourceTree = "<group>"; };
23252B5729D739E400BB0370 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
23252B5929D739E500BB0370 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
23252B5C29D739E500BB0370 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
236C727829F83A1F00E54333 /* iOS-Example-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = "iOS-Example-Info.plist"; sourceTree = SOURCE_ROOT; };
23D1FD2329D8A73200620802 /* Config.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Config.swift; sourceTree = "<group>"; };
23D1FD2529D8A9FF00620802 /* DiscoveredEndpoint.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DiscoveredEndpoint.swift; sourceTree = "<group>"; };
23D1FD2729D8AA2200620802 /* ConnectionRequest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConnectionRequest.swift; sourceTree = "<group>"; };
23D1FD2929D8AA3E00620802 /* ConnectedEndpoint.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConnectedEndpoint.swift; sourceTree = "<group>"; };
23D1FD2B29D8AA5100620802 /* Payload.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Payload.swift; sourceTree = "<group>"; };
23D1FD2D29D8AC0C00620802 /* DiscoveredEndpointView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DiscoveredEndpointView.swift; sourceTree = "<group>"; };
23D1FD2F29D8AC2E00620802 /* ConnectionRequestView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConnectionRequestView.swift; sourceTree = "<group>"; };
23D1FD3129D8AC4900620802 /* ConnectedView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConnectedView.swift; sourceTree = "<group>"; };
23D1FD3329D8AC5E00620802 /* PayloadView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PayloadView.swift; sourceTree = "<group>"; };
23F6A70729D7621F00558F56 /* Model.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Model.swift; sourceTree = "<group>"; };
23F6A70E29D76DC400558F56 /* nearby */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = nearby; path = ../../../..; sourceTree = "<group>"; };
23F6A71229D7ADCE00558F56 /* EndpointDetail.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EndpointDetail.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
23252B4F29D739E400BB0370 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
23F6A71129D772B800558F56 /* NearbyConnections in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
23252B4929D739E400BB0370 = {
isa = PBXGroup;
children = (
23F6A70D29D76DC400558F56 /* Packages */,
23252B5429D739E400BB0370 /* iOS Example */,
23252B5329D739E400BB0370 /* Products */,
23F6A70F29D772B800558F56 /* Frameworks */,
);
sourceTree = "<group>";
};
23252B5329D739E400BB0370 /* Products */ = {
isa = PBXGroup;
children = (
23252B5229D739E400BB0370 /* iOS Example.app */,
);
name = Products;
sourceTree = "<group>";
};
23252B5429D739E400BB0370 /* iOS Example */ = {
isa = PBXGroup;
children = (
236C727829F83A1F00E54333 /* iOS-Example-Info.plist */,
23F6A71429D7B0AB00558F56 /* Model */,
23252B5529D739E400BB0370 /* HelloConnectionsApp.swift */,
23252B5729D739E400BB0370 /* ContentView.swift */,
23F6A71229D7ADCE00558F56 /* EndpointDetail.swift */,
23D1FD3329D8AC5E00620802 /* PayloadView.swift */,
23D1FD3129D8AC4900620802 /* ConnectedView.swift */,
23D1FD2F29D8AC2E00620802 /* ConnectionRequestView.swift */,
23D1FD2D29D8AC0C00620802 /* DiscoveredEndpointView.swift */,
23252B5929D739E500BB0370 /* Assets.xcassets */,
23252B5B29D739E500BB0370 /* Preview Content */,
);
path = "iOS Example";
sourceTree = "<group>";
};
23252B5B29D739E500BB0370 /* Preview Content */ = {
isa = PBXGroup;
children = (
23252B5C29D739E500BB0370 /* Preview Assets.xcassets */,
);
path = "Preview Content";
sourceTree = "<group>";
};
23F6A70D29D76DC400558F56 /* Packages */ = {
isa = PBXGroup;
children = (
23F6A70E29D76DC400558F56 /* nearby */,
);
name = Packages;
sourceTree = "<group>";
};
23F6A70F29D772B800558F56 /* Frameworks */ = {
isa = PBXGroup;
children = (
);
name = Frameworks;
sourceTree = "<group>";
};
23F6A71429D7B0AB00558F56 /* Model */ = {
isa = PBXGroup;
children = (
23F6A70729D7621F00558F56 /* Model.swift */,
23D1FD2B29D8AA5100620802 /* Payload.swift */,
23D1FD2929D8AA3E00620802 /* ConnectedEndpoint.swift */,
23D1FD2729D8AA2200620802 /* ConnectionRequest.swift */,
23D1FD2529D8A9FF00620802 /* DiscoveredEndpoint.swift */,
23D1FD2329D8A73200620802 /* Config.swift */,
);
path = Model;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
23252B5129D739E400BB0370 /* iOS Example */ = {
isa = PBXNativeTarget;
buildConfigurationList = 23252B6029D739E500BB0370 /* Build configuration list for PBXNativeTarget "iOS Example" */;
buildPhases = (
23252B4E29D739E400BB0370 /* Sources */,
23252B4F29D739E400BB0370 /* Frameworks */,
23252B5029D739E400BB0370 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = "iOS Example";
packageProductDependencies = (
23F6A71029D772B800558F56 /* NearbyConnections */,
);
productName = "iOS Example";
productReference = 23252B5229D739E400BB0370 /* iOS Example.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
23252B4A29D739E400BB0370 /* Project object */ = {
isa = PBXProject;
attributes = {
BuildIndependentTargetsInParallel = 1;
LastSwiftUpdateCheck = 1420;
LastUpgradeCheck = 1420;
TargetAttributes = {
23252B5129D739E400BB0370 = {
CreatedOnToolsVersion = 14.2;
};
};
};
buildConfigurationList = 23252B4D29D739E400BB0370 /* Build configuration list for PBXProject "iOS Example" */;
compatibilityVersion = "Xcode 14.0";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 23252B4929D739E400BB0370;
productRefGroup = 23252B5329D739E400BB0370 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
23252B5129D739E400BB0370 /* iOS Example */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
23252B5029D739E400BB0370 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
23252B5D29D739E500BB0370 /* Preview Assets.xcassets in Resources */,
23252B5A29D739E500BB0370 /* Assets.xcassets in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
23252B4E29D739E400BB0370 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
23252B5829D739E400BB0370 /* ContentView.swift in Sources */,
23F6A70829D7621F00558F56 /* Model.swift in Sources */,
23D1FD2429D8A73200620802 /* Config.swift in Sources */,
23D1FD2E29D8AC0C00620802 /* DiscoveredEndpointView.swift in Sources */,
23D1FD3429D8AC5E00620802 /* PayloadView.swift in Sources */,
23D1FD2C29D8AA5100620802 /* Payload.swift in Sources */,
23252B5629D739E400BB0370 /* HelloConnectionsApp.swift in Sources */,
23D1FD2629D8A9FF00620802 /* DiscoveredEndpoint.swift in Sources */,
23D1FD3029D8AC2E00620802 /* ConnectionRequestView.swift in Sources */,
23D1FD3229D8AC4900620802 /* ConnectedView.swift in Sources */,
23D1FD2829D8AA2200620802 /* ConnectionRequest.swift in Sources */,
23D1FD2A29D8AA3E00620802 /* ConnectedEndpoint.swift in Sources */,
23F6A71329D7ADCE00558F56 /* EndpointDetail.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin XCBuildConfiguration section */
23252B5E29D739E500BB0370 /* 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++20";
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_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
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;
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 = 16.2;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
};
name = Debug;
};
23252B5F29D739E500BB0370 /* 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++20";
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_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
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;
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 = 16.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;
};
23252B6129D739E500BB0370 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"iOS Example/Preview Content\"";
DEVELOPMENT_TEAM = "";
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = "iOS-Example-Info.plist";
INFOPLIST_KEY_NSBluetoothAlwaysUsageDescription = "This app demonstrates Nearby Connections. Supply a value for this string to explain how the user benefits when they allow the app to use Bluetooth.";
INFOPLIST_KEY_NSLocalNetworkUsageDescription = "This app demonstrates Nearby Connections. Supply a value for this string to explain how the user benefits when they allow the app to use Local Network.";
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = "com.google.nearby.iOS-Example";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
23252B6229D739E500BB0370 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"iOS Example/Preview Content\"";
DEVELOPMENT_TEAM = "";
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = "iOS-Example-Info.plist";
INFOPLIST_KEY_NSBluetoothAlwaysUsageDescription = "This app demonstrates Nearby Connections. Supply a value for this string to explain how the user benefits when they allow the app to use Bluetooth.";
INFOPLIST_KEY_NSLocalNetworkUsageDescription = "This app demonstrates Nearby Connections. Supply a value for this string to explain how the user benefits when they allow the app to use Local Network.";
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = "com.google.nearby.iOS-Example";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
23252B4D29D739E400BB0370 /* Build configuration list for PBXProject "iOS Example" */ = {
isa = XCConfigurationList;
buildConfigurations = (
23252B5E29D739E500BB0370 /* Debug */,
23252B5F29D739E500BB0370 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
23252B6029D739E500BB0370 /* Build configuration list for PBXNativeTarget "iOS Example" */ = {
isa = XCConfigurationList;
buildConfigurations = (
23252B6129D739E500BB0370 /* Debug */,
23252B6229D739E500BB0370 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
/* Begin XCSwiftPackageProductDependency section */
23F6A71029D772B800558F56 /* NearbyConnections */ = {
isa = XCSwiftPackageProductDependency;
productName = NearbyConnections;
};
/* End XCSwiftPackageProductDependency section */
};
rootObject = 23252B4A29D739E400BB0370 /* Project object */;
}