|
13 | 13 | 52590C512C19108E00D416F6 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 52590C502C19108E00D416F6 /* Assets.xcassets */; }; |
14 | 14 | 52590C542C19108E00D416F6 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 52590C522C19108E00D416F6 /* LaunchScreen.storyboard */; }; |
15 | 15 | 52590C782C19112D00D416F6 /* CheckboxButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 52590C772C19112D00D416F6 /* CheckboxButton.swift */; }; |
| 16 | + 52590CDC2C192F6E00D416F6 /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = 52590CDB2C192F6E00D416F6 /* README.md */; }; |
16 | 17 | /* End PBXBuildFile section */ |
17 | 18 |
|
18 | 19 | /* Begin PBXFileReference section */ |
|
24 | 25 | 52590C532C19108E00D416F6 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; }; |
25 | 26 | 52590C552C19108E00D416F6 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
26 | 27 | 52590C772C19112D00D416F6 /* CheckboxButton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CheckboxButton.swift; sourceTree = "<group>"; }; |
| 28 | + 52590CDB2C192F6E00D416F6 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; }; |
27 | 29 | /* End PBXFileReference section */ |
28 | 30 |
|
29 | 31 | /* Begin PBXFrameworksBuildPhase section */ |
|
40 | 42 | 52590C3B2C19108C00D416F6 = { |
41 | 43 | isa = PBXGroup; |
42 | 44 | children = ( |
| 45 | + 52590CDB2C192F6E00D416F6 /* README.md */, |
43 | 46 | 52590C462C19108C00D416F6 /* CheckboxDemoApp */, |
44 | 47 | 52590C452C19108C00D416F6 /* Products */, |
45 | 48 | ); |
|
125 | 128 | isa = PBXResourcesBuildPhase; |
126 | 129 | buildActionMask = 2147483647; |
127 | 130 | files = ( |
| 131 | + 52590CDC2C192F6E00D416F6 /* README.md in Resources */, |
128 | 132 | 52590C542C19108E00D416F6 /* LaunchScreen.storyboard in Resources */, |
129 | 133 | 52590C512C19108E00D416F6 /* Assets.xcassets in Resources */, |
130 | 134 | ); |
|
286 | 290 | CURRENT_PROJECT_VERSION = 1; |
287 | 291 | GENERATE_INFOPLIST_FILE = YES; |
288 | 292 | INFOPLIST_FILE = CheckboxDemoApp/Info.plist; |
| 293 | + INFOPLIST_KEY_CFBundleDisplayName = Demo; |
289 | 294 | INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; |
290 | 295 | INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen.storyboard; |
291 | 296 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
|
312 | 317 | CURRENT_PROJECT_VERSION = 1; |
313 | 318 | GENERATE_INFOPLIST_FILE = YES; |
314 | 319 | INFOPLIST_FILE = CheckboxDemoApp/Info.plist; |
| 320 | + INFOPLIST_KEY_CFBundleDisplayName = Demo; |
315 | 321 | INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; |
316 | 322 | INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen.storyboard; |
317 | 323 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
|
0 commit comments