|
14 | 14 | 607FACDD1AFB9204008FA782 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 607FACDC1AFB9204008FA782 /* Images.xcassets */; };
|
15 | 15 | 607FACE01AFB9204008FA782 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 607FACDE1AFB9204008FA782 /* LaunchScreen.xib */; };
|
16 | 16 | 607FACEC1AFB9204008FA782 /* Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACEB1AFB9204008FA782 /* Tests.swift */; };
|
| 17 | + 9F77765A1F2CD24600D984BD /* Example3.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F7776591F2CD24600D984BD /* Example3.swift */; }; |
17 | 18 | A2C291FF1CD5335036A7799C /* Pods_GrowingTextView_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6901721E071F59387C8307F5 /* Pods_GrowingTextView_Example.framework */; };
|
18 | 19 | E8F6685B1E7A2374008DC918 /* Example2.swift in Sources */ = {isa = PBXBuildFile; fileRef = E8F6685A1E7A2374008DC918 /* Example2.swift */; };
|
19 | 20 | /* End PBXBuildFile section */
|
|
46 | 47 | 7C5459332587240C90FE8165 /* Pods-GrowingTextView_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-GrowingTextView_Example.debug.xcconfig"; path = "Pods/Target Support Files/Pods-GrowingTextView_Example/Pods-GrowingTextView_Example.debug.xcconfig"; sourceTree = "<group>"; };
|
47 | 48 | 82A00AE736E8DB33E4C51BCF /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; };
|
48 | 49 | 99E7D461BB194BB44BEA6391 /* Pods-GrowingTextView_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-GrowingTextView_Tests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-GrowingTextView_Tests/Pods-GrowingTextView_Tests.debug.xcconfig"; sourceTree = "<group>"; };
|
| 50 | + 9F7776591F2CD24600D984BD /* Example3.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Example3.swift; sourceTree = "<group>"; }; |
49 | 51 | B0107F8A265D1912F5F00A58 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; };
|
50 | 52 | E1CD2345DF65C90D2105BD90 /* GrowingTextView.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = GrowingTextView.podspec; path = ../GrowingTextView.podspec; sourceTree = "<group>"; };
|
51 | 53 | E8F6685A1E7A2374008DC918 /* Example2.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Example2.swift; sourceTree = "<group>"; };
|
|
98 | 100 | 607FACD51AFB9204008FA782 /* AppDelegate.swift */,
|
99 | 101 | 607FACD71AFB9204008FA782 /* Example1.swift */,
|
100 | 102 | E8F6685A1E7A2374008DC918 /* Example2.swift */,
|
| 103 | + 9F7776591F2CD24600D984BD /* Example3.swift */, |
101 | 104 | 607FACD91AFB9204008FA782 /* Main.storyboard */,
|
102 | 105 | 607FACDE1AFB9204008FA782 /* LaunchScreen.xib */,
|
103 | 106 | 607FACDC1AFB9204008FA782 /* Images.xcassets */,
|
|
218 | 221 | TargetAttributes = {
|
219 | 222 | 607FACCF1AFB9204008FA782 = {
|
220 | 223 | CreatedOnToolsVersion = 6.3.1;
|
| 224 | + DevelopmentTeam = Q2JY75TQ6R; |
221 | 225 | LastSwiftMigration = 0800;
|
222 | 226 | };
|
223 | 227 | 607FACE41AFB9204008FA782 = {
|
|
364 | 368 | isa = PBXSourcesBuildPhase;
|
365 | 369 | buildActionMask = 2147483647;
|
366 | 370 | files = (
|
| 371 | + 9F77765A1F2CD24600D984BD /* Example3.swift in Sources */, |
367 | 372 | 607FACD81AFB9204008FA782 /* Example1.swift in Sources */,
|
368 | 373 | E8F6685B1E7A2374008DC918 /* Example2.swift in Sources */,
|
369 | 374 | 607FACD61AFB9204008FA782 /* AppDelegate.swift in Sources */,
|
|
501 | 506 | buildSettings = {
|
502 | 507 | ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
503 | 508 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
| 509 | + DEVELOPMENT_TEAM = Q2JY75TQ6R; |
504 | 510 | FRAMEWORK_SEARCH_PATHS = "$(inherited)";
|
505 | 511 | INFOPLIST_FILE = GrowingTextView/Info.plist;
|
506 | 512 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
|
517 | 523 | buildSettings = {
|
518 | 524 | ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
519 | 525 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
| 526 | + DEVELOPMENT_TEAM = Q2JY75TQ6R; |
520 | 527 | FRAMEWORK_SEARCH_PATHS = "$(inherited)";
|
521 | 528 | INFOPLIST_FILE = GrowingTextView/Info.plist;
|
522 | 529 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
|
0 commit comments