chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,213 @@
|
||||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 56;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
100000000000000000000001 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 100000000000000000000011 /* AppDelegate.swift */; };
|
||||
100000000000000000000002 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 100000000000000000000012 /* SceneDelegate.swift */; };
|
||||
100000000000000000000003 /* NativeSdkHostViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 100000000000000000000013 /* NativeSdkHostViewController.swift */; };
|
||||
100000000000000000000004 /* libnative-sdk.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 100000000000000000000015 /* libnative-sdk.a */; };
|
||||
100000000000000000000005 /* NativeSdkDyldShim.c in Sources */ = {isa = PBXBuildFile; fileRef = 100000000000000000000017 /* NativeSdkDyldShim.c */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
100000000000000000000010 /* NativeSdkIOSExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = NativeSdkIOSExample.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
100000000000000000000011 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
||||
100000000000000000000012 /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
|
||||
100000000000000000000013 /* NativeSdkHostViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NativeSdkHostViewController.swift; sourceTree = "<group>"; };
|
||||
100000000000000000000014 /* native_sdk.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = native_sdk.h; sourceTree = "<group>"; };
|
||||
100000000000000000000015 /* libnative-sdk.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = "Libraries/libnative-sdk.a"; sourceTree = SOURCE_ROOT; };
|
||||
100000000000000000000016 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
||||
100000000000000000000017 /* NativeSdkDyldShim.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = NativeSdkDyldShim.c; sourceTree = "<group>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
100000000000000000000020 /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
100000000000000000000004 /* libnative-sdk.a in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
100000000000000000000030 = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
100000000000000000000040 /* NativeSdkIOSExample */,
|
||||
100000000000000000000015 /* libnative-sdk.a */,
|
||||
100000000000000000000050 /* Products */,
|
||||
);
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
100000000000000000000040 /* NativeSdkIOSExample */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
100000000000000000000011 /* AppDelegate.swift */,
|
||||
100000000000000000000012 /* SceneDelegate.swift */,
|
||||
100000000000000000000013 /* NativeSdkHostViewController.swift */,
|
||||
100000000000000000000014 /* native_sdk.h */,
|
||||
100000000000000000000017 /* NativeSdkDyldShim.c */,
|
||||
100000000000000000000016 /* Info.plist */,
|
||||
);
|
||||
path = NativeSdkIOSExample;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
100000000000000000000050 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
100000000000000000000010 /* NativeSdkIOSExample.app */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
100000000000000000000060 /* NativeSdkIOSExample */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 100000000000000000000090 /* Build configuration list for PBXNativeTarget "NativeSdkIOSExample" */;
|
||||
buildPhases = (
|
||||
100000000000000000000070 /* Sources */,
|
||||
100000000000000000000020 /* Frameworks */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
);
|
||||
name = NativeSdkIOSExample;
|
||||
productName = NativeSdkIOSExample;
|
||||
productReference = 100000000000000000000010 /* NativeSdkIOSExample.app */;
|
||||
productType = "com.apple.product-type.application";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
100000000000000000000080 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
attributes = {
|
||||
BuildIndependentTargetsInParallel = 1;
|
||||
LastSwiftUpdateCheck = 1600;
|
||||
LastUpgradeCheck = 1600;
|
||||
TargetAttributes = {
|
||||
100000000000000000000060 = {
|
||||
CreatedOnToolsVersion = 16.0;
|
||||
};
|
||||
};
|
||||
};
|
||||
buildConfigurationList = 100000000000000000000081 /* Build configuration list for PBXProject "NativeSdkIOSExample" */;
|
||||
compatibilityVersion = "Xcode 14.0";
|
||||
developmentRegion = en;
|
||||
hasScannedForEncodings = 0;
|
||||
knownRegions = (
|
||||
en,
|
||||
Base,
|
||||
);
|
||||
mainGroup = 100000000000000000000030;
|
||||
productRefGroup = 100000000000000000000050 /* Products */;
|
||||
projectDirPath = "";
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
100000000000000000000060 /* NativeSdkIOSExample */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
100000000000000000000070 /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
100000000000000000000001 /* AppDelegate.swift in Sources */,
|
||||
100000000000000000000002 /* SceneDelegate.swift in Sources */,
|
||||
100000000000000000000003 /* NativeSdkHostViewController.swift in Sources */,
|
||||
100000000000000000000005 /* NativeSdkDyldShim.c in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
100000000000000000000082 /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
|
||||
SDKROOT = iphoneos;
|
||||
SWIFT_VERSION = 5.0;
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
100000000000000000000083 /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
|
||||
SDKROOT = iphoneos;
|
||||
SWIFT_VERSION = 5.0;
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
100000000000000000000091 /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||
GENERATE_INFOPLIST_FILE = NO;
|
||||
INFOPLIST_FILE = NativeSdkIOSExample/Info.plist;
|
||||
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
||||
LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)/Libraries";
|
||||
OTHER_LDFLAGS = "$(inherited) -lnative-sdk";
|
||||
PRODUCT_BUNDLE_IDENTIFIER = "dev.native-sdk.ios-example";
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SWIFT_OBJC_BRIDGING_HEADER = NativeSdkIOSExample/native_sdk.h;
|
||||
SWIFT_VERSION = 5.0;
|
||||
TARGETED_DEVICE_FAMILY = "1,2";
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
100000000000000000000092 /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||
GENERATE_INFOPLIST_FILE = NO;
|
||||
INFOPLIST_FILE = NativeSdkIOSExample/Info.plist;
|
||||
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
||||
LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)/Libraries";
|
||||
OTHER_LDFLAGS = "$(inherited) -lnative-sdk";
|
||||
PRODUCT_BUNDLE_IDENTIFIER = "dev.native-sdk.ios-example";
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SWIFT_OBJC_BRIDGING_HEADER = NativeSdkIOSExample/native_sdk.h;
|
||||
SWIFT_VERSION = 5.0;
|
||||
TARGETED_DEVICE_FAMILY = "1,2";
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
100000000000000000000081 /* Build configuration list for PBXProject "NativeSdkIOSExample" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
100000000000000000000082 /* Debug */,
|
||||
100000000000000000000083 /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
100000000000000000000090 /* Build configuration list for PBXNativeTarget "NativeSdkIOSExample" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
100000000000000000000091 /* Debug */,
|
||||
100000000000000000000092 /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
};
|
||||
rootObject = 100000000000000000000080 /* Project object */;
|
||||
}
|
||||
Reference in New Issue
Block a user