Skip to content

Commit 40674da

Browse files
committed
配置
1 parent c48304e commit 40674da

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

Example/UITableViewDynamicLayoutCacheHeight.xcodeproj/project.pbxproj

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -545,6 +545,10 @@
545545
LastUpgradeCheck = 0720;
546546
ORGANIZATIONNAME = "ios@liangdahong.com";
547547
TargetAttributes = {
548+
6003F589195388D20070C39A = {
549+
DevelopmentTeam = JURK72AKL4;
550+
ProvisioningStyle = Manual;
551+
};
548552
6003F5AD195388D20070C39A = {
549553
TestTargetID = 6003F589195388D20070C39A;
550554
};
@@ -836,12 +840,15 @@
836840
baseConfigurationReference = 237323FAC0EFA0AE201AEF20 /* Pods-UITableViewDynamicLayoutCacheHeight_Example.debug.xcconfig */;
837841
buildSettings = {
838842
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
843+
CODE_SIGN_STYLE = Manual;
844+
DEVELOPMENT_TEAM = JURK72AKL4;
839845
GCC_PRECOMPILE_PREFIX_HEADER = YES;
840846
GCC_PREFIX_HEADER = "UITableViewDynamicLayoutCacheHeight/UITableViewDynamicLayoutCacheHeight-Prefix.pch";
841847
INFOPLIST_FILE = "UITableViewDynamicLayoutCacheHeight/UITableViewDynamicLayoutCacheHeight-Info.plist";
842848
MODULE_NAME = ExampleApp;
843849
PRODUCT_BUNDLE_IDENTIFIER = com.liangdahong.UITableViewDynamicLayoutCacheHeight;
844850
PRODUCT_NAME = CellCacheHeight;
851+
PROVISIONING_PROFILE_SPECIFIER = wildcard;
845852
SWIFT_VERSION = 4.0;
846853
WRAPPER_EXTENSION = app;
847854
};
@@ -852,12 +859,15 @@
852859
baseConfigurationReference = 87B287E10D5E354A057D169E /* Pods-UITableViewDynamicLayoutCacheHeight_Example.release.xcconfig */;
853860
buildSettings = {
854861
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
862+
CODE_SIGN_STYLE = Manual;
863+
DEVELOPMENT_TEAM = JURK72AKL4;
855864
GCC_PRECOMPILE_PREFIX_HEADER = YES;
856865
GCC_PREFIX_HEADER = "UITableViewDynamicLayoutCacheHeight/UITableViewDynamicLayoutCacheHeight-Prefix.pch";
857866
INFOPLIST_FILE = "UITableViewDynamicLayoutCacheHeight/UITableViewDynamicLayoutCacheHeight-Info.plist";
858867
MODULE_NAME = ExampleApp;
859868
PRODUCT_BUNDLE_IDENTIFIER = com.liangdahong.UITableViewDynamicLayoutCacheHeight;
860869
PRODUCT_NAME = CellCacheHeight;
870+
PROVISIONING_PROFILE_SPECIFIER = wildcard;
861871
SWIFT_VERSION = 4.0;
862872
WRAPPER_EXTENSION = app;
863873
};

0 commit comments

Comments
 (0)