Skip to content

Commit 03dd161

Browse files
committed
update build
1 parent b59af75 commit 03dd161

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

GWCollectionViewFloatCellLayout.xcodeproj/project.pbxproj

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,8 @@
9898
TargetAttributes = {
9999
BE02FC891E4D94030009E4B2 = {
100100
CreatedOnToolsVersion = 8.2;
101-
DevelopmentTeam = RLK76T8Y89;
102101
LastSwiftMigration = 0820;
103-
ProvisioningStyle = Automatic;
102+
ProvisioningStyle = Manual;
104103
};
105104
};
106105
};
@@ -248,7 +247,7 @@
248247
CLANG_ENABLE_MODULES = YES;
249248
CODE_SIGN_IDENTITY = "";
250249
DEFINES_MODULE = YES;
251-
DEVELOPMENT_TEAM = RLK76T8Y89;
250+
DEVELOPMENT_TEAM = "";
252251
DYLIB_COMPATIBILITY_VERSION = 1;
253252
DYLIB_CURRENT_VERSION = 1;
254253
DYLIB_INSTALL_NAME_BASE = "@rpath";
@@ -270,7 +269,7 @@
270269
CLANG_ENABLE_MODULES = YES;
271270
CODE_SIGN_IDENTITY = "";
272271
DEFINES_MODULE = YES;
273-
DEVELOPMENT_TEAM = RLK76T8Y89;
272+
DEVELOPMENT_TEAM = "";
274273
DYLIB_COMPATIBILITY_VERSION = 1;
275274
DYLIB_CURRENT_VERSION = 1;
276275
DYLIB_INSTALL_NAME_BASE = "@rpath";

GWCollectionViewFloatCellLayout/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0</string>
18+
<string>1.0.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>$(CURRENT_PROJECT_VERSION)</string>
20+
<string>2</string>
2121
<key>NSPrincipalClass</key>
2222
<string></string>
2323
</dict>

0 commit comments

Comments
 (0)