|
@@ -8,27 +8,32 @@
|
|
|
|
|
|
/* Begin PBXBuildFile section */
|
|
|
53C0968A2A947F30002F49A5 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 53C096892A947F30002F49A5 /* AppDelegate.m */; };
|
|
|
- 53C0968D2A947F30002F49A5 /* SceneDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 53C0968C2A947F30002F49A5 /* SceneDelegate.m */; };
|
|
|
- 53C096902A947F30002F49A5 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 53C0968F2A947F30002F49A5 /* ViewController.m */; };
|
|
|
- 53C096932A947F30002F49A5 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 53C096912A947F30002F49A5 /* Main.storyboard */; };
|
|
|
+ 53C096902A947F30002F49A5 /* RootViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 53C0968F2A947F30002F49A5 /* RootViewController.m */; };
|
|
|
53C096952A947F31002F49A5 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 53C096942A947F31002F49A5 /* Assets.xcassets */; };
|
|
|
53C096982A947F31002F49A5 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 53C096962A947F31002F49A5 /* LaunchScreen.storyboard */; };
|
|
|
53C0969B2A947F31002F49A5 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 53C0969A2A947F31002F49A5 /* main.m */; };
|
|
|
+ 53C096A22A9481C3002F49A5 /* RootViewController.xct in Resources */ = {isa = PBXBuildFile; fileRef = 53C096A12A9481B0002F49A5 /* RootViewController.xct */; };
|
|
|
+ 53C096A62A9486A0002F49A5 /* TabItemVCViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 53C096A52A9486A0002F49A5 /* TabItemVCViewController.m */; };
|
|
|
+ DD042FD017F1FACB06F84A3C /* Pods_XCBCTreeLangDemo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 90C26AE448EC59415A79E6E1 /* Pods_XCBCTreeLangDemo.framework */; };
|
|
|
/* End PBXBuildFile section */
|
|
|
|
|
|
/* Begin PBXFileReference section */
|
|
|
+ 347400872EBFABD6B974AFA7 /* Pods-XCBCTreeLangDemo.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-XCBCTreeLangDemo.debug.xcconfig"; path = "Target Support Files/Pods-XCBCTreeLangDemo/Pods-XCBCTreeLangDemo.debug.xcconfig"; sourceTree = "<group>"; };
|
|
|
53C096852A947F30002F49A5 /* XCBCTreeLangDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = XCBCTreeLangDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
53C096882A947F30002F49A5 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
|
|
|
53C096892A947F30002F49A5 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
|
|
|
- 53C0968B2A947F30002F49A5 /* SceneDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SceneDelegate.h; sourceTree = "<group>"; };
|
|
|
- 53C0968C2A947F30002F49A5 /* SceneDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SceneDelegate.m; sourceTree = "<group>"; };
|
|
|
- 53C0968E2A947F30002F49A5 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
|
|
|
- 53C0968F2A947F30002F49A5 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
|
|
|
- 53C096922A947F30002F49A5 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
|
|
|
+ 53C0968E2A947F30002F49A5 /* RootViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RootViewController.h; sourceTree = "<group>"; };
|
|
|
+ 53C0968F2A947F30002F49A5 /* RootViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RootViewController.m; sourceTree = "<group>"; };
|
|
|
53C096942A947F31002F49A5 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
|
|
53C096972A947F31002F49A5 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
|
|
53C096992A947F31002F49A5 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
|
53C0969A2A947F31002F49A5 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
|
|
|
+ 53C096A12A9481B0002F49A5 /* RootViewController.xct */ = {isa = PBXFileReference; lastKnownFileType = text; path = RootViewController.xct; sourceTree = "<group>"; };
|
|
|
+ 53C096A32A94820A002F49A5 /* XCBCTreeLangDemo.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = XCBCTreeLangDemo.entitlements; sourceTree = "<group>"; };
|
|
|
+ 53C096A42A9486A0002F49A5 /* TabItemVCViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TabItemVCViewController.h; sourceTree = "<group>"; };
|
|
|
+ 53C096A52A9486A0002F49A5 /* TabItemVCViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = TabItemVCViewController.m; sourceTree = "<group>"; };
|
|
|
+ 672BB5EF029DD06192E5B1B8 /* Pods-XCBCTreeLangDemo.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-XCBCTreeLangDemo.release.xcconfig"; path = "Target Support Files/Pods-XCBCTreeLangDemo/Pods-XCBCTreeLangDemo.release.xcconfig"; sourceTree = "<group>"; };
|
|
|
+ 90C26AE448EC59415A79E6E1 /* Pods_XCBCTreeLangDemo.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_XCBCTreeLangDemo.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
/* End PBXFileReference section */
|
|
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
@@ -36,17 +41,37 @@
|
|
|
isa = PBXFrameworksBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
|
+ DD042FD017F1FACB06F84A3C /* Pods_XCBCTreeLangDemo.framework in Frameworks */,
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
|
|
/* Begin PBXGroup section */
|
|
|
+ 1AD6D0C2C6C900A675FEFCC7 /* Frameworks */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ 90C26AE448EC59415A79E6E1 /* Pods_XCBCTreeLangDemo.framework */,
|
|
|
+ );
|
|
|
+ name = Frameworks;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ 42C54B7BE6BB7261BF0DE54D /* Pods */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ 347400872EBFABD6B974AFA7 /* Pods-XCBCTreeLangDemo.debug.xcconfig */,
|
|
|
+ 672BB5EF029DD06192E5B1B8 /* Pods-XCBCTreeLangDemo.release.xcconfig */,
|
|
|
+ );
|
|
|
+ path = Pods;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
53C0967C2A947F30002F49A5 = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
53C096872A947F30002F49A5 /* XCBCTreeLangDemo */,
|
|
|
53C096862A947F30002F49A5 /* Products */,
|
|
|
+ 42C54B7BE6BB7261BF0DE54D /* Pods */,
|
|
|
+ 1AD6D0C2C6C900A675FEFCC7 /* Frameworks */,
|
|
|
);
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
@@ -61,13 +86,14 @@
|
|
|
53C096872A947F30002F49A5 /* XCBCTreeLangDemo */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ 53C096A32A94820A002F49A5 /* XCBCTreeLangDemo.entitlements */,
|
|
|
53C096882A947F30002F49A5 /* AppDelegate.h */,
|
|
|
53C096892A947F30002F49A5 /* AppDelegate.m */,
|
|
|
- 53C0968B2A947F30002F49A5 /* SceneDelegate.h */,
|
|
|
- 53C0968C2A947F30002F49A5 /* SceneDelegate.m */,
|
|
|
- 53C0968E2A947F30002F49A5 /* ViewController.h */,
|
|
|
- 53C0968F2A947F30002F49A5 /* ViewController.m */,
|
|
|
- 53C096912A947F30002F49A5 /* Main.storyboard */,
|
|
|
+ 53C0968E2A947F30002F49A5 /* RootViewController.h */,
|
|
|
+ 53C0968F2A947F30002F49A5 /* RootViewController.m */,
|
|
|
+ 53C096A12A9481B0002F49A5 /* RootViewController.xct */,
|
|
|
+ 53C096A42A9486A0002F49A5 /* TabItemVCViewController.h */,
|
|
|
+ 53C096A52A9486A0002F49A5 /* TabItemVCViewController.m */,
|
|
|
53C096942A947F31002F49A5 /* Assets.xcassets */,
|
|
|
53C096962A947F31002F49A5 /* LaunchScreen.storyboard */,
|
|
|
53C096992A947F31002F49A5 /* Info.plist */,
|
|
@@ -83,9 +109,11 @@
|
|
|
isa = PBXNativeTarget;
|
|
|
buildConfigurationList = 53C0969E2A947F31002F49A5 /* Build configuration list for PBXNativeTarget "XCBCTreeLangDemo" */;
|
|
|
buildPhases = (
|
|
|
+ C3EF3A7F337150FC2B581B9C /* [CP] Check Pods Manifest.lock */,
|
|
|
53C096812A947F30002F49A5 /* Sources */,
|
|
|
53C096822A947F30002F49A5 /* Frameworks */,
|
|
|
53C096832A947F30002F49A5 /* Resources */,
|
|
|
+ 013A3250E2F98E240465A627 /* [CP] Embed Pods Frameworks */,
|
|
|
);
|
|
|
buildRules = (
|
|
|
);
|
|
@@ -135,35 +163,69 @@
|
|
|
files = (
|
|
|
53C096982A947F31002F49A5 /* LaunchScreen.storyboard in Resources */,
|
|
|
53C096952A947F31002F49A5 /* Assets.xcassets in Resources */,
|
|
|
- 53C096932A947F30002F49A5 /* Main.storyboard in Resources */,
|
|
|
+ 53C096A22A9481C3002F49A5 /* RootViewController.xct in Resources */,
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
|
|
+/* Begin PBXShellScriptBuildPhase section */
|
|
|
+ 013A3250E2F98E240465A627 /* [CP] Embed Pods Frameworks */ = {
|
|
|
+ isa = PBXShellScriptBuildPhase;
|
|
|
+ buildActionMask = 2147483647;
|
|
|
+ files = (
|
|
|
+ );
|
|
|
+ inputFileListPaths = (
|
|
|
+ "${PODS_ROOT}/Target Support Files/Pods-XCBCTreeLangDemo/Pods-XCBCTreeLangDemo-frameworks-${CONFIGURATION}-input-files.xcfilelist",
|
|
|
+ );
|
|
|
+ name = "[CP] Embed Pods Frameworks";
|
|
|
+ outputFileListPaths = (
|
|
|
+ "${PODS_ROOT}/Target Support Files/Pods-XCBCTreeLangDemo/Pods-XCBCTreeLangDemo-frameworks-${CONFIGURATION}-output-files.xcfilelist",
|
|
|
+ );
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
+ shellPath = /bin/sh;
|
|
|
+ shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-XCBCTreeLangDemo/Pods-XCBCTreeLangDemo-frameworks.sh\"\n";
|
|
|
+ showEnvVarsInLog = 0;
|
|
|
+ };
|
|
|
+ C3EF3A7F337150FC2B581B9C /* [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-XCBCTreeLangDemo-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 */
|
|
|
53C096812A947F30002F49A5 /* Sources */ = {
|
|
|
isa = PBXSourcesBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
|
- 53C096902A947F30002F49A5 /* ViewController.m in Sources */,
|
|
|
+ 53C096902A947F30002F49A5 /* RootViewController.m in Sources */,
|
|
|
53C0968A2A947F30002F49A5 /* AppDelegate.m in Sources */,
|
|
|
+ 53C096A62A9486A0002F49A5 /* TabItemVCViewController.m in Sources */,
|
|
|
53C0969B2A947F31002F49A5 /* main.m in Sources */,
|
|
|
- 53C0968D2A947F30002F49A5 /* SceneDelegate.m in Sources */,
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
|
|
/* Begin PBXVariantGroup section */
|
|
|
- 53C096912A947F30002F49A5 /* Main.storyboard */ = {
|
|
|
- isa = PBXVariantGroup;
|
|
|
- children = (
|
|
|
- 53C096922A947F30002F49A5 /* Base */,
|
|
|
- );
|
|
|
- name = Main.storyboard;
|
|
|
- sourceTree = "<group>";
|
|
|
- };
|
|
|
53C096962A947F31002F49A5 /* LaunchScreen.storyboard */ = {
|
|
|
isa = PBXVariantGroup;
|
|
|
children = (
|
|
@@ -293,17 +355,19 @@
|
|
|
};
|
|
|
53C0969F2A947F31002F49A5 /* Debug */ = {
|
|
|
isa = XCBuildConfiguration;
|
|
|
+ baseConfigurationReference = 347400872EBFABD6B974AFA7 /* Pods-XCBCTreeLangDemo.debug.xcconfig */;
|
|
|
buildSettings = {
|
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
|
|
+ CODE_SIGN_ENTITLEMENTS = XCBCTreeLangDemo/XCBCTreeLangDemo.entitlements;
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
|
DEVELOPMENT_TEAM = JZ592SWL67;
|
|
|
+ ENABLE_USER_SCRIPT_SANDBOXING = NO;
|
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
|
INFOPLIST_FILE = XCBCTreeLangDemo/Info.plist;
|
|
|
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
|
|
|
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
|
|
|
- INFOPLIST_KEY_UIMainStoryboardFile = Main;
|
|
|
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
|
|
|
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
|
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
@@ -313,6 +377,10 @@
|
|
|
MARKETING_VERSION = 1.0;
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = org.forgetive.demo.XCBCTreeLangDemo;
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
+ SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
|
|
|
+ SUPPORTS_MACCATALYST = YES;
|
|
|
+ SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
|
|
|
+ SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
|
|
|
SWIFT_EMIT_LOC_STRINGS = YES;
|
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
|
};
|
|
@@ -320,17 +388,19 @@
|
|
|
};
|
|
|
53C096A02A947F31002F49A5 /* Release */ = {
|
|
|
isa = XCBuildConfiguration;
|
|
|
+ baseConfigurationReference = 672BB5EF029DD06192E5B1B8 /* Pods-XCBCTreeLangDemo.release.xcconfig */;
|
|
|
buildSettings = {
|
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
|
|
+ CODE_SIGN_ENTITLEMENTS = XCBCTreeLangDemo/XCBCTreeLangDemo.entitlements;
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
|
DEVELOPMENT_TEAM = JZ592SWL67;
|
|
|
+ ENABLE_USER_SCRIPT_SANDBOXING = NO;
|
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
|
INFOPLIST_FILE = XCBCTreeLangDemo/Info.plist;
|
|
|
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
|
|
|
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
|
|
|
- INFOPLIST_KEY_UIMainStoryboardFile = Main;
|
|
|
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
|
|
|
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
|
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
@@ -340,6 +410,10 @@
|
|
|
MARKETING_VERSION = 1.0;
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = org.forgetive.demo.XCBCTreeLangDemo;
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
+ SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
|
|
|
+ SUPPORTS_MACCATALYST = YES;
|
|
|
+ SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
|
|
|
+ SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
|
|
|
SWIFT_EMIT_LOC_STRINGS = YES;
|
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
|
};
|