mirror of
https://github.com/zhigang1992/Progress-backup.git
synced 2026-01-12 16:33:13 +08:00
Added iCloud Entitlement.
This commit is contained in:
@@ -36,6 +36,7 @@
|
|||||||
/* End PBXContainerItemProxy section */
|
/* End PBXContainerItemProxy section */
|
||||||
|
|
||||||
/* Begin PBXFileReference section */
|
/* Begin PBXFileReference section */
|
||||||
|
04386A0B16908C4C0058C876 /* Progress.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = Progress.entitlements; sourceTree = "<group>"; };
|
||||||
04BDDEC016902D0900D04A9E /* Progress.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Progress.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
04BDDEC016902D0900D04A9E /* Progress.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Progress.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||||
04BDDEC416902D0900D04A9E /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
|
04BDDEC416902D0900D04A9E /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
|
||||||
04BDDEC616902D0900D04A9E /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
|
04BDDEC616902D0900D04A9E /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
|
||||||
@@ -117,6 +118,7 @@
|
|||||||
04BDDECA16902D0900D04A9E /* Progress */ = {
|
04BDDECA16902D0900D04A9E /* Progress */ = {
|
||||||
isa = PBXGroup;
|
isa = PBXGroup;
|
||||||
children = (
|
children = (
|
||||||
|
04386A0B16908C4C0058C876 /* Progress.entitlements */,
|
||||||
04BDDED316902D0900D04A9E /* PPAppDelegate.h */,
|
04BDDED316902D0900D04A9E /* PPAppDelegate.h */,
|
||||||
04BDDED416902D0900D04A9E /* PPAppDelegate.m */,
|
04BDDED416902D0900D04A9E /* PPAppDelegate.m */,
|
||||||
04BDDEDC16902D0900D04A9E /* MainStoryboard.storyboard */,
|
04BDDEDC16902D0900D04A9E /* MainStoryboard.storyboard */,
|
||||||
@@ -376,6 +378,7 @@
|
|||||||
04BDDEFA16902D0A00D04A9E /* Debug */ = {
|
04BDDEFA16902D0A00D04A9E /* Debug */ = {
|
||||||
isa = XCBuildConfiguration;
|
isa = XCBuildConfiguration;
|
||||||
buildSettings = {
|
buildSettings = {
|
||||||
|
CODE_SIGN_ENTITLEMENTS = Progress/Progress.entitlements;
|
||||||
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||||||
GCC_PREFIX_HEADER = "Progress/Progress-Prefix.pch";
|
GCC_PREFIX_HEADER = "Progress/Progress-Prefix.pch";
|
||||||
INFOPLIST_FILE = "Progress/Progress-Info.plist";
|
INFOPLIST_FILE = "Progress/Progress-Info.plist";
|
||||||
@@ -387,6 +390,7 @@
|
|||||||
04BDDEFB16902D0A00D04A9E /* Release */ = {
|
04BDDEFB16902D0A00D04A9E /* Release */ = {
|
||||||
isa = XCBuildConfiguration;
|
isa = XCBuildConfiguration;
|
||||||
buildSettings = {
|
buildSettings = {
|
||||||
|
CODE_SIGN_ENTITLEMENTS = Progress/Progress.entitlements;
|
||||||
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||||||
GCC_PREFIX_HEADER = "Progress/Progress-Prefix.pch";
|
GCC_PREFIX_HEADER = "Progress/Progress-Prefix.pch";
|
||||||
INFOPLIST_FILE = "Progress/Progress-Info.plist";
|
INFOPLIST_FILE = "Progress/Progress-Info.plist";
|
||||||
@@ -448,6 +452,7 @@
|
|||||||
04BDDEFB16902D0A00D04A9E /* Release */,
|
04BDDEFB16902D0A00D04A9E /* Release */,
|
||||||
);
|
);
|
||||||
defaultConfigurationIsVisible = 0;
|
defaultConfigurationIsVisible = 0;
|
||||||
|
defaultConfigurationName = Release;
|
||||||
};
|
};
|
||||||
04BDDEFC16902D0A00D04A9E /* Build configuration list for PBXNativeTarget "ProgressTests" */ = {
|
04BDDEFC16902D0A00D04A9E /* Build configuration list for PBXNativeTarget "ProgressTests" */ = {
|
||||||
isa = XCConfigurationList;
|
isa = XCConfigurationList;
|
||||||
@@ -456,6 +461,7 @@
|
|||||||
04BDDEFE16902D0A00D04A9E /* Release */,
|
04BDDEFE16902D0A00D04A9E /* Release */,
|
||||||
);
|
);
|
||||||
defaultConfigurationIsVisible = 0;
|
defaultConfigurationIsVisible = 0;
|
||||||
|
defaultConfigurationName = Release;
|
||||||
};
|
};
|
||||||
/* End XCConfigurationList section */
|
/* End XCConfigurationList section */
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -33,8 +33,6 @@
|
|||||||
<key>UISupportedInterfaceOrientations</key>
|
<key>UISupportedInterfaceOrientations</key>
|
||||||
<array>
|
<array>
|
||||||
<string>UIInterfaceOrientationPortrait</string>
|
<string>UIInterfaceOrientationPortrait</string>
|
||||||
<string>UIInterfaceOrientationLandscapeLeft</string>
|
|
||||||
<string>UIInterfaceOrientationLandscapeRight</string>
|
|
||||||
</array>
|
</array>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
|||||||
16
Progress/Progress.entitlements
Normal file
16
Progress/Progress.entitlements
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
|
<plist version="1.0">
|
||||||
|
<dict>
|
||||||
|
<key>com.apple.developer.ubiquity-container-identifiers</key>
|
||||||
|
<array>
|
||||||
|
<string>$(TeamIdentifierPrefix)com.kylefang.Progress</string>
|
||||||
|
</array>
|
||||||
|
<key>com.apple.developer.ubiquity-kvstore-identifier</key>
|
||||||
|
<string>$(TeamIdentifierPrefix)$(CFBundleIdentifier)</string>
|
||||||
|
<key>keychain-access-groups</key>
|
||||||
|
<array>
|
||||||
|
<string>$(AppIdentifierPrefix)com.kylefang.Progress</string>
|
||||||
|
</array>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
||||||
Reference in New Issue
Block a user