Skip to content

Commit 3e8438c

Browse files
committed
Add internal folder to ios framework directories
1 parent ff0ec8f commit 3e8438c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

lib/services/ios-project-service.ts

+1-4
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export class IOSProjectService extends projectServiceBaseLib.PlatformProjectServ
5555
],
5656
frameworkFilesExtensions: [".a", ".framework", ".bin"],
5757
frameworkDirectoriesExtensions: [".framework"],
58-
frameworkDirectoriesNames: ["Metadata", "metadataGenerator"],
58+
frameworkDirectoriesNames: ["Metadata", "metadataGenerator", "NativeScript", "internal"],
5959
targetedOS: ['darwin'],
6060
configurationFileName: "Info.plist",
6161
configurationFilePath: path.join(projectRoot, this.$projectData.projectName, this.$projectData.projectName+"-Info.plist"),
@@ -129,9 +129,6 @@ export class IOSProjectService extends projectServiceBaseLib.PlatformProjectServ
129129

130130
let pbxprojFilePath = path.join(projectRoot, this.$projectData.projectName + IOSProjectService.XCODE_PROJECT_EXT_NAME, "project.pbxproj");
131131
this.replaceFileContent(pbxprojFilePath).wait();
132-
133-
let mainFilePath = path.join(projectRoot, IOSProjectService.IOS_PROJECT_NAME_PLACEHOLDER, "main.m");
134-
this.replaceFileContent(mainFilePath).wait();
135132
}).future<void>()();
136133
}
137134

0 commit comments

Comments
 (0)