Skip to content

Commit a0900bf

Browse files
Merge pull request #30 from ngageoint/psolt/xcode_cloud
Xcode Cloud
2 parents 4259b39 + 4c7d549 commit a0900bf

File tree

5 files changed

+20
-13
lines changed

5 files changed

+20
-13
lines changed

.github/workflows/build-archive.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Checkout Repository
18-
uses: actions/checkout@v1
18+
uses: actions/checkout@v4
1919
- name: Install Utilities
2020
run: |
2121
brew install automake
@@ -27,7 +27,7 @@ jobs:
2727
- name: Build
2828
run: xcodebuild -workspace mapcache-ios.xcworkspace -scheme mapcache-ios -allowProvisioningUpdates -configuration AppStoreDistribution archive -archivePath buildArchive/MapCache.xcarchive CODE_SIGNING_ALLOWED=NO
2929
- name: Upload Artifacts
30-
uses: actions/upload-artifact@v1
30+
uses: actions/upload-artifact@v4
3131
with:
3232
name: MapCache.xcarchive
3333
path: buildArchive/MapCache.xcarchive

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Checkout Repository
17-
uses: actions/checkout@v1
17+
uses: actions/checkout@v4
1818
- name: Install Utilities
1919
run: |
2020
brew install automake

ci_scripts/ci_post_clone.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#!/bin/sh
2+
3+
4+
# Install CocoaPods using Homebrew.
5+
brew install cocoapods
6+
7+
8+
# Install dependencies you manage with CocoaPods.
9+
pod install

mapcache-ios.xcodeproj/project.pbxproj

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1017,7 +1017,7 @@
10171017
isa = PBXProject;
10181018
attributes = {
10191019
BuildIndependentTargetsInParallel = YES;
1020-
LastUpgradeCheck = 1500;
1020+
LastUpgradeCheck = 1620;
10211021
ORGANIZATIONNAME = NGA;
10221022
TargetAttributes = {
10231023
0401366E1AF94FB200C92AFC = {
@@ -1364,6 +1364,7 @@
13641364
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
13651365
ENABLE_STRICT_OBJC_MSGSEND = YES;
13661366
ENABLE_TESTABILITY = YES;
1367+
ENABLE_USER_SCRIPT_SANDBOXING = NO;
13671368
GCC_C_LANGUAGE_STANDARD = gnu99;
13681369
GCC_DYNAMIC_NO_PIC = NO;
13691370
GCC_NO_COMMON_BLOCKS = YES;
@@ -1422,6 +1423,7 @@
14221423
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
14231424
ENABLE_NS_ASSERTIONS = NO;
14241425
ENABLE_STRICT_OBJC_MSGSEND = YES;
1426+
ENABLE_USER_SCRIPT_SANDBOXING = NO;
14251427
GCC_C_LANGUAGE_STANDARD = gnu99;
14261428
GCC_NO_COMMON_BLOCKS = YES;
14271429
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
@@ -1447,7 +1449,7 @@
14471449
CLANG_ENABLE_MODULES = YES;
14481450
CODE_SIGN_IDENTITY = "iPhone Developer";
14491451
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
1450-
CURRENT_PROJECT_VERSION = 62;
1452+
CURRENT_PROJECT_VERSION = 63;
14511453
DEVELOPMENT_TEAM = ZL8G5D9G2H;
14521454
ENABLE_TESTABILITY = YES;
14531455
GCC_NO_COMMON_BLOCKS = YES;
@@ -1457,7 +1459,7 @@
14571459
"$(inherited)",
14581460
"@executable_path/Frameworks",
14591461
);
1460-
MARKETING_VERSION = 2.6.2;
1462+
MARKETING_VERSION = 2.7.0;
14611463
PRODUCT_BUNDLE_IDENTIFIER = mil.nga.mapcache;
14621464
PRODUCT_NAME = "$(TARGET_NAME)";
14631465
PROVISIONING_PROFILE = "";
@@ -1476,7 +1478,7 @@
14761478
CLANG_ENABLE_MODULES = YES;
14771479
CODE_SIGN_IDENTITY = "iPhone Developer";
14781480
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
1479-
CURRENT_PROJECT_VERSION = 62;
1481+
CURRENT_PROJECT_VERSION = 63;
14801482
DEVELOPMENT_TEAM = ZL8G5D9G2H;
14811483
GCC_NO_COMMON_BLOCKS = YES;
14821484
INFOPLIST_FILE = "mapcache-ios/Info.plist";
@@ -1485,7 +1487,7 @@
14851487
"$(inherited)",
14861488
"@executable_path/Frameworks",
14871489
);
1488-
MARKETING_VERSION = 2.6.2;
1490+
MARKETING_VERSION = 2.7.0;
14891491
PRODUCT_BUNDLE_IDENTIFIER = mil.nga.mapcache;
14901492
PRODUCT_NAME = "$(TARGET_NAME)";
14911493
PROVISIONING_PROFILE = "";
@@ -1499,7 +1501,6 @@
14991501
040136991AF94FB200C92AFC /* Debug */ = {
15001502
isa = XCBuildConfiguration;
15011503
buildSettings = {
1502-
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
15031504
BUNDLE_LOADER = "$(TEST_HOST)";
15041505
FRAMEWORK_SEARCH_PATHS = (
15051506
"$(SDKROOT)/Developer/Library/Frameworks",
@@ -1524,7 +1525,6 @@
15241525
0401369A1AF94FB200C92AFC /* Release */ = {
15251526
isa = XCBuildConfiguration;
15261527
buildSettings = {
1527-
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
15281528
BUNDLE_LOADER = "$(TEST_HOST)";
15291529
FRAMEWORK_SEARCH_PATHS = (
15301530
"$(SDKROOT)/Developer/Library/Frameworks",
@@ -1545,7 +1545,6 @@
15451545
E3E9ED6E23EA407E004C4530 /* Debug */ = {
15461546
isa = XCBuildConfiguration;
15471547
buildSettings = {
1548-
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
15491548
CLANG_ANALYZER_NONNULL = YES;
15501549
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
15511550
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
@@ -1575,7 +1574,6 @@
15751574
E3E9ED6F23EA407E004C4530 /* Release */ = {
15761575
isa = XCBuildConfiguration;
15771576
buildSettings = {
1578-
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
15791577
CLANG_ANALYZER_NONNULL = YES;
15801578
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
15811579
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";

mapcache-ios.xcodeproj/xcshareddata/xcschemes/mapcache-ios.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1500"
3+
LastUpgradeVersion = "1620"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

0 commit comments

Comments
 (0)