We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d26e353 commit 1dc4912Copy full SHA for 1dc4912
Sources/UBKit/Files/Xcode/SpecFile.swift
@@ -43,6 +43,12 @@ extension File {
43
sources:
44
- \(projectName)
45
- Vendor
46
+ prebuildScripts:
47
+ - script: rsync -rc --exclude-from=DemoApp/Unity/rsync_exclude --delete $UNITY_IOS_EXPORT_PATH/Classes/ DemoApp/Unity/Classes/\\nrsync -rc --exclude-from=DemoApp/Unity/rsync_exclude --delete $UNITY_IOS_EXPORT_PATH/Libraries/ DemoApp/Unity/Libraries/
48
+ name: UnityBuildKit Prebuild
49
+ postbuildScripts:
50
+ - script: rm -rf "$TARGET_BUILD_DIR/$PRODUCT_NAME.app/Data"\\ncp -Rf "$UNITY_IOS_EXPORT_PATH/Data" "$TARGET_BUILD_DIR/$PRODUCT_NAME.app/Data"
51
+ name: UnityBuildKit Postbuild
52
settings:
53
PRODUCT_BUNDLE_IDENTIFIER: \(bundleIdentifier)
54
IOS_DEPLOYMENT_TARGET: 11.0
0 commit comments