Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions cubeone.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,10 @@
"DEST=\"$TARGET_BUILD_DIR/$UNLOCALIZED_RESOURCES_FOLDER_PATH\"",
"for name in optimal-corners.pdb.lzfse optimal-edges-a7.pdb.lzfse optimal-edges-b7.pdb.lzfse optimal-edges-a8.pdb.lzfse optimal-edges-b8.pdb.lzfse; do",
" if [ -f \"$SEEDS/$name\" ]; then",
" cp -f \"$SEEDS/$name\" \"$DEST/$name\"",
" # -X: drop extended attributes. Seeds downloaded from CI carry",
" # com.apple.quarantine, which App Store validation rejects",
" # (ITMS-91109) if it reaches the bundle.",
" cp -fX \"$SEEDS/$name\" \"$DEST/$name\"",
" fi",
"done",
"exit 0",
Expand Down Expand Up @@ -377,7 +380,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = cube/cube.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 11000;
CURRENT_PROJECT_VERSION = 11001;
DEVELOPMENT_TEAM = 7P9PPXP2SF;
ENABLE_APP_SANDBOX = YES;
ENABLE_ENHANCED_SECURITY = NO;
Expand Down Expand Up @@ -423,7 +426,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = cube/cube.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 11000;
CURRENT_PROJECT_VERSION = 11001;
DEVELOPMENT_TEAM = 7P9PPXP2SF;
ENABLE_APP_SANDBOX = YES;
ENABLE_ENHANCED_SECURITY = NO;
Expand Down Expand Up @@ -469,7 +472,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = cube/cube.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 11000;
CURRENT_PROJECT_VERSION = 11001;
DEVELOPMENT_TEAM = 7P9PPXP2SF;
ENABLE_APP_SANDBOX = YES;
ENABLE_ENHANCED_SECURITY = NO;
Expand Down
Loading