-
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7b6651b
commit 0cf03ba
Showing
42 changed files
with
2,005,719 additions
and
1,662 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
// add support for all platforms | ||
SUPPORTED_PLATFORMS = macosx iphonesimulator iphoneos appletvsimulator appletvos xrsimulator xros watchsimulator watchos | ||
|
||
// support all devices types: | ||
// 1: iPhone | ||
// 2: iPad | ||
// 3: TV | ||
// 4: Watch | ||
// 5: ??? | ||
// 6: Unscaled Catalyst | ||
// 7: Vision | ||
TARGETED_DEVICE_FAMILY = 1,2,3,4,6,7 | ||
|
||
//:configuration = Debug | ||
INFOPLIST_KEY_UISupportedInterfaceOrientations[sdk=watch*] = UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown | ||
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad[sdk=iphone*] = UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight | ||
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone[sdk=iphone*] = UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight | ||
|
||
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = YES | ||
SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = YES | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
#include "Configurations/MultiPlatform.xcconfig" | ||
|
||
CODE_SIGN_ENTITLEMENTS = ${TARGET_NAME}/${TARGET_NAME}.entitlements | ||
DEVELOPMENT_ASSET_PATHS = ${TARGET_NAME}/Preview\ Content | ||
GENERATE_INFOPLIST_FILE = YES | ||
//INFOPLIST_FILE = ${TARGET_NAME}/Info.plist | ||
INFOPLIST_KEY_WKWatchOnly[sdk=watch*] = YES | ||
LD_RUNPATH_SEARCH_PATHS = @executable_path/Frameworks | ||
LD_RUNPATH_SEARCH_PATHS[sdk=macosx*] = @executable_path/../Frameworks | ||
SKIP_INSTALL = NO |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#include "Project.xcconfig" | ||
|
||
ENABLE_TESTABILITY = YES | ||
GCC_OPTIMIZATION_LEVEL = 0 | ||
GCC_PREPROCESSOR_DEFINITIONS = DEBUG=1 | ||
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG | ||
SWIFT_COMPILATION_MODE = $(inherited) | ||
SWIFT_OPTIMIZATION_LEVEL = -Onone |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
ALWAYS_SEARCH_USER_PATHS = NO | ||
CLANG_ENABLE_MODULES = YES | ||
CLANG_ENABLE_OBJC_ARC = YES | ||
CLANG_ENABLE_OBJC_WEAK = YES | ||
CODE_SIGN_IDENTITY = Apple Development | ||
CODE_SIGN_STYLE = Automatic | ||
CURRENT_PROJECT_DISPLAY_VERSION = 1.0.0 | ||
CURRENT_PROJECT_VERSION = 1 | ||
DEAD_CODE_STRIPPING = YES | ||
ENABLE_HARDENED_RUNTIME = YES | ||
IPHONEOS_DEPLOYMENT_TARGET = 15.0 | ||
MACOSX_DEPLOYMENT_TARGET = 12.0 | ||
MARKETING_VERSION = $CURRENT_PROJECT_DISPLAY_VERSION | ||
PRODUCT_BUNDLE_IDENTIFIER = $(BUNDLE_ID_PREFIX)com.chimehq.${PRODUCT_MODULE_NAME} | ||
PRODUCT_MODULE_NAME = ${TARGET_NAME} | ||
PRODUCT_NAME = $(TARGET_NAME) | ||
PRODUCT_NAME = ${TARGET_NAME} | ||
SKIP_INSTALL = YES | ||
SWIFT_COMPILATION_MODE = wholemodule | ||
SWIFT_STRICT_CONCURRENCY = complete | ||
SWIFT_VERSION = 5.0 | ||
TVOS_DEPLOYMENT_TARGET = 15.0 | ||
VISIONOS_DEPLOYMENT_TARGET = 1.0 | ||
WATCHOS_DEPLOYMENT_TARGET = 10.0 | ||
|
||
// missing stuff? | ||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon | ||
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES | ||
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor |
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
Projects/NeonExample-iOS/Assets.xcassets/AccentColor.colorset/Contents.json
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
Projects/NeonExample-iOS/Assets.xcassets/AppIcon.appiconset/Contents.json
This file was deleted.
Oops, something went wrong.
25 changes: 0 additions & 25 deletions
25
Projects/NeonExample-iOS/Base.lproj/LaunchScreen.storyboard
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.