Skip to content

Commit

Permalink
add info.plist to target Arale
Browse files Browse the repository at this point in the history
  • Loading branch information
supercomputra committed Nov 14, 2018
1 parent 5abc8a7 commit e18ab21
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Arale.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
81B100D0219ABB500065A3B4 /* AraleHeaderViewDataSource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81B100CF219ABB500065A3B4 /* AraleHeaderViewDataSource.swift */; };
81B100D1219ABB500065A3B4 /* AraleHeaderViewDataSource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81B100CF219ABB500065A3B4 /* AraleHeaderViewDataSource.swift */; };
81B100D2219AE7EF0065A3B4 /* AraleHeaderView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81B100CA219ABA6A0065A3B4 /* AraleHeaderView.swift */; };
81CE53F6219BEF8A00664504 /* Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 81B100B4219AB78E0065A3B4 /* Info.plist */; };
81CE53F7219BEF8C00664504 /* Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 81B100B4219AB78E0065A3B4 /* Info.plist */; };
81CE53F8219BEF8F00664504 /* Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 81B100C0219AB78E0065A3B4 /* Info.plist */; };
81CE53F9219BEF8F00664504 /* Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 81B100C0219AB78E0065A3B4 /* Info.plist */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand Down Expand Up @@ -190,13 +194,17 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
81CE53F8219BEF8F00664504 /* Info.plist in Resources */,
81CE53F6219BEF8A00664504 /* Info.plist in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
81B100B7219AB78E0065A3B4 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
81CE53F9219BEF8F00664504 /* Info.plist in Resources */,
81CE53F7219BEF8C00664504 /* Info.plist in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down

0 comments on commit e18ab21

Please sign in to comment.