Skip to content

Commit 0d73d97

Browse files
author
Eric Rolf
committed
Updated Sample Project
1 parent 6697c71 commit 0d73d97

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CircleProgressView.xcodeproj/project.pbxproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,6 @@
509509
buildSettings = {
510510
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
511511
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
512-
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
513512
CLANG_ENABLE_MODULES = YES;
514513
DEVELOPMENT_TEAM = GAQ2528ADM;
515514
INFOPLIST_FILE = CircleProgressView/Info.plist;
@@ -528,7 +527,6 @@
528527
buildSettings = {
529528
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
530529
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
531-
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
532530
CLANG_ENABLE_MODULES = YES;
533531
DEVELOPMENT_TEAM = GAQ2528ADM;
534532
INFOPLIST_FILE = CircleProgressView/Info.plist;
@@ -591,6 +589,7 @@
591589
634707791E17B1BF001C31D2 /* Release */,
592590
);
593591
defaultConfigurationIsVisible = 0;
592+
defaultConfigurationName = Release;
594593
};
595594
CB095FBE199A8F44009C1C26 /* Build configuration list for PBXProject "CircleProgressView" */ = {
596595
isa = XCConfigurationList;

CircleProgressView/Base.lproj/Main.storyboard

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="11762" systemVersion="16C67" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="BYZ-38-t0r">
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="11762" systemVersion="16D32" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="BYZ-38-t0r">
33
<device id="retina4_7" orientation="portrait">
44
<adaptation id="fullscreen"/>
55
</device>

CircleProgressView/Info.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>
2222
<string></string>
23+
<key>UILaunchStoryboardName</key>
24+
<string>Main</string>
2325
<key>UIMainStoryboardFile</key>
2426
<string>Main</string>
2527
</dict>

0 commit comments

Comments
 (0)