Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 592568622
  • Loading branch information
google-ima-devrel-bot authored and IMA Developer Relations committed Dec 20, 2023
1 parent a63aa11 commit 1505ab5
Show file tree
Hide file tree
Showing 13 changed files with 790 additions and 0 deletions.
376 changes: 376 additions & 0 deletions ios/SimpleExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,376 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 50;
objects = {

/* Begin PBXBuildFile section */
15C5C73921010A9C00134483 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 15C5C73821010A9C00134483 /* AppDelegate.m */; };
15C5C73C21010A9C00134483 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 15C5C73B21010A9C00134483 /* ViewController.m */; };
15C5C73F21010A9D00134483 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 15C5C73D21010A9D00134483 /* Main.storyboard */; };
15C5C74121010A9F00134483 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 15C5C74021010A9F00134483 /* Assets.xcassets */; };
15C5C74421010A9F00134483 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 15C5C74221010A9F00134483 /* LaunchScreen.storyboard */; };
15C5C74721010A9F00134483 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 15C5C74621010A9F00134483 /* main.m */; };
A062D038230C72F6009F1981 /* ProgrammaticAccessLibrary.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = A062D037230C72DB009F1981 /* ProgrammaticAccessLibrary.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
A062D039230C72F8009F1981 /* ProgrammaticAccessLibrary.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A062D037230C72DB009F1981 /* ProgrammaticAccessLibrary.framework */; };
/* End PBXBuildFile section */

/* Begin PBXCopyFilesBuildPhase section */
15C5C756210113EB00134483 /* Embed Frameworks */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
dstSubfolderSpec = 10;
files = (
A062D038230C72F6009F1981 /* ProgrammaticAccessLibrary.framework in Embed Frameworks */,
);
name = "Embed Frameworks";
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
15C5C73421010A9C00134483 /* SimpleExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SimpleExample.app; sourceTree = BUILT_PRODUCTS_DIR; };
15C5C73721010A9C00134483 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
15C5C73821010A9C00134483 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
15C5C73A21010A9C00134483 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
15C5C73B21010A9C00134483 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
15C5C73E21010A9D00134483 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
15C5C74021010A9F00134483 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
15C5C74321010A9F00134483 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
15C5C74521010A9F00134483 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
15C5C74621010A9F00134483 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
A062D037230C72DB009F1981 /* ProgrammaticAccessLibrary.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = ProgrammaticAccessLibrary.framework; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
15C5C73121010A9C00134483 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
A062D039230C72F8009F1981 /* ProgrammaticAccessLibrary.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
15C5C72B21010A9B00134483 = {
isa = PBXGroup;
children = (
15C5C73621010A9C00134483 /* SimpleExample */,
15C5C73521010A9C00134483 /* Products */,
15C5C74D2101116600134483 /* Frameworks */,
);
sourceTree = "<group>";
};
15C5C73521010A9C00134483 /* Products */ = {
isa = PBXGroup;
children = (
15C5C73421010A9C00134483 /* SimpleExample.app */,
);
name = Products;
sourceTree = "<group>";
};
15C5C73621010A9C00134483 /* SimpleExample */ = {
isa = PBXGroup;
children = (
A062D037230C72DB009F1981 /* ProgrammaticAccessLibrary.framework */,
15C5C73721010A9C00134483 /* AppDelegate.h */,
15C5C73821010A9C00134483 /* AppDelegate.m */,
15C5C73A21010A9C00134483 /* ViewController.h */,
15C5C73B21010A9C00134483 /* ViewController.m */,
15C5C73D21010A9D00134483 /* Main.storyboard */,
15C5C74021010A9F00134483 /* Assets.xcassets */,
15C5C74221010A9F00134483 /* LaunchScreen.storyboard */,
15C5C74521010A9F00134483 /* Info.plist */,
15C5C74621010A9F00134483 /* main.m */,
);
path = SimpleExample;
sourceTree = "<group>";
};
15C5C74D2101116600134483 /* Frameworks */ = {
isa = PBXGroup;
children = (
);
name = Frameworks;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
15C5C73321010A9C00134483 /* SimpleExample */ = {
isa = PBXNativeTarget;
buildConfigurationList = 15C5C74A21010AA000134483 /* Build configuration list for PBXNativeTarget "SimpleExample" */;
buildPhases = (
15C5C73021010A9C00134483 /* Sources */,
15C5C73121010A9C00134483 /* Frameworks */,
15C5C73221010A9C00134483 /* Resources */,
15C5C756210113EB00134483 /* Embed Frameworks */,
);
buildRules = (
);
dependencies = (
);
name = SimpleExample;
productName = SimpleExample;
productReference = 15C5C73421010A9C00134483 /* SimpleExample.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
15C5C72C21010A9B00134483 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0940;
ORGANIZATIONNAME = "Google, Inc";
TargetAttributes = {
15C5C73321010A9C00134483 = {
CreatedOnToolsVersion = 9.4;
};
};
};
buildConfigurationList = 15C5C72F21010A9B00134483 /* Build configuration list for PBXProject "SimpleExample" */;
compatibilityVersion = "Xcode 9.3";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 15C5C72B21010A9B00134483;
productRefGroup = 15C5C73521010A9C00134483 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
15C5C73321010A9C00134483 /* SimpleExample */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
15C5C73221010A9C00134483 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
15C5C74421010A9F00134483 /* LaunchScreen.storyboard in Resources */,
15C5C74121010A9F00134483 /* Assets.xcassets in Resources */,
15C5C73F21010A9D00134483 /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
15C5C73021010A9C00134483 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
15C5C73C21010A9C00134483 /* ViewController.m in Sources */,
15C5C74721010A9F00134483 /* main.m in Sources */,
15C5C73921010A9C00134483 /* AppDelegate.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
15C5C73D21010A9D00134483 /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
15C5C73E21010A9D00134483 /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
15C5C74221010A9F00134483 /* LaunchScreen.storyboard */ = {
isa = PBXVariantGroup;
children = (
15C5C74321010A9F00134483 /* Base */,
);
name = LaunchScreen.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
15C5C74821010AA000134483 /* 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 = 11.4;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
};
name = Debug;
};
15C5C74921010AA000134483 /* 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 = 11.4;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
VALIDATE_PRODUCT = YES;
};
name = Release;
};
15C5C74B21010AA000134483 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
FRAMEWORK_SEARCH_PATHS = (
"$(PROJECT_DIR)/**",
"$(PROJECT_DIR)",
"$(PROJECT_DIR)/SimpleExample",
);
INFOPLIST_FILE = SimpleExample/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = com.google.pal.SimpleExample;
PRODUCT_NAME = "$(TARGET_NAME)";
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
15C5C74C21010AA000134483 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
FRAMEWORK_SEARCH_PATHS = (
"$(PROJECT_DIR)/**",
"$(PROJECT_DIR)",
"$(PROJECT_DIR)/SimpleExample",
);
INFOPLIST_FILE = SimpleExample/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = com.google.pal.SimpleExample;
PRODUCT_NAME = "$(TARGET_NAME)";
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
15C5C72F21010A9B00134483 /* Build configuration list for PBXProject "SimpleExample" */ = {
isa = XCConfigurationList;
buildConfigurations = (
15C5C74821010AA000134483 /* Debug */,
15C5C74921010AA000134483 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
15C5C74A21010AA000134483 /* Build configuration list for PBXNativeTarget "SimpleExample" */ = {
isa = XCConfigurationList;
buildConfigurations = (
15C5C74B21010AA000134483 /* Debug */,
15C5C74C21010AA000134483 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 15C5C72C21010A9B00134483 /* Project object */;
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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>
5 changes: 5 additions & 0 deletions ios/SimpleExample/AppDelegate.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#import <UIKit/UIKit.h>

@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property(nonatomic) UIWindow *window;
@end
Loading

0 comments on commit 1505ab5

Please sign in to comment.