Skip to content

Commit 56535fd

Browse files
author
Reed Es
committed
Omit archive store from cloudkit config #16
1 parent c3cd786 commit 56535fd

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

Gym Routine Tracker Watch.xcodeproj/project.pbxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@
372372
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
373373
CODE_SIGN_ENTITLEMENTS = Sources/App.entitlements;
374374
CODE_SIGN_STYLE = Automatic;
375-
CURRENT_PROJECT_VERSION = 6;
375+
CURRENT_PROJECT_VERSION = 7;
376376
DEVELOPMENT_ASSET_PATHS = "\"Sources/Preview Content\"";
377377
DEVELOPMENT_TEAM = J735QC5U38;
378378
ENABLE_PREVIEWS = YES;
@@ -385,7 +385,7 @@
385385
"$(inherited)",
386386
"@executable_path/Frameworks",
387387
);
388-
MARKETING_VERSION = 1.5;
388+
MARKETING_VERSION = 1.5.1;
389389
PRODUCT_BUNDLE_IDENTIFIER = org.openalloc.grout.watch;
390390
PRODUCT_NAME = "$(TARGET_NAME)";
391391
SDKROOT = watchos;
@@ -405,7 +405,7 @@
405405
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
406406
CODE_SIGN_ENTITLEMENTS = Sources/App.entitlements;
407407
CODE_SIGN_STYLE = Automatic;
408-
CURRENT_PROJECT_VERSION = 6;
408+
CURRENT_PROJECT_VERSION = 7;
409409
DEVELOPMENT_ASSET_PATHS = "\"Sources/Preview Content\"";
410410
DEVELOPMENT_TEAM = J735QC5U38;
411411
ENABLE_PREVIEWS = YES;
@@ -418,7 +418,7 @@
418418
"$(inherited)",
419419
"@executable_path/Frameworks",
420420
);
421-
MARKETING_VERSION = 1.5;
421+
MARKETING_VERSION = 1.5.1;
422422
PRODUCT_BUNDLE_IDENTIFIER = org.openalloc.grout.watch;
423423
PRODUCT_NAME = "$(TARGET_NAME)";
424424
SDKROOT = watchos;
@@ -440,7 +440,7 @@
440440
DEVELOPMENT_TEAM = J735QC5U38;
441441
INFOPLIST_FILE = Sources/Info.plist;
442442
INFOPLIST_KEY_CFBundleDisplayName = "Gym Routine Tracker";
443-
MARKETING_VERSION = 1.5;
443+
MARKETING_VERSION = 1.5.1;
444444
PRODUCT_BUNDLE_IDENTIFIER = org.openalloc.grout;
445445
PRODUCT_NAME = "$(TARGET_NAME)";
446446
SDKROOT = iphoneos;
@@ -457,7 +457,7 @@
457457
DEVELOPMENT_TEAM = J735QC5U38;
458458
INFOPLIST_FILE = Sources/Info.plist;
459459
INFOPLIST_KEY_CFBundleDisplayName = "Gym Routine Tracker";
460-
MARKETING_VERSION = 1.5;
460+
MARKETING_VERSION = 1.5.1;
461461
PRODUCT_BUNDLE_IDENTIFIER = org.openalloc.grout;
462462
PRODUCT_NAME = "$(TARGET_NAME)";
463463
SDKROOT = iphoneos;

Sources/App.entitlements

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
<key>com.apple.developer.icloud-container-identifiers</key>
88
<array>
99
<string>iCloud.org.openalloc.grout</string>
10-
<string>iCloud.org.openalloc.grout.archive</string>
1110
</array>
1211
<key>com.apple.developer.icloud-services</key>
1312
<array>

0 commit comments

Comments
 (0)