Skip to content

Commit f2e7364

Browse files
committed
Release 1.0.4
1 parent 58b6a0a commit f2e7364

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

LMGaugeViewDemo/LMGaugeViewDemo.xcodeproj/project.pbxproj

+9-2
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,11 @@
147147
CLASSPREFIX = LM;
148148
LastUpgradeCheck = 1020;
149149
ORGANIZATIONNAME = LMinh;
150+
TargetAttributes = {
151+
6216641C198AB252009AD267 = {
152+
DevelopmentTeam = 6HXC4UA9AV;
153+
};
154+
};
150155
};
151156
buildConfigurationList = 62166418198AB252009AD267 /* Build configuration list for PBXProject "LMGaugeViewDemo" */;
152157
compatibilityVersion = "Xcode 3.2";
@@ -318,11 +323,12 @@
318323
buildSettings = {
319324
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
320325
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
326+
DEVELOPMENT_TEAM = 6HXC4UA9AV;
321327
GCC_PRECOMPILE_PREFIX_HEADER = YES;
322328
GCC_PREFIX_HEADER = "LMGaugeViewDemo/LMGaugeViewDemo-Prefix.pch";
323329
INFOPLIST_FILE = "LMGaugeViewDemo/LMGaugeViewDemo-Info.plist";
324330
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
325-
PRODUCT_BUNDLE_IDENTIFIER = "com.lminh.${PRODUCT_NAME:rfc1034identifier}";
331+
PRODUCT_BUNDLE_IDENTIFIER = com.lminhtm.LMGaugeView;
326332
PRODUCT_NAME = LMGaugeView;
327333
WRAPPER_EXTENSION = app;
328334
};
@@ -333,11 +339,12 @@
333339
buildSettings = {
334340
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
335341
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
342+
DEVELOPMENT_TEAM = 6HXC4UA9AV;
336343
GCC_PRECOMPILE_PREFIX_HEADER = YES;
337344
GCC_PREFIX_HEADER = "LMGaugeViewDemo/LMGaugeViewDemo-Prefix.pch";
338345
INFOPLIST_FILE = "LMGaugeViewDemo/LMGaugeViewDemo-Info.plist";
339346
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
340-
PRODUCT_BUNDLE_IDENTIFIER = "com.lminh.${PRODUCT_NAME:rfc1034identifier}";
347+
PRODUCT_BUNDLE_IDENTIFIER = com.lminhtm.LMGaugeView;
341348
PRODUCT_NAME = LMGaugeView;
342349
WRAPPER_EXTENSION = app;
343350
};

LMGaugeViewDemo/LMGaugeViewDemo/LMGaugeViewDemo-Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.0</string>
20+
<string>1.0.4</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>1.0</string>
24+
<string>40</string>
2525
<key>LSRequiresIPhoneOS</key>
2626
<true/>
2727
<key>UILaunchStoryboardName</key>

0 commit comments

Comments
 (0)