Skip to content

Commit 4c46cfa

Browse files
authored
Merge pull request #243 from thingineeer/#242---1.0.8-버전-수정-및-배너-수정
[Setting] #242 - 1.0.8 버전 수정 및 배너 수정
2 parents 28497a5 + 0ea1f47 commit 4c46cfa

File tree

15 files changed

+36
-23
lines changed

15 files changed

+36
-23
lines changed

Runnect-iOS/Runnect-iOS.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1710,7 +1710,7 @@
17101710
CODE_SIGN_ENTITLEMENTS = "Runnect-iOS/Runnect-iOSDebug.entitlements";
17111711
CODE_SIGN_IDENTITY = "Apple Development";
17121712
CODE_SIGN_STYLE = Automatic;
1713-
CURRENT_PROJECT_VERSION = 1.0.7;
1713+
CURRENT_PROJECT_VERSION = 1.0.8;
17141714
DEVELOPMENT_TEAM = 8Q4H7X3Q58;
17151715
GENERATE_INFOPLIST_FILE = NO;
17161716
INFOPLIST_FILE = "Runnect-iOS/Info.plist";
@@ -1751,7 +1751,7 @@
17511751
CODE_SIGN_ENTITLEMENTS = "Runnect-iOS/Runnect-iOS.entitlements";
17521752
CODE_SIGN_IDENTITY = "Apple Development";
17531753
CODE_SIGN_STYLE = Automatic;
1754-
CURRENT_PROJECT_VERSION = 1.0.7;
1754+
CURRENT_PROJECT_VERSION = 1.0.8;
17551755
DEVELOPMENT_TEAM = 8Q4H7X3Q58;
17561756
GENERATE_INFOPLIST_FILE = NO;
17571757
INFOPLIST_FILE = "Runnect-iOS/Info.plist";

Runnect-iOS/Runnect-iOS/Global/Resource/Assets.xcassets/img_banner1.imageset/Contents.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
{
22
"images" : [
33
{
4-
"filename" : "ios 1.png",
4+
"filename" : "ios 앱 배너-1.png",
55
"idiom" : "universal",
66
"scale" : "1x"
77
},
88
{
9+
"filename" : "ios 앱 배너@2x.png",
910
"idiom" : "universal",
1011
"scale" : "2x"
1112
},
1213
{
14+
"filename" : "ios 앱 배너@3x.png",
1315
"idiom" : "universal",
1416
"scale" : "3x"
1517
}
32.8 KB
Loading

Runnect-iOS/Runnect-iOS/Global/Resource/Assets.xcassets/img_banner3.imageset/ios 앱 배너.png renamed to Runnect-iOS/Runnect-iOS/Global/Resource/Assets.xcassets/img_banner1.imageset/ios 앱 배너@2x.png

File renamed without changes.
173 KB
Loading

Runnect-iOS/Runnect-iOS/Global/Resource/Assets.xcassets/img_banner2.imageset/Contents.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"images" : [
33
{
4-
"filename" : "ios 2.png",
4+
"filename" : "ios 1.png",
55
"idiom" : "universal",
66
"scale" : "1x"
77
},

Runnect-iOS/Runnect-iOS/Global/Resource/Assets.xcassets/img_banner1.imageset/ios 1.png renamed to Runnect-iOS/Runnect-iOS/Global/Resource/Assets.xcassets/img_banner2.imageset/ios 1.png

File renamed without changes.

Runnect-iOS/Runnect-iOS/Global/Resource/Assets.xcassets/img_banner3.imageset/Contents.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"images" : [
33
{
4-
"filename" : "ios 앱 배너.png",
4+
"filename" : "ios 2.png",
55
"idiom" : "universal",
66
"scale" : "1x"
77
},

Runnect-iOS/Runnect-iOS/Global/Resource/Assets.xcassets/img_banner2.imageset/ios 2.png renamed to Runnect-iOS/Runnect-iOS/Global/Resource/Assets.xcassets/img_banner3.imageset/ios 2.png

File renamed without changes.

Runnect-iOS/Runnect-iOS/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.0.7</string>
20+
<string>1.0.8</string>
2121
<key>CFBundleURLTypes</key>
2222
<array>
2323
<dict>

0 commit comments

Comments
 (0)