Skip to content

Commit

Permalink
Omit archive store from cloudkit config #16
Browse files Browse the repository at this point in the history
  • Loading branch information
Reed Es committed Jan 12, 2023
1 parent c3cd786 commit 56535fd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Gym Routine Tracker Watch.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
CODE_SIGN_ENTITLEMENTS = Sources/App.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 6;
CURRENT_PROJECT_VERSION = 7;
DEVELOPMENT_ASSET_PATHS = "\"Sources/Preview Content\"";
DEVELOPMENT_TEAM = J735QC5U38;
ENABLE_PREVIEWS = YES;
Expand All @@ -385,7 +385,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.5;
MARKETING_VERSION = 1.5.1;
PRODUCT_BUNDLE_IDENTIFIER = org.openalloc.grout.watch;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = watchos;
Expand All @@ -405,7 +405,7 @@
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
CODE_SIGN_ENTITLEMENTS = Sources/App.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 6;
CURRENT_PROJECT_VERSION = 7;
DEVELOPMENT_ASSET_PATHS = "\"Sources/Preview Content\"";
DEVELOPMENT_TEAM = J735QC5U38;
ENABLE_PREVIEWS = YES;
Expand All @@ -418,7 +418,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.5;
MARKETING_VERSION = 1.5.1;
PRODUCT_BUNDLE_IDENTIFIER = org.openalloc.grout.watch;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = watchos;
Expand All @@ -440,7 +440,7 @@
DEVELOPMENT_TEAM = J735QC5U38;
INFOPLIST_FILE = Sources/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = "Gym Routine Tracker";
MARKETING_VERSION = 1.5;
MARKETING_VERSION = 1.5.1;
PRODUCT_BUNDLE_IDENTIFIER = org.openalloc.grout;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = iphoneos;
Expand All @@ -457,7 +457,7 @@
DEVELOPMENT_TEAM = J735QC5U38;
INFOPLIST_FILE = Sources/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = "Gym Routine Tracker";
MARKETING_VERSION = 1.5;
MARKETING_VERSION = 1.5.1;
PRODUCT_BUNDLE_IDENTIFIER = org.openalloc.grout;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = iphoneos;
Expand Down
1 change: 0 additions & 1 deletion Sources/App.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<key>com.apple.developer.icloud-container-identifiers</key>
<array>
<string>iCloud.org.openalloc.grout</string>
<string>iCloud.org.openalloc.grout.archive</string>
</array>
<key>com.apple.developer.icloud-services</key>
<array>
Expand Down

0 comments on commit 56535fd

Please sign in to comment.