a83988029
a83988029
个人支持 👍🏻👍🏻👍🏻👍🏻👍🏻👍🏻👍🏻👍🏻👍🏻👍🏻👍🏻👍🏻👍🏻👍🏻👍🏻
https://www.i4.cn contains airplay server
更新个屁,有人16年贡献的代码都不合入了,谁还敢用
我只是说一下客观情况
他更不更都是天经地义的
> @a83988029 用别人的东西,要知道感恩 你给开源作者donate过吗
哈哈 我也遇到了这个问题
oops, no one got the same question : <
@akame thanks! it works. why not commit to the project to make it better.
i tried this: ``` XCProject *asProject = [[XCProject alloc] initWithFilePath:@"/Users/xxx/Desktop/project/test/testXCodeConfig/AAA.xcodeproj"]; XCTarget *aTarget = [asProject targetWithName:@"ccc"]; XCSourceFile *file = [asProject fileWithName:@"bbb.framework"]; NSLog(@"%d",originTarget.members.count); [aTarget removeMemberWithKey:file.key]; NSLog(@"%d",aTarget.members.count); [asProject save]; ``` but it didnt...